aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/lang_admin.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-10-12 12:37:25 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-10-12 12:37:25 +0000
commit3d1731b7cc10657440546197e14640b9e41fab32 (patch)
treee1107a039a976cd7ff85e62d48ba35216181a3dc /phpBB/language/en/lang_admin.php
parent14928b2780c831ee123a908422cecceef9d50b81 (diff)
downloadforums-3d1731b7cc10657440546197e14640b9e41fab32.tar
forums-3d1731b7cc10657440546197e14640b9e41fab32.tar.gz
forums-3d1731b7cc10657440546197e14640b9e41fab32.tar.bz2
forums-3d1731b7cc10657440546197e14640b9e41fab32.tar.xz
forums-3d1731b7cc10657440546197e14640b9e41fab32.zip
Mass email messenger updates, can mass email selected users
git-svn-id: file:///svn/phpbb/trunk@4580 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_admin.php')
-rw-r--r--phpBB/language/en/lang_admin.php6
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.',