mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 07:18:08 +02:00
- New color generation system, please report any images that have issues.
git-svn-id: file:///svn/phpbb/trunk@6267 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -50,10 +50,20 @@ $lang = array_merge($lang, array(
|
|||||||
));
|
));
|
||||||
|
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
'CAPTCHA_LINE_1' => 'Enter the code on',
|
'CAPTCHA' =>array(
|
||||||
'CAPTCHA_LINE_2' => ' the right which ',
|
'cells' => array(
|
||||||
'CAPTCHA_LINE_3' => 'matches the image',
|
'Enter the code on',
|
||||||
'CAPTCHA_LINE_4' => ' on the left ',
|
' the right, in ',
|
||||||
|
' the order shown ',
|
||||||
|
' on the left ',
|
||||||
|
),
|
||||||
|
'shape' => array(
|
||||||
|
'Enter the code on',
|
||||||
|
' the right which ',
|
||||||
|
'matches the image',
|
||||||
|
' on the left ',
|
||||||
|
)
|
||||||
|
)
|
||||||
));
|
));
|
||||||
|
|
||||||
// Common language entries
|
// Common language entries
|
||||||
|
Reference in New Issue
Block a user