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/hi_IN/labels.inc |   22 ++++++++--------------
 1 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/program/localization/hi_IN/labels.inc b/program/localization/hi_IN/labels.inc
index a8b684c..32dae87 100644
--- a/program/localization/hi_IN/labels.inc
+++ b/program/localization/hi_IN/labels.inc
@@ -5,7 +5,7 @@
  | localization/<lang>/labels.inc                                        |
  |                                                                       |
  | Localization file of the Roundcube Webmail client                     |
- | Copyright (C) 2005-2013, The Roundcube Dev Team                       |
+ | Copyright (C) 2005-2015, The Roundcube Dev Team                       |
  |                                                                       |
  | Licensed under the GNU General Public License version 3 or            |
  | any later version with exceptions for skins & plugins.                |
@@ -139,13 +139,11 @@
 $labels['firstname']    = 'पहला नाम';
 $labels['surname']      = 'उपनाम';
 $labels['email']        = 'मेल';
-$labels['addcontact'] = 'नया पता जोडें';
 $labels['editcontact'] = 'पता सम्पाद';
 $labels['edit']   = 'सम्पाद';
 $labels['cancel'] = 'रद्द';
 $labels['save']   = 'सहेज';
 $labels['delete'] = 'मिटा';
-$labels['newcontact']     = 'नया पता कार्ड बनाऐं';
 $labels['deletecontact']  = 'चुने पते मिटाऐं';
 $labels['composeto']      = 'को मेल भेजें';
 $labels['contactsfromto'] = '$from से ले कर $to, $count पते में से';
@@ -160,10 +158,6 @@
 $labels['userpreferences'] = 'यूसर पसंद';
 $labels['editpreferences'] = 'यूसर पसंद सम्पादें';
 $labels['identities'] = 'पहचान';
-$labels['manageidentities'] = 'इस खाते के पहचान व्यवस्थित करें';
-$labels['newidentity'] = 'नया पहचान';
-$labels['newitem'] = 'नया चीज़';
-$labels['edititem'] = 'चीज़ सम्पादें';
 $labels['preferhtml'] = 'ऐच-टी-ऐम-ऐल(HTML) दिखाऐं';
 $labels['htmlmessage'] = 'ऐच-टी-ऐम-ऐल (HTML) रूप मेल करें';
 $labels['prettydate'] = 'सुनदर तारीखें';
@@ -178,13 +172,13 @@
 $labels['previewpane'] = 'झलक पट्टी दिखाऐं';
 $labels['autosavedraft']  = 'ड्राफ़ट अपने आप सहेजते जाऐं';
 $labels['never']  = 'कभी नहाीं';
-$labels['folder']  = 'फ़ोल्डर';
-$labels['folders']  = 'फ़ोल्डर';
-$labels['foldername']  = 'फ़ोल्डर नाम';
-$labels['subscribed']  = 'सबस्क्राईब किया गया';
-$labels['create']  = 'बनाऐं';
-$labels['createfolder']  = 'फ़ोलडर बनाऐं';
-$labels['managefolders']  = 'फ़ोलडर को व्यवस्थित करें';
+$labels['folder'] = 'फ़ोल्डर';
+$labels['folders'] = 'फ़ोल्डर';
+$labels['foldername'] = 'फ़ोल्डर नाम';
+$labels['subscribed'] = 'सबस्क्राईब किया गया';
+$labels['create'] = 'बनाऐं';
+$labels['createfolder'] = 'फ़ोलडर बनाऐं';
+$labels['managefolders'] = 'फ़ोलडर को व्यवस्थित करें';
 $labels['sortby'] = 'ऐसे तय करें';
 $labels['sortasc']  = 'पहले से आखीरी तय करें';
 $labels['sortdesc'] = 'आखीरी से पहले तय करें';

--
Gitblit v1.9.1