mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@988 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
aeb1d32bf2
commit
7b5e44ea20
14 changed files with 368 additions and 25 deletions
16
modules/editor/components/poll/lang/ko.lang.php
Normal file
16
modules/editor/components/poll/lang/ko.lang.php
Normal 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 = "항목 추가";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue