From 0799b67a825c8ec00e57a63e5a5d55fd26bb2337 Mon Sep 17 00:00:00 2001 From: kergoth Date: Sat, 09 Aug 2003 15:23:37 +0000 Subject: Merge from BRANCH_1_0. --- (limited to 'i18n/mk/libmail.ts') diff --git a/i18n/mk/libmail.ts b/i18n/mk/libmail.ts new file mode 100644 index 0000000..78c7198 --- a/dev/null +++ b/i18n/mk/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