mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +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/vi.php
Normal file
13
modules/counter/lang/vi.php
Normal 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';
|
||||
Loading…
Add table
Add a link
Reference in a new issue