diff options
author | yllar <yllar.pajus@gmail.com> | 2009-07-15 19:31:05 +0000 |
---|---|---|
committer | yllar <yllar.pajus@gmail.com> | 2009-07-15 19:31:05 +0000 |
commit | 3db3fd8949d9f4fff6e30fe55099add1fd57d9a4 (patch) | |
tree | c679f97d990400864c47ccc4194b4bd80139111b /program/localization/sv_SE | |
parent | 57f0c81f2cc0518ed7ab107e16e6cadb8dfc53b0 (diff) |
localization update
Diffstat (limited to 'program/localization/sv_SE')
-rw-r--r-- | program/localization/sv_SE/messages.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/program/localization/sv_SE/messages.inc b/program/localization/sv_SE/messages.inc index 34faedb57..61c301e59 100644 --- a/program/localization/sv_SE/messages.inc +++ b/program/localization/sv_SE/messages.inc @@ -99,5 +99,11 @@ $messages['opnotpermitted'] = 'Otillåten operation!'; $messages['nofromaddress'] = 'Adressen saknas i den valda identiteten'; $messages['editorwarning'] = 'Genom att växla till text-läge går formateringen förlorad. Vill du fortsätta?'; $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['smtprecipientserror'] = 'SMTP-fel: Felaktigt formaterad lista med mottagaradresser'; +$messages['smtperror'] = 'SMTP-fel: $msg'; ?> |