diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2013-10-06 11:22:06 -0700 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2013-10-06 11:22:06 -0700 |
commit | 13af2b2c9bce9b46a0060d4d0b896ed69ebc3755 (patch) | |
tree | 14e9e111d669c0b0bcedb6b2e84d26af12e45316 /lib/plugins/authad | |
parent | 36cb2184838fac606741a1193dccd4622c0ff041 (diff) | |
parent | 0da02e4da30749eeeec74b09658d8aac595a4fb7 (diff) | |
download | rpg-13af2b2c9bce9b46a0060d4d0b896ed69ebc3755.tar.gz rpg-13af2b2c9bce9b46a0060d4d0b896ed69ebc3755.tar.bz2 |
Merge pull request #354 from dokuwiki-translate/lang_update_350
Translation update (sk)
Diffstat (limited to 'lib/plugins/authad')
-rw-r--r-- | lib/plugins/authad/lang/sk/settings.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authad/lang/sk/settings.php b/lib/plugins/authad/lang/sk/settings.php new file mode 100644 index 000000000..0cc9b9b10 --- /dev/null +++ b/lib/plugins/authad/lang/sk/settings.php @@ -0,0 +1,11 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Martin Michalek <michalek.dev@gmail.com> + */ +$lang['admin_password'] = 'Heslo vyššie uvedeného používateľa.'; +$lang['use_ssl'] = 'Použiť SSL pripojenie? Ak áno, nepovoľte TLS nižšie.'; +$lang['use_tls'] = 'Použiť TLS pripojenie? Ak áno, nepovoľte SSL vyššie.'; +$lang['debug'] = 'Zobraziť doplňujúce ladiace informácie pri chybe?'; |