문서 및 댓글 신고시 간단한 관리자 알림 기능 #588

This commit is contained in:
Kijin Sung 2018-05-30 22:12:29 +09:00
parent 1a3cbb7ae0
commit 89abb2ef8e
7 changed files with 104 additions and 1 deletions

View file

@ -52,6 +52,9 @@ $lang->alias = 'Alias';
$lang->history = 'History';
$lang->about_use_history = 'You can set whether to use History which allows you to restore an updated article to the previous version.';
$lang->trace_only = 'Trace only';
$lang->cmd_declared_message = 'Report notification';
$lang->cmd_declared_message_admin = 'To administrator';
$lang->cmd_declared_message_manager = 'To module moderators';
$lang->cmd_trash = 'Recycle Bin';
$lang->cmd_restore = 'Restore';
$lang->cmd_restore_all = 'Restore All';
@ -94,6 +97,7 @@ $lang->improper_document_declare = 'Report an improper document';
$lang->original_date = 'Original date';
$lang->declared_count = 'Report count';
$lang->latest_declared_date = 'Last reported date';
$lang->declared_message_title = 'A post has been reported.';
$lang->declaring_user = 'Reporter';
$lang->improper_document_declare_reason = 'Reason';
$lang->improper_document_reasons['advertisement'] = 'Advertisements that do not fit the topics or themes.';

View file

@ -61,6 +61,9 @@ $lang->alias = '별칭(Alias)';
$lang->history = '히스토리';
$lang->about_use_history = '히스토리 기능의 사용여부를 지정합니다. 히스토리 기능을 사용할 경우, 문서 수정 후 이전 수정판으로 복원할 수 있습니다.';
$lang->trace_only = '흔적만 남김';
$lang->cmd_declared_message = '신고 알림 쪽지';
$lang->cmd_declared_message_admin = '최고관리자';
$lang->cmd_declared_message_manager = '게시판 관리자';
$lang->cmd_trash = '휴지통';
$lang->cmd_restore = '복원';
$lang->cmd_restore_all = '모두 복원';
@ -94,6 +97,7 @@ $lang->improper_document_declare = '불량 게시글 신고';
$lang->original_date = '작성 날짜';
$lang->declared_count = '신고 수';
$lang->latest_declared_date = '최근 신고 날짜';
$lang->declared_message_title = '신고가 접수되었습니다.';
$lang->declaring_user = '신고자';
$lang->improper_document_declare_reason = '신고 이유';
$lang->improper_document_reasons['advertisement'] = '주제나 흐름에 맞지 않는 광고 글입니다.';