summaryrefslogtreecommitdiff
path: root/program/localization/de_DE/csv2vcard.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-11-15 10:03:58 +0100
committerAleksander Machniak <alec@alec.pl>2014-11-15 10:03:58 +0100
commit7e34e4c5b5dac037435d0fc2c6db1f71199006e0 (patch)
treed3de8c0f9b8f609efa3e5434da2da48a4cf5b00b /program/localization/de_DE/csv2vcard.inc
parent9f1fd396951dd1bf9a082422d0835ca1a229255d (diff)
parentced9e5a5bf5d6ffe051b42f474d7a97203641913 (diff)
Merge branch 'release-1.0' of github.com:roundcube/roundcubemail into release-1.0
Diffstat (limited to 'program/localization/de_DE/csv2vcard.inc')
-rw-r--r--program/localization/de_DE/csv2vcard.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/program/localization/de_DE/csv2vcard.inc b/program/localization/de_DE/csv2vcard.inc
index 116349d28..fa3317bab 100644
--- a/program/localization/de_DE/csv2vcard.inc
+++ b/program/localization/de_DE/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";