add contents

This commit is contained in:
Trevor Batley
2025-10-09 15:04:29 +11:00
parent 170362eec1
commit bce7dd054a
2537 changed files with 301282 additions and 0 deletions

View 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 :

View 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 :