diff options
Diffstat (limited to 'lib/plugins/acl/lang/sk/lang.php')
-rw-r--r-- | lib/plugins/acl/lang/sk/lang.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/sk/lang.php b/lib/plugins/acl/lang/sk/lang.php new file mode 100644 index 000000000..150f9dbdb --- /dev/null +++ b/lib/plugins/acl/lang/sk/lang.php @@ -0,0 +1,22 @@ +<?php +/** + * Slovak language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * @author Ondrej Vegh <ov@vsieti.sk> with help of the scholars from Zdruzena stredna skola polygraficka in Bratislava + */ + +$lang['admin_acl'] = 'Správa zoznamu prístupových práv'; +$lang['acl_group'] = 'Skupina'; +$lang['acl_user'] = 'Užívateľ'; +$lang['acl_perms'] = 'Práva pre'; +$lang['page'] = 'Stránka'; +$lang['namespace'] = 'Menný priestor'; + +$lang['acl_perm1'] = 'Čítať'; +$lang['acl_perm2'] = 'Zmeniť'; +$lang['acl_perm4'] = 'Vytvoriť'; +$lang['acl_perm8'] = 'Nahrať súbor'; +$lang['acl_perm16'] = 'Zmazať'; +$lang['acl_new'] = 'Pridať novú položku'; +//Setup VIM: ex: et ts=2 enc=utf-8 : |