From e9a42602df0cbdfcc7f7be4110f2132f69ab5886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=20Gerg=C5=91?= Date: Tue, 28 Nov 2017 15:27:15 +0100 Subject: [PATCH] Add missing translation (#3269) Fixes #3267 --- modules/system/lang/en/lang.php | 1 + modules/system/lang/hu/client.php | 2 +- modules/system/lang/hu/lang.php | 9 +++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php index 5399d11bf..50e066b5c 100644 --- a/modules/system/lang/en/lang.php +++ b/modules/system/lang/en/lang.php @@ -305,6 +305,7 @@ return [ 'core_build_help' => 'Latest build is available.', 'core_downloading' => 'Downloading application files', 'core_extracting' => 'Unpacking application files', + 'core_set_build' => 'Setting build number', 'plugins' => 'Plugins', 'themes' => 'Themes', 'disabled' => 'Disabled', diff --git a/modules/system/lang/hu/client.php b/modules/system/lang/hu/client.php index 82fe0de16..4a655a8c7 100644 --- a/modules/system/lang/hu/client.php +++ b/modules/system/lang/hu/client.php @@ -90,7 +90,7 @@ return [ ], 'editor' => [ 'title' => 'Forráskód szerkesztő', - 'description' => 'Your operating system should be configured to listen to one of these URL schemes.', + 'description' => 'Az operációs rendszert úgy kell beállítani, hogy figyelembe vegye az URL sémát.', 'openWith' => 'Megnyitás mint', 'remember_choice' => 'Kiválasztott beállítások megjegyzése ebben a munkamenetben', 'open' => 'Megnyitás', diff --git a/modules/system/lang/hu/lang.php b/modules/system/lang/hu/lang.php index 45c0f511e..a12bd298e 100644 --- a/modules/system/lang/hu/lang.php +++ b/modules/system/lang/hu/lang.php @@ -264,8 +264,9 @@ return [ 'core_current_build' => 'Verzió', 'core_build' => 'Új verzió: :build', 'core_build_help' => 'Elérhető a legújabb hivatalos kiadás.', - 'core_downloading' => 'Rendszer frissítés letöltése...', - 'core_extracting' => 'Rendszer frissítés kicsomagolása...', + 'core_downloading' => 'Rendszer letöltése...', + 'core_extracting' => 'Rendszer kicsomagolása...', + 'core_set_build' => 'Rendszer beállítása...', 'plugins' => 'Bővítmények', 'themes' => 'Témák', 'disabled' => 'Letiltva', @@ -277,8 +278,8 @@ return [ 'theme_downloading' => 'Téma letöltése: :name', 'theme_extracting' => 'Téma kicsomagolása: :name', 'update_label' => 'Honlap frissítése', - 'update_completing' => 'Frissítési folyamat befejezése', - 'update_loading' => 'Elérhető frissítések betöltése...', + 'update_completing' => 'Folyamat befejezése', + 'update_loading' => 'Frissítések betöltése...', 'update_success' => 'A frissítés sikeresen megtörtént.', 'update_failed_label' => 'A frissítés nem sikerült.', 'force_label' => 'Frissítés kényszerítése',