Fix #2048 use more descriptive captions for category-related options

This commit is contained in:
Kijin Sung 2022-12-18 20:55:49 +09:00
parent 3b48a0e2ce
commit 868dfb33e9
5 changed files with 9 additions and 8 deletions

View file

@ -54,9 +54,9 @@ $lang->choose_board_instance = '관리할 게시판을 선택해 주세요.';
$lang->comment_status = '댓글 허용 여부';
$lang->category_settings = '분류 설정';
$lang->hide_category = '분류 숨기기';
$lang->about_hide_category = '임시로 분류를 사용하지 않으려면 체크하세요.';
$lang->about_hide_category = '분류 사용을 임시로 중단합니다. 사용하던 분류는 삭제되지 않습니다.';
$lang->allow_no_category = '미분류 허용';
$lang->about_allow_no_category = '분류를 선택하지 않은 글도 허용하려면 체크하세요.';
$lang->about_allow_no_category = '분류를 선택하지 않고 글을 쓸 수 있도록 합니다. (체크하지 않아도 관리자는 항상 허용됩니다.)';
$lang->protect_content = '글 보호 기능';
$lang->protect_comment = '댓글 보호 기능';
$lang->protect_admin_content = '최고관리자 보호 기능';