2020-10-21 00:45:21 +00: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' => 'Geslo je bilo spremenjeno!',
|
2021-07-01 08:16:51 +00:00
|
|
|
'sent' => 'Povezava za ponastavitev gesla je poslana!',
|
|
|
|
'throttled' => 'Počakaj, preden poskusiš znova.',
|
2020-10-21 00:45:21 +00:00
|
|
|
'token' => 'Ponastavitveni žeton je neveljaven.',
|
2021-07-01 08:16:51 +00:00
|
|
|
'user' => "Uporabnika s tem e-poštnim naslovom ni bilo mogoče najti.",
|
2020-10-21 00:45:21 +00:00
|
|
|
|
|
|
|
];
|