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/sv_SE | |
| 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/sv_SE')
| -rw-r--r-- | roundcubemail/program/localization/sv_SE/messages.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/localization/sv_SE/messages.inc b/roundcubemail/program/localization/sv_SE/messages.inc index 290b5fff4..9f9a4260a 100644 --- a/roundcubemail/program/localization/sv_SE/messages.inc +++ b/roundcubemail/program/localization/sv_SE/messages.inc @@ -108,8 +108,8 @@ $messages['editorwarning'] = 'Genom att växla till text-läge går formateringe $messages['httpreceivedencrypterror'] = 'Ett irreparabelt fel har uppstått. Kontakta administratören omgående. <b>Meddelandet kan inte skickas.</b>'; $messages['smtpconnerror'] = 'SMTP-fel ($code): Anslutning till servern misslyckades'; $messages['smtpautherror'] = 'SMTP-fel ($code): Inloggningen misslyckades'; -$messages['smtpfromerror'] = 'SMTP-fel ($code): Kan inte sätta avsändaradress till "$from"'; -$messages['smtptoerror'] = 'SMTP-fel ($code): Kan inte lägga till mottagaradress "$to"'; +$messages['smtpfromerror'] = 'SMTP-fel ($code): Kan inte sätta avsändaradress till "$from" ($msg)'; +$messages['smtptoerror'] = 'SMTP-fel ($code): Kan inte lägga till mottagaradress "$to" ($msg)'; $messages['smtprecipientserror'] = 'SMTP-fel: Felaktigt formaterad lista med mottagaradresser'; $messages['smtperror'] = 'SMTP-fel: $msg'; $messages['emailformaterror'] = 'Felaktig adress: $email'; |
