mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
23 lines
917 B
PHP
23 lines
917 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" => "كلمة المرور يجب أن تكون على الأقل 6 أحرف وتتطابق التأكيد.",
|
|
"user" => "لا يمكن إيجاد مستخدم بهذا البريد الالكترني.",
|
|
"token" => "رمز إعادة تعين كلمة المرور غير صالح.",
|
|
"sent" => "تم ارسال مذكر كلمة المرور!",
|
|
"reset" => "تم اعادة تعين كلمة المرور!",
|
|
|
|
];
|