rhymix/modules/counter/lang/en.php
2016-01-31 16:01:17 +09:00

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';