all
This commit is contained in:
21
Productivite/Snipe-IT/resources/lang/sr-CS/reminders.php
Normal file
21
Productivite/Snipe-IT/resources/lang/sr-CS/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" => "Lozinke moraju imati šest znakova i odgovarati potvrdi.",
|
||||
"user" => "Korisničko ime ili e-adresa nisu ispravni",
|
||||
"token" => 'Token za resetovanje lozinke je neispravan, istekao ili se ne poklapa sa unešenim korisničkim imenom.',
|
||||
'sent' => 'Ako odgovarajući korisnik sa ispravnom adresom e-pošte postoji u našem sistemu, e-poruka za promenu lozinke je poslata.',
|
||||
|
||||
);
|
Reference in New Issue
Block a user