akaunting/resources/lang/sk-SK/passwords.php

23 lines
769 B
PHP
Raw Normal View History

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.",
];