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 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | localization/<lang>/csv2vcard.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail client |
  7. | Copyright (C) 2005-2013, 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: Marek Mečiar <mmmeciar@gmail.com> |
  15. +-----------------------------------------------------------------------+
  16. */
  17. $map = array();
  18. $map['anniversary'] = "Výročie";
  19. $map['assistants_name'] = "Meno asistenta";
  20. $map['assistants_phone'] = "Telefón asistenta";
  21. $map['birthday'] = "Narodeniny";
  22. $map['business_city'] = "Mesto (práca)";
  23. $map['business_countryregion'] = "Krajina/oblasť (práca)";
  24. $map['business_fax'] = "Fax do práce";
  25. $map['business_phone'] = "Telefón do práce";
  26. $map['business_phone_2'] = "Telefón do práce 2";
  27. $map['business_postal_code'] = "PSČ (práca)";
  28. $map['business_state'] = "Okres (práca)";
  29. $map['business_street'] = "Ulica (práca)";
  30. $map['car_phone'] = "Autotelefón";
  31. $map['categories'] = "Kategórie";
  32. $map['company'] = "Spoločnosť";
  33. $map['department'] = "Oddelenie";
  34. $map['email_address'] = "E-mailová adresa";
  35. $map['first_name'] = "Krstné meno";
  36. $map['gender'] = "Pohlavie";
  37. $map['home_city'] = "Mesto (domov)";
  38. $map['home_countryregion'] = "Krajina/oblasť (domov)";
  39. $map['home_fax'] = "Fax domov";
  40. $map['home_phone'] = "Telefón domov";
  41. $map['home_phone_2'] = "Telefón domov 2";
  42. $map['home_postal_code'] = "PSČ (domov)";
  43. $map['home_state'] = "Okres (domov)";
  44. $map['home_street'] = "Ulica (domov)";
  45. $map['job_title'] = "Funkcia";
  46. $map['last_name'] = "Priezvisko";
  47. $map['managers_name'] = "Meno manažéra";
  48. $map['middle_name'] = "Ďalšie meno";
  49. $map['mobile_phone'] = "Mobilný telefón";
  50. $map['notes'] = "Poznámky";
  51. $map['other_city'] = "Iné mesto";
  52. $map['other_countryregion'] = "Krajina/oblasť (iné)";
  53. $map['other_fax'] = "Iný fax";
  54. $map['other_phone'] = "Iný telefón";
  55. $map['other_postal_code'] = "Iné PSČ";
  56. $map['other_state'] = "Krajina/oblasť (iné)";
  57. $map['other_street'] = "Iná ulica";
  58. $map['pager'] = "Operátor";
  59. $map['primary_phone'] = "Primárny telefón";
  60. $map['spouse'] = "Manžel(ka)";
  61. $map['suffix'] = "Prípona";
  62. $map['title'] = "Titul";
  63. $map['web_page'] = "Webová stránka";
  64. $map['birth_day'] = "Deň narodenia";
  65. $map['birth_month'] = "Mesiac narodenia";
  66. $map['birth_year'] = "Rok narodenia";
  67. $map['display_name'] = "Zobrazované meno";
  68. $map['fax_number'] = "Fax";
  69. $map['home_address'] = "Adresa domov";
  70. $map['home_country'] = "Štát domov";
  71. $map['home_zipcode'] = "PSČ domov";
  72. $map['mobile_number'] = "Mobil";
  73. $map['nickname'] = "Prezývka";
  74. $map['organization'] = "Organizácia";
  75. $map['pager_number'] = "Pager";
  76. $map['primary_email'] = "E-mailová adresa";
  77. $map['secondary_email'] = "Ďalšia e-mailová adresa";
  78. $map['web_page_1'] = "Webová stránka 1";
  79. $map['web_page_2'] = "Webová stránka 2";
  80. $map['work_phone'] = "Telefón do zamestnania";
  81. $map['work_address'] = "Pracovná adresa";
  82. $map['work_country'] = "Štát zamestnania";
  83. $map['work_zipcode'] = "PSČ zamestnania";