mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/12960] Remove broken captchas and prepare for incomplete captcha
PHPBB3-12960
This commit is contained in:
@@ -308,25 +308,7 @@ $lang = array_merge($lang, array(
|
||||
'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"><strong>phpBB.com Extensions Database</strong></a>. For more information on preventing spam on your board, visit the <a href="https://www.phpbb.com/go/anti-spam"><strong>phpBB.com Knowledge Base</strong></a>.',
|
||||
'AVAILABLE_CAPTCHAS' => 'Available plugins',
|
||||
'CAPTCHA_UNAVAILABLE' => 'The plugin cannot be selected as its requirements are not met.',
|
||||
'CAPTCHA_GD' => 'GD image',
|
||||
'CAPTCHA_GD_3D' => 'GD 3D image',
|
||||
'CAPTCHA_GD_FOREGROUND_NOISE' => 'Foreground noise',
|
||||
'CAPTCHA_GD_EXPLAIN' => 'Uses GD to make a more advanced anti-spambot image.',
|
||||
'CAPTCHA_GD_FOREGROUND_NOISE_EXPLAIN' => 'Use foreground noise to make the image harder to read.',
|
||||
'CAPTCHA_GD_X_GRID' => 'Background noise x-axis',
|
||||
'CAPTCHA_GD_X_GRID_EXPLAIN' => 'Use lower settings of this to make the image harder to read. 0 will disable x-axis background noise.',
|
||||
'CAPTCHA_GD_Y_GRID' => 'Background noise y-axis',
|
||||
'CAPTCHA_GD_Y_GRID_EXPLAIN' => 'Use lower settings of this to make the image harder to read. 0 will disable y-axis background noise.',
|
||||
'CAPTCHA_GD_WAVE' => 'Wave distortion',
|
||||
'CAPTCHA_GD_WAVE_EXPLAIN' => 'This applies a wave distortion to the image.',
|
||||
'CAPTCHA_GD_3D_NOISE' => 'Add 3D-noise objects',
|
||||
'CAPTCHA_GD_3D_NOISE_EXPLAIN' => 'This adds additional objects to the image, over the letters.',
|
||||
'CAPTCHA_GD_FONTS' => 'Use different fonts',
|
||||
'CAPTCHA_GD_FONTS_EXPLAIN' => 'This setting controls how many different letter shapes are used. You can just use the default shapes or introduce altered letters. Adding lowercase letters is also possible.',
|
||||
'CAPTCHA_FONT_DEFAULT' => 'Default',
|
||||
'CAPTCHA_FONT_NEW' => 'New Shapes',
|
||||
'CAPTCHA_FONT_LOWER' => 'Also use lowercase',
|
||||
'CAPTCHA_NO_GD' => 'Simple image',
|
||||
'CAPTCHA_INCOMPLETE' => 'Incomplete Captcha (Disabled Registration)',
|
||||
'CAPTCHA_PREVIEW_MSG' => 'Your changes have not been saved, this is just a preview.',
|
||||
'CAPTCHA_PREVIEW_EXPLAIN' => 'The plugin as it would look like using the current selection.',
|
||||
|
||||
|
Reference in New Issue
Block a user