akaunting/resources/lang/hu-HU/passwords.php

23 lines
767 B
PHP
Raw Normal View History

2020-12-26 23:32:05 +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.
|
*/
2022-07-04 00:23:16 +00:00
'reset' => 'A jelszó visszaállítva!',
2020-12-26 23:32:05 +00:00
'sent' => 'Jelszó-emlékeztető elküldve!',
2022-07-04 00:23:16 +00:00
'throttled' => 'Kérem várjon, mielőtt újra próbálkozna.',
'token' => 'A jelszóvisszaállító token érvénytelen.',
'user' => "Nem találtunk felhasználót a megadott email címmel.",
2020-12-26 23:32:05 +00:00
];