Files
Trevor Batley bce7dd054a add contents
2025-10-09 15:04:29 +11:00

33 lines
1.3 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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