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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | localization/zh_TW/csv2vcard.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail client |
  7. | Copyright (C) 2005-2012, 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'] = "紀念日";
  19. $map['assistants_name'] = "助理";
  20. $map['assistants_phone'] = "助理電話";
  21. $map['birthday'] = "生日";
  22. $map['business_city'] = "商務 - 市/鎮";
  23. $map['business_countryregion'] = "商務 - 國家/地區";
  24. $map['business_fax'] = "商務傳真";
  25. $map['business_phone'] = "商務電話";
  26. $map['business_phone_2'] = "商務電話 2";
  27. $map['business_postal_code'] = "商務 - 郵遞區號";
  28. $map['business_state'] = "商務 - 縣市";
  29. $map['business_street'] = "商務 - 街";
  30. $map['car_phone'] = "汽車電話";
  31. $map['categories'] = "類別";
  32. $map['company'] = "公司";
  33. $map['department'] = "部門";
  34. $map['email_address'] = "電子郵件地址";
  35. $map['first_name'] = "名字";
  36. $map['gender'] = "性別";
  37. $map['home_city'] = "住家 - 市/鎮";
  38. $map['home_countryregion'] = "住家 - 國家/地區";
  39. $map['home_fax'] = "住家傳真";
  40. $map['home_phone'] = "住家電話";
  41. $map['home_phone_2'] = "住家電話 2";
  42. $map['home_postal_code'] = "住家 - 郵遞區號";
  43. $map['home_state'] = "住家 - 縣/市";
  44. $map['home_street'] = "住家 - 街";
  45. $map['job_title'] = "職稱";
  46. $map['last_name'] = "姓氏";
  47. $map['managers_name'] = "主管名稱";
  48. $map['middle_name'] = "中間名";
  49. $map['mobile_phone'] = "行動電話";
  50. $map['notes'] = "記事";
  51. $map['other_city'] = "其他 - 市/鎮";
  52. $map['other_countryregion'] = "其他 - 國家/地區";
  53. $map['other_fax'] = "其他傳真";
  54. $map['other_phone'] = "其他電話";
  55. $map['other_postal_code'] = "其他 - 郵遞區號";
  56. $map['other_state'] = "其他 - 縣/市";
  57. $map['other_street'] = "其他 - 街";
  58. $map['pager'] = "呼叫器";
  59. $map['primary_phone'] = "代表電話";
  60. $map['spouse'] = "配偶";
  61. $map['suffix'] = "稱謂";
  62. $map['title'] = "頭銜";
  63. $map['web_page'] = "網頁";
  64. $map['last'] = "姓";
  65. $map['first'] = "名";
  66. $map['birth_day'] = "生日 (日)";
  67. $map['birth_month'] = "生日 (月)";
  68. $map['birth_year'] = "生日 (年)";
  69. $map['display_name'] = "顯示名稱";
  70. $map['fax_number'] = "傳真號碼";
  71. $map['home_address'] = "住家住址";
  72. $map['home_country'] = "居住國家";
  73. $map['home_zipcode'] = "住址郵遞區號";
  74. $map['mobile_number'] = "手機號碼";
  75. $map['nickname'] = "暱稱";
  76. $map['organization'] = "Organization";
  77. $map['pager_number'] = "呼叫器號碼";
  78. $map['primary_email'] = "主要 Email";
  79. $map['secondary_email'] = "次要 Email";
  80. $map['web_page_1'] = "網頁 1";
  81. $map['web_page_2'] = "網頁 2";
  82. $map['work_phone'] = "商務電話";
  83. $map['work_address'] = "商務地址";
  84. $map['work_country'] = "商務國家";
  85. $map['work_zipcode'] = "商務郵遞區號";
  86. $map['work_city'] = "商務市鎮";
  87. $map['work_state'] = "商務縣市";
  88. $map['home_city_short'] = "居住市鎮";
  89. $map['home_state_short'] = "居住縣市";