From b1a1ca159e95457fda15a15c75e212dfd6c57640 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 09 Oct 2013 13:33:28 -0400
Subject: [PATCH] Localization files cleanup - removed untranslated texts, empty lines and comments

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

diff --git a/program/localization/pl_PL/csv2vcard.inc b/program/localization/pl_PL/csv2vcard.inc
index ceb9955..52a77bf 100644
--- a/program/localization/pl_PL/csv2vcard.inc
+++ b/program/localization/pl_PL/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'] = "Rocznica";
 $map['assistants_name'] = "Asystent";
 $map['assistants_phone'] = "Telefon asystenta";

--
Gitblit v1.9.1