aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-08-13 15:22:34 +0200
committerPayBas <contact@paybas.com>2014-08-13 15:39:03 +0200
commit55260127bd91e53f8bb5bc78e6304468b5b0aba9 (patch)
tree16c36988596ec4f5c45a2bcf7074cbaab1ba404f /phpBB/language
parent1dc2d0e759a622b04c94b089ec980857595fa7bf (diff)
downloadforums-55260127bd91e53f8bb5bc78e6304468b5b0aba9.tar
forums-55260127bd91e53f8bb5bc78e6304468b5b0aba9.tar.gz
forums-55260127bd91e53f8bb5bc78e6304468b5b0aba9.tar.bz2
forums-55260127bd91e53f8bb5bc78e6304468b5b0aba9.tar.xz
forums-55260127bd91e53f8bb5bc78e6304468b5b0aba9.zip
[ticket/12961] Add link in anti-spam ACP page to titania
PHPBB3-12961
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index d451bdd515..c4d250778a 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -298,6 +298,8 @@ $lang = array_merge($lang, array(
// Visual Confirmation Settings
$lang = array_merge($lang, array(
'ACP_VC_SETTINGS_EXPLAIN' => 'Here you can select and configure plugins, which are designed to block automated form submissions by spambots. These plugins typically work by challenging the user with a <em>CAPTCHA</em>, a test which is designed to be difficult for computers to solve.',
+ 'ACP_VC_EXT_GET_MORE' => 'For additional (and possibly better) anti-spam plugins, visit the',
+ 'ACP_VC_EXT_LINK' => 'phpBB.com anti-spam extensions database',
'AVAILABLE_CAPTCHAS' => 'Available plugins',
'CAPTCHA_UNAVAILABLE' => 'The plugin cannot be selected as its requirements are not met.',
'CAPTCHA_GD' => 'GD image',