Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -410,6 +410,8 @@ |
411 | 411 | |
412 | 412 | Email Address Image |
413 | 413 | |
| 414 | +Email Capture |
| 415 | + |
414 | 416 | Email Page |
415 | 417 | aliasfile = EmailPage/EmailPage.alias.php |
416 | 418 | descmsg = ea-desc |
Index: trunk/extensions/EmailCapture/EmailCapture.i18n.php |
— | — | @@ -12,11 +12,11 @@ |
13 | 13 | * @author Trevor Parscal |
14 | 14 | */ |
15 | 15 | $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: |
21 | 21 | $1 |
22 | 22 | |
23 | 23 | You can also visit: |
— | — | @@ -24,9 +24,10 @@ |
25 | 25 | and enter the following verification code: |
26 | 26 | $3 |
27 | 27 | |
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.', |
31 | 31 | 'emailcapture-verify' => 'Verification code:', |
32 | | - 'emailcapture-submit' => 'Verify email address', |
| 32 | + 'emailcapture-submit' => 'Verify e-mail address', |
33 | 33 | ); |
| 34 | + |