summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/pagelist/lang/ar/settings.php
blob: b2092772c7fb75185271e61bd2baa2ced7c95c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
/**
* Arabic language file
*
* @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author    Muhammad Bashir Al-Noimi <bashir.storm@gmail.com>
*       http://www.hali-sy.com
*/
 
// for the configuration manager
$lang['style']            = 'شكل جدول قائمة الصفحات';
$lang['style_o_default']  = 'إفتراضي';
$lang['style_o_table']    = 'جدول';
$lang['style_o_list']     = 'قائمة';

$lang['showheader']       = 'عرض شريط الترويسة';
$lang['showdate']         = 'عرض عمود التاريخ';
$lang['showdate_o_0']     = 'إخفاء';
$lang['showdate_o_1']     = 'تاريخ الإنشاء';
$lang['showdate_o_2']     = 'تاريخ التعديل';
$lang['showuser']         = 'عرض عمود المستخدم';
$lang['showuser_o_0']     = 'إخفاء';
$lang['showuser_o_1']     = 'المنشئ';
$lang['showuser_o_2']     = 'المساهمون';
$lang['showdesc']         = 'عرض عمود الوصف';
$lang['showdesc_o_0']     = 'إخفاء';
$lang['showdesc_o_160']   = 'أكثر عدد 160 محرف';
$lang['showdesc_o_500']   = 'أكثر عدد 500 محرف';
$lang['showcomments']     = 'عرض عمود التعليقات';
$lang['showtags']         = 'عرض عمود الأقسامn';

//Setup VIM: ex: et ts=2 enc=utf-8 :