From b51eabe2cdc831611ea64f14693f8ea049482217 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 16 Nov 2012 15:02:41 +0100 Subject: Added Polish localization for csv2vcard feature --- program/localization/pl_PL/csv2vcard.inc | 62 ++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 program/localization/pl_PL/csv2vcard.inc diff --git a/program/localization/pl_PL/csv2vcard.inc b/program/localization/pl_PL/csv2vcard.inc new file mode 100644 index 000000000..ceb995517 --- /dev/null +++ b/program/localization/pl_PL/csv2vcard.inc @@ -0,0 +1,62 @@ + | + +-----------------------------------------------------------------------+ +*/ + +// This is a list of CSV column names specified in CSV file header +// These must be original texts used in Outlook/Thunderbird exported csv files +// Encoding UTF-8 + +$map = array(); + +// MS Outlook 2010 +$map['anniversary'] = "Rocznica"; +$map['assistants_name'] = "Asystent"; +$map['assistants_phone'] = "Telefon asystenta"; +$map['birthday'] = "Urodziny"; +$map['business_city'] = "Miasto (biuro)"; +$map['business_countryregion'] = "Kraj/region (biuro)"; +$map['business_fax'] = "Faks służbowy"; +$map['business_phone'] = "Telefon służbowy"; +$map['business_phone_2'] = "Telefon służbowy 2"; +$map['business_postal_code'] = "Kod pocztowy (biuro)"; +$map['business_state'] = "Województwo (biuro)"; +$map['business_street'] = "Ulica (biuro)"; +$map['categories'] = "Kategorie"; +$map['company'] = "Firma"; +$map['department'] = "Oddział"; +$map['email_address'] = "Adres e-mail"; +$map['first_name'] = "Imię"; +$map['gender'] = "Płeć"; +$map['home_city'] = "Miasto (dom)"; +$map['home_countryregion'] = "Kraj/region (dom)"; +$map['home_fax'] = "Faks domowy"; +$map['home_phone'] = "Telefon domowy"; +$map['home_phone_2'] = "Home Phone 2"; +$map['home_postal_code'] = "Kod pocztowy (dom)"; +$map['home_state'] = "Województwo (dom)"; +$map['home_street'] = "Ulica (dom)"; +$map['job_title'] = "Stanowisko"; +$map['last_name'] = "Nazwisko"; +$map['managers_name'] = "Menadżer"; +$map['middle_name'] = "Drugie imię"; +$map['mobile_phone'] = "Telefon komórkowy"; +$map['notes'] = "Notatki"; +$map['pager'] = "Pager"; +$map['primary_phone'] = "Telefon główny"; +$map['title'] = "Tytuł"; +$map['web_page'] = "Osobista strona sieci Web"; +$map['nickname'] = "Przydomek"; -- cgit v1.2.3