diff options
author | David M <davidmj@users.sourceforge.net> | 2006-04-16 17:31:02 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-04-16 17:31:02 +0000 |
commit | 8c2f02ca00b41d7aa3282aaacfbf2674a5347a14 (patch) | |
tree | 728f6aa9c96dee9c22ce9f6e254115b4d0251e48 /phpBB/language/en/acp/database.php | |
parent | b0aa0e605040dc33fe87b62ec124cfc8d37deddf (diff) | |
download | forums-8c2f02ca00b41d7aa3282aaacfbf2674a5347a14.tar forums-8c2f02ca00b41d7aa3282aaacfbf2674a5347a14.tar.gz forums-8c2f02ca00b41d7aa3282aaacfbf2674a5347a14.tar.bz2 forums-8c2f02ca00b41d7aa3282aaacfbf2674a5347a14.tar.xz forums-8c2f02ca00b41d7aa3282aaacfbf2674a5347a14.zip |
- Store and Download is now takes advantage of on-the-fly stuff correctly
- Download and deletion of stored backups now allowed
git-svn-id: file:///svn/phpbb/trunk@5789 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/database.php')
-rw-r--r-- | phpBB/language/en/acp/database.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/database.php b/phpBB/language/en/acp/database.php index 3f688d6d77..1db01ed7a4 100644 --- a/phpBB/language/en/acp/database.php +++ b/phpBB/language/en/acp/database.php @@ -47,10 +47,14 @@ $lang = array_merge($lang, array( 'STORE_AND_DOWNLOAD' => 'Store and Download', 'ACP_RESTORE' => 'Restore', - '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 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. 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.', 'SELECT_FILE' => 'Select a file', + 'RESTORE_OPTIONS' => 'Restore options', 'START_RESTORE' => 'Start Restore', + 'DELETE_BACKUP' => 'Delete Backup', + 'DOWNLOAD_BACKUP' => 'Download Backup', '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.', + 'BACKUP_SUCCESS' => 'The backup has been successfully deleted.', )); ?>
\ No newline at end of file |