mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Add getStatus() and getStatusText() methods to document and comment for easy management
This commit is contained in:
parent
4a34b3dfa8
commit
76f3376670
8 changed files with 105 additions and 6 deletions
|
|
@ -78,6 +78,13 @@ $lang->status_name_list['PRIVATE'] = '비공개';
|
|||
$lang->status_name_list['PUBLIC'] = '공개';
|
||||
$lang->status_name_list['SECRET'] = '비밀';
|
||||
$lang->status_name_list['TEMP'] = '임시';
|
||||
$lang->status_name_list['TRASH'] = '휴지통';
|
||||
$lang->status_name_list['EMBARGO'] = '엠바고';
|
||||
$lang->status_name_list['CENSORED'] = '블라인드';
|
||||
$lang->status_name_list['CENSORED_BY_ADMIN'] = '관리자 블라인드';
|
||||
$lang->status_name_list['DELETED'] = '삭제';
|
||||
$lang->status_name_list['DELETED_BY_ADMIN'] = '관리자 삭제';
|
||||
$lang->status_name_list['OTHER'] = '기타';
|
||||
$lang->document_manager = '선택한 글 관리';
|
||||
$lang->selected_document = '선택한 글';
|
||||
$lang->selected_document_move = '선택한 글을 다음 위치로 옮기거나 복사할 수 있습니다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue