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/en.php
Normal file
13
modules/counter/lang/en.php
Normal 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';
|
||||
Loading…
Add table
Add a link
Reference in a new issue