mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #1064 incorrect lang name in document config
This commit is contained in:
parent
90223750b8
commit
e7fc36f87b
3 changed files with 3 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ $lang->category_title = 'Category';
|
|||
$lang->category_color = 'Category Font Color';
|
||||
$lang->expand = 'Expand';
|
||||
$lang->category_group_srls = 'Accessable Group';
|
||||
$lang->cmd_document_module_config = 'Basic Settings';
|
||||
$lang->cmd_make_child = 'Add Child Category';
|
||||
$lang->cmd_pc_icon_setting = 'PC icon setting';
|
||||
$lang->cmd_mobile_icon_setting = 'Mobile icon setting';
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ $lang->view_count_option_all = '모두 계산';
|
|||
$lang->view_count_option_some = '일부 계산';
|
||||
$lang->view_count_option_once = '중복 금지';
|
||||
$lang->view_count_option_none = '계산 안 함';
|
||||
$lang->cmd_document_module_config = '기본 설정';
|
||||
$lang->cmd_delete_all_thumbnail = '섬네일 모두 삭제';
|
||||
$lang->cmd_pc_icon_setting = 'PC 아이콘 설정';
|
||||
$lang->cmd_mobile_icon_setting = '모바일 아이콘 설정';
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<a href="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminList')}">{$lang->document_list}</a>
|
||||
</li>
|
||||
<li class="x_active"|cond="$act == 'dispDocumentAdminConfig'">
|
||||
<a href="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminConfig')}">{$lang->cmd_module_config}</a>
|
||||
<a href="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminConfig')}">{$lang->cmd_document_module_config}</a>
|
||||
</li>
|
||||
<li class="x_active"|cond="$act == 'dispDocumentAdminDeclared'">
|
||||
<a href="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminDeclared')}">{$lang->cmd_declared_list}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue