summaryrefslogtreecommitdiff
path: root/program/localization/en_GB
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-07-06 09:13:10 +0000
committeralecpl <alec@alec.pl>2009-07-06 09:13:10 +0000
commit2818f8e9ed5e8853e33636ac8efe09e2a4161618 (patch)
tree1bd0c3a4534704922c5ad80647a4334c28cc2082 /program/localization/en_GB
parent2f2bb4020b5d3a79a65177d54fe1b5ade1efb69d (diff)
- Show SMTP errors in browser (#1485927)
Diffstat (limited to 'program/localization/en_GB')
-rw-r--r--program/localization/en_GB/messages.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc
index 137214b4b..0552591bb 100644
--- a/program/localization/en_GB/messages.inc
+++ b/program/localization/en_GB/messages.inc
@@ -97,5 +97,11 @@ $messages['opnotpermitted'] = 'Operation not permitted!';
$messages['nofromaddress'] = 'Missing e-mail address in selected identity';
$messages['editorwarning'] = 'Switching to the plain text editor will cause all text formatting to be lost. Do you wish to continue?';
$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['smtprecipientserror'] = 'SMTP Error: Unable to parse recipients list';
+$messages['smtperror'] = 'SMTP Error: $msg';
?>