23 lines
1014 B
PHP
23 lines
1014 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Password Reset Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are the default lines which match reasons
|
|
| that are given by the password broker for a password update attempt
|
|
| has failed, such as for an invalid token or invalid new password.
|
|
|
|
|
*/
|
|
|
|
'password' => 'يجب أن تتكون كلمة المرور من ستة أحرف على الأقل وأن تتطابق مع حقل تأكيدها!',
|
|
'reset' => 'تم أعادة تعيين كلمة المرور!',
|
|
'sent' => 'تم ارسال بريد الكتروني اليك به رابط إعادة تعيين كلمة المرور!',
|
|
'token' => 'كود إعادة تعيين كلمة المرور هذا غير صالح!',
|
|
'user' => "لم نجد مستخدم مسجل لدينا بهذا البريد الألكتروني!",
|
|
|
|
];
|