]> BookStack Code Mirror - bookstack/blob - lang/ro/passwords.php
Merge pull request #5626 from BookStackApp/rubentalstra-development
[bookstack] / lang / ro / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => 'Parolele trebuie să aibă cel puțin opt caractere și să corespundă confirmării.',
10     'user' => "Nu putem găsi un utilizator cu această adresă de e-mail.",
11     'token' => 'Token-ul de resetare a parolei nu este valid pentru această adresă de e-mail.',
12     'sent' => 'Am trimis prin e-mail link-ul de resetare a parolei!',
13     'reset' => 'Parola ta a fost resetată!',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.