From e257b830a125aa90619bb251be86d1e8073bf365 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Sun, 15 Nov 2015 15:19:44 -0500
Subject: [PATCH] Synchronize localizations from Transifex

---
 program/localization/fi_FI/csv2vcard.inc |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/program/localization/fi_FI/csv2vcard.inc b/program/localization/fi_FI/csv2vcard.inc
index cd82c33..e0ab1f9 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['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";

--
Gitblit v1.9.1