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> 7*7e089c87SAndreas Gohr * @author Michal Mesko <michal.mesko@gmail.com> 81d3e0272SAndreas Gohr */ 9abcc3801SAndreas Gohr$lang['admin_acl'] = 'Správa zoznamu prístupových práv'; 10abcc3801SAndreas Gohr$lang['acl_group'] = 'Skupina'; 11abcc3801SAndreas Gohr$lang['acl_user'] = 'Užívateľ'; 12abcc3801SAndreas Gohr$lang['acl_perms'] = 'Práva pre'; 13abcc3801SAndreas Gohr$lang['page'] = 'Stránka'; 14abcc3801SAndreas Gohr$lang['namespace'] = 'Menný priestor'; 15*7e089c87SAndreas Gohr$lang['current'] = 'Aktuálne pravidlá prístupu (ACL)'; 16*7e089c87SAndreas Gohr$lang['where'] = 'Stránka/Menný priestor'; 17*7e089c87SAndreas Gohr$lang['who'] = 'Používateľ/Skupina'; 18*7e089c87SAndreas Gohr$lang['perm'] = 'Povolenia'; 19*7e089c87SAndreas Gohr$lang['acl_perm0'] = 'Žiadne'; 20abcc3801SAndreas Gohr$lang['acl_perm1'] = 'Čítať'; 21abcc3801SAndreas Gohr$lang['acl_perm2'] = 'Zmeniť'; 22abcc3801SAndreas Gohr$lang['acl_perm4'] = 'Vytvoriť'; 23abcc3801SAndreas Gohr$lang['acl_perm8'] = 'Nahrať súbor'; 24abcc3801SAndreas Gohr$lang['acl_perm16'] = 'Zmazať'; 25*7e089c87SAndreas Gohr$lang['acl_new'] = 'Pridať nový záznam'; 26*7e089c87SAndreas Gohr$lang['acl_mod'] = 'Upraviť záznam'; 27