diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-14 11:55:35 +0100 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-14 11:55:35 +0100 |
commit | ced9e5a5bf5d6ffe051b42f474d7a97203641913 (patch) | |
tree | fc5a859d31a5f6cba5e9f0c3978935f656b3c0bf /program/localization/de_CH/csv2vcard.inc | |
parent | 4446aea1e64361065e2cf902ada004546599fd0b (diff) |
Updated localizations from Transifex
Diffstat (limited to 'program/localization/de_CH/csv2vcard.inc')
-rw-r--r-- | program/localization/de_CH/csv2vcard.inc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/program/localization/de_CH/csv2vcard.inc b/program/localization/de_CH/csv2vcard.inc index c6c2c5924..7d4b04d04 100644 --- a/program/localization/de_CH/csv2vcard.inc +++ b/program/localization/de_CH/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'] = "Jahrestag"; $map['assistants_name'] = "Name Assistent"; $map['assistants_phone'] = "Telefon Assistent"; @@ -69,8 +62,6 @@ $map['spouse'] = "Spouse"; $map['suffix'] = "Suffix"; $map['title'] = "Title"; $map['web_page'] = "Webseite"; - -// Thunderbird $map['birth_day'] = "Geburtstag"; $map['birth_month'] = "Geburtsmonat"; $map['birth_year'] = "Geburtsjahr"; @@ -91,8 +82,6 @@ $map['work_phone'] = "Tel. dienstlich"; $map['work_address'] = "Dienstlich: Adresse"; $map['work_country'] = "Dienstlich: Land"; $map['work_zipcode'] = "Dienstlich: PLZ"; - -// Atmail $map['date_of_birth'] = "Date of Birth"; $map['email'] = "Email"; $map['home_mobile'] = "Home Mobile"; |