mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix #2136 add button to reset the cleanup exception list
This commit is contained in:
parent
e98ba87f8e
commit
d285a90e88
6 changed files with 32 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -426,6 +426,7 @@ $lang->cmd_cleanup_filetype_directory = '디렉토리';
|
|||
$lang->cmd_cleanup_filetype_symlink = '심볼릭 링크';
|
||||
$lang->cmd_cleanup_reason = '삭제 이유';
|
||||
$lang->cmd_cleanup_exception = '제외';
|
||||
$lang->cmd_cleanup_reset_exception = '제외 목록 초기화 (%d개)';
|
||||
$lang->cmd_cleanup_reason_deleted = '사용하지 않음';
|
||||
$lang->cmd_cleanup_reason_deleted_xe = 'XE에서 사용하던 %s';
|
||||
$lang->cmd_cleanup_reason_deleted_xmllang = 'XE에서 사용하던 XML 언어 파일';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue