r86038 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86037‎ | r86038 | r86039 >
Date:09:56, 14 April 2011
Author:raymond
Status:ok
Tags:
Comment:
Message tweaks for consistency
Add extension to Translatewiki
Modified paths:
  • /trunk/extensions/EmailCapture/EmailCapture.i18n.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -410,6 +410,8 @@
411411
412412 Email Address Image
413413
 414+Email Capture
 415+
414416 Email Page
415417 aliasfile = EmailPage/EmailPage.alias.php
416418 descmsg = ea-desc
Index: trunk/extensions/EmailCapture/EmailCapture.i18n.php
@@ -12,11 +12,11 @@
1313 * @author Trevor Parscal
1414 */
1515 $messages['en'] = array(
16 - 'emailcapture' => 'Email Capture',
17 - 'emailcapture-desc' => 'Capture email addresses, and allow users to verify them through email',
18 - 'emailcapture-failure' => "Your email was '''not''' verified.",
19 - 'emailcapture-response-subject' => '{{SITENAME}} Email Verification',
20 - 'emailcapture-response-body' => 'To verify your email address, following this link:
 16+ 'emailcapture' => 'E-mail Capture',
 17+ 'emailcapture-desc' => 'Capture e-mail addresses, and allow users to verify them through e-mail',
 18+ 'emailcapture-failure' => "Your e-mail was '''not''' verified.",
 19+ 'emailcapture-response-subject' => '{{SITENAME}} E-mail Verification',
 20+ 'emailcapture-response-body' => 'To verify your e-mail address, following this link:
2121 $1
2222
2323 You can also visit:
@@ -24,9 +24,10 @@
2525 and enter the following verification code:
2626 $3
2727
28 -Thank you for verifying your email address.',
29 - 'emailcapture-success' => 'Your email was successfully verified.',
30 - 'emailcapture-instructions' => 'To verify your email address, enter the code that was emailed to you and click verify.',
 28+Thank you for verifying your e-mail address.',
 29+ 'emailcapture-success' => 'Your e-mail was successfully verified.',
 30+ 'emailcapture-instructions' => 'To verify your e-mail address, enter the code that was emailed to you and click verify.',
3131 'emailcapture-verify' => 'Verification code:',
32 - 'emailcapture-submit' => 'Verify email address',
 32+ 'emailcapture-submit' => 'Verify e-mail address',
3333 );
 34+

Status & tagging log