Author: marshalrusty
Date: Sat Aug 1 22:14:33 2009
New Revision: 9912
Log:
Language changes
Modified:
branches/phpBB-3_0_0/phpBB/language/en/captcha_recaptcha.php
Modified: branches/phpBB-3_0_0/phpBB/language/en/captcha_recaptcha.php
==============================================================================
*** branches/phpBB-3_0_0/phpBB/language/en/captcha_recaptcha.php (original)
--- branches/phpBB-3_0_0/phpBB/language/en/captcha_recaptcha.php Sat Aug 1 22:14:33 2009
***************
*** 37,52 ****
$lang = array_merge($lang, array(
'RECAPTCHA_LANG' => 'en',
! 'RECAPTCHA_NOT_AVAILABLE' => 'You have to register for reCaptcha at <a href="http://recaptcha.net">reCaptcha.net</a>.',
'CAPTCHA_RECAPTCHA' => 'reCaptcha',
! 'RECAPTCHA_INCORRECT' => 'The entered visual confirmation was incorrect',
'RECAPTCHA_PUBLIC' => 'Public reCaptcha key',
! 'RECAPTCHA_PUBLIC_EXPLAIN' => 'Your public reCaptcha key. You can obtain keys from <a href="http://recaptcha.net">reCaptcha.net</a>.',
'RECAPTCHA_PRIVATE' => 'Private reCaptcha key',
! 'RECAPTCHA_PRIVATE_EXPLAIN' => 'Your private reCaptcha key. You can obtain keys from <a href="http://recaptcha.net">reCaptcha.net</a>.',
! 'RECAPTCHA_EXPLAIN' => 'To avoid spam postings, please enter the two words shown in the picture into the text field underneath.',
));
?>
\ No newline at end of file
--- 37,52 ----
$lang = array_merge($lang, array(
'RECAPTCHA_LANG' => 'en',
! 'RECAPTCHA_NOT_AVAILABLE' => 'In order to use reCaptcha, you must create an account on <a href="http://recaptcha.net">reCaptcha.net</a>.',
'CAPTCHA_RECAPTCHA' => 'reCaptcha',
! 'RECAPTCHA_INCORRECT' => 'The visual confirmation code you submitted was incorrect',
'RECAPTCHA_PUBLIC' => 'Public reCaptcha key',
! 'RECAPTCHA_PUBLIC_EXPLAIN' => 'Your public reCaptcha key. Keys can be obtained on <a href="http://recaptcha.net">reCaptcha.net</a>.',
'RECAPTCHA_PRIVATE' => 'Private reCaptcha key',
! 'RECAPTCHA_PRIVATE_EXPLAIN' => 'Your private reCaptcha key. Keys can be obtained on <a href="http://recaptcha.net">reCaptcha.net</a>.',
! 'RECAPTCHA_EXPLAIN' => 'Please enter both of the words displayed below into the text field underneath. This is a measure taken to prevent spam.',
));
?>
\ No newline at end of file
|