Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

csv2vcard.inc 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | localization/<lang>/csv2vcard.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail client |
  7. | Copyright (C) 2005-2015, 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'] = "Aniversário";
  19. $map['assistants_name'] = "Nome do Assistente";
  20. $map['assistants_phone'] = "Fone do Assistente";
  21. $map['birthday'] = "Aniversário";
  22. $map['business_city'] = "Cidade comercial";
  23. $map['business_countryregion'] = "Região/País comercial";
  24. $map['business_fax'] = "Fax comercial";
  25. $map['business_phone'] = "Fone comercial";
  26. $map['business_phone_2'] = "Fone comercial 2";
  27. $map['business_postal_code'] = "Código postal comercial";
  28. $map['business_state'] = "Estado comercial";
  29. $map['business_street'] = "Rua comercial";
  30. $map['car_phone'] = "Fone do carro";
  31. $map['categories'] = "Categorias";
  32. $map['company'] = "Empresa";
  33. $map['department'] = "Departamento";
  34. $map['email_address'] = "Endereço de E-mail";
  35. $map['email_2_address'] = "Endereço de E-mail 2";
  36. $map['email_3_address'] = "Endereço de E-mail 3";
  37. $map['first_name'] = "Primeiro nome";
  38. $map['gender'] = "Gênero";
  39. $map['home_city'] = "Cidade de casa";
  40. $map['home_countryregion'] = "Região/País de casa";
  41. $map['home_fax'] = "Fax de casa";
  42. $map['home_phone'] = "Fone de casa";
  43. $map['home_phone_2'] = "Fone de casa 2";
  44. $map['home_postal_code'] = "Código Postal de casa";
  45. $map['home_state'] = "Estado de casa";
  46. $map['home_street'] = "Rua de casa";
  47. $map['job_title'] = "Cargo";
  48. $map['last_name'] = "Último nome";
  49. $map['managers_name'] = "Nome do gerente";
  50. $map['middle_name'] = "Nome do meio";
  51. $map['mobile_phone'] = "Celular";
  52. $map['notes'] = "Notas";
  53. $map['other_city'] = "Outra cidade";
  54. $map['other_countryregion'] = "Outro País/Região";
  55. $map['other_fax'] = "Outro Fax";
  56. $map['other_phone'] = "Outro Fone";
  57. $map['other_postal_code'] = "Outro Código Postal";
  58. $map['other_state'] = "Outro Estado";
  59. $map['other_street'] = "Outra Rua";
  60. $map['pager'] = "Pager";
  61. $map['primary_phone'] = "Fone Primario";
  62. $map['spouse'] = "Spouse";
  63. $map['suffix'] = "Sufixo";
  64. $map['title'] = "Título";
  65. $map['web_page'] = "Página Web";
  66. $map['birth_day'] = "Dia de nascimento";
  67. $map['birth_month'] = "Mês de nascimento";
  68. $map['birth_year'] = "Ano de nascimento";
  69. $map['display_name'] = "Mostrar nome";
  70. $map['fax_number'] = "Número de Fax";
  71. $map['home_address'] = "Endereço de casa";
  72. $map['home_country'] = "País de casa";
  73. $map['home_zipcode'] = "CEP de casa";
  74. $map['mobile_number'] = "Celular";
  75. $map['nickname'] = "Apelido";
  76. $map['organization'] = "Organização";
  77. $map['pager_number'] = "Número do Pager";
  78. $map['primary_email'] = "E-mail primário";
  79. $map['secondary_email'] = "E-mail secundário";
  80. $map['web_page_1'] = "Web Page 1";
  81. $map['web_page_2'] = "Web Page 2";
  82. $map['work_phone'] = "Fone de trabalho";
  83. $map['work_address'] = "Endereço de trabalho";
  84. $map['work_country'] = "País de trabalho";
  85. $map['work_zipcode'] = "CEP de trabalho";
  86. $map['date_of_birth'] = "Data de nascimento";
  87. $map['email'] = "E-mail";
  88. $map['home_mobile'] = "Celular pessoal";
  89. $map['home_zip'] = "CEP pessoal";
  90. $map['info'] = "Informações";
  91. $map['user_photo'] = "Foto do Usuário";
  92. $map['url'] = "URL";
  93. $map['work_city'] = "Cidade de trabalho";
  94. $map['work_company'] = "Empresa";
  95. $map['work_dept'] = "Departamento";
  96. $map['work_fax'] = "Fax";
  97. $map['work_mobile'] = "Celular de trabalho";
  98. $map['work_state'] = "Estado";
  99. $map['work_title'] = "Cargo";
  100. $map['work_zip'] = "CEP";