Index: trunk/extensions/EmailUsers/EmailUsers.i18n.php |
— | — | @@ -15,6 +15,8 @@ |
16 | 16 | $messages['en'] = array( |
17 | 17 | 'emailusers-desc' => 'Allowing users to send e-mails to multiple recipients', |
18 | 18 | |
| 19 | + 'right-sendbatchemail' => 'Send e-mail to multiple recipients at the same time', |
| 20 | + |
19 | 21 | 'emailusers' => 'E-mail users', |
20 | 22 | 'emailusers-target-reverse' => 'Send to all users except for selected ones', |
21 | 23 | |
— | — | @@ -190,6 +192,7 @@ |
191 | 193 | */ |
192 | 194 | $messages['zh-hans'] = array( |
193 | 195 | 'emailusers-desc' => '允许用户给多个收件人发送电子邮件', |
| 196 | + 'right-sendbatchemail' => '同时发电子邮件给多个收件人', |
194 | 197 | 'emailusers' => '给多个用户发送邮件', |
195 | 198 | 'emailusers-target-reverse' => '发送给除了选定用户的所有用户', |
196 | 199 | 'emailusers-norecipient' => '没有用户可以接收电子邮件。', |