mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1768 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ecd3e7920b
commit
fe64f71ee7
52 changed files with 48 additions and 78 deletions
|
|
@ -5,6 +5,7 @@
|
|||
* @brief 설문조사 (poll) 모듈의 기본 언어팩
|
||||
**/
|
||||
|
||||
$lang->poll = "설문조사";
|
||||
$lang->poll_stop_date = "설문조사 종료일";
|
||||
$lang->poll_join_count = "참가자";
|
||||
$lang->poll_checkcount = "필수 선택 항목수";
|
||||
|
|
@ -33,6 +34,4 @@
|
|||
'regdate' => '등록일',
|
||||
'ipaddress' => 'IP 주소',
|
||||
);
|
||||
|
||||
$lang->admin_module_title = "설문조사";
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<h3>{$lang->admin_module_title} <span class="gray">{$lang->cmd_management}</span></h3>
|
||||
<h3>{$lang->poll} <span class="gray">{$lang->cmd_management}</span></h3>
|
||||
|
||||
<!--@if($module=='admin')-->
|
||||
<div class="header4">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue