diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-12 17:23:50 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-28 22:19:03 +0200 |
commit | 8dc10d6971ede7fbc63fb3fd92512f95d9ec5dfb (patch) | |
tree | 93cd7a5f42e1a92f43d39c718bf32ee071399a65 /phpBB/language/en/acp/extensions.php | |
parent | f4d598559f28ef2f16b47d7e33d90305fd42173e (diff) | |
download | forums-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.php | 5 |
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', )); |