11d3e0272SAndreas Gohr<?php 21d3e0272SAndreas Gohr/** 31d3e0272SAndreas Gohr * polish language file 41d3e0272SAndreas Gohr * 51d3e0272SAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 61d3e0272SAndreas Gohr * @author Grzegorz Żur <grzegorz.zur@gmail.com> 71d3e0272SAndreas Gohr */ 8*abcc3801SAndreas Gohr$lang['admin_acl'] = 'Zarządzanie uprawnieniami'; 9*abcc3801SAndreas Gohr$lang['acl_group'] = 'Grupa'; 10*abcc3801SAndreas Gohr$lang['acl_user'] = 'Użytkownik'; 11*abcc3801SAndreas Gohr$lang['acl_perms'] = 'Uprawnienia użytkownika'; 12*abcc3801SAndreas Gohr$lang['page'] = 'Strona'; 13*abcc3801SAndreas Gohr$lang['namespace'] = 'Katalog'; 14*abcc3801SAndreas Gohr$lang['acl_perm1'] = 'Czytanie'; 15*abcc3801SAndreas Gohr$lang['acl_perm2'] = 'Zmiana'; 16*abcc3801SAndreas Gohr$lang['acl_perm4'] = 'Tworzenie'; 17*abcc3801SAndreas Gohr$lang['acl_perm8'] = 'Przesyłanie plików'; 18*abcc3801SAndreas Gohr$lang['acl_perm16'] = 'Usuwanie'; 19*abcc3801SAndreas Gohr$lang['acl_new'] = 'Dodaj nowy wpis'; 20