mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #2136 allow admin to add exception to cleanup list
This commit is contained in:
parent
b01c36b792
commit
e98ba87f8e
6 changed files with 60 additions and 1 deletions
|
|
@ -428,6 +428,7 @@ $lang->cmd_cleanup_filetype = 'Type';
|
|||
$lang->cmd_cleanup_filetype_file = 'file';
|
||||
$lang->cmd_cleanup_filetype_directory = 'directory';
|
||||
$lang->cmd_cleanup_filetype_symlink = 'symbolic link';
|
||||
$lang->cmd_cleanup_exception = 'Add exception';
|
||||
$lang->cmd_cleanup_reason = 'Reason to delete';
|
||||
$lang->cmd_cleanup_reason_deleted = 'Not used anymore';
|
||||
$lang->cmd_cleanup_reason_deleted_xe = 'This %s was only used in XE';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue