diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-01-27 15:18:26 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-01-27 15:18:26 +0100 |
commit | 1d3e0272316696a8def74759b5e061d6b8387b5f (patch) | |
tree | 15f0bab5499312fe742bb4f326b12577a68b312e /lib/plugins/acl/lang/sk/lang.php | |
parent | 5ca43e07a7fad4cd8f993bf42d629dabd39fb5d9 (diff) | |
download | rpg-1d3e0272316696a8def74759b5e061d6b8387b5f.tar.gz rpg-1d3e0272316696a8def74759b5e061d6b8387b5f.tar.bz2 |
moved translations for ACL manager
darcs-hash:20060127141826-7ad00-c1689c7db5c4831fbbfca4a4c6c5f27c64546951.gz
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 : |