mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
Data migration UX refactoring.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8756 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e4085a87ee
commit
e10e89312b
52 changed files with 278 additions and 297 deletions
|
|
@ -4,10 +4,10 @@
|
|||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief Poll (poll) of the basic language modules
|
||||
**/
|
||||
$lang->poll = '설문조사';
|
||||
$lang->poll = '설문';
|
||||
$lang->poll_stop_date = '설문조사 종료일';
|
||||
$lang->poll_join_count = '참가자';
|
||||
$lang->poll_checkcount = '필수 선택 항목 수';
|
||||
$lang->poll_checkcount = '필수 항목 수';
|
||||
$lang->cmd_poll_list = '설문조사 목록 보기';
|
||||
$lang->cmd_delete_checked_poll = '선택항목 삭제';
|
||||
$lang->cmd_apply_poll = '설문 참여';
|
||||
|
|
@ -30,4 +30,5 @@
|
|||
);
|
||||
$lang->single_check = '단일 선택';
|
||||
$lang->multi_check = '다중 선택';
|
||||
?>
|
||||
$lang->poll_manager = '선택한 설문 관리';
|
||||
$lang->selected_poll = '선택한 설문';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue