diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2004-02-01 21:45:40 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-02-01 21:45:40 +0000 |
commit | 56391aa7b8911b14eab514c8fedddcc0f4a110b3 (patch) | |
tree | 82bd6862d6da71d1abb4f26c4a7586900b0369ab /phpBB/language | |
parent | ca729d6ac19a9aee65ed5f5e6bfd05cab11dc2a5 (diff) | |
download | forums-56391aa7b8911b14eab514c8fedddcc0f4a110b3.tar forums-56391aa7b8911b14eab514c8fedddcc0f4a110b3.tar.gz forums-56391aa7b8911b14eab514c8fedddcc0f4a110b3.tar.bz2 forums-56391aa7b8911b14eab514c8fedddcc0f4a110b3.tar.xz forums-56391aa7b8911b14eab514c8fedddcc0f4a110b3.zip |
send mass mail immediatly
mail priority setting added
log session (see Note)
git-svn-id: file:///svn/phpbb/trunk@4777 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/lang_admin.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 010d4ed243..f0f5d9c952 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -100,6 +100,7 @@ $lang += array( 'LOG_INDEX_REMIND' => '<b>Sent reminder emails to inactive users</b><br />» %s', 'LOG_MASS_EMAIL' => '<b>Sent mass email</b><br />» %s', + 'LOG_MAIL_SESSION' => '<b>Logged Mail Session</b><br />» %s', 'log_delete_word' => '<b>Deleted word censor</b>', 'log_edit_word' => '<b>Edited word censor</b><br />» %s', @@ -1175,6 +1176,12 @@ $lang += array( 'NO_EMAIL_SUBJECT' => 'You must specify a subject for your message.', 'NO_EMAIL_MESSAGE' => 'You must enter a message.', 'EMAIL_SENT' => 'Your message has been queued for sending.', + 'SEND_IMMEDIATLY' => 'Send immediatly', + 'LOG_SESSION' => 'Log Mail Session', + 'MAIL_PRIORITY' => 'Mail Priority', + 'MAIL_LOW_PRIORITY' => 'Low', + 'MAIL_NORMAL_PRIORITY' => 'Normal', + 'MAIL_HIGH_PRIORITY' => 'High' ); // Ranks |