1*182a1586SAndreas Gohr<?php 2*182a1586SAndreas Gohr/** 3*182a1586SAndreas Gohr * hebrew language file 4*182a1586SAndreas Gohr * 5*182a1586SAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6*182a1586SAndreas Gohr * @author DoK <kamberd@yahoo.com> 7*182a1586SAndreas Gohr */ 8*182a1586SAndreas Gohr 9*182a1586SAndreas Gohr$lang['admin_acl'] = 'ניהול רשימת בקרת גישות'; 10*182a1586SAndreas Gohr$lang['acl_group'] = 'קבוצה'; 11*182a1586SAndreas Gohr$lang['acl_user'] = 'משתמש'; 12*182a1586SAndreas Gohr$lang['acl_perms'] = 'הרשאות עבור'; 13*182a1586SAndreas Gohr$lang['page'] = 'דף'; 14*182a1586SAndreas Gohr$lang['namespace'] = 'מרחב שמות'; 15*182a1586SAndreas Gohr 16*182a1586SAndreas Gohr$lang['acl_perm1'] = 'קריאה'; 17*182a1586SAndreas Gohr$lang['acl_perm2'] = 'עריכה'; 18*182a1586SAndreas Gohr$lang['acl_perm4'] = 'יצירה'; 19*182a1586SAndreas Gohr$lang['acl_perm8'] = 'העלאה'; 20*182a1586SAndreas Gohr$lang['acl_perm16'] = 'מחיקה'; 21*182a1586SAndreas Gohr$lang['acl_new'] = 'הוספת רשומה חדשה'; 22*182a1586SAndreas Gohr 23