mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +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
|
|
@ -6,7 +6,9 @@ $lang->cmd_delete_checked_comment = '선택항목 삭제';
|
|||
$lang->trash = '휴지통';
|
||||
$lang->cmd_trash = '휴지통으로 이동';
|
||||
$lang->comment_count = '댓글 수';
|
||||
$lang->comment_page_count = '댓글 페이지 수';
|
||||
$lang->about_comment_count = '댓글을 정해진 수 만큼만 표시하고, 그 이상일 경우 페이지 번호를 표시해서 이동할 수 있게 합니다.';
|
||||
$lang->about_comment_page_count = '하단에 표시할 페이지 링크 수를 설정할 수 있습니다.';
|
||||
$lang->msg_cart_is_null = '삭제할 글을 선택해주세요.';
|
||||
$lang->msg_checked_comment_is_deleted = '%d개의 댓글을 삭제했습니다.';
|
||||
$lang->search_target_list['content'] = '내용';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue