From 53e0c6ca0948005fe93820c8bb37202dcbca1755 Mon Sep 17 00:00:00 2001 From: Mohammad K Date: Sun, 18 Jan 2015 13:43:04 +0200 Subject: [PATCH] missing translation There is a missing translation for 'password_confirmation'. It does exist in the English folder but not the Arabic. --- src/lang/ar/confide.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lang/ar/confide.php b/src/lang/ar/confide.php index cf49474..d97d286 100644 --- a/src/lang/ar/confide.php +++ b/src/lang/ar/confide.php @@ -34,6 +34,7 @@ 'wrong_credentials' => 'اسم دخول غير صحيح أو الايميل أو كلمة المرور', 'not_confirmed' => 'يبدو ان حسابك غير منشط، راجع ايميلك لوجود رسالة تأكيد.', 'confirmation' => 'تم تنشيط حسابك الان! يمكنك الان تسجيل الدخول بنجاح', + 'password_confirmation' => 'كلمة المرور غير مطابقة', 'wrong_confirmation' => 'كود تنشيط خاطئ', 'password_forgot' => 'بيانات استعادة كلمة مرورك تم ارسالها إلى ايميلك', 'wrong_password_forgot' => 'لم يتم العثور على المستخدم',