xref: /dokuwiki/lib/plugins/acl/lang/sk/lang.php (revision abcc3801dff527c2603a3a2aadf43561ca6722ed)
11d3e0272SAndreas Gohr<?php
21d3e0272SAndreas Gohr/**
31d3e0272SAndreas Gohr * Slovak language file
41d3e0272SAndreas Gohr *
51d3e0272SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
69a3288d6Sovegh * @author Ondrej Vegh <ov@vsieti.sk>
71d3e0272SAndreas Gohr */
8*abcc3801SAndreas Gohr$lang['admin_acl']               = 'Správa zoznamu prístupových práv';
9*abcc3801SAndreas Gohr$lang['acl_group']               = 'Skupina';
10*abcc3801SAndreas Gohr$lang['acl_user']                = 'Užívateľ';
11*abcc3801SAndreas Gohr$lang['acl_perms']               = 'Práva pre';
12*abcc3801SAndreas Gohr$lang['page']                    = 'Stránka';
13*abcc3801SAndreas Gohr$lang['namespace']               = 'Menný priestor';
14*abcc3801SAndreas Gohr$lang['acl_perm1']               = 'Čítať';
15*abcc3801SAndreas Gohr$lang['acl_perm2']               = 'Zmeniť';
16*abcc3801SAndreas Gohr$lang['acl_perm4']               = 'Vytvoriť';
17*abcc3801SAndreas Gohr$lang['acl_perm8']               = 'Nahrať súbor';
18*abcc3801SAndreas Gohr$lang['acl_perm16']              = 'Zmazať';
19*abcc3801SAndreas Gohr$lang['acl_new']                 = 'Pridať novú položku';
20