add contents
This commit is contained in:
16
lib/plugins/pagelist/lang/ar/lang.php
Normal file
16
lib/plugins/pagelist/lang/ar/lang.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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
|
||||
*/
|
||||
|
||||
// custom language strings for the plugin
|
||||
$lang['page'] = 'الصفحة';
|
||||
$lang['date'] = 'التاريخ';
|
||||
$lang['user'] = 'المستخدم';
|
||||
$lang['desc'] = 'الوصف';
|
||||
|
||||
//Setup VIM: ex: et ts=2 enc=utf-8 :
|
32
lib/plugins/pagelist/lang/ar/settings.php
Normal file
32
lib/plugins/pagelist/lang/ar/settings.php
Normal file
@@ -0,0 +1,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 :
|
Reference in New Issue
Block a user