aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-04-07 10:45:08 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-04-07 10:45:08 +0200
commit21791971aab85db0257088f0dfe8f79a5552a5e7 (patch)
tree5878628bdbafb0e12849f870c8f8956be311da5d /phpBB/language
parent6f573f710ddf4034f725c7f58f11cb7c4c57631f (diff)
parentb707bdc4f15eccd7edbe04f7940c6f6df90cd5e8 (diff)
downloadforums-21791971aab85db0257088f0dfe8f79a5552a5e7.tar
forums-21791971aab85db0257088f0dfe8f79a5552a5e7.tar.gz
forums-21791971aab85db0257088f0dfe8f79a5552a5e7.tar.bz2
forums-21791971aab85db0257088f0dfe8f79a5552a5e7.tar.xz
forums-21791971aab85db0257088f0dfe8f79a5552a5e7.zip
Merge pull request #5501 from marc1706/ticket/15928
[ticket/15928] Remove support for downloading backups
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/database.php13
1 files changed, 7 insertions, 6 deletions
diff --git a/phpBB/language/en/acp/database.php b/phpBB/language/en/acp/database.php
index ab85701eaa..302aaee570 100644
--- a/phpBB/language/en/acp/database.php
+++ b/phpBB/language/en/acp/database.php
@@ -38,14 +38,15 @@ if (empty($lang) || !is_array($lang))
// Database Backup/Restore
$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 <samp>store/</samp> folder or download it directly. Depending on your server configuration you may be able to compress the file in a number of formats.',
+ 'ACP_BACKUP_EXPLAIN' => 'Here you can backup all your phpBB related data. The resulting archive will be stored in your <samp>store/</samp> folder. Depending on your server configuration you may be able to compress the file in a number of formats.',
'ACP_RESTORE_EXPLAIN' => 'This will perform a full restore of all phpBB tables from a saved file. If your server supports it you may use a gzip or bzip2 compressed text file and it will automatically be decompressed. <strong>WARNING</strong> 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. Backups are stored in the <samp>store/</samp> folder and are assumed to be generated by phpBB’s backup functionality. Restoring backups that were not created by the built in system may or may not work.',
- 'BACKUP_DELETE' => 'The backup file has been deleted successfully.',
- 'BACKUP_INVALID' => 'The selected file to backup is invalid.',
- 'BACKUP_OPTIONS' => 'Backup options',
- 'BACKUP_SUCCESS' => 'The backup file has been created successfully.',
- 'BACKUP_TYPE' => 'Backup type',
+ 'BACKUP_DELETE' => 'The backup file has been deleted successfully.',
+ 'BACKUP_INVALID' => 'The selected file to backup is invalid.',
+ 'BACKUP_NOT_SUPPORTED' => 'The selected backup is not supported',
+ 'BACKUP_OPTIONS' => 'Backup options',
+ 'BACKUP_SUCCESS' => 'The backup file has been created successfully.',
+ 'BACKUP_TYPE' => 'Backup type',
'DATABASE' => 'Database utilities',
'DATA_ONLY' => 'Data only',