mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
18 lines
627 B
PHP
18 lines
627 B
PHP
<?php
|
|
/**
|
|
* @file /modules/editor/components/urllink/lang/ko.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief 위지윅에디터(editor) 모듈 > 설문조사 컴포넌트의 언어팩
|
|
**/
|
|
|
|
$lang->survey_title = "제목";
|
|
$lang->survey_item = "항목";
|
|
$lang->survey_stop_date = "종료 일자";
|
|
$lang->survey_chk_count = "선택항목 수";
|
|
|
|
$lang->cmd_add_survey = "설문 추가";
|
|
$lang->cmd_del_survey = "설문 제거";
|
|
$lang->cmd_add_item = "항목 추가";
|
|
|
|
$lang->cmd_null_item = "설문조사로 등록할 값이 없습니다.\n다시 설정해주세요";
|
|
?>
|