diff options
| author | David M <davidmj@users.sourceforge.net> | 2006-08-12 02:09:41 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2006-08-12 02:09:41 +0000 |
| commit | ca2a672d20f65d44cf9eb6114e89d273ba5deaef (patch) | |
| tree | 33bc4d13d8cff529d86b6b9251d0a1cecbda4a3b /phpBB/language/en/ucp.php | |
| parent | b1ef984526f462a2c2132ab34a039490bceeb836 (diff) | |
| download | forums-ca2a672d20f65d44cf9eb6114e89d273ba5deaef.tar forums-ca2a672d20f65d44cf9eb6114e89d273ba5deaef.tar.gz forums-ca2a672d20f65d44cf9eb6114e89d273ba5deaef.tar.bz2 forums-ca2a672d20f65d44cf9eb6114e89d273ba5deaef.tar.xz forums-ca2a672d20f65d44cf9eb6114e89d273ba5deaef.zip | |
- New color generation system, please report any images that have issues.
git-svn-id: file:///svn/phpbb/trunk@6267 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
| -rw-r--r-- | phpBB/language/en/ucp.php | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index d23049b1f3..cbfea1bc6f 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -50,10 +50,20 @@ $lang = array_merge($lang, array( )); $lang = array_merge($lang, array( - 'CAPTCHA_LINE_1' => 'Enter the code on', - 'CAPTCHA_LINE_2' => ' the right which ', - 'CAPTCHA_LINE_3' => 'matches the image', - 'CAPTCHA_LINE_4' => ' on the left ', + 'CAPTCHA' =>array( + 'cells' => array( + 'Enter the code on', + ' the right, in ', + ' the order shown ', + ' on the left ', + ), + 'shape' => array( + 'Enter the code on', + ' the right which ', + 'matches the image', + ' on the left ', + ) + ) )); // Common language entries |
