aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/en-gb/tool/backup.php
blob: 5584a35ef40122b1ac3c889ec9e3d338bea2fc48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
// Heading
$_['heading_title']    = 'Backup &amp; Restore';

// Text
$_['text_success']     = 'Success: You have successfully imported your database!';

// Entry
$_['entry_progress']   = 'Progress';
$_['entry_export']     = 'Export';

// Tab
$_['tab_backup']       = 'Backup';
$_['tab_restore']      = 'Restore';

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Backup &amp; Restore!';
$_['error_export']     = 'Warning: You must select at least one table to export!';
$_['error_file']       = 'File could not be found!';