]> BookStack Code Mirror - bookstack/blob - lang/ar/passwords.php
4ab447d5d56e5c3226063fbd6f085111d9cdb34e
[bookstack] / lang / ar / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => 'يجب أن تتكون كلمة المرور من ستة أحرف على الأقل وأن تطابق التأكيد.',
10     'user' => "لم يتم العثور على مستخدم بعنوان البريد الإلكتروني المعطى.",
11     'token' => 'رمز إعادة تعيين كلمة المرور غير صالح لعنوان هذا البريد الإلكتروني.',
12     'sent' => 'تم إرسال رابط تجديد كلمة المرور إلى بريدكم الإلكتروني!',
13     'reset' => 'تم تجديد كلمة المرور الخاصة بكم!',
14
15 ];