mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
some small changes to mailing again (to better cope with invalid email addresses)
git-svn-id: file:///svn/phpbb/trunk@4805 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1169,7 +1169,8 @@ $lang += array(
|
||||
'ALL_USERS' => 'All Users',
|
||||
'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.',
|
||||
'EMAIL_SENT' => 'Your message has been queued for sending.',
|
||||
'EMAIL_SEND_ERROR' => 'There were one or more errors while sending the email. Please check the %sError Log%s for detailed error messages.',
|
||||
'SEND_IMMEDIATLY' => 'Send immediatly',
|
||||
'LOG_SESSION' => 'Log Mail Session',
|
||||
'MAIL_PRIORITY' => 'Mail Priority',
|
||||
|
@@ -1356,7 +1356,9 @@ $lang += array(
|
||||
'LOG_DELETE_TOPIC' => '<b>Deleted topic</b><br />» %s',
|
||||
'LOG_APPROVE_TOPIC' => '<b>Approved topic</b><br />» %s',
|
||||
'LOG_UNRATE' => '<b>Unrated post</b><br />» %s',
|
||||
'LOG_TOPIC_RESYNC' => '<b>Resynchronised topic counters</b><br />» %s'
|
||||
'LOG_TOPIC_RESYNC' => '<b>Resynchronised topic counters</b><br />» %s',
|
||||
|
||||
'INVALID_EMAIL_LOG' => '<b>%s</b> possibly an invalid email address?'
|
||||
);
|
||||
|
||||
//---- mcp_main
|
||||
|
Reference in New Issue
Block a user