diff options
author | David M <davidmj@users.sourceforge.net> | 2007-02-19 19:35:52 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-02-19 19:35:52 +0000 |
commit | 59fdd2edca9455126c6ce606ba2819aa6450dfda (patch) | |
tree | 594260670a88be3ea7b580534280aaf211c029c8 /phpBB/language/en/acp/database.php | |
parent | bf8bea4967c50ba61c6bd897d3611fccdac24bee (diff) | |
download | forums-59fdd2edca9455126c6ce606ba2819aa6450dfda.tar forums-59fdd2edca9455126c6ce606ba2819aa6450dfda.tar.gz forums-59fdd2edca9455126c6ce606ba2819aa6450dfda.tar.bz2 forums-59fdd2edca9455126c6ce606ba2819aa6450dfda.tar.xz forums-59fdd2edca9455126c6ce606ba2819aa6450dfda.zip |
#8234
- some stupid bugs in restore
- centralized the method of getting tables
git-svn-id: file:///svn/phpbb/trunk@7015 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/database.php')
-rw-r--r-- | phpBB/language/en/acp/database.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/database.php b/phpBB/language/en/acp/database.php index a59ebc416f..b8b423d08a 100644 --- a/phpBB/language/en/acp/database.php +++ b/phpBB/language/en/acp/database.php @@ -50,6 +50,7 @@ $lang = array_merge($lang, array( 'FILE_TYPE' => 'File type', 'FULL_BACKUP' => 'Full', + 'RESTORE_FAILURE' => 'The backup file may be corrupt.', 'RESTORE_OPTIONS' => 'Restore options', '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.', |