Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'program/localization/fi_FI/csv2vcard.inc')
-rw-r--r--program/localization/fi_FI/csv2vcard.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/program/localization/fi_FI/csv2vcard.inc b/program/localization/fi_FI/csv2vcard.inc
index cd82c3383..e0ab1f988 100644
--- a/program/localization/fi_FI/csv2vcard.inc
+++ b/program/localization/fi_FI/csv2vcard.inc
@@ -15,14 +15,7 @@
| Author: Pekka Nurmi <peknur@gmail.com> |
+-----------------------------------------------------------------------+
*/
-
-// 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 (stub)
$map['display_name'] = "Näyttönimi";
$map['first_name'] = "Etunimi";
$map['last_name'] = "Sukunimi";
@@ -34,9 +27,6 @@ $map['business_state'] = "Työpaikan lääni";
$map['job_title'] = "Ammattinimi";
$map['department'] = "Osasto";
$map['notes'] = "Muistiinpanot";
-
-
-// Thunderbird
$map['birth_day'] = "Syntymäpäivä";
$map['birth_month'] = "Syntymäkuukausi";
$map['birth_year'] = "Syntymävuosi";