2018-05-22 06:51:57 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2018-05-22 06:56:07 +00:00
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| 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.
|
|
|
|
|
|
2018-08-28 03:07:36 +00:00
|
|
|
*/
|
|
|
|
|
2018-05-22 06:51:57 +00:00
|
|
|
'password' => 'סיסמאות צריכות לכלול לפחות שש אותיות ולהתאים לאישור סיסמה.',
|
2018-08-28 03:07:36 +00:00
|
|
|
'reset' => 'סיסמאתך אופסה!',
|
|
|
|
'sent' => 'קישור איפוס הסיסמה נשלח לך לאימייל!',
|
|
|
|
'token' => 'אסימון איפוס סיסמה זה אינו תקין.',
|
|
|
|
'user' => 'איננו יכולים למצוא משתמש בעל אימייל זה.',
|
2018-05-22 06:51:57 +00:00
|
|
|
|
|
|
|
];
|