Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/ar/ar.mod_adminstats.php
<?php
/**
* @version: 2.0
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( http://www.elxis.org )
* @copyright: (C) 2006-2019 Elxis.org. All rights reserved.
* @description: ar (Arabic) language for component Content
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Illusion Web Solutions ( http://www.illusionwebsolutions.com )
*
* ---- THIS FILE MUST BE ENCODED AS UTF-8! ----
*
*****************************************************************************/

defined('_ELXIS_') or die ('Direct access to this location is not allowed.');


$_lang = array();
$_lang['MOD_ADMINSTATS_TITLE'] = 'إحصاءات الموقع';
$_lang['UNIQUE_VISITS'] = 'الزيارات الفريدة';
$_lang['CLICKS'] = 'نقرات';
$_lang['VISITS'] = 'زيارات';
$_lang['PREV_MONTH'] = 'الشهر السابق';
$_lang['NEXT_MONTH'] = 'الشهر المقبل';
$_lang['VISITS_PER_DAY'] = "الزيارات باليوم لـ %s"; //translators help: ... for {MONTH YEAR}
$_lang['CLICKS_PER_DAY'] = "النقرات باليوم لـ %s"; //translators help: ... for {MONTH YEAR}
$_lang['MORE'] = 'المزيد';
$_lang['ANALYTIC_STATS'] = 'الإحصاءات التحليلية';

?>