mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10170] Include www in hostname in language strings.
PHPBB3-10170
This commit is contained in:
parent
46fcf9c8e4
commit
2c0c8a580f
1 changed files with 3 additions and 3 deletions
|
@ -37,14 +37,14 @@ if (empty($lang) || !is_array($lang))
|
||||||
|
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
'RECAPTCHA_LANG' => 'en',
|
'RECAPTCHA_LANG' => 'en',
|
||||||
'RECAPTCHA_NOT_AVAILABLE' => 'In order to use reCaptcha, you must create an account on <a href="http://www.google.com/recaptcha">google.com/recaptcha</a>.',
|
'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',
|
'CAPTCHA_RECAPTCHA' => 'reCaptcha',
|
||||||
'RECAPTCHA_INCORRECT' => 'The visual confirmation code you submitted was incorrect',
|
'RECAPTCHA_INCORRECT' => 'The visual confirmation code you submitted was incorrect',
|
||||||
|
|
||||||
'RECAPTCHA_PUBLIC' => 'Public reCaptcha key',
|
'RECAPTCHA_PUBLIC' => 'Public reCaptcha key',
|
||||||
'RECAPTCHA_PUBLIC_EXPLAIN' => 'Your public reCaptcha key. Keys can be obtained on <a href="http://www.google.com/recaptcha">google.com/recaptcha</a>.',
|
'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' => 'Private reCaptcha key',
|
||||||
'RECAPTCHA_PRIVATE_EXPLAIN' => 'Your private reCaptcha key. Keys can be obtained on <a href="http://www.google.com/recaptcha">google.com/recaptcha</a>.',
|
'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_EXPLAIN' => 'In an effort to prevent automatic submissions, we require that you enter both of the words displayed into the text field underneath.',
|
||||||
));
|
));
|
||||||
|
|
Loading…
Add table
Reference in a new issue