mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +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
|
|
@ -79,6 +79,13 @@ $lang->status_name_list['PRIVATE'] = 'Private';
|
|||
$lang->status_name_list['PUBLIC'] = 'Public';
|
||||
$lang->status_name_list['SECRET'] = 'Secret';
|
||||
$lang->status_name_list['TEMP'] = 'Temporary';
|
||||
$lang->status_name_list['TRASH'] = 'Trash';
|
||||
$lang->status_name_list['EMBARGO'] = 'Embargo';
|
||||
$lang->status_name_list['CENSORED'] = 'Hidden';
|
||||
$lang->status_name_list['CENSORED_BY_ADMIN'] = 'Hidden by Admin';
|
||||
$lang->status_name_list['DELETED'] = 'Deleted';
|
||||
$lang->status_name_list['DELETED_BY_ADMIN'] = 'Deleted by Admin';
|
||||
$lang->status_name_list['OTHER'] = 'Other';
|
||||
$lang->document_manager = 'Manage selected articles';
|
||||
$lang->selected_document = 'Selected articles';
|
||||
$lang->selected_document_move = 'You can move or copy the selected articles to the following position.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue