From 46e05158b8d0d38692a5a81e237ffbd23623cb46 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 23 Dec 2020 21:51:22 +0100 Subject: [PATCH] =?UTF-8?q?blackout=20addon=20added=20HU=20translation=20T?= =?UTF-8?q?HX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blackout/lang/hu/strings.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 blackout/lang/hu/strings.php diff --git a/blackout/lang/hu/strings.php b/blackout/lang/hu/strings.php new file mode 100644 index 00000000..f0a29771 --- /dev/null +++ b/blackout/lang/hu/strings.php @@ -0,0 +1,17 @@ +strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "A befejezési dátum az áramszünet kezdési dátuma előtt van, ezt javítania kell."; +$a->strings["Please double check that the current settings for the blackout. Begin will be %s and it will end %s."] = "Ellenőrizze még egyszer az áramszünet jelenlegi beállításait. A kezdete %s és a vége %s lesz."; +$a->strings["Save Settings"] = "Beállítások mentése"; +$a->strings["Redirect URL"] = "Átirányítási URL"; +$a->strings["all your visitors from the web will be redirected to this URL"] = "A webről érkező összes látogatója át lesz irányítva erre az URL-re."; +$a->strings["Begin of the Blackout"] = "Az áramszünet kezdete"; +$a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "A formátum ÉÉÉÉ-HH-NN óó:pp, ahol ÉÉÉÉ az év, HH a hónap, NN a nap, óó az óra és pp a perc."; +$a->strings["End of the Blackout"] = "Az áramszünet vége"; +$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out should the blackout is still in place."] = "Megjegyzés: Az átirányítás attól a pillanattól kezdve lesz aktív, amikor megnyomja az elküldés gombot. A jelenleg bejelentkezett felhasználók nem lesznek kidobva, de nem tudnak újra bejelentkezni, miután kijelentkeztek és az áramszünet még hatályban van.";