mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
Allow users to edit existing documents, even if they belong in categories they don't have permission to write in anymore
This commit is contained in:
parent
b119578209
commit
e676949669
5 changed files with 77 additions and 82 deletions
|
|
@ -38,6 +38,7 @@ $lang->msg_category_not_moved = 'Could not be moved';
|
|||
$lang->msg_is_secret = 'This is a secret article.';
|
||||
$lang->msg_checked_document_is_deleted = '%d article(s) was(were) deleted.';
|
||||
$lang->msg_document_is_admin_not_permitted = 'You don\'t have permission to delete the posts of Top Admin.';
|
||||
$lang->msg_category_not_permitted = 'You don\'t have permission to post in the selected category.';
|
||||
$lang->move_target_module = 'Target module ';
|
||||
$lang->search_target_list['title'] = 'Subject';
|
||||
$lang->search_target_list['content'] = 'Content';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue