git-svn-id: http://xe-core.googlecode.com/svn/trunk@1280 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-23 06:29:08 +00:00
parent ad2754314c
commit 210ebdbc26
8 changed files with 151 additions and 20 deletions

View file

@ -6,6 +6,12 @@
**/
$lang->cmd_select_date = '날자 선택';
$lang->cmd_select_counter_type = array(
'hour' => '시간대별',
'day' => '일별',
'month' => '월별',
'year' => '년도별',
);
$lang->total_counter = '전체현황';
$lang->selected_day_counter = '선택일 현황';
@ -13,8 +19,4 @@
$lang->unique_visitor = '방문자';
$lang->pageview = '페이지뷰';
$lang->unit_time = '시간별';
$lang->unit_day = '시간별';
$lang->unit_month = '시간별';
$lang->unit_year = '시간별';
?>