aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-12-16 10:18:56 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-12-16 10:18:56 +0100
commit4a73ce0933c8bfecf37cf760d3fd96bb7a7f48ca (patch)
tree9ff4a74a99cab79322a2fe8cc728f0dc283d77df /phpBB/language
parent8da2f349fe39a46fcd70e59ff087071927edbc34 (diff)
parentc42bd28d172a9ae7439cc3868ebfda87e93f3490 (diff)
downloadforums-4a73ce0933c8bfecf37cf760d3fd96bb7a7f48ca.tar
forums-4a73ce0933c8bfecf37cf760d3fd96bb7a7f48ca.tar.gz
forums-4a73ce0933c8bfecf37cf760d3fd96bb7a7f48ca.tar.bz2
forums-4a73ce0933c8bfecf37cf760d3fd96bb7a7f48ca.tar.xz
forums-4a73ce0933c8bfecf37cf760d3fd96bb7a7f48ca.zip
Merge remote-tracking branch 'prototech/ticket/12009' into develop
* prototech/ticket/12009: [ticket/12009] Prevent user from enabling invalid extension through direct URL [ticket/12009] Update functional test to check for invalid extensions. [ticket/12009] Fix functional tests. [ticket/12009] Move valid extensions in tests to correct dir structure. [ticket/12009] Do not allow incorrectly structured extensions to be installed.
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/extensions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php
index 8279a68022..67b34ff0c7 100644
--- a/phpBB/language/en/acp/extensions.php
+++ b/phpBB/language/en/acp/extensions.php
@@ -41,6 +41,7 @@ $lang = array_merge($lang, array(
'EXTENSIONS_EXPLAIN' => 'The Extensions Manager is a tool in your phpBB Board which allows you to manage all of your extensions statuses and view information about them.',
'EXTENSION_INVALID_LIST' => 'The ā€œ%sā€ extension is not valid.<br />%s<br /><br />',
'EXTENSION_NOT_AVAILABLE' => 'The selected extension is not available for this board, please verify your phpBB and PHP versions are allowed (see the details page).',
+ 'EXTENSION_DIR_INVALID' => 'The selected extension has an invalid directory structure and cannot be enabled.',
'DETAILS' => 'Details',