mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 18:26:32 +02:00
a few changes ;-)
git-svn-id: file:///svn/phpbb/trunk@5934 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -90,9 +90,12 @@ $lang = array_merge($lang, array(
|
||||
'CAPTCHA_OPTIONS' => 'Captcha Options',
|
||||
'CAPTCHA_OCCLUDE' => 'Occlude',
|
||||
'CAPTCHA_ENTROPY' => 'Entropy',
|
||||
'CAPTCHA_SHAPE' => 'Shape',
|
||||
'CAPTCHA_3DBITMAP' => '3D Bitmap',
|
||||
'ENTROPY_NOISE_PIXEL' => 'Entropy pixel noise',
|
||||
'ENTROPY_NOISE_LINE' => 'Entropy line noise',
|
||||
'SHAPE_NOISE_PIXEL' => 'Shape pixel noise',
|
||||
'SHAPE_NOISE_LINE' => 'Shape line noise',
|
||||
'OCCLUDE_NOISE_PIXEL' => 'Occlude pixel noise',
|
||||
'OCCLUDE_NOISE_LINE' => 'Occlude line noise',
|
||||
'HEAVY' => 'Heavy',
|
||||
|
@@ -49,6 +49,13 @@ $lang = array_merge($lang, array(
|
||||
',
|
||||
));
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'CAPTCHA_LINE_1' => 'Enter the code on',
|
||||
'CAPTCHA_LINE_2' => ' the right which ',
|
||||
'CAPTCHA_LINE_3' => 'matches the image',
|
||||
'CAPTCHA_LINE_4' => ' on the left ',
|
||||
));
|
||||
|
||||
// Common language entries
|
||||
$lang = array_merge($lang, array(
|
||||
'ACCOUNT_ACTIVE' => 'Your account has now been activated. Thank you for registering',
|
||||
|
Reference in New Issue
Block a user