|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/modules/counter/lang/ |
Upload File : |
<?php
/**
* @file modules/counter/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 한국어 언어팩 (기본적인 내용만 수록)
**/
$lang->counter = '접속 통계';
$lang->cmd_select_date = '날짜 선택';
$lang->cmd_select_counter_type = array(
'hour' => '시간대별',
'day' => '일별',
'month' => '월별',
'year' => '연도별',
);
$lang->total_counter = '전체현황';
$lang->selected_day_counter = '선택일 현황';
$lang->unique_visitor = '방문자';
$lang->pageview = '페이지뷰';
$lang->today = '오늘';
$lang->yesterday = '어제';
?>