diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2009-03-17 16:04:58 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2009-03-17 16:04:58 +0000 |
| commit | 01078bb2fa8795e495e356a66676cb36dd3b0cd1 (patch) | |
| tree | a43b1e6cedf96adb399982aa1e1cf76757cd680c /phpBB/language/en/ucp.php | |
| parent | 1e36ed1f741631be7c3c097b1a1cdd0db72baccb (diff) | |
| download | forums-01078bb2fa8795e495e356a66676cb36dd3b0cd1.tar forums-01078bb2fa8795e495e356a66676cb36dd3b0cd1.tar.gz forums-01078bb2fa8795e495e356a66676cb36dd3b0cd1.tar.bz2 forums-01078bb2fa8795e495e356a66676cb36dd3b0cd1.tar.xz forums-01078bb2fa8795e495e356a66676cb36dd3b0cd1.zip | |
captcha changes
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9390 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
| -rw-r--r-- | phpBB/language/en/ucp.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 27287271a7..0c26e612e3 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -122,6 +122,9 @@ $lang = array_merge($lang, array( 'CONFIRM_EMAIL' => 'Confirm e-mail address', 'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing your e-mail address.', 'CONFIRM_EXPLAIN' => 'To prevent automated registrations the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.', + 'VC_REFRESH' => 'New Image', + 'VC_REFRESH_EXPLAIN' => 'If you cannot read the code, then you can request a new one by clicking the button.', + 'CONFIRM_PASSWORD' => 'Confirm password', 'CONFIRM_PASSWORD_EXPLAIN' => 'You only need to confirm your password if you changed it above.', 'COPPA_BIRTHDAY' => 'To continue with the registration procedure please tell us when you were born.', |
