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

---
 plugins/password/localization/ar.inc |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/plugins/password/localization/ar.inc b/plugins/password/localization/ar.inc
index d1d0618..71b4915 100644
--- a/plugins/password/localization/ar.inc
+++ b/plugins/password/localization/ar.inc
@@ -15,13 +15,9 @@
 
  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
 */
-
-$labels = array();
-$labels['changepasswd']  = 'تغيير كلمة المرور';
 $labels['curpasswd']  = 'كلمة المرور الحالية:';
 $labels['newpasswd']  = 'كلمة المرور الجديدة:';
 $labels['confpasswd']  = 'تأكيد كلمة المرور الجديدة:';
-$messages = array();
 $messages['nopassword'] = 'من فضلك أدخل كلمة المرور الجديدة.';
 $messages['nocurpassword'] = 'من فضلك أدخل كلمة المرور الحالية.';
 $messages['passwordincorrect'] = 'كلمة المرور الحالية غير صحيحة.';
@@ -32,4 +28,3 @@
 $messages['passwordshort'] = 'كلمة المرور يجب على الأقل $length أحرف';
 $messages['passwordweak'] = ' كلمة المرور يجب أن تتضمن رقم واحد على الأقل وحرف ترقيم واحد.';
 $messages['passwordforbidden'] = 'كلمة المرور تحتوى على أحرف ممنوعة';
-?>

--
Gitblit v1.9.1