summaryrefslogtreecommitdiff
path: root/lib/plugins/acl/lang/ar
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-01-27 15:18:26 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-01-27 15:18:26 +0100
commit1d3e0272316696a8def74759b5e061d6b8387b5f (patch)
tree15f0bab5499312fe742bb4f326b12577a68b312e /lib/plugins/acl/lang/ar
parent5ca43e07a7fad4cd8f993bf42d629dabd39fb5d9 (diff)
downloadrpg-1d3e0272316696a8def74759b5e061d6b8387b5f.tar.gz
rpg-1d3e0272316696a8def74759b5e061d6b8387b5f.tar.bz2
moved translations for ACL manager
darcs-hash:20060127141826-7ad00-c1689c7db5c4831fbbfca4a4c6c5f27c64546951.gz
Diffstat (limited to 'lib/plugins/acl/lang/ar')
-rw-r--r--lib/plugins/acl/lang/ar/intro.txt5
-rw-r--r--lib/plugins/acl/lang/ar/lang.php22
2 files changed, 27 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/ar/intro.txt b/lib/plugins/acl/lang/ar/intro.txt
new file mode 100644
index 000000000..7dba628fe
--- /dev/null
+++ b/lib/plugins/acl/lang/ar/intro.txt
@@ -0,0 +1,5 @@
+====== إدارة قوائم التحكم بالدخول ======
+
+فى هذه الصفحة يمكنك أضافة أو مسح تراخيص للصفحة الحالية أو [[doku>wiki:namespaces|فضاء التسمية]] كلة. يتوجب عليك قراءه الدليل الرسمى [[doku>wiki:acl| لإدارة قوائم التحكم بالدخول]] لتتمكن من فهم كيفية عمل التحكم بالدخول.
+
+الصفحة تعرض كل التراخيص ذات أهمية للصفحة الحالية. التراخيص المعنية بصفحات أخرى لا تظهر هنا. لتغير تراخيص تلك الصفحات [[this>doku.php?do=index|تصفح]] للصفحة المرادة ثم أدخل على أدرة قوائم التحكم بالدخول. \ No newline at end of file
diff --git a/lib/plugins/acl/lang/ar/lang.php b/lib/plugins/acl/lang/ar/lang.php
new file mode 100644
index 000000000..63f4a2e33
--- /dev/null
+++ b/lib/plugins/acl/lang/ar/lang.php
@@ -0,0 +1,22 @@
+<?php
+/**
+ * Arabic language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Mostafa Hussein <mostafa@gmail.com>
+ */
+
+$lang['admin_acl'] = 'إدارة قوائم التحكم بالدخول';
+$lang['acl_group'] = 'مجموعة';
+$lang['acl_user'] = 'مستخدم';
+$lang['acl_perms'] = 'ترخيص لـ';
+$lang['page'] = 'صفحة';
+$lang['namespace'] = 'فضاء التسمية';
+
+$lang['acl_perm1'] = 'قراءة';
+$lang['acl_perm2'] = 'تحرير';
+$lang['acl_perm4'] = 'إنشاء';
+$lang['acl_perm8'] = 'تحميل';
+$lang['acl_perm16'] = 'مسح';
+$lang['acl_new'] = 'أضف أضافة جديدة';
+//Setup VIM: ex: et ts=2 enc=utf-8 :