issue 47 Refactore the 'poll_maker' editor component.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8479 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-06-15 03:01:05 +00:00
parent 4a50363cb1
commit 9142149a3a
11 changed files with 209 additions and 216 deletions

View file

@ -1,18 +1,20 @@
<?php
/**
* @file modules/editor/components/urllink/lang/ko.lang.php
* @author NHN (developers@xpressengine.com)
* @brief 위지윅에디터(editor) 모듈 > 설문조사 컴포넌트의 언어팩
**/
/**
* @file modules/editor/components/urllink/lang/ko.lang.php
* @author NHN (developers@xpressengine.com)
* @brief 위지윅에디터(editor) 모듈 > 설문조사 컴포넌트의 언어팩
**/
$lang->poll_title = '제목';
$lang->poll_item = '항목';
$lang->poll_stop_date = '종료 일자';
$lang->poll_chk_count = '선택항목 수';
$lang->poll_title = '제목';
$lang->poll_item = '항목';
$lang->poll_stop_date = '종료 일자';
$lang->poll_chk_count = '선택항목 수';
$lang->cmd_add_poll = '설문 추가';
$lang->cmd_del_poll = '설문 제거';
$lang->cmd_add_item = '항목 추가';
$lang->cmd_add_poll = '설문 추가';
$lang->cmd_del_poll = '설문 제거';
$lang->cmd_add_item = '항목 추가';
$lang->cmd_del_item = '마지막 항목 제거';
$lang->msg_poll_cannot_modify = '설문조사는 수정하실 수 없습니다. 삭제 후 다시 생성하셔야 합니다.';
?>
$lang->msg_poll_cannot_modify = '설문조사는 수정할 수 없습니다. 삭제 후 다시 생성하셔야 합니다.';
/* file : ko.lang.php */