summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/include/lang/ar/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/include/lang/ar/settings.php')
-rw-r--r--platform/www/lib/plugins/include/lang/ar/settings.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/include/lang/ar/settings.php b/platform/www/lib/plugins/include/lang/ar/settings.php
new file mode 100644
index 0000000..f3245a9
--- /dev/null
+++ b/platform/www/lib/plugins/include/lang/ar/settings.php
@@ -0,0 +1,20 @@
+<?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['firstseconly'] = 'عرض القسم الأول من الصفحات المضمّنة';
+$lang['showtaglogos'] = 'عرض الصورة لأول قسم';
+$lang['showfooter'] = 'عرض معلومات الصفحة المضمّنة';
+$lang['showlink'] = 'عرض رابط التتبع للصفحة المضمّنة';
+$lang['showdate'] = 'عرض التاريخ للصفحة المضمّنة';
+$lang['showuser'] = 'عرض إسم المستخدم للصفحة المضمّنة';
+$lang['showcomments'] = 'عرض تعليقات الصفحة المضمّنة';
+$lang['showtags'] = 'عرض الأقسام أسف الصفحة المضمّنة';
+
+//Setup VIM: ex: et ts=2 :