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/lv_LV/messages.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'program/localization/lv_LV') diff --git a/program/localization/lv_LV/messages.inc b/program/localization/lv_LV/messages.inc index 3f7558286..253c9b0bb 100644 --- a/program/localization/lv_LV/messages.inc +++ b/program/localization/lv_LV/messages.inc @@ -104,8 +104,8 @@ $messages['editorwarning'] = 'Pārslēdzoties uz vienkāršotu teksta redaktoru, $messages['httpreceivedencrypterror'] = 'Kļūme. Lūdzu sazinieties ar administratoru. Nav iespējams nosūtīt vēstuli.'; $messages['smtpconnerror'] = 'SMTP kļūme ($code): Neizdevās pieslēgties serverim'; $messages['smtpautherror'] = 'SMTP kļūme ($code): Neizdevās autentificēties'; -$messages['smtpfromerror'] = 'SMTP kļūme ($code): Neizdevās iestatīt sūtītāju "$from"'; -$messages['smtptoerror'] = 'SMTP kļūme ($code): Neizdevās pievienot saņēmēju "$to"'; +$messages['smtpfromerror'] = 'SMTP kļūme ($code): Neizdevās iestatīt sūtītāju "$from" ($msg)'; +$messages['smtptoerror'] = 'SMTP kļūme ($code): Neizdevās pievienot saņēmēju "$to" ($msg)'; $messages['smtprecipientserror'] = 'SMTP kļūme: Nav iespējams parsēt saņēmēju sarakstu'; $messages['smtperror'] = 'SMTP kļūme: $msg'; $messages['emailformaterror'] = 'Nepareiza e-pasta adrese: $email'; -- cgit v1.2.3