xref: /dokuwiki/lib/plugins/acl/lang/sk/lang.php (revision 166da0c59f106b2bc81be3dd2d9f074434261357)
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>
77e089c87SAndreas Gohr * @author Michal Mesko <michal.mesko@gmail.com>
8*166da0c5SeXuS * @author exusik@gmail.com
91d3e0272SAndreas Gohr */
10abcc3801SAndreas Gohr$lang['admin_acl']             = 'Správa zoznamu prístupových práv';
11abcc3801SAndreas Gohr$lang['acl_group']             = 'Skupina';
12abcc3801SAndreas Gohr$lang['acl_user']              = 'Užívateľ';
13abcc3801SAndreas Gohr$lang['acl_perms']             = 'Práva pre';
14abcc3801SAndreas Gohr$lang['page']                  = 'Stránka';
15abcc3801SAndreas Gohr$lang['namespace']             = 'Menný priestor';
167e089c87SAndreas Gohr$lang['current']               = 'Aktuálne pravidlá prístupu (ACL)';
177e089c87SAndreas Gohr$lang['where']                 = 'Stránka/Menný priestor';
187e089c87SAndreas Gohr$lang['who']                   = 'Používateľ/Skupina';
197e089c87SAndreas Gohr$lang['perm']                  = 'Povolenia';
207e089c87SAndreas Gohr$lang['acl_perm0']             = 'Žiadne';
21abcc3801SAndreas Gohr$lang['acl_perm1']             = 'Čítať';
22abcc3801SAndreas Gohr$lang['acl_perm2']             = 'Zmeniť';
23abcc3801SAndreas Gohr$lang['acl_perm4']             = 'Vytvoriť';
24abcc3801SAndreas Gohr$lang['acl_perm8']             = 'Nahrať súbor';
25abcc3801SAndreas Gohr$lang['acl_perm16']            = 'Zmazať';
267e089c87SAndreas Gohr$lang['acl_new']               = 'Pridať nový záznam';
277e089c87SAndreas Gohr$lang['acl_mod']               = 'Upraviť záznam';
28