Added gzip decompression for uploaded file

git-svn-id: file:///svn/phpbb/trunk@808 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-08-03 16:25:35 +00:00
parent 07fe228a48
commit 1232718822

View file

@ -671,8 +671,8 @@ $lang['Not_available'] = "Not available";
$lang['Database_Utilities'] = "Database Utilities"; $lang['Database_Utilities'] = "Database Utilities";
$lang['Restore'] = "Restore"; $lang['Restore'] = "Restore";
$lang['Backup'] = "Backup"; $lang['Backup'] = "Backup";
$lang['Restore_explain'] = "This will perform a full restore of all phpBB tables from a saved file. <b>WARNING</b> This will overwrite any existing data."; $lang['Restore_explain'] = "This will perform a full restore of all phpBB tables from a saved file. If your server supports it you may upload a gzip compressed text file and it will automatically be decompressed. <b>WARNING</b> This will overwrite any existing data.";
$lang['Backup_explain'] = "Here you can backup all your phpBB related data. If you have any additional custom tables in the same database with phpBB that you would like to back up as well please enter their names seperated by commas in the Additional Tables textbox below."; $lang['Backup_explain'] = "Here you can backup all your phpBB related data. If you have any additional custom tables in the same database with phpBB that you would like to back up as well please enter their names seperated by commas in the Additional Tables textbox below. If your server supports it you may also gzip compress the file to reduce its size before download.";
$lang['Backup_options'] = "Backup options"; $lang['Backup_options'] = "Backup options";
$lang['Start_backup'] = "Start Backup"; $lang['Start_backup'] = "Start Backup";
$lang['Full_backup'] = "Full backup"; $lang['Full_backup'] = "Full backup";