ultimatepos/lang/ar/passwords.php

21 lines
1002 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reminder 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' => 'لم يتم العثور على أي مستخدم لديه عنوان البريد الإلكتروني هذا.',
];