23 lines
789 B
PHP
23 lines
789 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.
|
|
|
|
|
*/
|
|
|
|
'reset' => 'Parola a fost resetată!',
|
|
'sent' => 'Am trimis un e-mail cu link-ul de resetare a parolei!',
|
|
'throttled' => 'Te rog să așteptați înainte de a reîncerca.',
|
|
'token' => 'Codul de resetare a parolei este greșit.',
|
|
'user' => "Nu există niciun utilizator cu această adresă de e-mail.",
|
|
|
|
];
|