File: lang.php

package info (click to toggle)
dokuwiki 0.0.20091225c-10%2Bsqueeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 19,292 kB
  • ctags: 11,043
  • sloc: php: 93,871; sh: 385; perl: 193; makefile: 27
file content (24 lines) | stat: -rw-r--r-- 1,069 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
 * Arabic language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author Mostafa Hussein <mostafa@gmail.com>
 * @author Yaman Hokan <always.smile.yh@hotmail.com>
 */
$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']               = 'أضف أضافة جديدة';