2018-05-08 16:49:32 +03:00
|
|
|
<?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.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
'reset' => 'Parola a fost resetată!',
|
|
|
|
'sent' => 'Am trimis un e-mail cu link-ul de resetare a parolei!',
|
2022-10-31 13:49:13 +00:00
|
|
|
'throttled' => 'Te rog să așteptați înainte de a reîncerca.',
|
2018-05-08 16:49:32 +03:00
|
|
|
'token' => 'Codul de resetare a parolei este greșit.',
|
|
|
|
'user' => "Nu există niciun utilizator cu această adresă de e-mail.",
|
|
|
|
|
|
|
|
];
|