Merge branch 'develop' into fuxml/no-xml-lang

Conflicts:
	modules/comment/lang/lang.xml
	modules/document/lang/lang.xml
	modules/member/lang/lang.xml
This commit is contained in:
Kijin Sung 2016-01-31 16:13:03 +09:00
commit 4797e858b8
46 changed files with 1230 additions and 143 deletions

View file

@ -39,3 +39,15 @@ $lang->page = '페이지';
$lang->msg_not_selected_comment = '선택한 댓글이 없습니다.';
$lang->msg_admin_comment_no_delete = '최고관리자의 댓글을 삭제 할 수 없습니다.';
$lang->msg_admin_c_comment_no_delete = '이 댓글에 최고관리자의 댓글이 있어 삭제할 수 없습니다.';
$lang->improper_comment_declare = '불량 댓글 신고';
$lang->declaring_user = '신고자';
$lang->improper_comment_declare_reason = '신고 이유';
$lang->improper_comment_reasons['advertisement'] = '본문 주제나 흐름에 맞지 않는 광고 글입니다.';
$lang->improper_comment_reasons['theme'] = '주제에 맞지 않는 글입니다.';
$lang->improper_comment_reasons['bad_word'] = '과도한 욕설을 담고 있습니다.';
$lang->improper_comment_reasons['violence'] = '폭력적인 내용을 담고 있습니다.';
$lang->improper_comment_reasons['racism'] = '인종차별적인 내용을 담고 있습니다.';
$lang->improper_comment_reasons['pornography'] = '음란물을 포함하고 있습니다.';
$lang->improper_comment_reasons['privacy'] = '민감한 개인정보가 노출 되어있습니다.';
$lang->improper_comment_reasons['others'] = '기타(직접작성)';
$lang->about_improper_comment_declare = '댓글을 신고하신 이유를 간단히 적어서 제출해주시면 관리자 검토 후 조치하겠습니다.';