Index: trunk/extensions/ConfirmEdit/ReCaptcha.i18n.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Internationalisation file for the ReCaptcha module of the ConfirmEdit |
| 4 | + * Internationalisation file for the reCAPTCHA module of the ConfirmEdit |
5 | 5 | * extension. |
6 | 6 | * |
7 | 7 | * @addtogroup Extensions |
— | — | @@ -10,10 +10,10 @@ |
11 | 11 | |
12 | 12 | /* English */ |
13 | 13 | $messages['en'] = array( |
| 14 | + 'recaptcha-desc' => 'reCAPTCHA module for Confirm Edit', |
14 | 15 | 'recaptcha-edit' => 'To help protect against automated edit spam, please type the two words you see in the box below:', |
15 | | - 'recaptcha-addurl' => 'Your edit includes new external links. To help protect against automated |
16 | | -spam, please type the two words you see in the box below:', |
17 | | - 'recaptcha-badpass' => 'To help protect against automated password cracking, please type the two words you see in the box below:', |
| 16 | + 'recaptcha-addurl' => 'Your edit includes new external links. To help protect against automated spam, please type the two words you see in the box below:', |
| 17 | + 'recaptcha-badpass' => 'To help protect against automated password cracking, please type the two words you see in the box below:', |
18 | 18 | 'recaptcha-createaccount' => 'To help protect against automated account creation, please type the two words you see in the box below:', |
19 | 19 | 'recaptcha-createaccount-fail' => "Incorrect or missing reCAPTCHA answer.", |
20 | 20 | 'recaptcha-create' => 'To help protect against automated page creation, please type the two words you see in the box below:', |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -263,6 +263,11 @@ |
264 | 264 | descmsg = questycaptcha-desc |
265 | 265 | optional = questycaptcha-desc |
266 | 266 | |
| 267 | +ConfirmEdit ReCaptcha |
| 268 | +file = ConfirmEdit/ReCaptcha.i18n.php |
| 269 | +descmsg = recaptcha-desc |
| 270 | +optional = recaptcha-desc |
| 271 | + |
267 | 272 | Contact Page |
268 | 273 | aliasfile = ContactPage/ContactPage.alias.php |
269 | 274 | |