Init
This commit is contained in:
11
lang/cs/passwords.php
Normal file
11
lang/cs/passwords.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'reset' => 'Heslo bylo obnoveno!',
|
||||
'sent' => 'E-mail s instrukcemi k obnovení hesla byl odeslán!',
|
||||
'throttled' => 'Počkejte prosím a zkuste to znovu.',
|
||||
'token' => 'Klíč pro obnovu hesla je nesprávný.',
|
||||
'user' => 'Nepodařilo se najít uživatele s touto e-mailovou adresou.',
|
||||
];
|
||||
Reference in New Issue
Block a user