mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12961] Move link to language file
PHPBB3-12961
This commit is contained in:
parent
73426d2d30
commit
45405a48a8
2 changed files with 1 additions and 4 deletions
|
@ -61,9 +61,6 @@ class acp_captcha
|
||||||
|
|
||||||
$this->tpl_name = 'acp_captcha';
|
$this->tpl_name = 'acp_captcha';
|
||||||
$this->page_title = 'ACP_VC_SETTINGS';
|
$this->page_title = 'ACP_VC_SETTINGS';
|
||||||
$template->assign_vars(array(L_ACP_VC_EXT_GET_MORE => sprintf($user->lang['ACP_VC_EXT_GET_MORE'],
|
|
||||||
'<a href="https://www.phpbb.com/go/anti-spam-ext" target="_blank" style="font-weight: bold;">', '</a>')
|
|
||||||
));
|
|
||||||
$form_key = 'acp_captcha';
|
$form_key = 'acp_captcha';
|
||||||
add_form_key($form_key);
|
add_form_key($form_key);
|
||||||
|
|
||||||
|
|
|
@ -298,7 +298,7 @@ $lang = array_merge($lang, array(
|
||||||
// Visual Confirmation Settings
|
// Visual Confirmation Settings
|
||||||
$lang = array_merge($lang, array(
|
$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_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 %sphpBB.com anti-spam extensions database%s.',
|
'ACP_VC_EXT_GET_MORE' => 'For additional (and possibly better) anti-spam plugins, visit the <a href="https://www.phpbb.com/go/anti-spam-ext" target="_blank" style="font-weight: bold;">phpBB.com anti-spam extensions database</a>.',
|
||||||
'AVAILABLE_CAPTCHAS' => 'Available plugins',
|
'AVAILABLE_CAPTCHAS' => 'Available plugins',
|
||||||
'CAPTCHA_UNAVAILABLE' => 'The plugin cannot be selected as its requirements are not met.',
|
'CAPTCHA_UNAVAILABLE' => 'The plugin cannot be selected as its requirements are not met.',
|
||||||
'CAPTCHA_GD' => 'GD image',
|
'CAPTCHA_GD' => 'GD image',
|
||||||
|
|
Loading…
Add table
Reference in a new issue