passwords.php 729 B

1234567891011121314151617181920
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | Password Reset Language Lines
  5. |--------------------------------------------------------------------------
  6. |
  7. | The following language lines are the default lines which match reasons
  8. | that are given by the password broker for a password update attempt
  9. | has failed, such as for an invalid token or invalid new password.
  10. |
  11. */
  12. return [
  13. 'reset' => 'Heslo bylo obnoveno!',
  14. 'sent' => 'E-mail s instrukcemi k obnovení hesla byl odeslán!',
  15. 'throttled' => 'Počkejte prosím a zkuste to znovu.',
  16. 'token' => 'Klíč pro obnovu hesla je nesprávný.',
  17. 'user' => 'Nepodařilo se najít uživatele s touto e-mailovou adresou.',
  18. ];