mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #370 allow sorting declared documents by latest report date
This commit is contained in:
parent
cd80bcb3a7
commit
7956a878d5
5 changed files with 85 additions and 20 deletions
|
|
@ -88,6 +88,9 @@ $lang->default_message_verbs['copy'] = '복사';
|
|||
$lang->default_message_verbs['delete'] = '삭제';
|
||||
$lang->default_message_verbs['trash'] = '삭제';
|
||||
$lang->improper_document_declare = '불량 게시글 신고';
|
||||
$lang->original_date = '작성 날짜';
|
||||
$lang->declared_count = '신고 수';
|
||||
$lang->latest_declared_date = '최근 신고 날짜';
|
||||
$lang->declaring_user = '신고자';
|
||||
$lang->improper_document_declare_reason = '신고 이유';
|
||||
$lang->improper_document_reasons['advertisement'] = '주제나 흐름에 맞지 않는 광고 글입니다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue