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 = 'Counter';
$lang->cmd_select_date = 'Select Date';
$lang->cmd_select_counter_type['hour'] = 'By Hour';
$lang->cmd_select_counter_type['day'] = 'By Day';
$lang->cmd_select_counter_type['month'] = 'By Month';
$lang->cmd_select_counter_type['year'] = 'By Year';
$lang->total_counter = 'Total Status';
$lang->selected_day_counter = 'Status of the selected day';
$lang->unique_visitor = 'Visitors';
$lang->pageview = 'Pageview';
$lang->today = 'today';
$lang->yesterday = 'yesterday';