mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 23:32:54 +09:00
Add option to limit the maximum thread depth of comments
This commit is contained in:
parent
81d9f46098
commit
a4e9eb4a00
8 changed files with 60 additions and 0 deletions
|
|
@ -12,8 +12,11 @@ $lang->comment_default_page_first = '첫 페이지';
|
|||
$lang->comment_default_page_last = '마지막 페이지';
|
||||
$lang->about_comment_count = '댓글을 정해진 수 만큼만 표시하고, 그 이상일 경우 페이지 번호를 표시해서 이동할 수 있게 합니다.';
|
||||
$lang->about_comment_page_count = '하단에 표시할 페이지 링크 수를 설정할 수 있습니다.';
|
||||
$lang->max_thread_depth = '대댓글 최대 깊이';
|
||||
$lang->about_max_thread_depth = '0: 무제한, 1: 대댓글 금지, 2 이상: 대댓글 허용';
|
||||
$lang->msg_cart_is_null = '삭제할 글을 선택해주세요.';
|
||||
$lang->msg_checked_comment_is_deleted = '%d개의 댓글을 삭제했습니다.';
|
||||
$lang->msg_exceeds_max_thread_depth = '대댓글 최대 깊이를 초과했습니다. 다른 자리에 댓글을 남겨 주세요.';
|
||||
$lang->search_target_list['content'] = '내용';
|
||||
$lang->search_target_list['user_id'] = '아이디';
|
||||
$lang->search_target_list['user_name'] = '이름';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue