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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | localization/de_CH/csv2vcard.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail client |
  7. | Copyright (C) 2005-2014, 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'] = "Jahrestag";
  19. $map['assistants_name'] = "Name Assistent";
  20. $map['assistants_phone'] = "Telefon Assistent";
  21. $map['birthday'] = "Geburtstag";
  22. $map['business_city'] = "Ort geschäftlich";
  23. $map['business_countryregion'] = "Region geschäftlich";
  24. $map['business_fax'] = "Fax geschäftlich";
  25. $map['business_phone'] = "Telefon geschäftlich";
  26. $map['business_phone_2'] = "Telefon geschäftlich 2";
  27. $map['business_postal_code'] = "Postleitzahl geschäftlich";
  28. $map['business_state'] = "Land geschäftlich";
  29. $map['business_street'] = "Straße geschäftlich";
  30. $map['car_phone'] = "Autotelefon";
  31. $map['categories'] = "Kategorien";
  32. $map['company'] = "Firma";
  33. $map['department'] = "Abteilung";
  34. $map['email_address'] = "E-Mail-Adresse";
  35. $map['first_name'] = "Vorname";
  36. $map['gender'] = "Geschlecht";
  37. $map['home_city'] = "Ort privat";
  38. $map['home_countryregion'] = "Region privat";
  39. $map['home_fax'] = "Fax privat";
  40. $map['home_phone'] = "Telefon privat";
  41. $map['home_phone_2'] = "Telefon privat 2";
  42. $map['home_postal_code'] = "Postleitzahl privat";
  43. $map['home_state'] = "Land privat";
  44. $map['home_street'] = "Straße privat";
  45. $map['job_title'] = "Position";
  46. $map['last_name'] = "Nachname";
  47. $map['managers_name'] = "Manager's Name";
  48. $map['middle_name'] = "Weitere Vornamen";
  49. $map['mobile_phone'] = "Mobiltelefon";
  50. $map['notes'] = "Notizen";
  51. $map['other_city'] = "Weiterer Ort";
  52. $map['other_countryregion'] = "Weitere Region";
  53. $map['other_fax'] = "Weiteres Fax";
  54. $map['other_phone'] = "Weiteres Telefon";
  55. $map['other_postal_code'] = "Weitere Postleitzahl";
  56. $map['other_state'] = "Weiteres Land";
  57. $map['other_street'] = "Weitere Straße";
  58. $map['pager'] = "Pager";
  59. $map['primary_phone'] = "Haupttelefon";
  60. $map['spouse'] = "Spouse";
  61. $map['suffix'] = "Suffix";
  62. $map['title'] = "Title";
  63. $map['web_page'] = "Webseite";
  64. $map['birth_day'] = "Geburtstag";
  65. $map['birth_month'] = "Geburtsmonat";
  66. $map['birth_year'] = "Geburtsjahr";
  67. $map['display_name'] = "Anzeigename";
  68. $map['fax_number'] = "Fax-Nummer";
  69. $map['home_address'] = "Privat: Adresse";
  70. $map['home_country'] = "Privat: Land";
  71. $map['home_zipcode'] = "Privat: PLZ";
  72. $map['mobile_number'] = "Mobil-Tel.-Nr.";
  73. $map['nickname'] = "Spitzname";
  74. $map['organization'] = "Organisation";
  75. $map['pager_number'] = "Pager-Nummer";
  76. $map['primary_email'] = "Primäre E-Mail-Adresse";
  77. $map['secondary_email'] = "Sekundäre E-Mail-Adresse";
  78. $map['web_page_1'] = "Webseite 1";
  79. $map['web_page_2'] = "Webseite 2";
  80. $map['work_phone'] = "Tel. dienstlich";
  81. $map['work_address'] = "Dienstlich: Adresse";
  82. $map['work_country'] = "Dienstlich: Land";
  83. $map['work_zipcode'] = "Dienstlich: PLZ";
  84. $map['date_of_birth'] = "Date of Birth";
  85. $map['email'] = "Email";
  86. $map['home_mobile'] = "Home Mobile";
  87. $map['home_zip'] = "Home Zip";
  88. $map['info'] = "Info";
  89. $map['user_photo'] = "User Photo";
  90. $map['url'] = "URL";
  91. $map['work_city'] = "Work City";
  92. $map['work_company'] = "Work Company";
  93. $map['work_dept'] = "Work Dept";
  94. $map['work_fax'] = "Work Fax";
  95. $map['work_mobile'] = "Work Mobile";
  96. $map['work_state'] = "Work State";
  97. $map['work_title'] = "Work Title";
  98. $map['work_zip'] = "Work Zip";