rhymix/modules/counter/lang/zh-CN.php
2016-01-31 16:01:17 +09:00

13 lines
491 B
PHP

<?php
$lang->counter = '访问统计';
$lang->cmd_select_date = '选择日期';
$lang->cmd_select_counter_type['hour'] = '按时';
$lang->cmd_select_counter_type['day'] = '按天';
$lang->cmd_select_counter_type['month'] = '按月';
$lang->cmd_select_counter_type['year'] = '按年';
$lang->total_counter = '总揽';
$lang->selected_day_counter = '指定日概况';
$lang->unique_visitor = '访问者';
$lang->pageview = '页面浏览';
$lang->today = '今日';
$lang->yesterday = '昨日';