diff options
author | David M <davidmj@users.sourceforge.net> | 2006-08-01 04:01:35 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-08-01 04:01:35 +0000 |
commit | 85e049dd668c969a0263776e3ae1ce24f3e37666 (patch) | |
tree | 1415829e9a49971e26841df678dc98a96395b8d0 /phpBB/language/en/acp/database.php | |
parent | 3fb98a75989a905c88fec03752f0af5e48499e12 (diff) | |
download | forums-85e049dd668c969a0263776e3ae1ce24f3e37666.tar forums-85e049dd668c969a0263776e3ae1ce24f3e37666.tar.gz forums-85e049dd668c969a0263776e3ae1ce24f3e37666.tar.bz2 forums-85e049dd668c969a0263776e3ae1ce24f3e37666.tar.xz forums-85e049dd668c969a0263776e3ae1ce24f3e37666.zip |
eh
git-svn-id: file:///svn/phpbb/trunk@6221 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/database.php')
-rw-r--r-- | phpBB/language/en/acp/database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/database.php b/phpBB/language/en/acp/database.php index 2799050149..16e10978ff 100644 --- a/phpBB/language/en/acp/database.php +++ b/phpBB/language/en/acp/database.php @@ -48,7 +48,7 @@ $lang = array_merge($lang, array( 'BACKUP_DELETE' => 'The backup file has been deleted successfully', 'STORE_AND_DOWNLOAD' => 'Store and Download', - 'ACP_RESTORE_EXPLAIN' => 'This will perform a full restore of all phpBB tables from a saved file. You can <u>either</u> upload the backup file via this form or upload it manually to a location on the server. If your server supports it you may use a gzip or bzip2 compressed text file and it will automatically be decompressed. <b>WARNING</b> This will overwrite any existing data. The restore may take a long time to process please do not move from this page till it is complete.', + 'ACP_RESTORE_EXPLAIN' => 'This will perform a full restore of all phpBB tables from a saved file. If your server supports it you may use a gzip or bzip2 compressed text file and it will automatically be decompressed. <b>WARNING</b> This will overwrite any existing data. The restore may take a long time to process please do not move from this page till it is complete.', 'SELECT_FILE' => 'Select a file', 'RESTORE_OPTIONS' => 'Restore options', 'START_RESTORE' => 'Start Restore', |