mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Update email text color and add a period to email notification text
Change-Id: I9d9da6aee9ce36f6350f934b11a49cdf2492ea9c
This commit is contained in:
parent
e374ce8cb2
commit
ced3989f2a
|
@ -41,7 +41,7 @@ $messages['en'] = array(
|
|||
'echo-new-messages' => 'You have new messages',
|
||||
|
||||
// Category titles
|
||||
'echo-category-title-edit-user-talk' => 'Talk page {{PLURAL:$1|post|posts}}',
|
||||
'echo-category-title-edit-user-talk' => 'Talk page {{PLURAL:$1|message|messages}}',
|
||||
'echo-category-title-article-linked' => 'Page {{PLURAL:$1|link|links}}',
|
||||
'echo-category-title-reverted' => 'Edit {{PLURAL:$1|revert|reverts}}',
|
||||
'echo-category-title-mention' => '{{PLURAL:$1|Mention|Mentions}}',
|
||||
|
@ -97,16 +97,16 @@ $messages['en'] = array(
|
|||
'notification-reverted2' => 'Your {{PLURAL:$4|edit on [[:$2]] has|edits on [[:$2]] have}} been {{GENDER:$1|reverted}} by [[User:$1|$1]] $3',
|
||||
'notification-reverted-flyout2' => 'Your {{PLURAL:$4|edit on $2 has|edits on $2 have}} been {{GENDER:$1|reverted}} by $1 $3',
|
||||
'notification-edit-talk-page-email-subject2' => '$1 {{GENDER:$1|left}} you a message on {{SITENAME}}',
|
||||
'notification-edit-talk-page-email-batch-body2' => '$1 {{GENDER:$1|left}} a message on your talk page',
|
||||
'notification-edit-talk-page-email-batch-body2' => '$1 {{GENDER:$1|left}} a message on your talk page.',
|
||||
'notification-edit-talk-page-email-batch-body-with-section' => "$1 {{GENDER:$1|left}} a message on your talk page in '$2'.",
|
||||
'notification-page-linked-email-subject' => 'Your page was linked on {{SITENAME}}',
|
||||
'notification-page-linked-email-batch-body' => '$2 was {{GENDER:$1|linked}} from $3',
|
||||
'notification-page-linked-email-batch-body' => '$2 was {{GENDER:$1|linked}} from $3.',
|
||||
'notification-reverted-email-subject2' => 'Your {{PLURAL:$3|edit was|edits were}} {{GENDER:$1|reverted}} on {{SITENAME}}',
|
||||
'notification-reverted-email-batch-body2' => 'Your {{PLURAL:$3|edit on $2 has been|edits on $2 have been}} {{GENDER:$1|reverted}} by $1',
|
||||
'notification-reverted-email-batch-body2' => 'Your {{PLURAL:$3|edit on $2 has been|edits on $2 have been}} {{GENDER:$1|reverted}} by $1.',
|
||||
'notification-mention-email-subject' => '$1 {{GENDER:$1|mentioned}} you on {{SITENAME}}',
|
||||
'notification-mention-email-batch-body' => "$1 {{GENDER:$1|mentioned}} you on $4 talk page in '$3'.",
|
||||
'notification-user-rights-email-subject' => 'Your user rights have changed on {{SITENAME}}',
|
||||
'notification-user-rights-email-batch-body' => 'Your user rights were {{GENDER:$1|changed}} by $1. $2',
|
||||
'notification-user-rights-email-batch-body' => 'Your user rights were {{GENDER:$1|changed}} by $1. $2.',
|
||||
'echo-notification-count' => '$1+',
|
||||
// Email notification
|
||||
'echo-email-subject-default' => 'New notification at {{SITENAME}}',
|
||||
|
@ -145,9 +145,9 @@ $1',
|
|||
'echo-email-batch-subject-daily' => 'You have {{PLURAL:$2|a new notification|new notifications}} at {{SITENAME}}',
|
||||
'echo-email-batch-subject-weekly' => 'You have {{PLURAL:$2|a new notification|new notifications}} at {{SITENAME}} this week',
|
||||
'echo-email-batch-body-intro-daily' => "Hi $1,
|
||||
Here's a summary of today's activity on {{SITENAME}} for you",
|
||||
Here's a summary of today's activity on {{SITENAME}} for you.",
|
||||
'echo-email-batch-body-intro-weekly' => "Hi $1,
|
||||
Here's a summary of this week's activity on {{SITENAME}} for you",
|
||||
Here's a summary of this week's activity on {{SITENAME}} for you.",
|
||||
'echo-email-batch-link-text-view-all-notifications' => 'View all notifications',
|
||||
// Supressed Revisions
|
||||
'echo-rev-deleted-text-view' => 'This page revision has been suppressed',
|
||||
|
|
|
@ -322,7 +322,7 @@ EOF;
|
|||
</tr><tr>
|
||||
<td bgcolor="#FFFFFF" width="35" rowspan="2"> </td>
|
||||
<td bgcolor="#FFFFFF" width="61" align="center" valign="top" rowspan="2"><img src="%%emailIcon%%" alt="" height="30" width="30"></td>
|
||||
<td bgcolor="#FFFFFF" width="469" align="left" style="font-family:arial; font-size:13px; line-height:20px; color:#A6A8AB;">%%intro%%</td>
|
||||
<td bgcolor="#FFFFFF" width="469" align="left" style="font-family:arial; font-size:13px; line-height:20px; color:#6D6E70;">%%intro%%</td>
|
||||
<td bgcolor="#FFFFFF" width="35" rowspan="2"> </td>
|
||||
</tr><tr>
|
||||
<td bgcolor="#FFFFFF" width="469" align="left" style="font-family: arial; font-size:16px; line-height: 20px; font-weight: 600;">
|
||||
|
@ -349,7 +349,7 @@ EOF;
|
|||
</tr><tr>
|
||||
<td bgcolor="#F8F8F8" width="35"> </td>
|
||||
<td bgcolor="#F8F8F8" width="61"> </td>
|
||||
<td bgcolor="#F8F8F8" width="469" align="left" style="font-family:arial; font-size:10px; line-height:13px; color:#B7B7B7; padding:10px 20px;"><br />
|
||||
<td bgcolor="#F8F8F8" width="469" align="left" style="font-family:arial; font-size:10px; line-height:13px; color:#6D6E70; padding:10px 20px;"><br />
|
||||
%%footer%%
|
||||
<br /><br />
|
||||
</td>
|
||||
|
@ -471,7 +471,7 @@ EOF;
|
|||
<tr>
|
||||
<td bgcolor="#FFFFFF" width="35" rowspan="2"> </td>
|
||||
<td bgcolor="#FFFFFF" width="31" rowspan="2"> </td>
|
||||
<td bgcolor="#FFFFFF" width="469" align="center" style="font-family:arial; font-size:13px; line-height:20px; color: #A6A8AB; text-align: center;">%%intro%%</td>
|
||||
<td bgcolor="#FFFFFF" width="469" align="center" style="font-family:arial; font-size:13px; line-height:20px; color:#6D6E70; text-align: center;">%%intro%%</td>
|
||||
<td bgcolor="#FFFFFF" width="65" rowspan="2"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -501,7 +501,7 @@ EOF;
|
|||
<tr>
|
||||
<td bgcolor="#F8F8F8" width="35"> </td>
|
||||
<td bgcolor="#F8F8F8" width="31"> </td>
|
||||
<td bgcolor="#F8F8F8" width="469" align="left" style="font-family:arial; font-size:10px; line-height:13px; color:#B7B7B7; padding: 10px 20px;"><br />
|
||||
<td bgcolor="#F8F8F8" width="469" align="left" style="font-family:arial; font-size:10px; line-height:13px; color:#6D6E70; padding: 10px 20px;"><br />
|
||||
%%footer%%
|
||||
<br /><br />
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue