Index: trunk/extensions/EmailPage/EmailPage.i18n.php |
— | — | @@ -14,24 +14,29 @@ |
15 | 15 | $messages['en'] = array( |
16 | 16 | 'emailpage' => "E-mail page", |
17 | 17 | '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", |
20 | 20 | '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.", |
22 | 22 | 'ea-norecipients' => "No valid e-mail addresses found!", |
23 | | - 'ea-listrecipients' => "=== {{PLURAL:$1|Recipient|$1 recipients}} ===", |
| 23 | + 'ea-listrecipients' => "{{PLURAL:$1|Recipient|$1 recipients}}", |
24 | 24 | 'ea-error' => "'''Error sending [[$1]]:''' ''$2''", |
25 | 25 | 'ea-denied' => "Permission denied", |
26 | 26 | 'ea-sent' => "Page [[$1]] sent successfully to '''$2''' {{PLURAL:$2|recipient|recipients}} by [[User:$3|$3]].", |
27 | | - 'ea-selectrecipients' => "Select recipients", |
28 | 27 | '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", |
36 | 41 | 'ea-allusers' => "ALL USERS" |
37 | 42 | ); |
38 | 43 | |