aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/database.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-06-17 06:50:58 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-06-17 06:50:58 +0000
commit1cc7445017f0f5083c04121008433c04b82d6770 (patch)
treebb9187a5df22ef6765b8a93ca9d5bc3962b804df /phpBB/language/en/acp/database.php
parenta32c084507f26423a87b4ffd049e406e4039870c (diff)
downloadforums-1cc7445017f0f5083c04121008433c04b82d6770.tar
forums-1cc7445017f0f5083c04121008433c04b82d6770.tar.gz
forums-1cc7445017f0f5083c04121008433c04b82d6770.tar.bz2
forums-1cc7445017f0f5083c04121008433c04b82d6770.tar.xz
forums-1cc7445017f0f5083c04121008433c04b82d6770.zip
- Some fixes
git-svn-id: file:///svn/phpbb/trunk@6077 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/database.php')
-rw-r--r--phpBB/language/en/acp/database.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/database.php b/phpBB/language/en/acp/database.php
index 9cade406e0..2799050149 100644
--- a/phpBB/language/en/acp/database.php
+++ b/phpBB/language/en/acp/database.php
@@ -45,6 +45,7 @@ $lang = array_merge($lang, array(
'SELECT_ALL' => 'Select all',
'DESELECT_ALL' => 'Deselect all',
'BACKUP_SUCCESS' => 'The backup file has been created successfully',
+ '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.',