mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #1190 make comment page count configurable
This commit is contained in:
parent
9b64b0f925
commit
73c5b6d84b
5 changed files with 25 additions and 8 deletions
|
|
@ -5,8 +5,10 @@ $lang->cmd_toggle_checked_comment = 'Invert Selection';
|
|||
$lang->cmd_delete_checked_comment = 'Delete selected item';
|
||||
$lang->trash = 'Recycle Bin';
|
||||
$lang->cmd_trash = 'Move to Recycle Bin';
|
||||
$lang->comment_count = 'Number of Comments';
|
||||
$lang->about_comment_count = 'Display comments and if the number of them is over a specified number, move to the comment list.';
|
||||
$lang->comment_count = 'Number of Comments per Page';
|
||||
$lang->comment_page_count = 'Number of Pages';
|
||||
$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->msg_cart_is_null = 'Please select an article to delete.';
|
||||
$lang->msg_checked_comment_is_deleted = '%d comment(s) is(are) successfully deleted.';
|
||||
$lang->search_target_list['content'] = 'Content';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue