]> BookStack Code Mirror - bookstack/blob - resources/lang/sk/passwords.php
Fix Crowdin name in the language_request issue template
[bookstack] / resources / lang / sk / 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í obsahovať aspoň osem znakov a musí byť rovnaké ako potvrdzujúce.',
10     'user' => "Nenašli sme používateľa s takou emailovou adresou.",
11     'token' => 'Token na obnovenie hesla je pre túto e-mailovú adresu neplatný.',
12     'sent' => 'Poslali sme Vám email s odkazom na reset hesla!',
13     'reset' => 'Vaše heslo bolo resetované!',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.