aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/board.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r--phpBB/language/en/acp/board.php26
1 files changed, 4 insertions, 22 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index dc66d8261e..e2d2f30e6b 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -213,28 +213,10 @@ $lang = array_merge($lang, array(
$lang = array_merge($lang, array(
'ACP_VC_SETTINGS_EXPLAIN' => 'Here you are able to define visual confirmation defaults and captcha settings.',
- 'BAD_POLICY' => 'The policy you selected is invalid.',
- 'CAPTCHA_3DBITMAP' => '3D Bitmap',
- 'CAPTCHA_CELLS' => 'Cells',
- 'CAPTCHA_COMPOSITE' => 'Composite',
- 'CAPTCHA_ENTROPY' => 'Entropy',
- 'CAPTCHA_OPTIONS' => 'Captcha options',
- 'CAPTCHA_OVERLAP' => 'Overlap',
- 'CAPTCHA_SHAPE' => 'Shape',
- 'CAPTCHA_STENCIL' => 'Stencil',
- 'CAPTCHA_EXPLAIN' => '%sPreview this CAPTCHA policy%s.',
- 'ENTROPY_NOISE_LINE' => 'Entropy line noise',
- 'ENTROPY_NOISE_PIXEL' => 'Entropy pixel noise',
- 'HEAVY' => 'Heavy',
- 'LIGHT' => 'Light',
- 'MEDIUM' => 'Medium',
- 'NO_GD' => 'The server does not support GD, an extension required to enable the advanced CAPTCHA policies. A fall-back method will be used if you decide to enable visual confirmation features.',
- 'NO_NOISE' => 'None',
- 'NO_TTF' => 'The policy you selected requires TTF enabled, the server has TTF disabled. If this policy is enabled, it will be skipped and another policy will be used in its place. If no valid policies are enabled, a fall-back method will be used if you decide to enable Visual Confirmation features.',
- 'OVERLAP_NOISE_LINE' => 'Overlap line noise',
- 'OVERLAP_NOISE_PIXEL' => 'Overlap pixel noise',
- 'SHAPE_NOISE_LINE' => 'Shape line noise',
- 'SHAPE_NOISE_PIXEL' => 'Shape pixel noise',
+ 'CAPTCHA_GD' => 'GD CAPTCHA',
+ 'CAPTCHA_GD_NOISE' => 'GD CAPTCHA Noise',
+ 'CAPTCHA_GD_EXPLAIN' => 'Use GD to make a more advanced CAPTCHA',
+ 'CAPTCHA_GD_NOISE_EXPLAIN' => 'Use noise to make the GD based CAPTCHA harder',
'VISUAL_CONFIRM_POST' => 'Enable visual confirmation for guest postings',
'VISUAL_CONFIRM_POST_EXPLAIN' => 'Requires anonymous users to enter a random code matching an image to help prevent mass postings.',
'VISUAL_CONFIRM_REG' => 'Enable visual confirmation for registrations',