aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-08-03 16:25:35 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-08-03 16:25:35 +0000
commit1232718822a7ee32434f8ecae5d15d5185646c49 (patch)
tree48bf5f3a37932ddd92fe53ef0c2beae273614034
parent07fe228a48dfad552ec954a73974ece4f4b0f7e2 (diff)
downloadforums-1232718822a7ee32434f8ecae5d15d5185646c49.tar
forums-1232718822a7ee32434f8ecae5d15d5185646c49.tar.gz
forums-1232718822a7ee32434f8ecae5d15d5185646c49.tar.bz2
forums-1232718822a7ee32434f8ecae5d15d5185646c49.tar.xz
forums-1232718822a7ee32434f8ecae5d15d5185646c49.zip
Added gzip decompression for uploaded file
git-svn-id: file:///svn/phpbb/trunk@808 89ea8834-ac86-4346-8a33-228a782c2dd0
-rwxr-xr-xphpBB/language/lang_english.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php
index 42095b8285..6879d66c46 100755
--- a/phpBB/language/lang_english.php
+++ b/phpBB/language/lang_english.php
@@ -671,8 +671,8 @@ $lang['Not_available'] = "Not available";
$lang['Database_Utilities'] = "Database Utilities";
$lang['Restore'] = "Restore";
$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['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['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. If your server supports it you may also gzip compress the file to reduce its size before download.";
$lang['Backup_options'] = "Backup options";
$lang['Start_backup'] = "Start Backup";
$lang['Full_backup'] = "Full backup";