aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-04-10 11:58:29 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2011-04-10 11:58:29 -0400
commitd3b5df2548446c76e94e41837abc8b5a8d034b42 (patch)
tree0d4689df3fb430c72b6160322720af08006fc4b3 /phpBB/language/en
parentc910ce1cc6763bd31e7be6548f86b5c571c725c5 (diff)
parent83ca7305444e09180f0cee0352c4426bb72b793f (diff)
downloadforums-d3b5df2548446c76e94e41837abc8b5a8d034b42.tar
forums-d3b5df2548446c76e94e41837abc8b5a8d034b42.tar.gz
forums-d3b5df2548446c76e94e41837abc8b5a8d034b42.tar.bz2
forums-d3b5df2548446c76e94e41837abc8b5a8d034b42.tar.xz
forums-d3b5df2548446c76e94e41837abc8b5a8d034b42.zip
Merge branch 'ticket/erikfrerejean/9581' into develop-olympus
* ticket/erikfrerejean/9581: [ticket/9581] Fix missing index [ticket/9581] Slightly tweaked queries [ticket/9581] Make banlist table select optional [ticket/9581] Mass e-mail to banned users
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/acp/email.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/email.php b/phpBB/language/en/acp/email.php
index 4427bfff01..38c9f19c27 100644
--- a/phpBB/language/en/acp/email.php
+++ b/phpBB/language/en/acp/email.php
@@ -52,14 +52,16 @@ $lang = array_merge($lang, array(
'SEND_TO_GROUP' => 'Send to group',
'SEND_TO_USERS' => 'Send to users',
'SEND_TO_USERS_EXPLAIN' => 'Entering names here will override any group selected above. Enter each username on a new line.',
-
+
+ 'MAIL_BANNED' => 'Mail banned users',
+ 'MAIL_BANNED_EXPLAIN' => 'When sending a mass e-mail to a group you can select here whether banned users will also receive the e-mail.',
'MAIL_HIGH_PRIORITY' => 'High',
'MAIL_LOW_PRIORITY' => 'Low',
'MAIL_NORMAL_PRIORITY' => 'Normal',
'MAIL_PRIORITY' => 'Mail priority',
'MASS_MESSAGE' => 'Your message',
'MASS_MESSAGE_EXPLAIN' => 'Please note that you may enter only plain text. All markup will be removed before sending.',
-
+
'NO_EMAIL_MESSAGE' => 'You must enter a message.',
'NO_EMAIL_SUBJECT' => 'You must specify a subject for your message.',
));