Add option to limit the maximum thread depth of comments

This commit is contained in:
Kijin Sung 2024-10-09 16:45:36 +09:00
parent 81d9f46098
commit a4e9eb4a00
8 changed files with 60 additions and 0 deletions

View file

@ -12,8 +12,11 @@ $lang->comment_default_page_first = 'First page';
$lang->comment_default_page_last = 'Last page';
$lang->about_comment_count = 'Set the number of comments to show on each page.';
$lang->about_comment_page_count = 'Set the number of pagination links to show at the bottom.';
$lang->max_thread_depth = 'Maximum Thread Depth';
$lang->about_max_thread_depth = '0: Unlimited, 1: No replies, 2 or more: Allow replies';
$lang->msg_cart_is_null = 'Please select an article to delete.';
$lang->msg_checked_comment_is_deleted = '%d comment(s) is(are) successfully deleted.';
$lang->msg_exceeds_max_thread_depth = 'You have exceeded the maximum thread depth. Please leave a reply elsewhere in the thread.';
$lang->search_target_list['content'] = 'Content';
$lang->search_target_list['user_id'] = 'ID';
$lang->search_target_list['user_name'] = 'Name';