mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +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 = '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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue