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

13 lines
518 B
PHP

<?php
$lang->counter = 'カウンター';
$lang->cmd_select_date = '日付選択';
$lang->cmd_select_counter_type['hour'] = '時間帯別';
$lang->cmd_select_counter_type['day'] = '日別';
$lang->cmd_select_counter_type['month'] = '月別';
$lang->cmd_select_counter_type['year'] = '年度別';
$lang->total_counter = 'トータル';
$lang->selected_day_counter = '選択日の情報';
$lang->unique_visitor = '訪問者';
$lang->pageview = 'ページビュー';
$lang->today = '今日';
$lang->yesterday = '昨日';