mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
13 lines
503 B
PHP
13 lines
503 B
PHP
<?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';
|