From dbd00f84e519d5198664c565bc50474ae309768c Mon Sep 17 00:00:00 2001 From: Viktor Kristian Date: Thu, 13 Jan 2022 12:47:00 +0100 Subject: [PATCH] added SK lang translation --- lang/sk/lang.php | 10 ++++++++++ lang/sk/settings.php | 9 +++++++++ 2 files changed, 19 insertions(+) create mode 100644 lang/sk/lang.php create mode 100644 lang/sk/settings.php diff --git a/lang/sk/lang.php b/lang/sk/lang.php new file mode 100644 index 0000000..97a16c4 --- /dev/null +++ b/lang/sk/lang.php @@ -0,0 +1,10 @@ + + */ +$lang['information'] = 'Tento web používa cookies. Používáním týchto stránok súhlasíte s ukladáním cookies do vášho počítača. Tak isto beriete na vedomie, že ste si prečítali a porozumeli našim Zásadám ochrany osobných údajov. Ak nesúhlasíte, prosím opustite tieto stránky.'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Viac informácií'; +$lang['details_url'] = 'https://sk.wikipedia.org/wiki/HTTP_cookie'; diff --git a/lang/sk/settings.php b/lang/sk/settings.php new file mode 100644 index 0000000..474a7ce --- /dev/null +++ b/lang/sk/settings.php @@ -0,0 +1,9 @@ + + */ +$lang['position'] = 'Umiestnenie informačného banneru o cookies na stránke'; +$lang['position_o_top'] = 'hore'; +$lang['position_o_bottom'] = 'dole';