11d3e0272SAndreas Gohr<?php 21d3e0272SAndreas Gohr/** 31d3e0272SAndreas Gohr * Arabic language file 41d3e0272SAndreas Gohr * 51d3e0272SAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 61d3e0272SAndreas Gohr * @author Mostafa Hussein <mostafa@gmail.com> 7*2709b456SYaman Hokan * @author Yaman Hokan <always.smile.yh@hotmail.com> 81d3e0272SAndreas Gohr */ 91d3e0272SAndreas Gohr$lang['admin_acl'] = 'إدارة قوائم التحكم بالدخول'; 101d3e0272SAndreas Gohr$lang['acl_group'] = 'مجموعة'; 111d3e0272SAndreas Gohr$lang['acl_user'] = 'مستخدم'; 121d3e0272SAndreas Gohr$lang['acl_perms'] = 'ترخيص لـ'; 131d3e0272SAndreas Gohr$lang['page'] = 'صفحة'; 141d3e0272SAndreas Gohr$lang['namespace'] = 'فضاء التسمية'; 15*2709b456SYaman Hokan$lang['btn_select'] = 'اختيار'; 16*2709b456SYaman Hokan$lang['who'] = 'اسم المستخدم / المجموعة'; 17*2709b456SYaman Hokan$lang['perm'] = 'التصاريح'; 18*2709b456SYaman Hokan$lang['acl_perm0'] = 'لا يوجد'; 191d3e0272SAndreas Gohr$lang['acl_perm1'] = 'قراءة'; 201d3e0272SAndreas Gohr$lang['acl_perm2'] = 'تحرير'; 211d3e0272SAndreas Gohr$lang['acl_perm4'] = 'إنشاء'; 221d3e0272SAndreas Gohr$lang['acl_perm8'] = 'تحميل'; 231d3e0272SAndreas Gohr$lang['acl_perm16'] = 'مسح'; 241d3e0272SAndreas Gohr$lang['acl_new'] = 'أضف أضافة جديدة'; 25