ok
This commit is contained in:
21
Production/SNIPE-IT/resources/lang/hr-HR/reminders.php
Normal file
21
Production/SNIPE-IT/resources/lang/hr-HR/reminders.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?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 poništavanje zaporke nije valjan, istekao je ili ne odgovara navedenom korisničkom računu.',
|
||||
'sent' => 'Ako odgovarajući korisnik s valjanom adresom e-pošte postoji u sustavu, poslan je email za oporavak lozinke.',
|
||||
|
||||
);
|
Reference in New Issue
Block a user