Index: trunk/extensions/ConfirmEdit/QuestyCaptcha.i18n.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | |
13 | 13 | /** English */ |
14 | 14 | $messages['en'] = array( |
15 | | - 'questycaptcha-desc' => 'Questy captcha generator for Confirm Edit', |
| 15 | + 'questycaptcha-desc' => 'Questy CAPTCHA generator for Confirm Edit', |
16 | 16 | 'questycaptcha-addurl' => 'Your edit includes new external links. |
17 | 17 | To help protect against automated spam, please answer the question that appears below ([[Special:Captcha/help|more info]]):', |
18 | 18 | 'questycaptcha-badlogin' => 'To help protect against automated password cracking, please answer the question that appears below ([[Special:Captcha/help|more info]]):', |
Index: trunk/extensions/ConfirmEdit/FancyCaptcha.i18n.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | |
13 | 13 | /** English */ |
14 | 14 | $messages['en'] = array( |
15 | | - 'fancycaptcha-desc' => 'Fancy captcha generator for Confirm Edit', |
| 15 | + 'fancycaptcha-desc' => 'Fancy CAPTCHA generator for Confirm Edit', |
16 | 16 | 'fancycaptcha-addurl' => 'Your edit includes new external links. |
17 | 17 | To help protect against automated spam, please enter the words that appear below in the box ([[Special:Captcha/help|more info]]):', |
18 | 18 | 'fancycaptcha-badlogin' => 'To help protect against automated password cracking, please enter the words that appear below in the box ([[Special:Captcha/help|more info]]):', |
Index: trunk/extensions/ConfirmEdit/ConfirmEdit.i18n.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | |
12 | 12 | $messages['en'] = array( |
13 | 13 | 'captcha-edit' => 'To edit this page, please solve the simple sum below and enter the answer in the box ([[Special:Captcha/help|more info]]):', |
14 | | - 'captcha-desc' => 'Provides CAPTCHA techniques to protect against spam and password-guessing.', |
| 14 | + 'captcha-desc' => 'Provides CAPTCHA techniques to protect against spam and password-guessing', |
15 | 15 | 'captcha-addurl' => 'Your edit includes new external links. |
16 | 16 | To help protect against automated spam, please solve the simple sum below and enter the answer in the box ([[Special:Captcha/help|more info]]):', |
17 | 17 | 'captcha-badlogin' => 'To help protect against automated password cracking, please solve the simple sum below and enter the answer in the box ([[Special:Captcha/help|more info]]):', |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | 'captcha-sendemail' => 'To help protect against automated spamming, please solve the simple sum below and enter the answer in the box ([[Special:Captcha/help|more info]]):', |
22 | 22 | 'captcha-sendemail-fail' => 'Incorrect or missing confirmation code.', |
23 | 23 | 'captcha-disabledinapi' => 'This action requires a captcha, so it cannot be performed through the API.', |
24 | | - 'captchahelp-title' => 'Captcha help', |
| 24 | + 'captchahelp-title' => 'CAPTCHA help', |
25 | 25 | 'captchahelp-cookies-needed' => "You will need to have cookies enabled in your browser for this to work.", |
26 | 26 | 'captchahelp-text' => "Web sites that accept postings from the public, like this wiki, are often abused by spammers who use automated tools to post their links to many sites. |
27 | 27 | While these spam links can be removed, they are a significant nuisance. |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | # * Every non-blank line is a regex fragment which will only match hosts inside URLs |
41 | 41 | #</pre> <!-- leave this line exactly as it is -->', |
42 | 42 | |
43 | | - 'right-skipcaptcha' => 'Perform captcha triggering actions without having to go through the captcha', |
| 43 | + 'right-skipcaptcha' => 'Perform CAPTCHA triggering actions without having to go through the CAPTCHA', |
44 | 44 | ); |
45 | 45 | |
46 | 46 | /** Message documentation (Message documentation) |