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

This commit is contained in:
zero 2007-04-06 03:48:39 +00:00
parent aeb1d32bf2
commit 7b5e44ea20
14 changed files with 368 additions and 25 deletions

View file

@ -0,0 +1,16 @@
<?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 = "항목 추가";
?>