]> BookStack Code Mirror - bookstack/blob - resources/lang/hu/passwords.php
Update auth.php
[bookstack] / resources / lang / hu / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => 'A jelszónak legalább hat karakterből kell állnia és egyeznie kell a megerősítéssel.',
10     'user' => "Nem található felhasználó ezzel az e-mail címmel.",
11     'token' => 'Ez a jelszó visszaállító vezérjel érvénytelen.',
12     'sent' => 'E-mailben elküldtük a jelszó visszaállító hivatkozást!',
13     'reset' => 'A jelszó visszaállítva!',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.