|
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 : /proc/21585/root/home/queenjbs/xe/modules/poll/lang/ |
Upload File : |
<?php
/**
* @file modules/poll/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 설문조사 (poll) 모듈의 기본 언어팩
**/
$lang->poll = '설문조사';
$lang->poll_stop_date = '설문조사 종료일';
$lang->poll_join_count = '참가자';
$lang->poll_checkcount = '필수 선택 항목 수';
$lang->cmd_poll_list = '설문조사 목록 보기';
$lang->cmd_delete_checked_poll = '선택항목 삭제';
$lang->cmd_apply_poll = '설문 참여';
$lang->cmd_view_result = '결과 보기';
$lang->cmd_delete_checked_poll = '선택 설문 삭제';
$lang->success_poll = '설문에 응하여 주셔서 감사합니다.';
$lang->msg_already_poll = '이미 설문조사를 하셨습니다.';
$lang->msg_cart_is_null = '삭제할 글을 선택해주세요.';
$lang->msg_checked_poll_is_deleted = '%d개의 설문조사가 삭제되었습니다.';
$lang->msg_check_poll_item = '설문에 응할 항목을 선택하여 주세요. (설문조사 마다 필수 선택항목이 다를 수 있습니다.)';
$lang->msg_cart_is_null = '삭제할 설문을 선택해주세요.';
$lang->msg_checked_poll_is_deleted = '%d개의 설문이 삭제되었습니다.';
$lang->msg_poll_not_exists = '선택하신 설문이 존재하지 않습니다.';
$lang->cmd_null_item = "설문조사로 등록할 값이 없습니다.\n다시 설정해주세요.";
$lang->confirm_poll_submit = '설문조사에 응하시겠습니까?';
$lang->search_target_list = array(
'title' => '제목',
'regdate' => '등록일',
'ipaddress' => 'IP 주소',
);
?>