mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Fix #2048 use more descriptive captions for category-related options
This commit is contained in:
parent
3b48a0e2ce
commit
868dfb33e9
5 changed files with 9 additions and 8 deletions
|
|
@ -8,7 +8,7 @@ $lang->parent_category_title = 'Parent Category';
|
|||
$lang->category_title = 'Category';
|
||||
$lang->category_color = 'Category Font Color';
|
||||
$lang->expand = 'Expand';
|
||||
$lang->category_group_srls = 'Accessable Group';
|
||||
$lang->category_group_srls = 'Allowed Groups';
|
||||
$lang->cmd_document_module_config = 'Basic Settings';
|
||||
$lang->cmd_make_child = 'Add Child Category';
|
||||
$lang->cmd_pc_icon_setting = 'PC icon setting';
|
||||
|
|
@ -16,7 +16,7 @@ $lang->cmd_mobile_icon_setting = 'Mobile icon setting';
|
|||
$lang->cmd_enable_move_category = 'Change category position (Select a category and drag it to the position you want.)';
|
||||
$lang->about_category_title = 'Please enter a category name.';
|
||||
$lang->about_expand = 'Select this option, and they will stay expanded.';
|
||||
$lang->about_category_group_srls = 'Only the selected group will be able to use this category.';
|
||||
$lang->about_category_group_srls = 'Only the selected group will be able to write posts in this category. If none is selected, everyone is allowed.';
|
||||
$lang->about_category_color = 'You can set the font color of the category. e.g.) red or #ff0000';
|
||||
$lang->cmd_search_next = 'Search Next';
|
||||
$lang->cmd_temp_save = 'Temporary Save';
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@ $lang->parent_category_title = '상위 분류 명';
|
|||
$lang->category_title = '분류 명';
|
||||
$lang->category_color = '분류 폰트 색깔';
|
||||
$lang->expand = '펼침';
|
||||
$lang->category_group_srls = '그룹 제한';
|
||||
$lang->category_group_srls = '작성 허용 그룹';
|
||||
$lang->cmd_make_child = '하위 분류 추가';
|
||||
$lang->cmd_enable_move_category = '분류 위치 변경 (선택 후 위 메뉴를 드래그하세요.)';
|
||||
$lang->about_category_title = '분류 이름을 입력해주세요.';
|
||||
$lang->about_view_count_option = '조회 수 설정에 따라 중복 조회 수 카운트를 할 수 있도록 도와줍니다. 각 옵션에 따라 조회 수를 기록하는 방식이 달라집니다.';
|
||||
$lang->about_expand = '선택하면 늘 펼쳐진 상태로 있게 합니다.';
|
||||
$lang->about_category_group_srls = '선택한 그룹만 현재 분류를 지정할 수 있도록 합니다.';
|
||||
$lang->about_category_group_srls = '이 분류를 사용하여 글을 작성할 수 있는 그룹을 제한합니다. 선택하지 않을 경우 모든 사용자에게 허용합니다.';
|
||||
$lang->about_category_color = '분류 폰트 색깔을 지정합니다. 예) red 또는 #ff0000';
|
||||
$lang->about_cmd_pc_icon_setting = '새로운 글이 등록되었거나 수정되었을 때 출력하는 아이콘입니다. 기본값은 default입니다. 사용 안 함을 선택할 경우 default 스킨이 기본값으로 출력됩니다.';
|
||||
$lang->about_cmd_mobile_icon_setting = '새로운 글이 등록되었거나 수정되었을 때 출력하는 아이콘입니다. 기본값은 default입니다. 사용 안 함을 선택할 경우 default 스킨이 기본값으로 출력됩니다.';
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@
|
|||
<label class="x_control-label">{$lang->category_group_srls}</label>
|
||||
<div class="x_controls">
|
||||
<label loop="$group_list => $key, $val" class="x_inline" for="group_{$key}"><input type="checkbox" name="group_srls[]" value="{$key}" id="group_{$key}" /> {$val->title}</label>
|
||||
<p class="x_help-block">{$lang->about_category_group_srls}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue