]> BookStack Code Mirror - bookstack/blob - resources/lang/cs/passwords.php
Hungarian translation
[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í být alespoň 6 znaků dlouhé a shodovat se v obou polích.',
10     'user' => "Nemůžeme najít uživatele se zadanou emailovou adresou.",
11     'token' => 'Tento odkaz pro reset hesla je neplatný.',
12     'sent' => 'Poslali jsme vám odkaz pro reset hesla!',
13     'reset' => 'Vaše heslo bylo resetováno!',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.