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 = 'Lượt truy cập';
$lang->cmd_select_date = 'Chọn ngày';
$lang->cmd_select_counter_type['hour'] = 'Theo giờ';
$lang->cmd_select_counter_type['day'] = 'Theo ngày';
$lang->cmd_select_counter_type['month'] = 'Theo tháng';
$lang->cmd_select_counter_type['year'] = 'Theo năm';
$lang->total_counter = 'Tổng số lượt truy cập';
$lang->selected_day_counter = 'Số truy cập trong ngày';
$lang->unique_visitor = 'Số lượt xem';
$lang->pageview = 'Số trang';
$lang->today = 'Hôm nay';
$lang->yesterday = 'Hôm qua';