diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-08 13:39:57 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-08 13:39:57 +0000 |
| commit | 0fb83bb56544362c616ffaa579973768f0d0bee1 (patch) | |
| tree | bbe1b32a12ecc593113c2cce9ebd549b09425cce /roundcubemail/program/localization/el_GR | |
| parent | d9daaac0849808d71f20faed21df4b51a3df0186 (diff) | |
- Add real SMTP error description to displayed error messages (#1485927)
git-svn-id: https://svn.roundcube.net/trunk@3727 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/el_GR')
| -rw-r--r-- | roundcubemail/program/localization/el_GR/messages.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/localization/el_GR/messages.inc b/roundcubemail/program/localization/el_GR/messages.inc index 4664e5050..508b194af 100644 --- a/roundcubemail/program/localization/el_GR/messages.inc +++ b/roundcubemail/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'; |
