mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 18:29:55 +09:00
20 lines
547 B
PHP
20 lines
547 B
PHP
<?php
|
|
/**
|
|
* @file modules/counter/lang/ko.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief 한국어 언어팩 (기본적인 내용만 수록)
|
|
**/
|
|
|
|
$lang->cmd_select_date = '날자 선택';
|
|
|
|
$lang->total_counter = '전체현황';
|
|
$lang->selected_day_counter = '선택일 현황';
|
|
|
|
$lang->unique_visitor = '방문자';
|
|
$lang->pageview = '페이지뷰';
|
|
|
|
$lang->unit_time = '시간별';
|
|
$lang->unit_day = '시간별';
|
|
$lang->unit_month = '시간별';
|
|
$lang->unit_year = '시간별';
|
|
?>
|