]> BookStack Code Mirror - bookstack/blob - resources/lang/cs/passwords.php
Merge branch 'development' of github.com:BookStackApp/BookStack into development
[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 shodovat se v obou polích.',
10     'user' => "Uživatel s touto e-mailovou adresou nebyl nalezen.",
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 ];