mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +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';
|
||||
|
|
|
|||
|
|
@ -48,16 +48,16 @@ $lang->about_hide_category = '임시로 분류를 사용하지 않으려면 체
|
|||
$lang->protect_content = '글 보호 기능';
|
||||
$lang->protect_comment = '댓글 보호 기능';
|
||||
$lang->protect_regdate = '기간 제한 기능';
|
||||
$lang->about_protect_regdate = '작성된 글이나 댓글의 작성기간이 설정한 기간보다 이전일일 경우 글을 수정 또는 삭제할 수 없도록 합니다. (단위 : day)';
|
||||
$lang->about_protect_content = '작성된 글에 댓글이 작성된 경우 글 작성자는 해당 글을 수정 또는 삭제를 할 수 없습니다.';
|
||||
$lang->msg_protect_delete_content = '작성된 글에 댓글이 작성된 경우 글 작성자는 해당 글을 삭제할 수 없습니다. ';
|
||||
$lang->msg_protect_update_content = '작성된 글에 댓글이 작성된 경우 글 작성자는 해당 글을 수정할 수 없습니다. ';
|
||||
$lang->about_protect_regdate = '글이나 댓글을 작성한 후 일정 기간이 지나면 수정 또는 삭제할 수 없도록 합니다. (단위 : day)';
|
||||
$lang->about_protect_content = '댓글이 달린 글은 수정 또는 삭제할 수 없도록 합니다.';
|
||||
$lang->msg_protect_delete_content = '댓글이 달린 글은 삭제할 수 없습니다.';
|
||||
$lang->msg_protect_update_content = '댓글이 달린 글은 수정할 수 없습니다.';
|
||||
$lang->msg_admin_document_no_modify = '최고관리자의 게시물을 수정할 권한이 없습니다.';
|
||||
$lang->msg_admin_comment_no_modify = '최고관리자의 댓글을 수정할 권한이 없습니다.';
|
||||
$lang->msg_board_delete_protect_comment = '댓글이 작성된 댓글의 글을 삭제할 수 없습니다.';
|
||||
$lang->msg_board_update_protect_comment = '댓글이 작성된 댓글의 글을 수정할 수 없습니다.';
|
||||
$lang->msg_protect_regdate_document = '%s일 이전의 게시글은 수정 또는 삭제 할 수 없습니다.';
|
||||
$lang->msg_protect_regdate_comment = '%s일 이전의 댓글은 수정 또는 삭제 할 수 없습니다.';
|
||||
$lang->msg_board_delete_protect_comment = '대댓글이 달린 댓글은 삭제할 수 없습니다.';
|
||||
$lang->msg_board_update_protect_comment = '대댓글이 달린 댓글은 수정할 수 없습니다.';
|
||||
$lang->msg_protect_regdate_document = '%d일 이상 지난 글은 수정 또는 삭제할 수 없습니다.';
|
||||
$lang->msg_protect_regdate_comment = '%d일 이상 지난 댓글은 수정 또는 삭제할 수 없습니다.';
|
||||
$lang->msg_dont_have_update_log = '업데이트 로그가 기록되어 있지 않은 게시글입니다.';
|
||||
$lang->original_letter = '원본글';
|
||||
$lang->msg_warning_update_log = '<span class="x_label x_label-important">주의!</span> 사용시 디비가 많이 늘어날 수 있습니다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue