mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Fix #1569 add option to control whether notices are included in combined board
This commit is contained in:
parent
06f973d227
commit
77403f384a
5 changed files with 23 additions and 3 deletions
|
|
@ -97,4 +97,5 @@ $lang->about_board_combined_board = 'You can use this board to view documents fr
|
|||
$lang->cmd_board_include_modules = 'Include Boards';
|
||||
$lang->cmd_board_include_modules_none = '(None)';
|
||||
$lang->cmd_board_include_days = 'Include Duration';
|
||||
$lang->about_board_include_days = 'Only combine recent documents. If this value is set to 0, all documents from selected boards will be combined.<br />Durations shorter than 1 day can be set as fractions of a day, e.g. 0.25 days = 6 hours.';
|
||||
$lang->about_board_include_days = 'Only combine recent documents. If this value is set to 0, all documents from selected boards will be combined.<br />Durations shorter than 1 day can be set as fractions of a day, e.g. 0.25 days = 6 hours.';
|
||||
$lang->cmd_board_include_notice = 'Include Notices';
|
||||
|
|
@ -109,4 +109,5 @@ $lang->about_board_combined_board = '다른 게시판의 글을 모아서 볼
|
|||
$lang->cmd_board_include_modules = '포함할 게시판 선택';
|
||||
$lang->cmd_board_include_modules_none = '(포함하지 않음)';
|
||||
$lang->cmd_board_include_days = '포함할 기간';
|
||||
$lang->about_board_include_days = '최근 글만 모으도록 설정할 수 있습니다. 0을 입력하면 위에서 선택한 게시판의 모든 글을 모아서 보여 줍니다.<br />1일 미만의 기간은 소수로 표현할 수 있습니다. 예: 0.25일 = 6시간';
|
||||
$lang->about_board_include_days = '최근 글만 모으도록 설정할 수 있습니다. 0을 입력하면 위에서 선택한 게시판의 모든 글을 모아서 보여 줍니다.<br />1일 미만의 기간은 소수로 표현할 수 있습니다. 예: 0.25일 = 6시간';
|
||||
$lang->cmd_board_include_notice = '공지글 포함';
|
||||
Loading…
Add table
Add a link
Reference in a new issue