From f652e36b2b2e958ceba3739041e257a4b39f19d0 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <bruederli@kolabsys.com>
Date: Wed, 12 Nov 2014 03:18:58 -0500
Subject: [PATCH] Force-pull translations from Transifex

---
 plugins/password/localization/ar_SA.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/plugins/password/localization/ar_SA.inc b/plugins/password/localization/ar_SA.inc
index 990505b..d91b523 100644
--- a/plugins/password/localization/ar_SA.inc
+++ b/plugins/password/localization/ar_SA.inc
@@ -15,7 +15,6 @@
 
  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
 */
-$labels['changepasswd']  = 'تغيير كلمة المرور';
 $labels['curpasswd']  = 'كلمة المرور الحالية';
 $labels['newpasswd']  = 'كلمة المرور الجديدة';
 $labels['confpasswd']  = 'تأكيد كلمة المرور الجديدة';
@@ -23,7 +22,10 @@
 $messages['nocurpassword'] = 'من فضلك أدخل كلمة المرور الحالية';
 $messages['passwordincorrect'] = 'كلمة المرور الحالية غير صحيحة';
 $messages['passwordinconsistency'] = 'كلمة المرور غير مطابقة, أعد المحاولة';
+$messages['crypterror'] = 'تعذر حفظ كلمة المرور الجديدة. دالة التشفير مفقودة.';
 $messages['connecterror'] = 'تعذر حفظ كلمة المرور الجديدة. خطأ في الإتصال';
 $messages['internalerror'] = 'تعذر حفظ كلمة المرور الجديدة';
+$messages['passwordshort'] = 'كلمة المرور يجب ان تحتوي على الاقل $length احرف.';
+$messages['passwordweak'] = 'كلمة المرور يجب ان تتضمن على الاقل رقم و علامة ترميز.';
 $messages['passwordforbidden'] = 'كلمة المرور تحتوي حروفاً ممنوعة';
 ?>

--
Gitblit v1.9.1