Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

csv2vcard.inc 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | localization/it_IT/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'] = "Anniversary";
  19. $map['assistants_name'] = "Assistant's Name";
  20. $map['assistants_phone'] = "Assistant's Phone";
  21. $map['birthday'] = "Birthday";
  22. $map['business_city'] = "Città di lavoro";
  23. $map['business_countryregion'] = "Business Country/Region";
  24. $map['business_fax'] = "Business Fax";
  25. $map['business_phone'] = "Business Phone";
  26. $map['business_phone_2'] = "Business Phone 2";
  27. $map['business_postal_code'] = "Business Postal Code";
  28. $map['business_state'] = "Provincia di lavoro";
  29. $map['business_street'] = "Indirizzo di lavoro";
  30. $map['car_phone'] = "Car Phone";
  31. $map['categories'] = "Categories";
  32. $map['company'] = "Company";
  33. $map['department'] = "Reparto";
  34. $map['email_address'] = "E-mail Address";
  35. $map['first_name'] = "Nome";
  36. $map['gender'] = "Gender";
  37. $map['home_city'] = "Città di residenza";
  38. $map['home_countryregion'] = "Home Country/Region";
  39. $map['home_fax'] = "Home Fax";
  40. $map['home_phone'] = "Telefono casa";
  41. $map['home_phone_2'] = "Home Phone 2";
  42. $map['home_postal_code'] = "Home Postal Code";
  43. $map['home_state'] = "Provincia di residenza";
  44. $map['home_street'] = "Indirizzo di casa";
  45. $map['job_title'] = "Qualifica";
  46. $map['last_name'] = "Cognome";
  47. $map['managers_name'] = "Manager's Name";
  48. $map['middle_name'] = "Middle Name";
  49. $map['mobile_phone'] = "Mobile Phone";
  50. $map['notes'] = "Note";
  51. $map['other_city'] = "Other City";
  52. $map['other_countryregion'] = "Other Country/Region";
  53. $map['other_fax'] = "Other Fax";
  54. $map['other_phone'] = "Other Phone";
  55. $map['other_postal_code'] = "Other Postal Code";
  56. $map['other_state'] = "Other State";
  57. $map['other_street'] = "Other Street";
  58. $map['pager'] = "Numero cercapersone";
  59. $map['primary_phone'] = "Primary Phone";
  60. $map['spouse'] = "Spouse";
  61. $map['suffix'] = "Suffix";
  62. $map['title'] = "Title";
  63. $map['web_page'] = "Web Page";
  64. $map['birth_day'] = "Giorno di nascita";
  65. $map['birth_month'] = "Mese di nascita";
  66. $map['birth_year'] = "Anno di nascita";
  67. $map['display_name'] = "Nome visualizzato";
  68. $map['fax_number'] = "Numero fax";
  69. $map['home_address'] = "Indirizzo di casa 2";
  70. $map['home_country'] = "Nazione di residenza";
  71. $map['home_zipcode'] = "CAP di residenza";
  72. $map['mobile_number'] = "Numero cellulare";
  73. $map['nickname'] = "Soprannome";
  74. $map['organization'] = "Organizzazione";
  75. $map['pager_number'] = "Pager Namber";
  76. $map['primary_email'] = "Email primaria";
  77. $map['secondary_email'] = "Email secondaria";
  78. $map['web_page_1'] = "Pagina web 1";
  79. $map['web_page_2'] = "Pagina web 2";
  80. $map['work_phone'] = "Telefono lavoro";
  81. $map['work_address'] = "Indirizzo di lavoro 2";
  82. $map['work_country'] = "Nazione di lavoro";
  83. $map['work_zipcode'] = "CAP di lavoro";
  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";