mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00: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:
parent
b1ef984526
commit
ca2a672d20
2 changed files with 1111 additions and 358 deletions
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue