Init
This commit is contained in:
11
lang/bs/passwords.php
Normal file
11
lang/bs/passwords.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'reset' => 'Lozinka je resetovana!',
|
||||
'sent' => 'Poslan vam je e-mail za povrat lozinke!',
|
||||
'throttled' => 'Molimo sačekajte prije ponovnog pokušaja.',
|
||||
'token' => 'Ovaj token za resetovanje lozinke nije ispravan.',
|
||||
'user' => 'Ne može se pronaći korisnik sa tom e-mail adresom.',
|
||||
];
|
||||
Reference in New Issue
Block a user