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/authmysql | |
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/authmysql')
-rw-r--r-- | lib/plugins/authmysql/lang/sk/settings.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/sk/settings.php b/lib/plugins/authmysql/lang/sk/settings.php new file mode 100644 index 000000000..4dfdfbf29 --- /dev/null +++ b/lib/plugins/authmysql/lang/sk/settings.php @@ -0,0 +1,9 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Martin Michalek <michalek.dev@gmail.com> + */ +$lang['password'] = 'Heslo pre vyššie uvedeného používateľa'; +$lang['debug'] = 'Zobraziť doplňujúce ladiace informácie'; |