mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-05-01 14:52:23 +08:00
20 lines
809 B
PHP
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.',
|
|
];
|