diff options
author | Cesar G <prototech91@gmail.com> | 2015-10-13 07:39:46 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2015-10-14 19:05:27 -0700 |
commit | 90038e32cd6d35aa7a516a8d4f998e9504112c6a (patch) | |
tree | 0d9a1bc5c0b9d09594885ee56fc790ddc08c5c99 /phpBB/language | |
parent | 278162318565958df5ee9b97327a8f26c5299dc0 (diff) | |
download | forums-90038e32cd6d35aa7a516a8d4f998e9504112c6a.tar forums-90038e32cd6d35aa7a516a8d4f998e9504112c6a.tar.gz forums-90038e32cd6d35aa7a516a8d4f998e9504112c6a.tar.bz2 forums-90038e32cd6d35aa7a516a8d4f998e9504112c6a.tar.xz forums-90038e32cd6d35aa7a516a8d4f998e9504112c6a.zip |
[ticket/13789] Upgrade reCaptcha plugin to 2.0 API.
PHPBB3-13789
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/captcha_recaptcha.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/language/en/captcha_recaptcha.php b/phpBB/language/en/captcha_recaptcha.php index df2ad4e51b..0acf850043 100644 --- a/phpBB/language/en/captcha_recaptcha.php +++ b/phpBB/language/en/captcha_recaptcha.php @@ -40,13 +40,13 @@ $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://www.google.com/recaptcha">www.google.com/recaptcha</a>.', 'CAPTCHA_RECAPTCHA' => 'reCaptcha', - 'RECAPTCHA_INCORRECT' => 'The visual confirmation code you submitted was incorrect', + 'RECAPTCHA_INCORRECT' => 'The solution you provided was incorrect', + 'RECAPTCHA_NOSCRIPT' => 'Please enable JavaScript in your browser to load the challenge.', 'RECAPTCHA_PUBLIC' => 'Public reCaptcha key', 'RECAPTCHA_PUBLIC_EXPLAIN' => 'Your public reCaptcha key. Keys can be obtained on <a href="http://www.google.com/recaptcha">www.google.com/recaptcha</a>.', 'RECAPTCHA_PRIVATE' => 'Private reCaptcha key', 'RECAPTCHA_PRIVATE_EXPLAIN' => 'Your private reCaptcha key. Keys can be obtained on <a href="http://www.google.com/recaptcha">www.google.com/recaptcha</a>.', - 'RECAPTCHA_EXPLAIN' => 'In an effort to prevent automatic submissions, we require that you type the text displayed into the field underneath.', - 'RECAPTCHA_SOCKET_ERROR' => 'There was a problem connecting to the RECAPTCHA service: could not open socket. Try again later.', + 'RECAPTCHA_EXPLAIN' => 'In an effort to prevent automatic submissions, we require that you complete the following challenge.', )); |