r81307 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81306‎ | r81307 | r81308 >
Date:11:42, 1 February 2011
Author:liangent
Status:deferred
Tags:
Comment:
New i18n string (user right)
Modified paths:
  • /trunk/extensions/EmailUsers/EmailUsers.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EmailUsers/EmailUsers.i18n.php
@@ -15,6 +15,8 @@
1616 $messages['en'] = array(
1717 'emailusers-desc' => 'Allowing users to send e-mails to multiple recipients',
1818
 19+ 'right-sendbatchemail' => 'Send e-mail to multiple recipients at the same time',
 20+
1921 'emailusers' => 'E-mail users',
2022 'emailusers-target-reverse' => 'Send to all users except for selected ones',
2123
@@ -190,6 +192,7 @@
191193 */
192194 $messages['zh-hans'] = array(
193195 'emailusers-desc' => '允许用户给多个收件人发送电子邮件',
 196+ 'right-sendbatchemail' => '同时发电子邮件给多个收件人',
194197 'emailusers' => '给多个用户发送邮件',
195198 'emailusers-target-reverse' => '发送给除了选定用户的所有用户',
196199 'emailusers-norecipient' => '没有用户可以接收电子邮件。',

Status & tagging log