diff options
| author | 2023-12-03 14:08:48 +0100 | |
|---|---|---|
| committer | 2023-12-03 14:08:48 +0100 | |
| commit | eb2c2d9a01ba54865b944f75d8436f933ed3ebfc (patch) | |
| tree | 0b05b790cf043f429d3a6cf9803c58c93d0a1535 /app/i18n/hu/install.php | |
| parent | 8c18dc16a9ec15715da5f0f8c2529d1a292a97c2 (diff) | |
Updated Hungarian translation (#5918)
* Updated Hungarian translation
* Fix typos config
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/hu/install.php')
| -rw-r--r-- | app/i18n/hu/install.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/hu/install.php b/app/i18n/hu/install.php index e551d1ab1..34cfd7aea 100644 --- a/app/i18n/hu/install.php +++ b/app/i18n/hu/install.php @@ -19,10 +19,10 @@ return array( 'reinstall' => 'FreshRSS újratelepítése', ), 'auth' => array( - 'form' => 'Web form (hagyományos, JavaScript-et igényel)', + 'form' => 'Webes űrlap (hagyományos, JavaScript-et igényel)', 'http' => 'HTTP (haladó felhasználóknak HTTPSel)', - 'none' => 'None (veszélyes)', - 'password_form' => 'Jelszó<br /><small>(a Web-form belépési módszerhez)</small>', + 'none' => 'Egyik sem (veszélyes)', + 'password_form' => 'Jelszó<br /><small>(a Webes űrlap belépési módszerhez)</small>', 'password_format' => 'Legalább 7 karakter', 'type' => 'Hitelesítési mód', ), |
