summaryrefslogtreecommitdiff
path: root/program/localization/zh_TW/csv2vcard.inc
diff options
context:
space:
mode:
Diffstat (limited to 'program/localization/zh_TW/csv2vcard.inc')
-rw-r--r--program/localization/zh_TW/csv2vcard.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/program/localization/zh_TW/csv2vcard.inc b/program/localization/zh_TW/csv2vcard.inc
index 36c5495e1..9fcacc818 100644
--- a/program/localization/zh_TW/csv2vcard.inc
+++ b/program/localization/zh_TW/csv2vcard.inc
@@ -15,7 +15,14 @@
| Author: Aleksander Machniak <alec@alec.pl> |
+-----------------------------------------------------------------------+
*/
+
+// This is a list of CSV column names specified in CSV file header
+// These must be original texts used in Outlook/Thunderbird exported csv files
+// Encoding UTF-8
+
$map = array();
+
+// MS Outlook 2010
$map['anniversary'] = "紀念日";
$map['assistants_name'] = "助理";
$map['assistants_phone'] = "助理電話";
@@ -62,6 +69,8 @@ $map['spouse'] = "配偶";
$map['suffix'] = "稱謂";
$map['title'] = "頭銜";
$map['web_page'] = "網頁";
+
+// Thunderbird
$map['last'] = "姓";
$map['first'] = "名";
$map['birth_day'] = "生日 (日)";