From 349a8e36e581694cb200e4f3097d7af8c8628662 Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 8 Jun 2010 13:39:57 +0000 Subject: - Add real SMTP error description to displayed error messages (#1485927) --- program/localization/fi_FI/messages.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'program/localization/fi_FI/messages.inc') 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. Viestiäsi ei voida lähettää.'; $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'; -- cgit v1.2.3