diff options
author | asperous <theandychase@gmail.com> | 2013-04-23 09:55:36 -0700 |
---|---|---|
committer | asperous <theandychase@gmail.com> | 2013-04-23 09:55:36 -0700 |
commit | 9f545a7f6ba7ddd54fae083563b5b582e05f5c1c (patch) | |
tree | 1f10dd793aabb7cfc3e99fbb7c10437d9dc779b7 /phpBB/language/en/captcha_recaptcha.php | |
parent | ab628cbdb99eda1c3efbbca7e374f64876800428 (diff) | |
download | forums-9f545a7f6ba7ddd54fae083563b5b582e05f5c1c.tar forums-9f545a7f6ba7ddd54fae083563b5b582e05f5c1c.tar.gz forums-9f545a7f6ba7ddd54fae083563b5b582e05f5c1c.tar.bz2 forums-9f545a7f6ba7ddd54fae083563b5b582e05f5c1c.tar.xz forums-9f545a7f6ba7ddd54fae083563b5b582e05f5c1c.zip |
[ticket/9975] Moved a few E_USER_ERROR errors to /language
There were a few error messages that a user could experience that would, previously, be without any the ability to be localized. There are some more E_USER_ERRORs that I did not change to a constant, for example the error message that is displayed if there aren't any folders in /language.
PHPBB3-9975
Diffstat (limited to 'phpBB/language/en/captcha_recaptcha.php')
-rw-r--r-- | phpBB/language/en/captcha_recaptcha.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/captcha_recaptcha.php b/phpBB/language/en/captcha_recaptcha.php index c72957ca16..3d91a9d110 100644 --- a/phpBB/language/en/captcha_recaptcha.php +++ b/phpBB/language/en/captcha_recaptcha.php @@ -46,4 +46,5 @@ $lang = array_merge($lang, array( '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 enter both of the words displayed into the text field underneath.', + 'RECAPTCHA_SOCKET_ERROR' => 'There was a problem connecting to the RECAPTCHA service: could not open socket. Try again later.', )); |