mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #620 awkward or missing language in board module
This commit is contained in:
parent
92384dca1d
commit
b257ef2b83
2 changed files with 23 additions and 11 deletions
|
|
@ -39,9 +39,21 @@ $lang->comment_status = 'Comments';
|
|||
$lang->category_settings = 'Category settings';
|
||||
$lang->hide_category = 'Hide categories';
|
||||
$lang->about_hide_category = 'You can disable a category feature.';
|
||||
$lang->protect_content = 'Protect contents';
|
||||
$lang->about_protect_content = 'If there is any comment on document, document\'s owner cannot modify or delete that.';
|
||||
$lang->msg_protect_content = 'You cannot modify or delete document which has any comment on it.';
|
||||
$lang->protect_content = 'Protect Content';
|
||||
$lang->protect_comment = 'Protect Comment';
|
||||
$lang->protect_regdate = 'Update/Delete Time Limit';
|
||||
$lang->about_protect_regdate = 'Prevent updating or deleting a document or comment after a certain amount of time has passed. (Unit: day)';
|
||||
$lang->about_protect_content = 'Prevent updating a document if there are comments on it.';
|
||||
$lang->msg_protect_delete_content = 'You cannot delete a document with comments on it.';
|
||||
$lang->msg_protect_update_content = 'You cannot update a document with comments on it.';
|
||||
$lang->msg_admin_document_no_modify = 'You cannot edit the administrator\'s document.';
|
||||
$lang->msg_admin_comment_no_modify = 'You cannot edit the administrator\'s comment.';
|
||||
$lang->msg_board_delete_protect_comment = 'You cannot delete a comment when there are replies.';
|
||||
$lang->msg_board_update_protect_comment = 'You cannot update a comment when there are replies.';
|
||||
$lang->msg_protect_regdate_document = 'You cannot update or delete a document after %d days.';
|
||||
$lang->msg_protect_regdate_comment = 'You cannot update or delete a comment after %d days.';
|
||||
$lang->msg_dont_have_update_log = 'This document has no update log.';
|
||||
$lang->original_letter = 'Original';
|
||||
$lang->comment_delete_message = 'Leave Placeholder for Deleted Comment';
|
||||
$lang->about_comment_delete_message = 'When a comment is deleted, leave a placeholder saying that it has been deleted.';
|
||||
$lang->cmd_only_p_comment = 'Only if there are replies';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue