From 349a8e36e581694cb200e4f3097d7af8c8628662 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 08 Jun 2010 09:39:57 -0400 Subject: [PATCH] - Add real SMTP error description to displayed error messages (#1485927) --- program/localization/cs_CZ/messages.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/program/localization/cs_CZ/messages.inc b/program/localization/cs_CZ/messages.inc index 9ea043f..43d228e 100644 --- a/program/localization/cs_CZ/messages.inc +++ b/program/localization/cs_CZ/messages.inc @@ -109,8 +109,8 @@ $messages['httpreceivedencrypterror'] = 'Vyskytla se vážná chyba v konfiguraci. Kontaktujte neprodleně administátora. <b>Vaše zpráva nemohla být odeslána.</b>'; $messages['smtpconnerror'] = 'Chyba SMTP ($code): Připojení k serveru selhalo'; $messages['smtpautherror'] = 'Chyba SMTP ($code): Chyba přihlášení'; -$messages['smtpfromerror'] = 'Chyba SMTP ($code): Nelze nastavit odesílatele "$from"'; -$messages['smtptoerror'] = 'Chyba SMTP ($code): Nelze přidat příjemce "$to"'; +$messages['smtpfromerror'] = 'Chyba SMTP ($code): Nelze nastavit odesílatele "$from" ($msg)'; +$messages['smtptoerror'] = 'Chyba SMTP ($code): Nelze přidat příjemce "$to" ($msg)'; $messages['smtprecipientserror'] = 'Chyba SMTP: Nelze zpracovat seznam příjemců'; $messages['smtperror'] = 'Chyba SMTP: $msg'; $messages['emailformaterror'] = 'Neplatná e-mailová adresa: $email'; -- Gitblit v1.9.1