Convert all module lang files from XML to PHP

This commit is contained in:
Kijin Sung 2016-01-31 16:01:17 +09:00
parent 9b621d9c8c
commit 615416ab7f
297 changed files with 13745 additions and 17656 deletions

View 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 = '昨日';