Your IP : 216.73.216.95


Current Path : /var/test/www/alh/admin/language/english/tool/
Upload File :
Current File : /var/test/www/alh/admin/language/english/tool/backup.php

<?php
// Heading
$_['heading_title']    = 'Backup / Restore';

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

// Entry
$_['entry_restore']    = 'Restore Backup:';
$_['entry_backup']     = 'Backup:';

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify backups!';
$_['error_backup']     = 'Warning: You must select at least one table to backup!';
$_['error_empty']      = 'Warning: The file you uploaded was empty!';
?>