diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2009-02-08 14:15:49 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2009-02-08 14:15:49 +0000 |
commit | 6f486b0499258d1a236837acae120274bb1832d1 (patch) | |
tree | 78aca5d7a4b321aee41032556b7208a9c40034f8 /phpBB/language/en | |
parent | 12c605755f933761e29b5c357298f9287b18e342 (diff) | |
download | forums-6f486b0499258d1a236837acae120274bb1832d1.tar forums-6f486b0499258d1a236837acae120274bb1832d1.tar.gz forums-6f486b0499258d1a236837acae120274bb1832d1.tar.bz2 forums-6f486b0499258d1a236837acae120274bb1832d1.tar.xz forums-6f486b0499258d1a236837acae120274bb1832d1.zip |
and another CAPTCHA setting - add new noise shapes to the noise array for more variations.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9320 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/board.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index bb999d84ac..24ecb5f8a3 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -245,7 +245,9 @@ $lang = array_merge($lang, array( 'CAPTCHA_GD_Y_GRID_EXPLAIN' => 'Use lower settings of this to make the GD based CAPTCHA harder. 0 will disable y-axis background noise.', 'CAPTCHA_GD_WAVE' => 'GD CAPTCHA wave distortion', 'CAPTCHA_GD_WAVE_EXPLAIN' => 'This applies a wave distortion to the CAPTCHA.', - + 'CAPTCHA_GD_3D_NOISE' => 'Add 3D-noise objects', + 'CAPTCHA_GD_3D_NOISE_EXPLAIN' => 'This adds additional objects to the CAPTCHA, over the letters.', + 'CAPTCHA_PREVIEW_MSG' => 'Your changes to the visual confirmation setting were not saved. This is just a preview.', 'CAPTCHA_PREVIEW_EXPLAIN' => 'The CAPTCHA as it will look like using the current settings. Use the preview button to refresh. Note that captchas are randomized and will differ from one view to the next.', 'VISUAL_CONFIRM_POST' => 'Enable visual confirmation for guest postings', |