r75770 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75769‎ | r75770 | r75771 >
Date:01:59, 1 November 2010
Author:nad
Status:deferred
Tags:
Comment:
add more messages and remove === from messages, should be in code
Modified paths:
  • /trunk/extensions/EmailPage/EmailPage.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EmailPage/EmailPage.i18n.php
@@ -14,24 +14,29 @@
1515 $messages['en'] = array(
1616 'emailpage' => "E-mail page",
1717 'ea-desc' => "Send rendered HTML page to an e-mail address or list of addresses using [http://phpmailer.sourceforge.net phpmailer]",
18 - 'ea-heading' => "=== E-mailing the page [[$1]] ===",
19 - 'ea-fromgroup' => "From group:",
 18+ 'ea-heading' => "E-mailing the page [[$1]]",
 19+ 'ea-group-info' => "Additionally you can send the page to the members of a group",
2020 'ea-pagesend' => "Page \"$1\" sent from $2",
21 - 'ea-nopage' => "Please specify a page to send, for example \"[[Special:EmailPage/{{MediaWiki:Mainpage-url}}]]\".",
 21+ 'ea-nopage' => "No page was specified for sending, please use the E-mail links from the sidebar or page actions.",
2222 'ea-norecipients' => "No valid e-mail addresses found!",
23 - 'ea-listrecipients' => "=== {{PLURAL:$1|Recipient|$1 recipients}} ===",
 23+ 'ea-listrecipients' => "{{PLURAL:$1|Recipient|$1 recipients}}",
2424 'ea-error' => "'''Error sending [[$1]]:''' ''$2''",
2525 'ea-denied' => "Permission denied",
2626 'ea-sent' => "Page [[$1]] sent successfully to '''$2''' {{PLURAL:$2|recipient|recipients}} by [[User:$3|$3]].",
27 - 'ea-selectrecipients' => "Select recipients",
2827 'ea-compose' => "Compose content",
29 - 'ea-selectlist' => "E-mail addresses can be separated with one or more semicolon, comma, asterisk or newline characters",
30 - 'ea-show' => "Show recipients",
31 - 'ea-send' => "Send!",
32 - 'ea-subject' => "Enter a subject line for the e-mail",
33 - 'ea-header' => "Prepend content with optional message (wikitext)",
34 - 'ea-selectcss' => "Select a CSS stylesheet",
35 - 'ea-selectrecord' => "Select a record type",
 28+ 'ea-show' => "View recipient list",
 29+ 'ea-from' => "From",
 30+ 'ea-to' => "To",
 31+ 'ea-to-info' => "Email addresses can be separated with one or more semicolon, comma, asterisk or newline characters",
 32+ 'ea-cc' => "Cc",
 33+ 'ea-send' => "Send",
 34+ 'ea-subject' => "Subject",
 35+ 'ea-message' => "Message",
 36+ 'ea-message-info' => "Prepend content with optional wikitext message",
 37+ 'ea-style' => "Style",
 38+ 'ea-selectcss' => "You can select a CSS stylesheet",
 39+ 'ea-data' => "Data",
 40+ 'ea-selectrecord' => "These templates can be used to fill in fields in the message content",
3641 'ea-allusers' => "ALL USERS"
3742 );
3843

Status & tagging log