]> BookStack Code Mirror - bookstack/blob - resources/lang/cs/passwords.php
Update auth.php
[bookstack] / resources / lang / cs / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => 'Heslo musí mít alespoň osm znaků a musí odpovídat potvrzení hesla.',
10     'user' => "Nemůžeme nalézt uživatele s touto e-mailovou adresou.",
11     'token' => 'Token pro obnovení hesla není platný pro tuto e-mailovou adresu.',
12     'sent' => 'Poslali jsme Vám e-mail s odkazem pro obnovení hesla!',
13     'reset' => 'Vaše heslo bylo obnoveno!',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.