]> BookStack Code Mirror - bookstack/blob - lang/hr/passwords.php
Deps: Updated composer/npm packages, fixed test namespace
[bookstack] / lang / hr / 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' => 'Lozinka mora imati najmanje 8 znakova i biti potvrđena.',
10     'user' => "Ne možemo pronaći korisnika s tom adresom e-pošte.",
11     'token' => 'Ponovno postavljanje lozinke nemoguće putem ove adrese.',
12     'sent' => 'Na vašu email adresu poslana je poveznica za ponovno postavljanje!',
13     'reset' => 'Vaša je lozinka ponovno postavljena!',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.