mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #1214 add option to display the first page of comments by default
This commit is contained in:
parent
676781a83e
commit
b8665d73cb
5 changed files with 26 additions and 1 deletions
|
|
@ -7,6 +7,9 @@ $lang->trash = 'Recycle Bin';
|
|||
$lang->cmd_trash = 'Move to Recycle Bin';
|
||||
$lang->comment_count = 'Number of Comments per Page';
|
||||
$lang->comment_page_count = 'Number of Pages';
|
||||
$lang->comment_default_page = 'Default Page';
|
||||
$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->msg_cart_is_null = 'Please select an article to delete.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue