2018-10-09 11:02:22 +03:00
|
|
|
<?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.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
'reset' => 'Heslo bolo zmenené!',
|
|
|
|
'sent' => 'Pripomienka k zmene hesla bola odoslaná!',
|
2022-06-04 00:26:44 +00:00
|
|
|
'throttled' => 'Prosím počkajte pred opätovným pokusom.',
|
2018-10-09 11:02:22 +03:00
|
|
|
'token' => 'Klúč pre obnovu hesla je neplatný.',
|
|
|
|
'user' => "Nepodarilo sa nájsť používateľa s touto e-mailovou adresou.",
|
|
|
|
|
|
|
|
];
|