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/el_GR/messages.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'program/localization/el_GR/messages.inc') diff --git a/program/localization/el_GR/messages.inc b/program/localization/el_GR/messages.inc index 4664e5050..508b194af 100644 --- a/program/localization/el_GR/messages.inc +++ b/program/localization/el_GR/messages.inc @@ -99,8 +99,8 @@ $messages['nofromaddress'] = 'Στην επιλεγμένη ταυτότητα, $messages['httpreceivedencrypterror'] = 'Ούπς! Ανεπανόθωτο σφάλμα. Επικοινωνήστε με το διαχειριστή του εξυπηρετητή. Το μηνυμά σας δεν στάλθηκε.'; $messages['smtpconnerror'] = 'Σφάλμα SMTP ($code): Απέτυχε η σύνδεση με τον εξυπηρετητή'; $messages['smtpautherror'] = 'Σφάλμα SMTP ($code): Σφάλμα ταυτοποίησης'; -$messages['smtpfromerror'] = 'Σφάλμα SMTP ($code): Αποτυχία ορισμού αποστολέα "$from"'; -$messages['smtptoerror'] = 'Σφάλμα SMTP ($code): Αποτυχία προσθήκης παραλήπτη "$to"'; +$messages['smtpfromerror'] = 'Σφάλμα SMTP ($code): Αποτυχία ορισμού αποστολέα "$from" ($msg)'; +$messages['smtptoerror'] = 'Σφάλμα SMTP ($code): Αποτυχία προσθήκης παραλήπτη "$to" ($msg)'; $messages['smtprecipientserror'] = 'Σφάλμα SMTP: Αδύνατο να προσπελαστεί η λίστα παραληπτών'; $messages['smtperror'] = 'Σφάλμα SMTP: $msg'; $messages['emailformaterror'] = 'Λανθασμένη διεύθνση email: $email'; -- cgit v1.2.3