mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
language collision
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9568 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7650b6526f
commit
41a2f0fb03
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ class phpbb_captcha_gd_wave extends phpbb_default_captcha
|
||||||
|
|
||||||
function get_name()
|
function get_name()
|
||||||
{
|
{
|
||||||
return 'CAPTCHA_GD_WAVE';
|
return 'CAPTCHA_GD_3D';
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_class_name()
|
function get_class_name()
|
||||||
|
|
|
@ -237,7 +237,7 @@ $lang = array_merge($lang, array(
|
||||||
'AVAILABLE_CAPTCHAS' => 'Available plugins',
|
'AVAILABLE_CAPTCHAS' => 'Available plugins',
|
||||||
'CAPTCHA_UNAVAILABLE' => 'The CAPTCHA cannot be selected as its requirements are not met.',
|
'CAPTCHA_UNAVAILABLE' => 'The CAPTCHA cannot be selected as its requirements are not met.',
|
||||||
'CAPTCHA_GD' => 'GD CAPTCHA',
|
'CAPTCHA_GD' => 'GD CAPTCHA',
|
||||||
'CAPTCHA_GD_WAVE' => 'GD Wave Captcha',
|
'CAPTCHA_GD_3D' => 'GD 3D Captcha',
|
||||||
'CAPTCHA_GD_FOREGROUND_NOISE' => 'GD CAPTCHA foreground noise',
|
'CAPTCHA_GD_FOREGROUND_NOISE' => 'GD CAPTCHA foreground noise',
|
||||||
'CAPTCHA_GD_EXPLAIN' => 'Use GD to make a more advanced CAPTCHA.',
|
'CAPTCHA_GD_EXPLAIN' => 'Use GD to make a more advanced CAPTCHA.',
|
||||||
'CAPTCHA_GD_FOREGROUND_NOISE_EXPLAIN' => 'Use foreground noise to make the GD based CAPTCHA harder.',
|
'CAPTCHA_GD_FOREGROUND_NOISE_EXPLAIN' => 'Use foreground noise to make the GD based CAPTCHA harder.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue