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/fr_FR/csv2vcard.inc | |
parent | 07e5d737b732882c6104f39604f0568ed531c6e3 (diff) |
Localization files cleanup - removed untranslated texts, empty lines and comments
Diffstat (limited to 'program/localization/fr_FR/csv2vcard.inc')
-rw-r--r-- | program/localization/fr_FR/csv2vcard.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/program/localization/fr_FR/csv2vcard.inc b/program/localization/fr_FR/csv2vcard.inc index bb77001b5..0c6787124 100644 --- a/program/localization/fr_FR/csv2vcard.inc +++ b/program/localization/fr_FR/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'] = "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 +63,6 @@ $map['spouse'] = "Conjoint(e)"; $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 +83,4 @@ $map['work_phone'] = "Tél. professionnel"; $map['work_address'] = "Adresse professionnelle"; $map['work_country'] = "Région"; $map['work_zipcode'] = "Code postal"; - -// Other $map['_home_city'] = "Ville"; |