diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-08-03 13:16:59 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-08-03 13:16:59 +0000 |
| commit | 9145937a9f4f315c2b1316f09cb6da7fcfa34b32 (patch) | |
| tree | ffaaeea10c9ce978d77677a7c93bef461c9dfeb0 /phpBB/language/lang_english.php | |
| parent | 4255736e2394210ebee055fad8b917c06206801e (diff) | |
| download | forums-9145937a9f4f315c2b1316f09cb6da7fcfa34b32.tar forums-9145937a9f4f315c2b1316f09cb6da7fcfa34b32.tar.gz forums-9145937a9f4f315c2b1316f09cb6da7fcfa34b32.tar.bz2 forums-9145937a9f4f315c2b1316f09cb6da7fcfa34b32.tar.xz forums-9145937a9f4f315c2b1316f09cb6da7fcfa34b32.zip | |
Added gzip compression for downloadable file
git-svn-id: file:///svn/phpbb/trunk@805 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/lang_english.php')
| -rwxr-xr-x | phpBB/language/lang_english.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 0f76e40a93..09921689e6 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -679,6 +679,7 @@ $lang['Full_backup'] = "Full backup"; $lang['Structure_backup'] = "Structure Only backup"; $lang['Data_backup'] = "Data only backup"; $lang['Additional_tables'] = "Additional tables"; +$lang['Gzip_compress'] = "Gzip compress file"; $lang['Select_file'] = "Select a file"; $lang['Start_Restore'] = "Start Restore"; $lang['Restore_success'] = "The Database has been successfully restored.<br /><br />Your board should be back to the state it was when the backup was made."; |
