1
0
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:
Meik Sievertsen
2004-02-07 11:00:27 +00:00
parent 742f5d4a18
commit 719c572ca9
4 changed files with 32 additions and 30 deletions

View File

@@ -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',

View File

@@ -1356,7 +1356,9 @@ $lang += array(
'LOG_DELETE_TOPIC' => '<b>Deleted topic</b><br />&#187; %s',
'LOG_APPROVE_TOPIC' => '<b>Approved topic</b><br />&#187; %s',
'LOG_UNRATE' => '<b>Unrated post</b><br />&#187; %s',
'LOG_TOPIC_RESYNC' => '<b>Resynchronised topic counters</b><br />&#187; %s'
'LOG_TOPIC_RESYNC' => '<b>Resynchronised topic counters</b><br />&#187; %s',
'INVALID_EMAIL_LOG' => '<b>%s</b> possibly an invalid email address?'
);
//---- mcp_main