mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +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:
@@ -50,10 +50,20 @@ $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 ',
|
||||
'CAPTCHA' =>array(
|
||||
'cells' => array(
|
||||
'Enter the code on',
|
||||
' 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
|
||||
|
Reference in New Issue
Block a user