diff options
Diffstat (limited to 'language')
-rw-r--r-- | language/sk_SK/admin.lang.php | 8 | ||||
-rw-r--r-- | language/sk_SK/common.lang.php | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/language/sk_SK/admin.lang.php b/language/sk_SK/admin.lang.php index 27a01c139..de6437d2f 100644 --- a/language/sk_SK/admin.lang.php +++ b/language/sk_SK/admin.lang.php @@ -408,9 +408,6 @@ $lang['Time'] = 'čas'; $lang['IP'] = 'IP'; $lang['Element'] = 'Fotografie'; $lang['Section'] = 'Sekcia'; -$lang['Save page visits by guests'] = 'Ukladať stránky navštívené hosťami'; -$lang['Save page visits by users'] = 'Ukladať stránky navštívené používateľmi'; -$lang['Save page visits by administrators'] = 'Ukladať stránky navštívené administrátormi'; $lang['An information email was sent to group "%s"'] = 'Informačný e-mail bol poslaný skupine "%s"'; $lang['Send an information email to group members'] = 'Poslať informačný e-mail používateľom skupiny'; $lang['Group'] = 'Skupina'; @@ -831,7 +828,6 @@ $lang['The original image quality must be a number between %d and %d'] = 'Origin $lang['The original maximum height must be a number between %d and %d'] = 'Originálna maximálna výška musí byť číslo medzi %d a %d'; $lang['The original maximum width must be a number between %d and %d'] = 'Originálna maximálna šírka musí byť číslo medzi %d a %d'; $lang['Resize after upload'] = 'Zmeniť rozmer po nahratí'; -$lang['Photo sizes'] = 'Veľkosť fotky'; $lang['Original Size'] = 'Originálna veľkosť'; $lang['A locked gallery is only visible to administrators'] = 'Uzamknutý album je viditeľný len administrátorom'; $lang['Unlock gallery'] = 'Odomknúť album'; @@ -846,5 +842,9 @@ $lang['administrators'] = 'administrátori'; $lang['This album contains %d photos, added on %s.'] = 'Tento album obsahuje %d fotiek, pridaných %s.'; $lang['This album contains %d photos, added between %s and %s.'] = 'Tento album obsahuje %d fotiek, pridaných medzi %s a %s.'; $lang['This album contains no photo.'] = 'Tento album neobsahuje fotky.'; +$lang['Not cropped correctly?'] = 'Nesprávne orezanie?'; +$lang['Center of interest'] = 'Stred záujmu'; +$lang['Move to album'] = 'Premiestniť do albumu'; +$lang['You can activate only one mobile theme.'] = 'Môžete aktivovať len jednu tému pre mobil.'; ?>
\ No newline at end of file diff --git a/language/sk_SK/common.lang.php b/language/sk_SK/common.lang.php index 7485031b2..84df4be8b 100644 --- a/language/sk_SK/common.lang.php +++ b/language/sk_SK/common.lang.php @@ -389,5 +389,11 @@ $lang['Here are your connection settings'] = 'Tu je Vaše nastavenie pripojenia' $lang['Password: %s'] = 'Heslo: %s'; $lang['Username: %s'] = 'Používateľské meno: %s'; $lang['If you think you\'ve received this email in error, please contact us at %s'] = 'Ak si myslíte, že tento mail ste dostali chybne, kontaktujte nás prosím na %s'; +$lang['Show oldest comments first'] = 'Zobraziť staršie komentáre ako prvé'; +$lang['Show latest comments first'] = 'Zobraziť najnovšie komentáre ako prvé'; +$lang['Photo sizes'] = 'Veľkosti fotky'; +$lang['View in'] = 'Ukázať v'; +$lang['Mobile'] = 'Mobile'; +$lang['Desktop'] = 'Desktope'; ?>
\ No newline at end of file |