PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
backup
/
resources
/
lang
/
en
<?php return [ 'name' => 'Backup', 'backup_description' => 'Backup database and uploads folder.', 'create_backup_success' => 'Created backup successfully!', 'delete_backup_success' => 'Delete backup successfully!', 'restore_backup_success' => 'Restore backup successfully!', 'generate_btn' => 'Generate backup', 'create' => 'Create a backup', 'restore' => 'Restore a backup', 'create_btn' => 'Create', 'restore_btn' => 'Restore', 'restore_confirm_msg' => 'Do you really want to restore this revision?', 'download_uploads_folder' => 'Download backup of uploads folder', 'download_database' => 'Download backup of database', 'restore_tooltip' => 'Restore this backup', 'demo_alert' => 'Hi guest, if you see demo site is destroyed, please help me <a href=":link">go here</a> and restore demo site to the latest revision! Thank you so much!', 'menu_name' => 'Backups', 'size' => 'Size', 'no_backups' => 'There is no backup now!', 'proc_open_disabled_error' => 'Function <strong>proc_open()</strong> has been disabled so the system cannot backup the database. Please contact your hosting provider to enable it.', 'database_backup_not_existed' => 'Backup database is not existed!', 'uploads_folder_backup_not_existed' => 'Backup uploads folder is not existed!', 'important_message1' => 'This is a simple backup feature, it is a solution for you if your site has < 1GB data and can be used for quickly backup your site.', 'important_message2' => 'If you have more than 1GB images/files in local storage, you should use backup feature of your hosting or VPS.', 'important_message3' => 'To backup your database, function <strong>proc_open()</strong> or <strong>system()</strong> must be enabled. Contact your hosting provider to enable it if it is disabled.', ];
[+]
..
[-] backup.php
[edit]