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/sq_AL/labels.inc |   38 +++++++++++++++++++++++++++++---------
 1 files changed, 29 insertions(+), 9 deletions(-)

diff --git a/program/localization/sq_AL/labels.inc b/program/localization/sq_AL/labels.inc
index 50fe3c3..12c4813 100644
--- a/program/localization/sq_AL/labels.inc
+++ b/program/localization/sq_AL/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.                |
@@ -15,14 +15,14 @@
 
  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/
 */
-$labels['welcome']   = 'Mirëseerdhe te $product';
-$labels['username']  = 'Përdoruesi';
+$labels['welcome']   = 'Mirë se erdhët te $product';
+$labels['username']  = 'Emri i përdorimit';
 $labels['password']  = 'Fjalëkalimi';
 $labels['server']    = 'Serveri';
 $labels['login']     = 'Hyr';
 $labels['logout']   = 'Dil';
 $labels['mail']     = 'Mesazhet';
-$labels['settings'] = 'Konfigurimi Personal';
+$labels['settings'] = 'Konfigurimet';
 $labels['addressbook'] = 'Libri i Adresave';
 $labels['inbox']  = 'Ardhjet';
 $labels['drafts'] = 'Drafte';
@@ -45,6 +45,8 @@
 $labels['copy']     = 'Kopje';
 $labels['moveto']   = 'ço te...';
 $labels['download'] = 'shkarko';
+$labels['open']     = 'Hape';
+$labels['showattachment'] = 'Shfaq';
 $labels['filename'] = 'Emër skedari';
 $labels['filesize'] = 'Madhësi skedari';
 $labels['addtoaddressbook'] = 'Shto në librin e adresave';
@@ -53,8 +55,8 @@
 $labels['tue'] = 'Mar';
 $labels['wed'] = 'Mër';
 $labels['thu'] = 'Enj';
-$labels['fri'] = 'Pre';
-$labels['sat'] = 'Sht';
+$labels['fri'] = 'Premte';
+$labels['sat'] = 'Shtune';
 $labels['sunday']    = 'e djelë';
 $labels['monday']    = 'e hënë';
 $labels['tuesday']   = 'e martë';
@@ -62,6 +64,12 @@
 $labels['thursday']  = 'e enjte';
 $labels['friday']    = 'e premte';
 $labels['saturday']  = 'e shtunë';
+$labels['jan']	= 'Jan';
+$labels['feb']	= 'Shkurt';
+$labels['mar']	= 'Mars';
+$labels['may']	= 'Maj';
+$labels['aug']	= 'Gusht';
+$labels['sep']	= 'Shtator';
 $labels['today'] = 'sot';
 $labels['checkmail']        = 'Shiko për mesazhe të reja';
 $labels['compose']          = 'Shkruaj një mesazh';
@@ -168,10 +176,22 @@
 $labels['create'] = 'Krijo';
 $labels['createfolder'] = 'Krijo kuti të re';
 $labels['managefolders'] = 'Sistemo kutitë';
+$labels['namespace.personal'] = 'Personale';
 $labels['sortby'] = 'Rradhit sipas';
 $labels['sortasc']  = 'Rradhitje rritëse';
 $labels['sortdesc'] = 'Rradhitje zbritëse';
-$labels['helplistkeyboardnavigation'] = "";
-$labels['helplistkeyboardnavmessages'] = "";
-$labels['helplistkeyboardnavcontacts'] = "";
+$labels['undo'] = 'Prapa';
+$labels['version'] = 'Verzioni';
+$labels['license'] = 'Licensa';
+$labels['B'] = 'B';
+$labels['KB'] = 'KB';
+$labels['MB'] = 'MB';
+$labels['GB'] = 'GB';
+$labels['english'] = 'Anglisht';
+$labels['arabic'] = 'Arabisht';
+$labels['greek'] = 'Greqisht';
+$labels['hebrew'] = 'Hebre';
+$labels['turkish'] = 'Turqisht';
+$labels['chinese'] = 'Kinez';
+$labels['arialabeltopnav'] = 'Dritarja e kontrollit';
 ?>

--
Gitblit v1.9.1