author | tille <tille> | 2003-01-06 15:27:24 (UTC) |
---|---|---|
committer | tille <tille> | 2003-01-06 15:27:24 (UTC) |
commit | b045fbcef79e677f95999682ae3cfe684f623f54 (patch) (side-by-side diff) | |
tree | 343252a9370364dcc6d67aa2cf2515d8ff2a3154 /i18n/zh_TW/libmail.ts | |
parent | ef18539a858099d0361111485c9f53d46baa94c6 (diff) | |
download | opie-b045fbcef79e677f95999682ae3cfe684f623f54.zip opie-b045fbcef79e677f95999682ae3cfe684f623f54.tar.gz opie-b045fbcef79e677f95999682ae3cfe684f623f54.tar.bz2 |
for carsten
-rw-r--r-- | i18n/zh_TW/libmail.ts | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/i18n/zh_TW/libmail.ts b/i18n/zh_TW/libmail.ts index 78c7198..ac19d6e 100644 --- a/i18n/zh_TW/libmail.ts +++ b/i18n/zh_TW/libmail.ts @@ -1,100 +1,100 @@ <!DOCTYPE TS><TS> <context> <name>MailFactory</name> <message> <source>Error</source> - <translation type="unfinished"></translation> + <translation>錯誤</translation> </message> <message> <source><p>Couldn't attach file '%1'. Continue anyway or abort?</p></source> - <translation type="unfinished"></translation> + <translation><p>無法附加檔案 '%1'. 無論如何都要繼續或是要放棄?</p></translation> </message> <message> <source>Continue</source> - <translation type="unfinished"></translation> + <translation>繼續</translation> </message> <message> <source>Abort</source> - <translation type="unfinished"></translation> + <translation>放棄</translation> </message> </context> <context> <name>SmtpHandler</name> <message> <source>Looking up host...</source> - <translation type="unfinished"></translation> + <translation>查詢主機...</translation> </message> <message> <source>The server refused the connection.</source> - <translation type="unfinished"></translation> + <translation>該伺服器拒絕此次連線.</translation> </message> <message> <source>Host lookup failed.</source> - <translation type="unfinished"></translation> + <translation>查詢主機失敗.</translation> </message> <message> <source>The read from the socket failed for an unknown reason.</source> - <translation type="unfinished"></translation> + <translation>對通訊端的讀取因為未知的理由而失敗了.</translation> </message> <message> <source>The sending failed for an unknown reason.</source> - <translation type="unfinished"></translation> + <translation>傳送的動作因為未知的理由而失敗了.</translation> </message> <message> <source>Host found.</source> - <translation type="unfinished"></translation> + <translation>已找到主機.</translation> </message> <message> <source>Connected to %1</source> - <translation type="unfinished"></translation> + <translation>連線到 %1</translation> </message> <message> <source>SMTP > %3</source> - <translation type="unfinished"></translation> + <translation>SMTP > %3</translation> </message> <message> <source>SMTP> EHLO *</source> - <translation type="unfinished"></translation> + <translation>SMTP> EHLO *</translation> </message> <message> <source>SMTP> AUTH CRAM-MD5</source> - <translation type="unfinished"></translation> + <translation>SMTP> AUTH CRAM-MD5</translation> </message> <message> <source>SMTP> Authenticating</source> - <translation type="unfinished"></translation> + <translation>SMTP> 驗證中</translation> </message> <message> <source>SMTP> HELO *</source> - <translation type="unfinished"></translation> + <translation>SMTP> HELO *</translation> </message> <message> <source>SMTP> MAIL FROM: *</source> - <translation type="unfinished"></translation> + <translation>SMTP> MAIL FROM: *</translation> </message> <message> <source>SMTP> RCPT TO: *</source> - <translation type="unfinished"></translation> + <translation>SMTP> RCPT TO: *</translation> </message> <message> <source>SMTP> DATA</source> - <translation type="unfinished"></translation> + <translation>SMTP> DATA</translation> </message> <message> <source>SMTP> Sending data...</source> - <translation type="unfinished"></translation> + <translation>SMTP> 傳送資料...</translation> </message> <message> <source>SMTP> QUIT (Done)</source> - <translation type="unfinished"></translation> + <translation>SMTP> QUIT (完成)</translation> </message> <message> <source>The server returned an error. This is the message:<br>%1</source> - <translation type="unfinished"></translation> + <translation>伺服器傳回錯誤. 其訊息為:<br>%1</translation> </message> <message> <source>SMTP < %3</source> - <translation type="unfinished"></translation> + <translation>SMTP < %3</translation> </message> </context> </TS> |