Files
Heimdall/resources/lang/cs/passwords.php
2022-11-17 10:27:43 +01:00

23 lines
809 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Heslo musí mít alespoň šest znaků a musí se shodovat s potvrzením.',
'reset' => 'Vaše heslo bylo úspěšně resetováno!',
'sent' => 'Odeslali jsme vám emailem odkaz pro reset hesla!',
'token' => 'Token pro obnovu hesla je neplatný.',
'user' => "Nenalezli jsme uživatele se zadaným e-mailem.",
];