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/el_GR | |
parent | 64e3e80743415e5fb121eb5c66416593c38ef288 (diff) |
- Add real SMTP error description to displayed error messages (#1485927)
Diffstat (limited to 'program/localization/el_GR')
-rw-r--r-- | program/localization/el_GR/messages.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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'] = 'Ούπς! Ανεπανόθωτο σφάλμα. Επικοινωνήστε με το διαχειριστή του εξυπηρετητή. <b>Το μηνυμά σας δεν στάλθηκε.</b>'; $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'; |