Fix #2136 add button to reset the cleanup exception list

This commit is contained in:
Kijin Sung 2023-07-04 22:43:17 +09:00
parent e98ba87f8e
commit d285a90e88
6 changed files with 32 additions and 1 deletions

View file

@ -429,6 +429,7 @@ $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_reset_exception = 'Reset exceptions (%d paths)';
$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';