文件操作 - wordpress_manager.ini
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/cwpsrv/var/services/users/cwp_lang/en/wordpress_manager.ini
编辑文件内容
WPM_TITLE = "WordPress Manager" WPM_NEW_INSTALLATION = "New Installation" WPM_INSTALLATIONS = "Installations" WPM_UPDATES = "Updates" WPM_SECURITY = "Security" WPM_WPCLI_ACTIVE = "WP-CLI Active" WPM_WPCLI_NOT_FOUND = "WP-CLI Not Found" WPM_NO_INSTALLATIONS = "No WordPress Installations" WPM_NO_INSTALLATIONS_DESC = "Install your first WordPress site to get started." WPM_INSTALL_WP = "Install WordPress" WPM_VERSION = "Version" WPM_PHP = "PHP" WPM_PLUGINS = "Plugins" WPM_THEMES = "Themes" WPM_LOGIN = "Login" WPM_UPDATE = "Update" WPM_SECURITY_SETTINGS = "Security" WPM_BACKUP = "Backup" WPM_CLONE = "Clone" WPM_REMOVE = "Remove" WPM_BROKEN = "Broken" WPM_CORE_UPDATE = "Core" WPM_PLUGIN_UPDATE = "plugin updates" WPM_THEME_UPDATE = "theme updates" ; Install modal WPM_STEP1 = "Domain" WPM_STEP2 = "Settings" WPM_STEP3 = "Admin" WPM_STEP4 = "Advanced" WPM_PROTOCOL = "Protocol" WPM_DOMAIN = "Domain" WPM_SELECT_DOMAIN = "Select a domain..." WPM_DIRECTORY = "Directory" WPM_DIRECTORY_HINT = "optional, leave empty for root" WPM_LANGUAGE = "Language" WPM_SITE_TITLE = "Site Title" WPM_ADMIN_USERNAME = "Admin Username" WPM_ADMIN_PASSWORD = "Admin Password" WPM_ADMIN_EMAIL = "Admin Email" WPM_DB_NAME = "Database Name" WPM_DB_NAME_HINT = "auto-generated if empty" WPM_DB_USER = "Database User" WPM_DB_USER_HINT = "auto-generated if empty" WPM_DB_PASSWORD = "Database Password" WPM_DB_PREFIX = "Table Prefix" WPM_ENABLE_MULTISITE = "Enable Multisite" WPM_PREVIOUS = "Previous" WPM_NEXT = "Next" WPM_INSTALLING = "Installing WordPress..." WPM_INSTALL_WAIT = "This may take a few minutes." ; Remove modal WPM_REMOVE_TITLE = "Remove WordPress" WPM_REMOVE_CONFIRM = "Are you sure you want to remove WordPress from" WPM_REMOVE_WARNING = "This will permanently delete all WordPress files." WPM_REMOVE_DB = "Also delete the database" WPM_CANCEL = "Cancel" ; Security WPM_SECURITY_TITLE = "Security Settings" WPM_SECURITY_SCORE = "Security Score" WPM_APPLY_HARDENING = "Apply All Hardening" WPM_DISABLE_FILE_EDITOR = "Disable File Editor" WPM_DISABLE_FILE_EDITOR_DESC = "Prevent theme/plugin editing from WP admin" WPM_DISABLE_XMLRPC = "Disable XML-RPC" WPM_DISABLE_XMLRPC_DESC = "Block XML-RPC to prevent brute force attacks" WPM_HIDE_VERSION = "Hide WP Version" WPM_HIDE_VERSION_DESC = "Remove version from meta tags and feeds" WPM_DISABLE_DIR_LISTING = "Disable Directory Listing" WPM_DISABLE_DIR_LISTING_DESC = "Block directory browsing" WPM_BLOCK_USER_ENUM = "Block User Enumeration" WPM_BLOCK_USER_ENUM_DESC = "Prevent ?author=N queries" WPM_ROTATE_SALTS = "Rotate Salt Keys" WPM_RESET_ADMIN_PASS = "Reset Admin Password" WPM_RESET_ADMIN_PASS_DESC = "Enter a new password for the WordPress admin user." WPM_RESET_ADMIN_PASS_WARN = "This will reset the password for the main admin account (user ID 1)." WPM_RESET_ADMIN_PASS_EMPTY = "Please enter a new password" WPM_RESET = "Reset" WPM_RESETTING = "Resetting..." WPM_VERIFY_CORE = "Verify Core Files" WPM_MAINTENANCE_MODE = "Maintenance Mode" ; Plugins & Themes WPM_PLUGINS_THEMES = "Plugins & Themes" WPM_PLUGINS_TITLE = "Plugins" WPM_SEARCH_PLUGINS = "Search plugins..." WPM_SEARCH_THEMES = "Search themes..." WPM_NO_PLUGINS = "No plugins found." WPM_NO_THEMES = "No themes found." WPM_ACTIVATE = "Activate" WPM_DEACTIVATE = "Deactivate" WPM_ACTIVE = "Active" WPM_INSTALL = "Install" WPM_UNINSTALL = "Uninstall" WPM_UNINSTALL_CONFIRM = "Uninstall plugin" WPM_CANNOT_UNDO = "This cannot be undone." WPM_SUCCESS_THEME_ACTIVATE = "Theme activated" WPM_SUCCESS_THEME_UPDATE = "Theme updated" WPM_SUCCESS_UNINSTALL = "Theme uninstalled" ; Backups WPM_BACKUPS_TITLE = "Backups" WPM_CREATE_BACKUP = "Create Backup" WPM_NO_BACKUPS = "No backups yet." WPM_CREATING = "Creating backup..." WPM_DELETE_BACKUP_CONFIRM = "Delete backup" ; Clone WPM_CLONE = "Clone" WPM_CLONE_TITLE = "Clone Installation" WPM_CLONE_SOURCE = "Source" WPM_CLONE_TARGET_DOMAIN = "Target Domain" WPM_CLONE_TARGET_DIR = "Target Directory" WPM_CLONE_OPTIONAL = "optional" WPM_CLONE_DIR_PLACEHOLDER = "e.g., staging" WPM_CLONE_SELECT_DOMAIN = "Select domain..." WPM_CLONE_INFO = "A new database will be created automatically. URLs will be updated in the cloned installation." WPM_CLONING = "Cloning..." WPM_MORE_ACTIONS = "More Actions" ; Messages WPM_SUCCESS_INSTALL = "WordPress installed successfully!" WPM_SUCCESS_REMOVE = "WordPress removed successfully" WPM_SUCCESS_CLONE = "Installation cloned successfully!" WPM_SUCCESS_BACKUP = "Backup created" WPM_SUCCESS_HARDENING = "Security hardening applied!" WPM_SUCCESS_ROTATE = "Salt keys rotated" WPM_CORE_INTACT = "Core files are intact" WPM_CORE_MODIFIED = "Core files have modifications" WPM_UP_TO_DATE = "Everything is up to date!" WPM_UPDATES_AVAILABLE = "Updates available" WPM_ERROR_INSTALL = "Installation failed" WPM_ERROR_REMOVE = "Failed to remove" WPM_ERROR_GENERIC = "An error occurred" ; Schedule WPM_SCHEDULE = "Schedule" WPM_SCHEDULE_BACKUP = "Schedule Backup" WPM_SAVE = "Save" WPM_NO_SCHEDULE = "No Schedule" WPM_NO_SCHEDULE_DESC = "Create an automatic backup schedule for this site." WPM_SCHEDULE_LOGS = "Schedule Logs" WPM_NO_LOGS = "No Logs" WPM_NO_LOGS_DESC = "No execution logs yet for this schedule." WPM_SUCCESS_SCHEDULE_CREATE = "Schedule created" WPM_SUCCESS_SCHEDULE_UPDATE = "Schedule updated" WPM_SUCCESS_SCHEDULE_DELETE = "Schedule deleted" WPM_SUCCESS_SCHEDULE_ENABLED = "Schedule enabled" WPM_SUCCESS_SCHEDULE_DISABLED = "Schedule disabled" ; Dashboard extras WPM_COPY_PATH = "Copy Path" WPM_TAGS = "Tags" WPM_PLUGINS_TOTAL = "Plugins Total" WPM_THEMES_TOTAL = "Themes Total" WPM_VULNERABILITIES = "Vulnerabilities" WPM_ALL_HEALTHY = "All sites healthy" WPM_HAS_VULNERABILITIES = "Has vulnerabilities" WPM_HAS_BROKEN_SITES = "Has broken sites" WPM_HAS_INACTIVE_SITES = "Has inactive sites" WPM_HAS_UPDATES = "Updates available" ; Filters WPM_FILTERS = "Filters" WPM_SEARCH_INSTALLATIONS = "Search installations" WPM_FILTER_ALL = "All" WPM_FILTER_ACTIVE = "Active" WPM_FILTER_VULNERABLE = "Vulnerable" WPM_FILTER_UPDATES = "With Updates" WPM_SORT_BY_NAME = "Sort by Name" WPM_SORT_BY_DATE = "Sort by Date" WPM_SORT_BY_STATUS = "Sort by Status" WPM_SORT_BY_SIZE = "Sort by Size" WPM_VIEW_GRID = "Grid View" WPM_VIEW_LIST = "List View" WPM_VIEW_COMPACT = "Compact View" WPM_FILTER_BY_TAG = "Filter by Tag" ; SSO WPM_SSO_OPENING = "Opening WordPress admin..." WPM_SSO_LOGIN = "SSO Login" WPM_LOGIN_NO_URL = "Site URL not available" ; Backup Modal WPM_BACKUP_TITLE = "Backup WordPress" WPM_AVAILABLE_BACKUPS = "Available Backups" WPM_DATE = "Date" WPM_TYPE = "Type" WPM_SIZE = "Size" WPM_ACTIONS = "Actions" WPM_LOADING = "Loading..." WPM_CLOSE = "Close" WPM_START_BACKUP = "Start Backup" ; Backup Restore & Delete WPM_RESTORE_BACKUP_CONFIRM = "Restore Backup" WPM_RESTORE_BACKUP_MSG = "Are you sure you want to restore backup" WPM_RESTORE_BACKUP_WARN = "Current files and database will be overwritten with the backup contents." WPM_RESTORE = "Restore" WPM_RESTORING = "Restoring..." WPM_SUCCESS_RESTORE = "Backup restored successfully" WPM_DELETE_BACKUP_MSG = "Are you sure you want to delete backup" WPM_SUCCESS_DELETE_BACKUP = "Backup deleted" WPM_REMOVING = "Deleting..." ; WordPress Toolkit — Cache Management WPM_CACHE = "Cache" WPM_CACHE_TITLE = "Cache Management" WPM_FLUSH_CACHE = "Flush Cache" WPM_FLUSHING = "Flushing cache..." WPM_OBJECT_CACHE = "Object Cache" WPM_PAGE_CACHE = "Page Cache" WPM_CACHE_SIZE = "Cache Size" ; WordPress Toolkit — Database Tools WPM_DB_TOOLS = "Database" WPM_DB_TOOLS_TITLE = "Database Tools" WPM_OPTIMIZE = "Optimize" WPM_REPAIR = "Repair" WPM_TABLES = "Tables" WPM_TOTAL_SIZE = "Total Size" WPM_OVERHEAD = "Overhead" WPM_TABLES_OVERHEAD = "table(s) have overhead. Click Optimize to clean up." WPM_SEARCH_REPLACE = "Search & Replace" WPM_SEARCH_REPLACE_DESC = "Useful for migrations. Replaces URLs or text in the database." WPM_SEARCH_FROM = "Find (e.g. old-domain.com)" WPM_SEARCH_TO = "Replace with (e.g. new-domain.com)" WPM_RUN = "Run" WPM_SR_REQUIRED = "Both fields are required" WPM_SR_CONFIRM = "This will modify your database. Continue?" ; WordPress Toolkit — Password Protection WPM_PROTECTION = "Protection" WPM_PROTECTION_TITLE = "Password Protection" WPM_PROTECT_WPADMIN = "Protect wp-login.php with HTTP Basic Auth" WPM_PROTECT_DESC = "Adds an extra login screen before the WordPress admin. Prevents brute force attacks." WPM_CREDENTIALS = "Credentials" WPM_USERNAME = "Username" ; WordPress Toolkit — Login WPM_LOGIN_OPENING = "Opening WordPress admin..." WPM_SSO_OPENING = "Opening WordPress admin..." WPM_PASSWORD = "Password" WPM_WP_USERS = "WordPress Users" WPM_NO_USERS = "No users found" ; WordPress Toolkit — File Manager WPM_FILES = "Files" WPM_FILES_TITLE = "File Manager" WPM_ERROR_LOG = "Error Log" WPM_SAVE_CONFIG = "Save wp-config.php" WPM_SAVE_HTACCESS = "Save .htaccess" WPM_CLEAR_LOG = "Clear Log" WPM_LOG_EMPTY = "Log is empty" WPM_NO_LOG = "No error log found. Enable Debug Mode to generate one." WPM_LOG_CLEARED = "Log cleared" WPM_CONFIG_WARN = "Editing wp-config.php can break your site. A backup will be created. Continue?" WPM_HTACCESS_WARN = "Editing .htaccess can break your site. A backup will be created. Continue?" WPM_DEV_SEO = "Dev/SEO" ; Generic Confirmation Modal WPM_CONFIRM = "Confirm" WPM_DELETE_SCHEDULE = "Delete Schedule" WPM_DELETE_SCHEDULE_MSG = "Are you sure you want to delete this backup schedule?"
修改文件时间
将文件时间修改为当前时间的前一年
删除文件