aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/extensions.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-12 17:23:50 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-28 22:19:03 +0200
commit8dc10d6971ede7fbc63fb3fd92512f95d9ec5dfb (patch)
tree93cd7a5f42e1a92f43d39c718bf32ee071399a65 /phpBB/language/en/acp/extensions.php
parentf4d598559f28ef2f16b47d7e33d90305fd42173e (diff)
downloadforums-8dc10d6971ede7fbc63fb3fd92512f95d9ec5dfb.tar
forums-8dc10d6971ede7fbc63fb3fd92512f95d9ec5dfb.tar.gz
forums-8dc10d6971ede7fbc63fb3fd92512f95d9ec5dfb.tar.bz2
forums-8dc10d6971ede7fbc63fb3fd92512f95d9ec5dfb.tar.xz
forums-8dc10d6971ede7fbc63fb3fd92512f95d9ec5dfb.zip
[ticket/11366] Add $config['extension_force_unstable']
PHPBB3-11366
Diffstat (limited to 'phpBB/language/en/acp/extensions.php')
-rw-r--r--phpBB/language/en/acp/extensions.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php
index e151c041f3..4dc70fb951 100644
--- a/phpBB/language/en/acp/extensions.php
+++ b/phpBB/language/en/acp/extensions.php
@@ -84,6 +84,7 @@ $lang = array_merge($lang, array(
'EXTENSION_DELETE_DATA_CONFIRM' => 'Are you sure that you wish to delete the data associated with “%s”?<br /><br />This removes all of its data and settings and cannot be undone!',
'EXTENSION_DISABLE_CONFIRM' => 'Are you sure that you wish to disable the “%s” extension?',
'EXTENSION_ENABLE_CONFIRM' => 'Are you sure that you wish to enable the “%s” extension?',
+ 'EXTENSION_FORCE_UNSTABLE_CONFIRM' => 'Are you sure that you wish to force the use of unstable version?',
'RETURN_TO_EXTENSION_LIST' => 'Return to the extension list',
@@ -113,5 +114,7 @@ $lang = array_merge($lang, array(
'DOWNLOAD_LATEST' => 'Download Version',
'NO_VERSIONCHECK' => 'No version check information given.',
- 'VERSIONCHECK_FORCE_UPDATE_ALL' => 'Re-Check all',
+ 'VERSIONCHECK_FORCE_UPDATE_ALL' => 'Re-Check all',
+ 'FORCE_UNSTABLE' => 'Always check for unstable versions',
+ 'EXTENSIONS_VERSION_CHECK_SETTINGS' => 'Version check settings',
));