]> BookStack Code Mirror - bookstack/blob - resources/lang/hr/passwords.php
Adding Croatian translation files
[bookstack] / resources / 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     'token' => 'Ponovno postavljanje lozinke nemoguće putem ove adrese.'
11     'sent' => 'Na vašu email adresu poslana je poveznica za ponovno postavljanje!'
12     'reset' => 'Vaša je lozinka ponovno postavljena!'
13
14 ];