diff options
author | alecpl <alec@alec.pl> | 2010-06-08 13:39:57 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-06-08 13:39:57 +0000 |
commit | 349a8e36e581694cb200e4f3097d7af8c8628662 (patch) | |
tree | 8af291a4d50a99e8fab2da120ac051e7b28a1644 /program/localization/fi_FI/messages.inc | |
parent | 64e3e80743415e5fb121eb5c66416593c38ef288 (diff) |
- Add real SMTP error description to displayed error messages (#1485927)
Diffstat (limited to 'program/localization/fi_FI/messages.inc')
-rw-r--r-- | program/localization/fi_FI/messages.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/localization/fi_FI/messages.inc b/program/localization/fi_FI/messages.inc index a9b4a0121..1790cf97d 100644 --- a/program/localization/fi_FI/messages.inc +++ b/program/localization/fi_FI/messages.inc @@ -107,8 +107,8 @@ $messages['editorwarning'] = 'Vaihtaminen tekstieditoriin aiheuttaa viestin muot $messages['httpreceivedencrypterror'] = 'Vakava virhe asetuksissa. Ota välittömästi yhteys ylläpitoon. <b>Viestiäsi ei voida lähettää.</b>'; $messages['smtpconnerror'] = 'SMTP-virhe ($code): Palvelimelle yhdistäminen epäonnistui'; $messages['smtpautherror'] = 'SMTP-virhe ($code): Tunnistus epäonnistui'; -$messages['smtpfromerror'] = 'SMTP-virhe ($code): Lähettäjän "$from" asettaminen epäonnistui'; -$messages['smtptoerror'] = 'SMTP-virhe ($code): Vastaanottajan "$to" lisääminen epäonnistui'; +$messages['smtpfromerror'] = 'SMTP-virhe ($code): Lähettäjän "$from" asettaminen epäonnistui ($msg)'; +$messages['smtptoerror'] = 'SMTP-virhe ($code): Vastaanottajan "$to" lisääminen epäonnistui ($msg)'; $messages['smtprecipientserror'] = 'SMTP-virhe: Ei voida jäsentää vastaanottajien listaa'; $messages['smtperror'] = 'SMTP-virhe: $msg'; $messages['emailformaterror'] = 'Väärä sähköpostiosoite: $email'; |