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/cs_CZ | |
| 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/cs_CZ')
| -rw-r--r-- | roundcubemail/program/localization/cs_CZ/messages.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/localization/cs_CZ/messages.inc b/roundcubemail/program/localization/cs_CZ/messages.inc index 9ea043f17..43d228e35 100644 --- a/roundcubemail/program/localization/cs_CZ/messages.inc +++ b/roundcubemail/program/localization/cs_CZ/messages.inc @@ -109,8 +109,8 @@ $messages['editorwarning'] = 'Přepnutím do režimu prostého textu ztratíte v $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'; |
