diff options
Diffstat (limited to 'phpBB/language/en/lang_admin.php')
-rw-r--r-- | phpBB/language/en/lang_admin.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index e0a9acccdc..bc6b3e9bcf 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -1080,7 +1080,11 @@ $lang += array( $lang += array( 'MASS_EMAIL_EXPLAIN' => 'Here you can email a message to either all of your users, or all users of a specific group. To do this, an email will be sent out to the administrative email address supplied, with a blind carbon copy sent to all recipients. If you are emailing a large group of people please be patient after submitting and do not stop the page halfway through. It is normal for a mass emailing to take a long time, you will be notified when the script has completed', 'COMPOSE' => 'Compose', - 'RECIPIENTS' => 'Recipients', + '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.', + 'MASS_MESSAGE' => 'Your message', + 'MASS_MESSAGE_EXPLAIN' => 'Please note that you may enter only plain text. All markup will be removed before sending.', 'ALL_USERS' => 'All Users', 'NO_EMAIL_SUBJECT' => 'You must specify a subject for your message.', 'NO_EMAIL_MESSAGE' => 'You must enter a message.', |