r81250 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81249‎ | r81250 | r81251 >
Date:14:27, 31 January 2011
Author:raymond
Status:ok
Tags:
Comment:
Add reCAPTCHA to Translatewiki
Modified paths:
  • /trunk/extensions/ConfirmEdit/ReCaptcha.i18n.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmEdit/ReCaptcha.i18n.php
@@ -1,6 +1,6 @@
22 <?php
33 /**
4 - * Internationalisation file for the ReCaptcha module of the ConfirmEdit
 4+ * Internationalisation file for the reCAPTCHA module of the ConfirmEdit
55 * extension.
66 *
77 * @addtogroup Extensions
@@ -10,10 +10,10 @@
1111
1212 /* English */
1313 $messages['en'] = array(
 14+ 'recaptcha-desc' => 'reCAPTCHA module for Confirm Edit',
1415 '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:',
1818 'recaptcha-createaccount' => 'To help protect against automated account creation, please type the two words you see in the box below:',
1919 'recaptcha-createaccount-fail' => "Incorrect or missing reCAPTCHA answer.",
2020 '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 @@
264264 descmsg = questycaptcha-desc
265265 optional = questycaptcha-desc
266266
 267+ConfirmEdit ReCaptcha
 268+file = ConfirmEdit/ReCaptcha.i18n.php
 269+descmsg = recaptcha-desc
 270+optional = recaptcha-desc
 271+
267272 Contact Page
268273 aliasfile = ContactPage/ContactPage.alias.php
269274

Status & tagging log