Clean up some language files related to #511

This commit is contained in:
Kijin Sung 2016-05-26 11:13:50 +09:00
parent 807ea42b6d
commit dab8504a2f
5 changed files with 12 additions and 10 deletions

View file

@ -47,3 +47,5 @@ $lang->improper_comment_reasons['pornography'] = 'Pornography.';
$lang->improper_comment_reasons['privacy'] = 'Privacy issue.';
$lang->improper_comment_reasons['others'] = 'Others (Write your own)';
$lang->about_improper_comment_declare = 'Write here why you report this comment as an improper thing.';
$lang->msg_delete_comment = 'This comment has been deleted.';
$lang->msg_admin_delete_comment = 'This comment has been deleted by an administrator.';

View file

@ -51,3 +51,5 @@ $lang->improper_comment_reasons['pornography'] = '음란물을 포함하고 있
$lang->improper_comment_reasons['privacy'] = '민감한 개인정보가 노출 되어있습니다.';
$lang->improper_comment_reasons['others'] = '기타(직접작성)';
$lang->about_improper_comment_declare = '댓글을 신고하신 이유를 간단히 적어서 제출해주시면 관리자 검토 후 조치하겠습니다.';
$lang->msg_delete_comment = '삭제된 댓글입니다.';
$lang->msg_admin_delete_comment = '관리자가 삭제한 댓글입니다.';