mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
css 및 js 호출순서 조정기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4f380d9c48
commit
61851f1dfe
2149 changed files with 109090 additions and 18689 deletions
|
|
@ -5,10 +5,10 @@
|
|||
* @brief 설문조사 (poll) 모듈의 기본 언어팩
|
||||
**/
|
||||
|
||||
$lang->poll = "설문조사";
|
||||
$lang->poll_stop_date = "설문조사 종료일";
|
||||
$lang->poll_join_count = "참가자";
|
||||
$lang->poll_checkcount = "필수 선택 항목수";
|
||||
$lang->poll = '설문조사';
|
||||
$lang->poll_stop_date = '설문조사 종료일';
|
||||
$lang->poll_join_count = '참가자';
|
||||
$lang->poll_checkcount = '필수 선택 항목수';
|
||||
|
||||
$lang->cmd_poll_list = '설문조사 목록 보기';
|
||||
$lang->cmd_delete_checked_poll = '선택항목 삭제';
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
$lang->cmd_null_item = "설문조사로 등록할 값이 없습니다.\n다시 설정해주세요";
|
||||
|
||||
$lang->confirm_poll_submit = "설문조사에 응하시겠습니까?";
|
||||
$lang->confirm_poll_submit = '설문조사에 응하시겠습니까?';
|
||||
|
||||
$lang->search_target_list = array(
|
||||
'title' => '제목',
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
/**
|
||||
* @file modules/poll/lang/zh-CN.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 投票调查 (poll) 模块的基本语言包
|
||||
* @brief 投票系统 (poll) 模块简体中文语言包
|
||||
**/
|
||||
|
||||
$lang->poll = "投票调查";
|
||||
$lang->poll = "投票系统";
|
||||
$lang->poll_stop_date = "投票调查结束日期";
|
||||
$lang->poll_join_count = "投票者";
|
||||
$lang->poll_checkcount = "必选项目数";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue