passwords.php 1.1 KB

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Password Reset Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following language lines are the default lines which match reasons
  9. | that are given by the password broker for a password update attempt
  10. | has failed, such as for an invalid token or invalid new password.
  11. |
  12. */
  13. 'password' => 'Hesla musí být alespoň šest znaků dlouhá a shodovat se s potvrzením.',
  14. 'reset' => 'Vaše heslo bylo obnoveno!',
  15. 'sent' => 'Pokud vaše e-mailová adresa existuje v naší databázi, obdržíte za pár minut na vaší e-mailové adrese odkaz pro obnovu hesla. Pokud tento e-mail neobdržíte, prosím zkontrolujte svou složku „spam“.',
  16. 'token' => 'Tento token pro obnovu hesla je neplatný.',
  17. 'user' => "Pokud vaše e-mailová adresa existuje v naší databázi, obdržíte za pár minut na vaší e-mailové adrese odkaz pro obnovu hesla. Pokud tento e-mail neobdržíte, prosím zkontrolujte svou složku „spam“.",
  18. ];