mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
Convert all module lang files from XML to PHP
This commit is contained in:
parent
9b621d9c8c
commit
615416ab7f
297 changed files with 13745 additions and 17656 deletions
13
modules/counter/lang/zh-CN.php
Normal file
13
modules/counter/lang/zh-CN.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?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 = '昨日';
|
||||
Loading…
Add table
Add a link
Reference in a new issue