freescout-support/resources/lang/hu/passwords.php
2025-03-31 01:23:15 -07:00

20 lines
809 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reminder 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' => 'Az új jelszó beállítva!',
'sent' => 'Jelszó-emlékeztető elküldve!',
'throttled' => 'Kérjük várjon, mielőtt újra megpróbálná.',
'token' => 'Ez az új jelszó generálásához tartozó token érvénytelen.',
'user' => 'Nem található felhasználó a megadott email címmel.',
];