aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/captcha_recaptcha.php
diff options
context:
space:
mode:
authorYuriy Rusko <marshalrusty@phpbb.com>2009-08-01 21:14:33 +0000
committerYuriy Rusko <marshalrusty@phpbb.com>2009-08-01 21:14:33 +0000
commit554c341c3f0f9ddf3f0ea0155208fe912b98152a (patch)
tree53061fc6a603963450d39c4709719e9ad23a109e /phpBB/language/en/captcha_recaptcha.php
parent93536d87c98ff4dca1e7cdeb975168c446b5e738 (diff)
downloadforums-554c341c3f0f9ddf3f0ea0155208fe912b98152a.tar
forums-554c341c3f0f9ddf3f0ea0155208fe912b98152a.tar.gz
forums-554c341c3f0f9ddf3f0ea0155208fe912b98152a.tar.bz2
forums-554c341c3f0f9ddf3f0ea0155208fe912b98152a.tar.xz
forums-554c341c3f0f9ddf3f0ea0155208fe912b98152a.zip
Language changes
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9912 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/captcha_recaptcha.php')
-rw-r--r--phpBB/language/en/captcha_recaptcha.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/language/en/captcha_recaptcha.php b/phpBB/language/en/captcha_recaptcha.php
index 25802d3a9f..e2d20ac4eb 100644
--- a/phpBB/language/en/captcha_recaptcha.php
+++ b/phpBB/language/en/captcha_recaptcha.php
@@ -37,16 +37,16 @@ if (empty($lang) || !is_array($lang))
$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>.',
+ '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 entered visual confirmation was incorrect',
+ 'RECAPTCHA_INCORRECT' => 'The visual confirmation code you submitted 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_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. You can obtain keys from <a href="http://recaptcha.net">reCaptcha.net</a>.',
+ 'RECAPTCHA_PRIVATE_EXPLAIN' => 'Your private reCaptcha key. Keys can be obtained on <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.',
+ '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