backup.php (580B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Backup & Restore'; 4 5 // Text 6 $_['text_success'] = 'Success: You have successfully imported your database!'; 7 8 // Entry 9 $_['entry_progress'] = 'Progress'; 10 $_['entry_export'] = 'Export'; 11 12 // Tab 13 $_['tab_backup'] = 'Backup'; 14 $_['tab_restore'] = 'Restore'; 15 16 // Error 17 $_['error_permission'] = 'Warning: You do not have permission to modify Backup & Restore!'; 18 $_['error_export'] = 'Warning: You must select at least one table to export!'; 19 $_['error_file'] = 'File could not be found!';