From a01f3b959abd9720ec1b33624cbd31bee4838c2b Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Thu, 10 Oct 2013 17:03:01 -0400 Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail --- program/localization/fr_FR/csv2vcard.inc | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/program/localization/fr_FR/csv2vcard.inc b/program/localization/fr_FR/csv2vcard.inc index bb77001..d28df7a 100644 --- a/program/localization/fr_FR/csv2vcard.inc +++ b/program/localization/fr_FR/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'] = "Anniversaire de mariage ou fête"; $map['assistants_name'] = "Nom de l''assistant(e)"; $map['assistants_phone'] = "Téléphone de l''assistant(e)"; @@ -69,8 +62,6 @@ $map['suffix'] = "Suffixe"; $map['title'] = "Titre"; $map['web_page'] = "Page Web"; - -// Thunderbird $map['birth_day'] = "Jour"; $map['birth_month'] = "Mois"; $map['birth_year'] = "Année de naissance"; @@ -91,6 +82,4 @@ $map['work_address'] = "Adresse professionnelle"; $map['work_country'] = "Région"; $map['work_zipcode'] = "Code postal"; - -// Other $map['_home_city'] = "Ville"; -- Gitblit v1.9.1