From 74bd6999c5e5c23ebbf90dbb6bdaabbddd7594cf Mon Sep 17 00:00:00 2001 From: sembrestels Date: Thu, 13 Oct 2011 15:23:11 +0200 Subject: Rename lib/dokuwiki to vendors/dokuwiki --- vendors/dokuwiki/lib/plugins/acl/lang/ar/lang.php | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 vendors/dokuwiki/lib/plugins/acl/lang/ar/lang.php (limited to 'vendors/dokuwiki/lib/plugins/acl/lang/ar/lang.php') diff --git a/vendors/dokuwiki/lib/plugins/acl/lang/ar/lang.php b/vendors/dokuwiki/lib/plugins/acl/lang/ar/lang.php new file mode 100644 index 000000000..ced250243 --- /dev/null +++ b/vendors/dokuwiki/lib/plugins/acl/lang/ar/lang.php @@ -0,0 +1,24 @@ + + * @author Yaman Hokan + */ +$lang['admin_acl'] = 'إدارة قوائم التحكم بالدخول'; +$lang['acl_group'] = 'مجموعة'; +$lang['acl_user'] = 'مستخدم'; +$lang['acl_perms'] = 'ترخيص لـ'; +$lang['page'] = 'صفحة'; +$lang['namespace'] = 'فضاء التسمية'; +$lang['btn_select'] = 'اختيار'; +$lang['who'] = 'اسم المستخدم / المجموعة'; +$lang['perm'] = 'التصاريح'; +$lang['acl_perm0'] = 'لا يوجد'; +$lang['acl_perm1'] = 'قراءة'; +$lang['acl_perm2'] = 'تحرير'; +$lang['acl_perm4'] = 'إنشاء'; +$lang['acl_perm8'] = 'تحميل'; +$lang['acl_perm16'] = 'مسح'; +$lang['acl_new'] = 'أضف أضافة جديدة'; -- cgit v1.2.3