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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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: Aleksander Machniak <alec@alec.pl> |
  15. +-----------------------------------------------------------------------+
  16. */
  17. $map = array();
  18. $map['anniversary'] = "Anniversaire de mariage ou fête";
  19. $map['assistants_name'] = "Nom de l''assistant(e)";
  20. $map['assistants_phone'] = "Téléphone de l''assistant(e)";
  21. $map['birthday'] = "Anniversaire";
  22. $map['business_city'] = "Ville (bureau)";
  23. $map['business_countryregion'] = "Pays/Région (bureau)";
  24. $map['business_fax'] = "Télécopie (bureau)";
  25. $map['business_phone'] = "Téléphone (bureau)";
  26. $map['business_phone_2'] = "Téléphone 2 (bureau)";
  27. $map['business_postal_code'] = "Code postal (bureau)";
  28. $map['business_state'] = "Dép/Région (bureau)";
  29. $map['business_street'] = "Rue (bureau)";
  30. $map['car_phone'] = "Téléphone (voiture)";
  31. $map['categories'] = "Catégories";
  32. $map['company'] = "Société";
  33. $map['department'] = "Service";
  34. $map['email_address'] = "Adresse de messagerie";
  35. $map['first_name'] = "Prénom";
  36. $map['gender'] = "Sexe";
  37. $map['home_city'] = "Ville (domicile)";
  38. $map['home_countryregion'] = "Pays/Région (domicile)";
  39. $map['home_fax'] = "Télécopie (domicile)";
  40. $map['home_phone'] = "Téléphone (domicile)";
  41. $map['home_phone_2'] = "Téléphone 2 (domicile)";
  42. $map['home_postal_code'] = "Code postal (domicile)";
  43. $map['home_state'] = "Dép/Région (domicile)";
  44. $map['home_street'] = "Rue (domicile)";
  45. $map['job_title'] = "Profession";
  46. $map['last_name'] = "Nom";
  47. $map['managers_name'] = "Manager's Name";
  48. $map['middle_name'] = "Deuxième prénom";
  49. $map['mobile_phone'] = "Tél. mobile";
  50. $map['notes'] = "Notes";
  51. $map['other_city'] = "Ville (autre)";
  52. $map['other_countryregion'] = "Pays/Région (autre)";
  53. $map['other_fax'] = "Télécopie (autre)";
  54. $map['other_phone'] = "Téléphone (autre)";
  55. $map['other_postal_code'] = "Code postal (autre)";
  56. $map['other_state'] = "Dép/Région (autre)";
  57. $map['other_street'] = "Rue (autre)";
  58. $map['pager'] = "Récepteur de radiomessagerie";
  59. $map['primary_phone'] = "Téléphone principal";
  60. $map['spouse'] = "Conjoint(e)";
  61. $map['suffix'] = "Suffixe";
  62. $map['title'] = "Titre";
  63. $map['web_page'] = "Page Web";
  64. $map['birth_day'] = "Jour";
  65. $map['birth_month'] = "Mois";
  66. $map['birth_year'] = "Année de naissance";
  67. $map['display_name'] = "Nom à afficher";
  68. $map['fax_number'] = "Fax";
  69. $map['home_address'] = "Adresse privée";
  70. $map['home_country'] = "Région";
  71. $map['home_zipcode'] = "Code postal";
  72. $map['mobile_number'] = "Portable";
  73. $map['nickname'] = "Surnom";
  74. $map['organization'] = "Société";
  75. $map['pager_number'] = "Pager";
  76. $map['primary_email'] = "Adresse électronique principale";
  77. $map['secondary_email'] = "Adresse électronique secondaire";
  78. $map['web_page_1'] = "Site Web 1";
  79. $map['web_page_2'] = "Site Web 2";
  80. $map['work_phone'] = "Tél. professionnel";
  81. $map['work_address'] = "Adresse professionnelle";
  82. $map['work_country'] = "Région";
  83. $map['work_zipcode'] = "Code postal";
  84. $map['_home_city'] = "Ville";