From bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 05 Feb 2016 07:25:27 -0500
Subject: [PATCH] Secure also downloads of addressbook exports, managesieve script exports and Enigma keys exports

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

diff --git a/program/localization/sk_SK/csv2vcard.inc b/program/localization/sk_SK/csv2vcard.inc
index 724ed74..c53273a 100644
--- a/program/localization/sk_SK/csv2vcard.inc
+++ b/program/localization/sk_SK/csv2vcard.inc
@@ -15,14 +15,7 @@
  | Author: Marek Mečiar <mmmeciar@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
 $map['anniversary'] = "Výročie";
 $map['assistants_name'] = "Meno asistenta";
 $map['assistants_phone'] = "Telefón asistenta";
@@ -69,8 +62,6 @@
 $map['suffix'] = "Prípona";
 $map['title'] = "Titul";
 $map['web_page'] = "Webová stránka";
-
-// Thunderbird
 $map['birth_day'] = "Deň narodenia";
 $map['birth_month'] = "Mesiac narodenia";
 $map['birth_year'] = "Rok narodenia";

--
Gitblit v1.9.1