From 8c2f02ca00b41d7aa3282aaacfbf2674a5347a14 Mon Sep 17 00:00:00 2001 From: David M Date: Sun, 16 Apr 2006 17:31:02 +0000 Subject: - 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 --- phpBB/language/en/acp/board.php | 2 +- phpBB/language/en/acp/database.php | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'phpBB/language') diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 33589d2a1f..723a61c745 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -252,7 +252,7 @@ $lang = array_merge($lang, array( 'ALLOW_AUTOLOGIN_EXPLAIN' => 'Determines whether users can autologin when they visit the board.', 'AUTOLOGIN_LENGTH' => 'Persistent login key expiry days', 'AUTOLOGIN_LENGTH_EXPLAIN' => 'Number of days after which persistent login keys are removed or zero to disable.', - 'VISUAL_CONFIRM_REG' => 'Enable visual confirmation', + 'VISUAL_CONFIRM_REG' => 'Enable visual confirmation for registrations', 'VISUAL_CONFIRM_REG_EXPLAIN'=> 'Requires new users to enter a random code matching an image to help prevent mass registrations.', 'VISUAL_CONFIRM_POST' => 'Enable visual confirmation for guest postings', 'VISUAL_CONFIRM_POST_EXPLAIN'=> 'Requires anonymous users to enter a random code matching an image to help prevent mass postings.', 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 either 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. WARNING 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 either 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. WARNING 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.

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 -- cgit v1.2.1