Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/zh/zh.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: zt-CN (Chinese simplified - China) language for module Admin Statistics
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Chong-Bing Liu ( http://EasyApps.biz )
*
* ---- 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'] = '分析统计';

?>