snipe-it/resources/lang/hr/reminders.php
2017-10-17 18:52:20 -07:00

25 lines
780 B
PHP

<?php
return array(
/*
|--------------------------------------------------------------------------
| Password Reminder 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.
|
*/
"password" => "Zaporke moraju imati šest znakova i odgovarati potvrdi.",
"user" => "Korisničko ime ili e-adresa nisu točni",
"token" => "Token za resetiranje lozinke nije valjan.",
"sent" => "Ako je pronađena odgovarajuća adresa e-pošte, podsjetnik za lozinku je poslan!",
);