文件操作 - restore_lang.php
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/softaculous/enduser/languages/chinese/restore_lang.php
编辑文件内容
<?php ////////////////////////////////////////////////////////////// //=========================================================== // restore_lang.php //=========================================================== // SOFTACULOUS // Version : 1.1 // Inspired by the DESIRE to be the BEST OF ALL // ---------------------------------------------------------- // Started by: Alons // Date: 10th Jan 2009 // Time: 21:00 hrs // Site: http://www.softaculous.com/ (SOFTACULOUS) // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- //=========================================================== // (c)Softaculous Inc. //=========================================================== ////////////////////////////////////////////////////////////// if(!defined('SOFTACULOUS')){ die('Hacking Attempt'); } $l['restoreerror'] = '在解壓縮檔案時發生了錯誤'; $l['restoredatadir'] = '無法還原資料資料夾'; $l['restorewww'] = '無法還原網頁資料夾'; $l['res_err_selectmy'] = '無法選擇需要還原的資料庫'; $l['err_myconn'] = '無法連結到資料庫'; $l['err_db_create'] = '在建立資料庫時發生錯誤'; $l['off_backup_restore'] = 'Backup/Restore feature has been disabled by admin'; $l['no_backupinfo_file'] = 'Backup info file not found'; $l['no_backup_time'] = 'Backup time not found'; $l['instime_higher_than_btime'] = 'Installation time is higher than the Backup time'; //Theme Strings $l['<title>'] = $globals['sn'].' - 還原'; $l['restorefile'] = '從備份中還原'; $l['restore_dir'] = '還原資料夾'; $l['restore_dir_exp'] = '如果您選取了這個,將會還原整個資料夾'; $l['restore_datadir'] = '還原資料資料夾'; $l['restore_datadir_exp'] = '如果選取了這個,資料將會還原'; $l['restore_db'] = '還原資料夾'; $l['restore_db_exp'] = '如果選取了這個,資料庫也會被還原'; $l['restore_ins'] = '還原安裝'; $l['restore'] = '您的備份已經成功還原'; $l['confirm_restore'] = '您確定您要還原安裝嗎 ?'; $l['return'] = '回到總攬'; $l['return_to_wpm'] = 'Return to WordPress Management'; $l['restore_wwwdir'] = '還原網頁資料夾'; $l['restore_wwwdir_exp'] = '如果選取了這個,將會還原網頁資料夾'; $l['checking_data'] = '正在檢查送出的資料'; $l['res_db'] = '正在還原資料庫'; $l['res_dir'] = '正在還原資料夾'; $l['res_datadir'] = '正在還原資料資料夾'; $l['finishing_process'] = '備份已經被還原'; $l['wait_note'] = '<b>注意:</b> 這將會用到3至4分鐘. 請不要離開這個網頁直到處理程序達到100%'; $l['restoring'] = '您的备份正在后台恢复。 完成后,您将收到电子邮件通知。 您可以从<a href="'.$globals['index'].'act=eu_tasklist">任务列表</a>页面跟踪还原过程。'; $l['prog_restoring'] = '還原中 '; // Dont remove the trailing space $l['prog_restore_complete'] = '還原完成.'; $l['no_restore_functions'] = 'The RESTORE FUNCTIONS file could not be found! Please report this to the server administrator.'; $l['backup_file_empty'] = 'Backup file is empty'; $l['db_not_exist'] = 'Database file does not exist'; $l['db_empty'] = 'The database file is empty'; $l['read_archive'] = 'Reading the archive'; $l['no_backup_file'] = 'Backup file not present'; $l['wpc_return'] = 'Return to Backups'; $l['ampps_notify_premium'] = 'This feature is available in the premium version of AMPPS. Please purchase <b><a href="https://ampps.com/clients">AMPPS Premium</a></b>'; $l['restore_delete_files'] = 'Delete existing files/folders'; $l['restore_delete_files_exp'] = 'If checked existing files/folders will be deleted and then the backup files will be restored. <br /><b>Note</b>: Please make sure that you chose Full Backup while creating this backup.'; $l['no_restore_file_param'] = 'Backup file name was not passed. It is required to start the restore process.';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件