mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add admin screen to delete unnecessary core files from older versions
This commit is contained in:
parent
e97f44826d
commit
ba107a6abf
7 changed files with 488 additions and 3 deletions
|
|
@ -411,3 +411,22 @@ $lang->opcache_reset_function_not_found = 'opcache is disabled on this server.';
|
|||
$lang->unsupported_php_version_notice = 'The minimum PHP version for using Rhymix will change in 2023. Please upgrade your PHP version, and check if all the modules and widgets you added are compatible with the new version.';
|
||||
$lang->unsupported_php_version_required = 'Requirement: minimum PHP 7.2 or higher, recommended PHP 7.4 or higher';
|
||||
$lang->unsupported_php_version_current = 'Your version: PHP %s';
|
||||
$lang->admin_cleanup_unnecessary_core_files = 'Clean up unnecessary core files';
|
||||
$lang->about_cleanup_unnecessary_core_files = 'Your site map contain unnecessary files from older versions of Rhymix or XE.<br>This feature will help you clean them up.<br>All of the following files and directories are safe to delete if you have updated to the current version in the normal way.';
|
||||
$lang->cmd_cleanup_filename = 'Filename to delete';
|
||||
$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_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';
|
||||
$lang->cmd_cleanup_reason_deleted_xmllang = 'This is an XML lang file only used in XE';
|
||||
$lang->cmd_cleanup_reason_moved = 'Moved';
|
||||
$lang->cmd_cleanup_reason_case = 'Changed case';
|
||||
$lang->cmd_cleanup_error_reason = 'Reason for failure';
|
||||
$lang->msg_cleanup_list_empty = 'There is no file to clean up.';
|
||||
$lang->msg_cleanup_manually = 'Some files and/or directories could not be cleaned up. Please check them and delete them manually.';
|
||||
$lang->cmd_cleanup_error_permission = 'Permissions';
|
||||
$lang->cmd_cleanup_error_symlink = 'Symbolic link';
|
||||
$lang->cmd_cleanup_error_other = 'Other';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue