diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-08 13:39:57 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-08 13:39:57 +0000 |
| commit | 0fb83bb56544362c616ffaa579973768f0d0bee1 (patch) | |
| tree | bbe1b32a12ecc593113c2cce9ebd549b09425cce /roundcubemail/program/localization/en_US | |
| parent | d9daaac0849808d71f20faed21df4b51a3df0186 (diff) | |
- Add real SMTP error description to displayed error messages (#1485927)
git-svn-id: https://svn.roundcube.net/trunk@3727 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US')
| -rw-r--r-- | roundcubemail/program/localization/en_US/messages.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/localization/en_US/messages.inc b/roundcubemail/program/localization/en_US/messages.inc index 9208bbde3..05077b9c7 100644 --- a/roundcubemail/program/localization/en_US/messages.inc +++ b/roundcubemail/program/localization/en_US/messages.inc @@ -106,8 +106,8 @@ $messages['editorwarning'] = 'Switching to the plain text editor will cause all $messages['httpreceivedencrypterror'] = 'A fatal configuration error occurred. Contact your administrator immediately. <b>Your message can not be sent.</b>'; $messages['smtpconnerror'] = 'SMTP Error ($code): Connection to server failed'; $messages['smtpautherror'] = 'SMTP Error ($code): Authentication failed'; -$messages['smtpfromerror'] = 'SMTP Error ($code): Failed to set sender "$from"'; -$messages['smtptoerror'] = 'SMTP Error ($code): Failed to add recipient "$to"'; +$messages['smtpfromerror'] = 'SMTP Error ($code): Failed to set sender "$from" ($msg)'; +$messages['smtptoerror'] = 'SMTP Error ($code): Failed to add recipient "$to" ($msg)'; $messages['smtprecipientserror'] = 'SMTP Error: Unable to parse recipients list'; $messages['smtperror'] = 'SMTP Error: $msg'; $messages['emailformaterror'] = 'Invalid e-mail address: $email'; |
