From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 17 Apr 2015 06:28:40 -0400 Subject: [PATCH] Allow preference sections to define CSS class names --- plugins/password/localization/ar_SA.inc | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/password/localization/ar_SA.inc b/plugins/password/localization/ar_SA.inc index 68de461..d91b523 100644 --- a/plugins/password/localization/ar_SA.inc +++ b/plugins/password/localization/ar_SA.inc @@ -15,18 +15,17 @@ 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'] = 'كلمة المرور الحالية غير صحيحة'; $messages['passwordinconsistency'] = 'كلمة المرور غير مطابقة, أعد المحاولة'; +$messages['crypterror'] = 'تعذر حفظ كلمة المرور الجديدة. دالة التشفير مفقودة.'; $messages['connecterror'] = 'تعذر حفظ كلمة المرور الجديدة. خطأ في الإتصال'; $messages['internalerror'] = 'تعذر حفظ كلمة المرور الجديدة'; +$messages['passwordshort'] = 'كلمة المرور يجب ان تحتوي على الاقل $length احرف.'; +$messages['passwordweak'] = 'كلمة المرور يجب ان تتضمن على الاقل رقم و علامة ترميز.'; $messages['passwordforbidden'] = 'كلمة المرور تحتوي حروفاً ممنوعة'; ?> -- Gitblit v1.9.1