You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

csv2vcard.inc 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | language/pl_PL/csv2vcard.inc |
  5. | |
  6. | Language file of the Roundcube Webmail client |
  7. | Copyright (C) 2005-2012, The Roundcube Dev Team |
  8. | |
  9. | Licensed under the GNU General Public License version 3 or |
  10. | any later version with exceptions for skins & plugins. |
  11. | See the README file for a full license statement. |
  12. | |
  13. +-----------------------------------------------------------------------+
  14. | Author: Aleksander Machniak <alec@alec.pl> |
  15. +-----------------------------------------------------------------------+
  16. */
  17. $map = array();
  18. $map['anniversary'] = "Rocznica";
  19. $map['assistants_name'] = "Asystent";
  20. $map['assistants_phone'] = "Telefon asystenta";
  21. $map['birthday'] = "Urodziny";
  22. $map['business_city'] = "Miasto (biuro)";
  23. $map['business_countryregion'] = "Kraj/region (biuro)";
  24. $map['business_fax'] = "Faks służbowy";
  25. $map['business_phone'] = "Telefon służbowy";
  26. $map['business_phone_2'] = "Telefon służbowy 2";
  27. $map['business_postal_code'] = "Kod pocztowy (biuro)";
  28. $map['business_state'] = "Województwo (biuro)";
  29. $map['business_street'] = "Ulica (biuro)";
  30. $map['categories'] = "Kategorie";
  31. $map['company'] = "Firma";
  32. $map['department'] = "Oddział";
  33. $map['email_address'] = "Adres e-mail";
  34. $map['first_name'] = "Imię";
  35. $map['gender'] = "Płeć";
  36. $map['home_city'] = "Miasto (dom)";
  37. $map['home_countryregion'] = "Kraj/region (dom)";
  38. $map['home_fax'] = "Faks domowy";
  39. $map['home_phone'] = "Telefon domowy";
  40. $map['home_phone_2'] = "Home Phone 2";
  41. $map['home_postal_code'] = "Kod pocztowy (dom)";
  42. $map['home_state'] = "Województwo (dom)";
  43. $map['home_street'] = "Ulica (dom)";
  44. $map['job_title'] = "Stanowisko";
  45. $map['last_name'] = "Nazwisko";
  46. $map['managers_name'] = "Menadżer";
  47. $map['middle_name'] = "Drugie imię";
  48. $map['mobile_phone'] = "Telefon komórkowy";
  49. $map['notes'] = "Notatki";
  50. $map['pager'] = "Pager";
  51. $map['primary_phone'] = "Telefon główny";
  52. $map['title'] = "Tytuł";
  53. $map['web_page'] = "Osobista strona sieci Web";
  54. $map['nickname'] = "Przydomek";