From 638ff7052af7a5df150fbaafaf73105bc4e341ab Mon Sep 17 00:00:00 2001 From: davipt Date: Sat, 29 Jun 2002 02:37:58 +0000 Subject: New translation files --- (limited to 'i18n/no/libmail.ts') diff --git a/i18n/no/libmail.ts b/i18n/no/libmail.ts new file mode 100644 index 0000000..78c7198 --- a/dev/null +++ b/i18n/no/libmail.ts @@ -0,0 +1,100 @@ + + + MailFactory + + Error + + + + <p>Couldn't attach file '%1'. Continue anyway or abort?</p> + + + + Continue + + + + Abort + + + + + SmtpHandler + + Looking up host... + + + + The server refused the connection. + + + + Host lookup failed. + + + + The read from the socket failed for an unknown reason. + + + + The sending failed for an unknown reason. + + + + Host found. + + + + Connected to %1 + + + + SMTP > %3 + + + + SMTP> EHLO * + + + + SMTP> AUTH CRAM-MD5 + + + + SMTP> Authenticating + + + + SMTP> HELO * + + + + SMTP> MAIL FROM: * + + + + SMTP> RCPT TO: * + + + + SMTP> DATA + + + + SMTP> Sending data... + + + + SMTP> QUIT (Done) + + + + The server returned an error. This is the message:<br>%1 + + + + SMTP < %3 + + + + -- cgit v0.9.0.2