diff options
author | David M <davidmj@users.sourceforge.net> | 2006-05-06 20:35:30 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-05-06 20:35:30 +0000 |
commit | 6d3a8bd107bbd40d7afa3cc7adc5d5f46a3de63d (patch) | |
tree | d3f928edf10e7a9685b5908f0e151d7c356f083e /phpBB/language/en/acp/database.php | |
parent | 830f1fdab7b1a216ed1d00df1ae98ed31286291e (diff) | |
download | forums-6d3a8bd107bbd40d7afa3cc7adc5d5f46a3de63d.tar forums-6d3a8bd107bbd40d7afa3cc7adc5d5f46a3de63d.tar.gz forums-6d3a8bd107bbd40d7afa3cc7adc5d5f46a3de63d.tar.bz2 forums-6d3a8bd107bbd40d7afa3cc7adc5d5f46a3de63d.tar.xz forums-6d3a8bd107bbd40d7afa3cc7adc5d5f46a3de63d.zip |
- Make it impossible to open/delete/download files that don't exist :P
git-svn-id: file:///svn/phpbb/trunk@5891 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/database.php')
-rw-r--r-- | phpBB/language/en/acp/database.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/database.php b/phpBB/language/en/acp/database.php index bc212c20e2..f077fb95fe 100644 --- a/phpBB/language/en/acp/database.php +++ b/phpBB/language/en/acp/database.php @@ -34,6 +34,7 @@ $lang = array_merge($lang, array( 'ACP_BACKUP_EXPLAIN' => 'Here you can backup all your phpBB related data. You may store the resulting archive in your store/ folder or download it directly. Depending on your server configuration you be able to compress the file in a number of formats. If you wish to include any additional "custom" tables please list them in the additional tables field, separated by commas. ', 'BACKUP_OPTIONS' => 'Backup options', 'BACKUP_TYPE' => 'Backup type', + 'BACKUP_INVALID' => 'The selected file to backup is invalid', 'START_BACKUP' => 'Start Backup', 'FULL_BACKUP' => 'Full', 'STRUCTURE_ONLY' => 'Structure Only', @@ -43,7 +44,7 @@ $lang = array_merge($lang, array( 'STORE_LOCAL' => 'Store file locally', 'SELECT_ALL' => 'Select all', 'DESELECT_ALL' => 'Deselect all', - 'BACKUP_SUCCESS' => 'The backup file has been created successfully in the location you specified', + 'BACKUP_SUCCESS' => 'The backup file has been created successfully', 'STORE_AND_DOWNLOAD' => 'Store and Download', 'ACP_RESTORE' => 'Restore', |