diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-10-09 19:33:28 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-10-09 19:33:28 +0200 |
commit | b1a1ca159e95457fda15a15c75e212dfd6c57640 (patch) | |
tree | dc64bf828d3ac0b18a60569894c7ff7d3c0f0897 /program/localization/zh_TW/csv2vcard.inc | |
parent | 07e5d737b732882c6104f39604f0568ed531c6e3 (diff) |
Localization files cleanup - removed untranslated texts, empty lines and comments
Diffstat (limited to 'program/localization/zh_TW/csv2vcard.inc')
-rw-r--r-- | program/localization/zh_TW/csv2vcard.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/program/localization/zh_TW/csv2vcard.inc b/program/localization/zh_TW/csv2vcard.inc index 9fcacc818..9dacddedd 100644 --- a/program/localization/zh_TW/csv2vcard.inc +++ b/program/localization/zh_TW/csv2vcard.inc @@ -16,13 +16,7 @@ +-----------------------------------------------------------------------+ */ -// 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 +63,6 @@ $map['spouse'] = "配偶"; $map['suffix'] = "稱謂"; $map['title'] = "頭銜"; $map['web_page'] = "網頁"; - -// Thunderbird $map['last'] = "姓"; $map['first'] = "名"; $map['birth_day'] = "生日 (日)"; |