Author name update.

NHN
developers@xpressengine.com
http://xpressengine.com/

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7676 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2010-09-06 06:35:20 +00:00
parent 7d1fa86e5c
commit 8f385a592b
603 changed files with 67379 additions and 67522 deletions

View file

@ -1,18 +1,18 @@
<?php
/**
* @file modules/editor/components/urllink/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 위지윅에디터(editor) 모듈 > 설문조사 컴포넌트의 언어팩
**/
$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->msg_poll_cannot_modify = '설문조사는 수정하실 수 없습니다. 삭제 후 다시 생성하셔야 합니다.';
?>
<?php
/**
* @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->cmd_add_poll = '설문 추가';
$lang->cmd_del_poll = '설문 제거';
$lang->cmd_add_item = '항목 추가';
$lang->msg_poll_cannot_modify = '설문조사는 수정하실 수 없습니다. 삭제 후 다시 생성하셔야 합니다.';
?>