diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-10-10 23:03:01 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-10-10 23:03:01 +0200 |
commit | a01f3b959abd9720ec1b33624cbd31bee4838c2b (patch) | |
tree | 1ad5812457031f386a335d2c7b13f1a646c4eb5d /program/localization/zh_TW/csv2vcard.inc | |
parent | e480ca00ba507ea1575bad7ffb824d8d72b666d4 (diff) | |
parent | 4136174517d426dcec74304ce004b4c845f075f5 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/localization/zh_TW/csv2vcard.inc')
-rw-r--r-- | program/localization/zh_TW/csv2vcard.inc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/program/localization/zh_TW/csv2vcard.inc b/program/localization/zh_TW/csv2vcard.inc index 9fcacc818..36c5495e1 100644 --- a/program/localization/zh_TW/csv2vcard.inc +++ b/program/localization/zh_TW/csv2vcard.inc @@ -15,14 +15,7 @@ | 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'] = "助理電話"; @@ -69,8 +62,6 @@ $map['spouse'] = "配偶"; $map['suffix'] = "稱謂"; $map['title'] = "頭銜"; $map['web_page'] = "網頁"; - -// Thunderbird $map['last'] = "姓"; $map['first'] = "名"; $map['birth_day'] = "生日 (日)"; |