diff options
author | Boyuan Yang <073plan@gmail.com> | 2020-10-15 09:14:00 -0400 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-10-15 20:06:39 +0200 |
commit | 7bd9bdc1ada39b121a2787bb771657ae045d7adb (patch) | |
tree | 64f84bd77c423ae6a82a74f77e53cddcf809d7bf | |
parent | 2c02f0e109aff4a628773e9b88a8143d9d7714da (diff) | |
download | fetchmail-7bd9bdc1ada39b121a2787bb771657ae045d7adb.tar.gz fetchmail-7bd9bdc1ada39b121a2787bb771657ae045d7adb.tar.bz2 fetchmail-7bd9bdc1ada39b121a2787bb771657ae045d7adb.zip |
Update <zh_CN> Chinese (simplified) translation to fetchmail 6.4.13-rc1
-rw-r--r-- | po/zh_CN.po | 641 |
1 files changed, 288 insertions, 353 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index 5e312839..ecf2b84b 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,10 +7,10 @@ # msgid "" msgstr "" -"Project-Id-Version: fetchmail 6.4.5-rc2\n" +"Project-Id-Version: fetchmail 6.4.13-rc1\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-09-04 09:17+0200\n" -"PO-Revision-Date: 2020-05-04 16:40-0400\n" +"POT-Creation-Date: 2020-10-14 00:44+0200\n" +"PO-Revision-Date: 2020-10-15 09:14-0400\n" "Last-Translator: Boyuan Yang <073plan@gmail.com>\n" "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" "Language: zh_CN\n" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 2.3\n" +"X-Generator: Poedit 2.4.1\n" #: checkalias.c:174 #, c-format @@ -134,8 +134,7 @@ msgstr "(邮件内容 %d 字节)" #: driver.c:770 #, c-format -msgid "" -"message %s@%s:%d was not the expected length (%d actual != %d expected)\n" +msgid "message %s@%s:%d was not the expected length (%d actual != %d expected)\n" msgstr "%s@%s:%d 邮件非所需大小 (实际 %d 字节!= 所要求的 %d 字节)\n" #: driver.c:802 @@ -153,8 +152,7 @@ msgstr "未删除\n" #: driver.c:842 #, c-format msgid "fetchlimit %d reached; %d message left on server %s account %s\n" -msgid_plural "" -"fetchlimit %d reached; %d messages left on server %s account %s\n" +msgid_plural "fetchlimit %d reached; %d messages left on server %s account %s\n" msgstr[0] "到达收件上限 %d;%d 封邮件留在服务器 %s 帐号为 %s\n" #: driver.c:899 @@ -188,9 +186,7 @@ msgstr "fetchmail 发现反复超时" #: driver.c:930 #, c-format -msgid "" -"Fetchmail saw more than %d timeouts while attempting to get mail from %s@" -"%s.\n" +msgid "Fetchmail saw more than %d timeouts while attempting to get mail from %s@%s.\n" msgstr "Fetchmail 尝试从 %2$s@%3$s 收取邮件时发现多于 %1$d 次超时。\n" #: driver.c:934 @@ -515,8 +511,7 @@ msgstr "" msgid "" "%s: The NULLMAILER_FLAGS environment variable is set.\n" "This is dangerous as it can make nullmailer-inject or nullmailer's\n" -"sendmail wrapper tamper with your From:, Message-ID: or Return-Path: " -"headers.\n" +"sendmail wrapper tamper with your From:, Message-ID: or Return-Path: headers.\n" "Try \"env NULLMAILER_FLAGS= %s YOUR ARGUMENTS HERE\"\n" "%s: Abort.\n" msgstr "" @@ -556,8 +551,7 @@ msgstr "无法在主机数据库中找到自己的主机来验证它!\n" #: env.c:229 msgid "" "Trying to continue with unqualified hostname.\n" -"DO NOT report broken Received: headers, HELO/EHLO lines or similar " -"problems!\n" +"DO NOT report broken Received: headers, HELO/EHLO lines or similar problems!\n" "DO repair your /etc/hosts, DNS, NIS or LDAP instead.\n" msgstr "" "正在尝试用未验证的主机名继续操作。\n" @@ -675,949 +669,925 @@ msgid "WARNING: Your SSL/TLS library does not support TLS v1.3.\n" msgstr "警告:您的 SSL/TLS 库不支持 TLS v1.3。\n" #: fetchmail.c:311 -msgid "" -"WARNING: Compiled against LibreSSL, which is not a supported configuration.\n" +msgid "WARNING: Compiled against LibreSSL, which is not a supported configuration.\n" msgstr "警告:使用 LibreSSL 编译,该配置不受支持。\n" #: fetchmail.c:314 msgid "WARNING: Compiled without SSL/TLS.\n" msgstr "警告:编译时未启用 SSL/TLS。\n" -#: fetchmail.c:339 +#: fetchmail.c:340 msgid "The nodetach option is in effect, ignoring logfile option.\n" msgstr "nodetach 选项在起作用,忽略 logfile 选项。\n" -#: fetchmail.c:346 +#: fetchmail.c:347 msgid "Not running in daemon mode, ignoring logfile option.\n" msgstr "未以 daemon 模式运行,忽略 logfile 选项。\n" -#: fetchmail.c:353 +#: fetchmail.c:354 #, c-format msgid "Logfile \"%s\" does not exist, ignoring logfile option.\n" msgstr "日志文件 \"%s\" 不存在,忽略 logfile 选项。\n" -#: fetchmail.c:359 +#: fetchmail.c:360 #, c-format msgid "Logfile \"%s\" is not writable, aborting.\n" msgstr "日志文件 \"%s\" 不可写,退出。\n" -#: fetchmail.c:377 +#: fetchmail.c:378 #, c-format -msgid "" -"syslog and logfile options are both set, ignoring syslog, and logging to %s" +msgid "syslog and logfile options are both set, ignoring syslog, and logging to %s" msgstr "同时指定了 syslog 和 logfile 选项,忽略 syslog 并登录至 %s" -#: fetchmail.c:468 +#: fetchmail.c:469 #, c-format msgid "Taking options from command line%s%s\n" msgstr "正从命令行获得选项 %s%s\n" -#: fetchmail.c:469 +#: fetchmail.c:470 msgid " and " msgstr "和" -#: fetchmail.c:474 +#: fetchmail.c:475 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "未设置邮件服务器 -- 可能未找到 %s?\n" -#: fetchmail.c:495 +#: fetchmail.c:496 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: 未指定邮件服务器\n" -#: fetchmail.c:507 +#: fetchmail.c:508 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: 无其它 fetchmail 正在运行\n" -#: fetchmail.c:513 +#: fetchmail.c:514 #, c-format msgid "fetchmail: error killing %s fetchmail at %ld; bailing out.\n" msgstr "fetchmail: 终止 %s fetchmail 进程号 %ld 时出错;退出。\n" -#: fetchmail.c:514 fetchmail.c:523 +#: fetchmail.c:515 fetchmail.c:524 msgid "background" msgstr "后台" -#: fetchmail.c:514 fetchmail.c:523 +#: fetchmail.c:515 fetchmail.c:524 msgid "foreground" msgstr "前台" -#: fetchmail.c:522 +#: fetchmail.c:523 #, c-format msgid "fetchmail: %s fetchmail at %ld killed.\n" msgstr "fetchmail: %s fetchmail 进程号 %ld 终止。\n" -#: fetchmail.c:545 -msgid "" -"fetchmail: can't check mail while another fetchmail to same host is " -"running.\n" +#: fetchmail.c:546 +msgid "fetchmail: can't check mail while another fetchmail to same host is running.\n" msgstr "fetchmail: 有另一个 fetchmail 在同一主机上运行时无法检查邮件。\n" -#: fetchmail.c:551 +#: fetchmail.c:552 #, c-format -msgid "" -"fetchmail: can't poll specified hosts with another fetchmail running at " -"%ld.\n" -msgstr "" -"fetchmail: 有另一个 fetchmail 进程号 %ld 在指定主机上运行时无法收邮件。\n" +msgid "fetchmail: can't poll specified hosts with another fetchmail running at %ld.\n" +msgstr "fetchmail: 有另一个 fetchmail 进程号 %ld 在指定主机上运行时无法收邮件。\n" -#: fetchmail.c:558 +#: fetchmail.c:559 #, c-format msgid "fetchmail: another foreground fetchmail is running at %ld.\n" msgstr "fetchmail: 另一个前台 fetchmail 进程号 %ld 正在运行。\n" -#: fetchmail.c:568 -msgid "" -"fetchmail: can't accept options while a background fetchmail is running.\n" +#: fetchmail.c:569 +msgid "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "fetchmail: 有后台 fetchmail 正在运行时无法接受选项\n" -#: fetchmail.c:580 +#: fetchmail.c:581 #, c-format msgid "fetchmail: background fetchmail at %ld awakened.\n" msgstr "fetchmail: 后台 fetchmail 进程号 %ld 被唤醒\n" -#: fetchmail.c:592 +#: fetchmail.c:593 #, c-format msgid "fetchmail: elder sibling at %ld died mysteriously.\n" msgstr "fetchmail: 上次 fetchmail 进程号 %ld 不明原因的终止\n" -#: fetchmail.c:607 +#: fetchmail.c:608 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: 无法找到 %s@%s 的密码\n" -#: fetchmail.c:611 +#: fetchmail.c:612 #, c-format msgid "Enter password for %s@%s: " msgstr "输入 %s@%s 的密码:" -#: fetchmail.c:653 +#: fetchmail.c:654 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: 无法转入后台。退出\n" -#: fetchmail.c:657 +#: fetchmail.c:658 #, c-format msgid "starting fetchmail %s daemon\n" msgstr "开启 fetchmail %s 后台服务\n" -#: fetchmail.c:673 fetchmail.c:675 +#: fetchmail.c:674 fetchmail.c:676 #, c-format msgid "could not open %s to append logs to\n" msgstr "无法打开 %s 添加记录\n" -#: fetchmail.c:694 +#: fetchmail.c:695 msgid "--check mode enabled, not fetching mail\n" msgstr "开启 --check 模式, 而非真正取回邮件\n" -#: fetchmail.c:716 +#: fetchmail.c:717 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "无法时限检测 %s (错误号 %d)\n" -#: fetchmail.c:721 +#: fetchmail.c:722 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "正在重启 fetchmail (%s 改变了)\n" -#: fetchmail.c:725 +#: fetchmail.c:726 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "由于目录尚未重置,因此重新执行的尝试可能失败\n" -#: fetchmail.c:751 +#: fetchmail.c:752 msgid "attempt to re-exec fetchmail failed\n" msgstr "重新执行 fetchmail 的尝试失败了\n" -#: fetchmail.c:781 +#: fetchmail.c:782 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "忽略收取 %s 的邮件 (验证失败或多次超时)\n" -#: fetchmail.c:793 +#: fetchmail.c:794 #, c-format msgid "interval not reached, not querying %s\n" msgstr "时间间隔未到,不查寻 %s \n" -#: fetchmail.c:831 +#: fetchmail.c:832 msgid "Query status=0 (SUCCESS)\n" msgstr "查询状态=0 (成功)\n" -#: fetchmail.c:833 +#: fetchmail.c:834 msgid "Query status=1 (NOMAIL)\n" msgstr "查询状态=1 (无邮件)\n" -#: fetchmail.c:835 +#: fetchmail.c:836 msgid "Query status=2 (SOCKET)\n" msgstr "查询状态=2 (套接字输入输出错误)\n" -#: fetchmail.c:837 +#: fetchmail.c:838 msgid "Query status=3 (AUTHFAIL)\n" msgstr "查询状态=3 (用户验证失败)\n" -#: fetchmail.c:839 +#: fetchmail.c:840 msgid "Query status=4 (PROTOCOL)\n" msgstr "查询状态=4 (协议无效)\n" -#: fetchmail.c:841 +#: fetchmail.c:842 msgid "Query status=5 (SYNTAX)\n" msgstr "查询状态=5 (命令行语法错误)\n" -#: fetchmail.c:843 +#: fetchmail.c:844 msgid "Query status=6 (IOERR)\n" msgstr "查询状态=6 (配置文件权限错误)\n" -#: fetchmail.c:845 +#: fetchmail.c:846 msgid "Query status=7 (ERROR)\n" msgstr "查询状态=7 (协议错误)\n" -#: fetchmail.c:847 +#: fetchmail.c:848 msgid "Query status=8 (EXCLUDE)\n" msgstr "查询状态=8 (客户端受到排斥)\n" -#: fetchmail.c:849 +#: fetchmail.c:850 msgid "Query status=9 (LOCKBUSY)\n" msgstr "查询状态=9 (服务器死锁)\n" -#: fetchmail.c:851 +#: fetchmail.c:852 msgid "Query status=10 (SMTP)\n" msgstr "查询状态=10 (SMTP 错误)\n" -#: fetchmail.c:853 +#: fetchmail.c:854 msgid "Query status=11 (DNS)\n" msgstr "查询状态=11 (DNS 错误)\n" -#: fetchmail.c:855 +#: fetchmail.c:856 msgid "Query status=12 (BSMTP)\n" msgstr "查询状态=12 (无法打开批量输出)\n" -#: fetchmail.c:857 +#: fetchmail.c:858 msgid "Query status=13 (MAXFETCH)\n" msgstr "查询状态=13 (到达收件上限)\n" -#: fetchmail.c:859 +#: fetchmail.c:860 #, c-format msgid "Query status=%d\n" msgstr "查询状态=%d\n" -#: fetchmail.c:901 +#: fetchmail.c:902 msgid "All connections are wedged. Exiting.\n" msgstr "所有连接堵塞。退出\n" -#: fetchmail.c:909 +#: fetchmail.c:910 #, c-format msgid "sleeping at %s for %d seconds\n" msgstr "在 %s 休眠 %d 秒\n" -#: fetchmail.c:933 +#: fetchmail.c:934 #, c-format msgid "awakened by %s\n" msgstr "通过信号 %s 唤醒\n" -#: fetchmail.c:936 +#: fetchmail.c:937 #, c-format msgid "awakened by signal %d\n" msgstr "通过信号 %d 唤醒\n" -#: fetchmail.c:944 +#: fetchmail.c:945 #, c-format msgid "awakened at %s\n" msgstr "在 %s 被唤醒\n" -#: fetchmail.c:949 +#: fetchmail.c:950 #, c-format msgid "normal termination, status %d\n" msgstr "正常结束,返回值 %d\n" -#: fetchmail.c:1113 +#: fetchmail.c:1114 msgid "couldn't time-check the run-control file\n" msgstr "无法对 run-control 文件进行时限检测\n" -#: fetchmail.c:1147 +#: fetchmail.c:1148 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "警告: 在配置文件中多次提及主机 %s\n" -#: fetchmail.c:1186 -msgid "" -"fetchmail: Error: multiple \"defaults\" records in config file, or \"defaults" -"\" is not the first record.\n" -msgstr "" -"fetchmail: 错误: 在配置文件中有多个 “defaults” 记录,或者“defaults”不是第一个" -"记录。\n" +#: fetchmail.c:1187 +msgid "fetchmail: Error: multiple \"defaults\" records in config file, or \"defaults\" is not the first record.\n" +msgstr "fetchmail: 错误: 在配置文件中有多个 “defaults” 记录,或者“defaults”不是第一个记录。\n" -#: fetchmail.c:1316 +#: fetchmail.c:1317 msgid "SSL support is not compiled in.\n" msgstr "SSL 支持未编译在内。\n" -#: fetchmail.c:1323 +#: fetchmail.c:1324 msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "配置了 KERBEROS v4 支持,但该功能未编译在内。\n" -#: fetchmail.c:1329 +#: fetchmail.c:1330 msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "配置了 KERBEROS v5 支持,但该功能未编译在内。\n" -#: fetchmail.c:1335 +#: fetchmail.c:1336 msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "配置了 GSSAPI 支持,但该功能未编译在内。\n" -#: fetchmail.c:1365 +#: fetchmail.c:1366 #, c-format -msgid "" -"fetchmail: warning: no DNS available to check multidrop fetches from %s\n" +msgid "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" msgstr "fetchmail: 警告: 无可用的 DNS 来检查取自 %s 的多投邮件\n" -#: fetchmail.c:1376 +#: fetchmail.c:1377 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "警告: %s 设置了多投邮件,需设置 envelope 选项!\n" -#: fetchmail.c:1377 +#: fetchmail.c:1378 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "警告: 如果所有邮件均被邮件管理员收取,不要寻求支持!\n" -#: fetchmail.c:1394 +#: fetchmail.c:1395 #, c-format -msgid "" -"fetchmail: %s configuration invalid, specify positive port number for " -"service or port\n" +msgid "fetchmail: %s configuration invalid, specify positive port number for service or port\n" msgstr "fetchmail: %s 配置无效,为服务或端口指定大于零的端口\n" -#: fetchmail.c:1401 +#: fetchmail.c:1402 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "fetchmail: %s 配置无效,RPOP 要求开放一个特许端口\n" -#: fetchmail.c:1419 +#: fetchmail.c:1420 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "%s 配置无效,LMTP 不能用默认的 SMTP 端口\n" -#: fetchmail.c:1433 +#: fetchmail.c:1434 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "收取所有邮件并保留服务器上的备份或使用 idle 模式是错误的!\n" -#: fetchmail.c:1443 -msgid "" -"fetchmail: Error: idle mode does not work for multiple folders or accounts!\n" +#: fetchmail.c:1444 +msgid "fetchmail: Error: idle mode does not work for multiple folders or accounts!\n" msgstr "fetchmail: 错误:idle 模式对多个文件夹或账号不可用!\n" -#: fetchmail.c:1467 +#: fetchmail.c:1468 #, c-format msgid "terminated with signal %d\n" msgstr "以信号 %d 终止\n" -#: fetchmail.c:1540 +#: fetchmail.c:1541 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%1$s 在 %4$s 查寻 %2$s (协议 %3$s): 收件开始\n" -#: fetchmail.c:1565 +#: fetchmail.c:1566 msgid "POP2 support is not configured.\n" msgstr "未设置 POP2 支持\n" -#: fetchmail.c:1577 +#: fetchmail.c:1578 msgid "POP3 support is not configured.\n" msgstr "未设置 POP3 支持\n" -#: fetchmail.c:1587 +#: fetchmail.c:1588 msgid "IMAP support is not configured.\n" msgstr "未设置 IMAP 支持\n" -#: fetchmail.c:1593 +#: fetchmail.c:1594 msgid "ETRN support is not configured.\n" msgstr "未设置 ETRN 支持\n" -#: fetchmail.c:1601 +#: fetchmail.c:1602 msgid "ODMR support is not configured.\n" msgstr "未设置 ODMR 支持\n" -#: fetchmail.c:1608 +#: fetchmail.c:1609 msgid "unsupported protocol selected.\n" msgstr "选中了不支持的协议\n" -#: fetchmail.c:1619 +#: fetchmail.c:1620 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%1$s 在 %4$s 查询 %2$s (协议 %3$s): 收件完成\n" -#: fetchmail.c:1644 +#: fetchmail.c:1645 #, c-format msgid "Poll interval is %d seconds\n" msgstr "收件间隔 %d 秒\n" -#: fetchmail.c:1646 +#: fetchmail.c:1647 #, c-format msgid "Logfile is %s\n" msgstr "日志文件为 %s\n" -#: fetchmail.c:1648 +#: fetchmail.c:1649 #, c-format msgid "Idfile is %s\n" msgstr "Idfile 文件为 %s\n" -#: fetchmail.c:1651 +#: fetchmail.c:1652 msgid "Progress messages will be logged via syslog\n" msgstr "邮件情况将通过 syslog 来记录\n" -#: fetchmail.c:1654 +#: fetchmail.c:1655 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail 将进行伪装且不会生成 Receiverd 部分\n" -#: fetchmail.c:1656 +#: fetchmail.c:1657 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "Fetchmail 将在日志文件中显示进度条(以点的形式)\n" -#: fetchmail.c:1658 +#: fetchmail.c:1659 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "Fetchmail 将转发地址错误的多投邮件给 %s。\n" -#: fetchmail.c:1662 +#: fetchmail.c:1663 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail 将把错误邮件转给邮件管理员\n" -#: fetchmail.c:1664 +#: fetchmail.c:1665 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail 将把错误邮件退给发送者\n" -#: fetchmail.c:1667 +#: fetchmail.c:1668 msgid "Fetchmail will treat permanent errors as permanent (drop messages).\n" msgstr "Fetchmail 将把长期错误当成不可恢复的错误(删除邮件)。\n" -#: fetchmail.c:1669 +#: fetchmail.c:1670 msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" msgstr "Fetchmail 将把惯性错误当成临时问题(保留邮件)。\n" -#: fetchmail.c:1676 +#: fetchmail.c:1677 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "从 %s@%s 收件时的选项:\n" -#: fetchmail.c:1680 +#: fetchmail.c:1681 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " 邮件将通过 %s 收取\n" -#: fetchmail.c:1683 +#: fetchmail.c:1684 #, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] "每隔 %d 秒将收取此服务器中的邮件\n" -#: fetchmail.c:1687 +#: fetchmail.c:1688 #, c-format msgid " True name of server is %s.\n" msgstr " 服务器的实名为 %s。\n" -#: fetchmail.c:1690 +#: fetchmail.c:1691 msgid " This host will not be queried when no host is specified.\n" msgstr " 若不指明主机将不查询此主机\n" -#: fetchmail.c:1691 +#: fetchmail.c:1692 msgid " This host will be queried when no host is specified.\n" msgstr " 若不指明主机将查询此主机\n" -#: fetchmail.c:1695 +#: fetchmail.c:1696 msgid " Password will be prompted for.\n" msgstr "密码会被提示\n" -#: fetchmail.c:1699 +#: fetchmail.c:1700 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " APOP 密码 = “%s”\n" -#: fetchmail.c:1702 +#: fetchmail.c:1703 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " RPOP 密码 = “%s”\n" -#: fetchmail.c:1705 +#: fetchmail.c:1706 #, c-format msgid " Password = \"%s\".\n" msgstr " 密码 = “%s”\n" -#: fetchmail.c:1714 +#: fetchmail.c:1715 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " 协议是带有 Kerberos %s 认证协议的 KPOP" -#: fetchmail.c:1717 +#: fetchmail.c:1718 #, c-format msgid " Protocol is %s" msgstr " 协议是 %s" -#: fetchmail.c:1719 +#: fetchmail.c:1720 #, c-format msgid " (using service %s)" msgstr " (正在使用服务 %s)" -#: fetchmail.c:1721 +#: fetchmail.c:1722 msgid " (using default port)" msgstr " (正在使用默认端口)" -#: fetchmail.c:1723 +#: fetchmail.c:1724 msgid " (forcing UIDL use)" msgstr " (正在强制使用 UIDL)" -#: fetchmail.c:1729 +#: fetchmail.c:1730 msgid " All available authentication methods will be tried.\n" msgstr " 将尝试所有有效的验证方式\n" -#: fetchmail.c:1732 +#: fetchmail.c:1733 msgid " Password authentication will be forced.\n" msgstr " 强制密码验证\n" -#: fetchmail.c:1735 +#: fetchmail.c:1736 msgid " MSN authentication will be forced.\n" msgstr " 强制 MSN 验证\n" -#: fetchmail.c:1738 +#: fetchmail.c:1739 msgid " NTLM authentication will be forced.\n" msgstr " 强制 NTLM 验证\n" -#: fetchmail.c:1741 +#: fetchmail.c:1742 msgid " OTP authentication will be forced.\n" msgstr " 强制 OTP 验证\n" -#: fetchmail.c:1744 +#: fetchmail.c:1745 msgid " CRAM-MD5 authentication will be forced.\n" msgstr " 强制 CRAM-MD5 验证\n" -#: fetchmail.c:1747 +#: fetchmail.c:1748 msgid " GSSAPI authentication will be forced.\n" msgstr " 强制 GSSAPI 验证\n" -#: fetchmail.c:1750 +#: fetchmail.c:1751 msgid " Kerberos V4 authentication will be forced.\n" msgstr " 强制 Kerberos V4 验证\n" -#: fetchmail.c:1753 +#: fetchmail.c:1754 msgid " Kerberos V5 authentication will be forced.\n" msgstr " 强制 Kerberos V5 验证\n" -#: fetchmail.c:1756 +#: fetchmail.c:1757 msgid " End-to-end encryption assumed.\n" msgstr " 假设为终端到终端加密\n" -#: fetchmail.c:1760 +#: fetchmail.c:1761 #, c-format msgid " Mail service principal is: %s\n" msgstr " 邮件服务协议验证方为: %s\n" -#: fetchmail.c:1763 +#: fetchmail.c:1764 msgid " SSL encrypted sessions enabled.\n" msgstr "启用 SSL 加密会话\n" -#: fetchmail.c:1765 +#: fetchmail.c:1766 #, c-format msgid " SSL protocol: %s.\n" msgstr " SSL 协议: %s\n" -#: fetchmail.c:1767 +#: fetchmail.c:1768 msgid " SSL server certificate checking enabled.\n" msgstr " 已启用 SSL 服务器证书检查。\n" -#: fetchmail.c:1769 +#: fetchmail.c:1770 msgid " SSL server certificate checking disabled.\n" msgstr " 已禁用 SSL 服务器证书检查\n" -#: fetchmail.c:1772 +#: fetchmail.c:1773 #, c-format msgid " SSL trusted certificate file: %s\n" msgstr " SSL 受信证书文件: %s\n" -#: fetchmail.c:1774 +#: fetchmail.c:1775 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " SSL 受信证书目录: %s\n" -#: fetchmail.c:1776 +#: fetchmail.c:1777 #, c-format msgid " SSL server CommonName: %s\n" msgstr " SSL 服务器名: %s\n" -#: fetchmail.c:1778 +#: fetchmail.c:1779 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " SSL 密钥指纹 (与服务器密钥对比过): %s\n" -#: fetchmail.c:1781 +#: fetchmail.c:1782 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " 服务器未响应,超时 %d 秒" -#: fetchmail.c:1783 +#: fetchmail.c:1784 msgid " (default).\n" msgstr " (默认)。\n" -#: fetchmail.c:1790 +#: fetchmail.c:1791 msgid " Default mailbox selected.\n" msgstr " 已选中默认邮箱。\n" -#: fetchmail.c:1795 +#: fetchmail.c:1796 msgid " Selected mailboxes are:" msgstr " 选中的邮箱是:" -#: fetchmail.c:1801 +#: fetchmail.c:1802 msgid " All messages will be retrieved (--all on).\n" msgstr " 收取所有邮件( --all 选项开启).\n" -#: fetchmail.c:1802 +#: fetchmail.c:1803 msgid " Only new messages will be retrieved (--all off).\n" msgstr " 只收取新邮件( --all 选项关闭).\n" -#: fetchmail.c:1804 +#: fetchmail.c:1805 msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " 收取的邮件会在服务器上保留副本( --keep 开启).\n" -#: fetchmail.c:1805 +#: fetchmail.c:1806 msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr " 收取的邮件不会保留在服务器上( --keep 关闭).\n" -#: fetchmail.c:1807 +#: fetchmail.c:1808 msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr " 在收取新邮件前删除旧邮件(--flush 开启).\n" -#: fetchmail.c:1808 -msgid "" -" Old messages will not be flushed before message retrieval (--flush off).\n" +#: fetchmail.c:1809 +msgid " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr " 在收取新邮件前不删除旧邮件(--flush 关闭).\n" -#: fetchmail.c:1810 -msgid "" -" Oversized messages will be flushed before message retrieval (--limitflush " -"on).\n" +#: fetchmail.c:1811 +msgid " Oversized messages will be flushed before message retrieval (--limitflush on).\n" msgstr " 收件前将删除超大的邮件(--limitflush 开启).\n" -#: fetchmail.c:1811 -msgid "" -" Oversized messages will not be flushed before message retrieval (--" -"limitflush off).\n" +#: fetchmail.c:1812 +msgid " Oversized messages will not be flushed before message retrieval (--limitflush off).\n" msgstr " 收件前将不删除超大的邮件(--limitflush 关闭).\n" -#: fetchmail.c:1813 +#: fetchmail.c:1814 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr " 本地收件人地址重写(--norewrite 关闭).\n" -#: fetchmail.c:1814 +#: fetchmail.c:1815 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr " 不重写本地收件人地址(--norewrite 开启).\n" -#: fetchmail.c:1816 +#: fetchmail.c:1817 msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " 回车符清除(stripcr 开启).\n" -#: fetchmail.c:1817 +#: fetchmail.c:1818 msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " 不清除回车符(stripcr 关闭).\n" -#: fetchmail.c:1819 +#: fetchmail.c:1820 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " 强行在换行前插入回车符(forcecr 开启).\n" -#: fetchmail.c:1820 +#: fetchmail.c:1821 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " 不在换行前强行插入回车符(forcecr 关闭).\n" -#: fetchmail.c:1822 -msgid "" -" Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" +#: fetchmail.c:1823 +msgid " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr " 忽略 Content-Transfer-Encoding (pass8bits 开启).\n" -#: fetchmail.c:1823 -msgid "" -" Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" +#: fetchmail.c:1824 +msgid " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr " 不忽略 Content-Transfer-Encoding (pass8bits 关闭).\n" -#: fetchmail.c:1825 +#: fetchmail.c:1826 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " 解开 MIME 编码 (mimedecode 开启).\n" -#: fetchmail.c:1826 +#: fetchmail.c:1827 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " 不解开 MIME 编码 (mimedecode 关闭).\n" -#: fetchmail.c:1828 +#: fetchmail.c:1829 msgid " Idle after poll is enabled (idle on).\n" msgstr " 收件后回到 idle 模式 (idle 开启).\n" -#: fetchmail.c:1829 +#: fetchmail.c:1830 msgid " Idle after poll is disabled (idle off).\n" msgstr " 收件后不回到 idle 模式 (idle 关闭).\n" -#: fetchmail.c:1831 +#: fetchmail.c:1832 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " 删除带有 Status 字样的行 (dropstatus 开启)\n" -#: fetchmail.c:1832 +#: fetchmail.c:1833 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " 保留带有 Status 字样的 行 (dropstatus 关闭)\n" -#: fetchmail.c:1834 +#: fetchmail.c:1835 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " 删除带有 Delivered-to 的行 (dropdelivered 开启)\n" -#: fetchmail.c:1835 +#: fetchmail.c:1836 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " 保留带有 Delivered-to 的行 (dropdelivered 关闭)\n" -#: fetchmail.c:1839 +#: fetchmail.c:1840 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " 邮件大小被限制为 %d 字节 (--limit %d).\n" -#: fetchmail.c:1842 +#: fetchmail.c:1843 msgid " No message size limit (--limit 0).\n" msgstr " 邮件大小无限制 (--limit 0).\n" -#: fetchmail.c:1844 +#: fetchmail.c:1845 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr " 每隔 %d 秒发出邮件大小警告 (--warnings %d).\n" -#: fetchmail.c:1847 +#: fetchmail.c:1848 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " 每次收件都给出邮件大小警告 (--warnings 0).\n" -#: fetchmail.c:1850 +#: fetchmail.c:1851 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " 单次收件限制为 %d 封(--fetchlimit %d).\n" -#: fetchmail.c:1853 +#: fetchmail.c:1854 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " 无收件限制 (--fetchlimit 0).\n" -#: fetchmail.c:1855 +#: fetchmail.c:1856 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " 限制所收邮件大小为 %d 字节(--fetchsizelimit %d).\n" -#: fetchmail.c:1858 +#: fetchmail.c:1859 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " 所收邮件大小无限制 (--fetchsizelimit 0).\n" -#: fetchmail.c:1862 +#: fetchmail.c:1863 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr " 每次收件期间对 UIDs 进行折半查找 (--fastuidl 1).\n" -#: fetchmail.c:1864 +#: fetchmail.c:1865 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr " 每 %2$d 次收件中有 %1$d 次对 UIDs 进行折半查找 (--fastuidl %3$d).\n" -#: fetchmail.c:1867 +#: fetchmail.c:1868 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr " 每次收件期间对 UIDs 进行线性查找 (--fastuidl 0).\n" -#: fetchmail.c:1869 +#: fetchmail.c:1870 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " 单次 SMTP 会话中最多传送 %d 封邮件。\n" -#: fetchmail.c:1871 +#: fetchmail.c:1872 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " 单次 SMTP 会话中无传送邮件限制 (--batchlimit 0)。\n" -#: fetchmail.c:1875 +#: fetchmail.c:1876 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr " 两次删除操作之间最多传送 %d 封邮件(--expunge %d)。\n" -#: fetchmail.c:1877 +#: fetchmail.c:1878 msgid " No forced expunges (--expunge 0).\n" msgstr " 两次删除操作之间无传送邮件限制(--expunge 0)。\n" -#: fetchmail.c:1884 +#: fetchmail.c:1885 msgid " Domains for which mail will be fetched are:" msgstr " 要收取的邮件位于服务器:" -#: fetchmail.c:1889 fetchmail.c:1909 +#: fetchmail.c:1890 fetchmail.c:1910 msgid " (default)" msgstr " (默认)" -#: fetchmail.c:1894 +#: fetchmail.c:1895 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " 邮件作为 BSMTP 附加至 %s\n" -#: fetchmail.c:1896 +#: fetchmail.c:1897 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " 邮件通过 “%s” 投递。\n" -#: fetchmail.c:1903 +#: fetchmail.c:1904 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " 邮件将被 %cMPT 转发到:" -#: fetchmail.c:1914 +#: fetchmail.c:1915 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " MAIL FROM 这一行的 Host 部分是 %s\n" -#: fetchmail.c:1917 +#: fetchmail.c:1918 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr " RCPT TO 这一行中将要被送往 SMTP 的地址是 %s\n" -#: fetchmail.c:1926 +#: fetchmail.c:1927 msgid " Recognized listener spam block responses are:" msgstr " 识别出的监听端垃圾邮件拒收响应为:" # fetchmail.c:1809 -#: fetchmail.c:1932 +#: fetchmail.c:1933 msgid " Spam-blocking disabled\n" msgstr " 关闭垃圾邮件拒收\n" -#: fetchmail.c:1935 +#: fetchmail.c:1936 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " 服务器连接将被 “%s” 唤起\n" -#: fetchmail.c:1938 +#: fetchmail.c:1939 msgid " No pre-connection command.\n" msgstr " 无连接前要执行的程序。\n" -#: fetchmail.c:1940 +#: fetchmail.c:1941 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " 服务器连接将被 “%s” 关闭。\n" -#: fetchmail.c:1943 +#: fetchmail.c:1944 msgid " No post-connection command.\n" msgstr " 无连接后要执行的程序。\n" -#: fetchmail.c:1946 +#: fetchmail.c:1947 msgid " No localnames declared for this host.\n" msgstr " 此服务器没有要关联的本地用户名。\n" -#: fetchmail.c:1956 +#: fetchmail.c:1957 msgid " Multi-drop mode: " msgstr " 多投模式: " -#: fetchmail.c:1958 +#: fetchmail.c:1959 msgid " Single-drop mode: " msgstr " 单投模式: " -#: fetchmail.c:1960 +#: fetchmail.c:1961 #, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "识别出 %d 个本地用户名。\n" -#: fetchmail.c:1975 +#: fetchmail.c:1976 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " 启用 DNS 搜寻多投地址。\n" -#: fetchmail.c:1976 +#: fetchmail.c:1977 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " 关闭 DNS 搜寻多投地址。\n" -#: fetchmail.c:1980 -msgid "" -" Server aliases will be compared with multidrop addresses by IP address.\n" +#: fetchmail.c:1981 +msgid " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr " 服务器昵称将以 IP 地址与多投地址进行比较\n" -#: fetchmail.c:1982 +#: fetchmail.c:1983 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr " 服务器昵称将以名字与多投地址进行比较\n" -#: fetchmail.c:1985 +#: fetchmail.c:1986 msgid " Envelope-address routing is disabled\n" msgstr " 禁用 Envelope-address 路由\n" -#: fetchmail.c:1988 +#: fetchmail.c:1989 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " 邮件头假定为: %s\n" -#: fetchmail.c:1991 +#: fetchmail.c:1992 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " 跳过的邮件头数目为: %d\n" -#: fetchmail.c:1994 +#: fetchmail.c:1995 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " 将从用户 id 中移除前缀 %s\n" -#: fetchmail.c:1997 +#: fetchmail.c:1998 msgid " No prefix stripping\n" msgstr " 没有要从用户 id 中清除的前缀\n" -#: fetchmail.c:2002 +#: fetchmail.c:2003 msgid " Predeclared mailserver aliases:" msgstr " 预先声明的邮件服务器昵称: " -#: fetchmail.c:2010 +#: fetchmail.c:2011 msgid " Local domains:" msgstr " 本地域:" -#: fetchmail.c:2020 +#: fetchmail.c:2021 #, c-format msgid " Connection must be through interface %s.\n" msgstr " 必须通过地址 %s 连接\n" -#: fetchmail.c:2022 +#: fetchmail.c:2023 msgid " No interface requirement specified.\n" msgstr " 未指定地址要求。\n" -#: fetchmail.c:2024 +#: fetchmail.c:2025 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " 收件轮循将监听 %s。\n" -#: fetchmail.c:2026 +#: fetchmail.c:2027 msgid " No monitor interface specified.\n" msgstr " 未指定监听地址。\n" -#: fetchmail.c:2030 +#: fetchmail.c:2031 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr " 通过外部程序 %s 进行服务器连接 (--plugin %s)。\n" -#: fetchmail.c:2032 +#: fetchmail.c:2033 msgid " No plugin command specified.\n" msgstr " 未指定外部程序。\n" -#: fetchmail.c:2034 +#: fetchmail.c:2035 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr " 通过外部程序 %s 进行 SMTP 连接(--plugout %s)。\n" -#: fetchmail.c:2036 +#: fetchmail.c:2037 msgid " No plugout command specified.\n" msgstr " 未指定外部程序。\n" -#: fetchmail.c:2043 +#: fetchmail.c:2044 msgid " No UIDs saved from this host.\n" msgstr " 未从此主机上保存 UIDs。\n" -#: fetchmail.c:2046 +#: fetchmail.c:2047 #, c-format msgid " %d UIDs saved.\n" msgstr " 保存了 %d 个UIDs。\n" -#: fetchmail.c:2052 +#: fetchmail.c:2053 msgid " Poll trace information will be added to the Received header.\n" msgstr " 收件跟踪信息将被加入 Received 邮件头。\n" -#: fetchmail.c:2054 +#: fetchmail.c:2055 msgid " No poll trace information will be added to the Received header.\n" msgstr "" " 无收件跟踪信息要被加入 Received 邮件头。\n" "。\n" -#: fetchmail.c:2059 +#: fetchmail.c:2060 msgid " Messages with bad headers will be rejected.\n" msgstr " 邮件头错误的邮件将被拒收。\n" -#: fetchmail.c:2062 +#: fetchmail.c:2063 msgid " Messages with bad headers will be passed on.\n" msgstr " 邮件头错误的邮件可以接收。\n" -#: fetchmail.c:2067 +#: fetchmail.c:2068 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " 传送的 properties 选项为 “%s” 。\n" @@ -1628,9 +1598,7 @@ msgid "Cannot modify signal mask: %s" msgstr "无法修改信号 mask:%s" #: fm_realpath.c:35 -msgid "" -"Your operating system neither defines PATH_MAX nor will it accept " -"realpath(f, NULL). Aborting.\n" +msgid "Your operating system neither defines PATH_MAX nor will it accept realpath(f, NULL). Aborting.\n" msgstr "您的操作系统既未定义 PATH_MAX 也不接受 realpath(f, NULL)。中止操作。\n" #: getpass.c:71 @@ -1670,8 +1638,7 @@ msgid "No suitable GSSAPI credentials found. Skipping GSSAPI authentication.\n" msgstr "未找到合适的 GSSAPI 证书。忽略 GSSAPI 认证。\n" #: gssapi.c:124 -msgid "" -"If you want to use GSSAPI, you need credentials first, possibly from kinit.\n" +msgid "If you want to use GSSAPI, you need credentials first, possibly from kinit.\n" msgstr "如您想使用 GSSAPI,您首先需要证书,也许来自 kinit。\n" #: gssapi.c:160 @@ -1849,8 +1816,7 @@ msgid "%u is first unseen\n" msgstr "%u 是首个未读邮件\n" #: imap.c:1078 -msgid "" -"Warning: ignoring bogus data for message sizes returned by the server.\n" +msgid "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "警告: 忽略服务器返回的邮件大小的无效数据。\n" #: imap.c:1177 imap.c:1184 @@ -1961,20 +1927,37 @@ msgstr "请求不匹配\n" #: lock.c:87 #, c-format msgid "fetchmail: error reading lockfile \"%s\": %s\n" -msgstr "fetchmail: 读取锁文件 “%s” 时发生错误: %s\n" +msgstr "fetchmail: 读取锁文件“%s”时发生错误: %s\n" #: lock.c:98 -msgid "fetchmail: removing stale lockfile\n" -msgstr "fetchmail: 正在删除过时的锁文件\n" +#, c-format +msgid "fetchmail: removing stale lockfile \"%s\"\n" +msgstr "fetchmail: 正在移除过时的锁文件“%s”\n" -#: lock.c:122 +#: lock.c:102 +#, c-format +msgid "fetchmail: cannot unlink lockfile \"%s\" (%s), trying to write to it\n" +msgstr "fetchmail: 无法删除锁文件“%s”(%s),尝试对其进行写入\n" + +#: lock.c:116 +#, c-format +msgid "fetchmail: cannot write to lockfile \"%s\" (%s), exiting\n" +msgstr "fetchmail: 无法写入锁文件“%s”(%s),正在退出\n" + +#: lock.c:126 #, c-format msgid "fetchmail: error opening lockfile \"%s\": %s\n" -msgstr "fetchmail: 打开锁文件 “%s” 时发生错误: %s\n" +msgstr "fetchmail: 打开锁文件“%s”时发生错误:%s\n" -#: lock.c:169 -msgid "fetchmail: lock creation failed.\n" -msgstr "fetchmail: 锁文件创建失败。\n" +#: lock.c:176 +#, c-format +msgid "fetchmail: lock creation failed, pidfile \"%s\": %s\n" +msgstr "fetchmail: 锁文件创建失败,pidfile“%s”:%s\n" + +#: lock.c:187 +#, c-format +msgid "fetchmail: cannot remove or truncate pidfile \"%s\": %s\n" +msgstr "fetchmail: 无法删除或截断 pidfile“%s”:%s\n" #: netrc.c:220 #, c-format @@ -2138,9 +2121,7 @@ msgid " -L, --logfile specify logfile name\n" msgstr " -L, --logfile\t指定日志文件名\n" #: options.c:653 -msgid "" -" --syslog use syslog(3) for most messages when running as a " -"daemon\n" +msgid " --syslog use syslog(3) for most messages when running as a daemon\n" msgstr " --syslog\t以后台服务运行时用 syslog(3) 得到更多的信息\n" #: options.c:654 @@ -2172,14 +2153,11 @@ msgid " --nobounce redirect bounces from user to postmaster.\n" msgstr " --nobounce\t将回送邮件从用户重定向至邮件管理员\n" #: options.c:661 -msgid "" -" --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" +msgid " --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" msgstr " --nosoftbounce\t让 fetchmail 永久删除无法投递的邮件。\n" #: options.c:662 -msgid "" -" --softbounce keep permanently undeliverable messages on server " -"(default).\n" +msgid " --softbounce keep permanently undeliverable messages on server (default).\n" msgstr " --softbounce\t将无法投递的邮件长期保留在服务器上(默认)。\n" #: options.c:664 @@ -2219,14 +2197,11 @@ msgid " --sslcertpath path to trusted-CA ssl certificate directory\n" msgstr " --sslcertpath 受信 CA ssl 证书文件的目录\n" #: options.c:675 -msgid "" -" --sslcommonname expect this CommonName from server (discouraged)\n" +msgid " --sslcommonname expect this CommonName from server (discouraged)\n" msgstr " --sslcommonname\t期望返回服务器名 (不鼓励)\n" #: options.c:676 -msgid "" -" --sslfingerprint fingerprint that must match that of the server's " -"cert.\n" +msgid " --sslfingerprint fingerprint that must match that of the server's cert.\n" msgstr " --sslfingerprint\t指定一个指纹,它必须与服务器证书的指纹匹配\n" #: options.c:677 @@ -2258,8 +2233,7 @@ msgid " -U, --uidl force the use of UIDLs (pop3 only)\n" msgstr " -U, --uidl\t强制使用 UIDLs(仅适用于 pop3)\n" #: options.c:686 -msgid "" -" --idle tells the IMAP server to send notice of new messages\n" +msgid " --idle tells the IMAP server to send notice of new messages\n" msgstr " --idle 告知 IMAP 服务器为新邮件发送通知\n" #: options.c:687 @@ -2267,8 +2241,7 @@ msgid " --port TCP port to connect to (obsolete, use --service)\n" msgstr " --port\t要连接的 TCP 端口(过时了,用 --service)\n" #: options.c:688 -msgid "" -" -P, --service TCP service to connect to (can be numeric TCP port)\n" +msgid " -P, --service TCP service to connect to (can be numeric TCP port)\n" msgstr " -P, --service\t要连接的 TCP 服务(允许用 TCP 端口的数值来表示)\n" #: options.c:689 @@ -2400,8 +2373,7 @@ msgid "POP2 only supports password authentication. Giving up.\n" msgstr "POP2 只支持密码验证。放弃操作。\n" #: pop3.c:330 -msgid "" -"Warning: \"Maillennium POP3\" found, using RETR command instead of TOP.\n" +msgid "Warning: \"Maillennium POP3\" found, using RETR command instead of TOP.\n" msgstr "警告: 发现\"Maillennium POP3\",用 RETR 命令代替 TOP。\n" #: pop3.c:414 @@ -2489,15 +2461,11 @@ msgid "SDPS not enabled." msgstr "SDPS 不可用" #: rcfile_y.y:217 -msgid "" -"fetchmail: interface option is only supported under Linux (without IPv6) and " -"FreeBSD\n" +msgid "fetchmail: interface option is only supported under Linux (without IPv6) and FreeBSD\n" msgstr "fetchmail: interface 选项只有 Linux(无 IPv6)和 FreeBSD 支持\n" #: rcfile_y.y:225 -msgid "" -"fetchmail: monitor option is only supported under Linux (without IPv6) and " -"FreeBSD\n" +msgid "fetchmail: monitor option is only supported under Linux (without IPv6) and FreeBSD\n" msgstr "fetchmail: monitor 选项只有 Linux(无 IPv6)和 FreeBSD 支持\n" #: rcfile_y.y:339 @@ -2849,8 +2817,7 @@ msgstr "MDA 返回非零值 %d\n" #: sink.c:1396 #, c-format -msgid "" -"Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" +msgid "Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" msgstr "奇怪: MDA pclose 返回 %d 且 errno 为 %d/%s,在 %s:%d 无法处理\n" #: sink.c:1421 @@ -3108,15 +3075,8 @@ msgid "Broken certification chain at: %s\n" msgstr "证书链错误,位于: %s\n" #: socket.c:831 -#, fuzzy -msgid "" -"This could mean that the server did not provide the intermediate CA's " -"certificate(s), which is nothing fetchmail could do anything about. For " -"details, please see the README.SSL-SERVER document that ships with " -"fetchmail.\n" -msgstr "" -"此错误通常出现在服务器提供了一个不完整的验证链,fetchmain 对此无能为力。详细" -"信息请查看随同 fetchmail 发行的 README.SSL-SERVER 文档。\n" +msgid "This could mean that the server did not provide the intermediate CA's certificate(s), which is nothing fetchmail could do anything about. For details, please see the README.SSL-SERVER document that ships with fetchmail.\n" +msgstr "这可能意味着服务器未提供中间 CA 证书,fetchmain 对此无能为力。详细信息请查看随同 fetchmail 发行的 README.SSL-SERVER 文档。\n" #: socket.c:841 #, c-format @@ -3124,15 +3084,8 @@ msgid "Missing trust anchor certificate: %s\n" msgstr "缺失信任锚(trust anchor)证书:%s\n" #: socket.c:844 -#, fuzzy -msgid "" -"This could mean that the root CA's signing certificate is not in the trusted " -"CA certificate location, or that c_rehash needs to be run on the certificate " -"directory. For details, please see the documentation of --sslcertpath and --" -"sslcertfile in the manual page. See README.SSL for details.\n" -msgstr "" -"这意味着根证书(为 %s 而颁发)不在 CA 证书受信路径处,或是 c_rehash 需要在证书" -"目录下运行。详细信息请查看手册页中的 --sslcertpath 和 --sslcertfile 部分。\n" +msgid "This could mean that the root CA's signing certificate is not in the trusted CA certificate location, or that c_rehash needs to be run on the certificate directory. For details, please see the documentation of --sslcertpath and --sslcertfile in the manual page. See README.SSL for details.\n" +msgstr "这意味着根证书不在 CA 证书受信路径处,或是需要在证书目录下运行 c_rehash。详细信息请查看手册页中的 --sslcertpath 和 --sslcertfile 部分。\n" #: socket.c:918 socket.c:996 msgid "Your OpenSSL version does not support SSLv3.\n" @@ -3157,14 +3110,12 @@ msgstr "指定了无效的 SSL 协议“%s”,将用默认的自动选择(au #: socket.c:1081 #, c-format -msgid "" -"Loaded OpenSSL library %#lx older than headers %#lx, refusing to work.\n" +msgid "Loaded OpenSSL library %#lx older than headers %#lx, refusing to work.\n" msgstr "已加载的 OpenSSL 库 %#lx 比头文件 %#lx 更旧,拒绝工作。\n" #: socket.c:1086 #, c-format -msgid "" -"Loaded OpenSSL library %#lx newer than headers %#lx, trying to continue.\n" +msgid "Loaded OpenSSL library %#lx newer than headers %#lx, trying to continue.\n" msgstr "已加载的 OpenSSL 库 %#lx 比头文件 %#lx 更新,尝试继续工作。\n" #: socket.c:1106 @@ -3172,30 +3123,18 @@ msgid "File descriptor out of range for SSL" msgstr "文件描述符超出 SSL 的范围" #: socket.c:1127 -msgid "" -"Note that some distributions disable older protocol versions in weird non-" -"standard ways. Try a newer protocol version.\n" -msgstr "" -"请注意,某些发行版以非标准的方式禁用了较旧的协议版本。请尝试更新的协议版" -"本。\n" +msgid "Note that some distributions disable older protocol versions in weird non-standard ways. Try a newer protocol version.\n" +msgstr "请注意,某些发行版以非标准的方式禁用了较旧的协议版本。请尝试更新的协议版本。\n" #: socket.c:1195 #, c-format -msgid "" -"Warning: SSL_set_tlsext_host_name(%p, \"%s\") failed (code %#lx), trying to " -"continue.\n" -msgstr "" -"警告:SSL_set_tlsext_host_name(%p, \"%s\") 失败(代码 %#lx),尝试继续操" -"作。\n" +msgid "Warning: SSL_set_tlsext_host_name(%p, \"%s\") failed (code %#lx), trying to continue.\n" +msgstr "警告:SSL_set_tlsext_host_name(%p, \"%s\") 失败(代码 %#lx),尝试继续操作。\n" #: socket.c:1210 #, c-format -msgid "" -"Warning: X509_VERIFY_PARAM_set1_host(%p, \"%s\") failed (code %#x), trying " -"to continue.\n" -msgstr "" -"警告:X509_VERIFY_PARAM_set1_host(%p, \"%s\") 失败(代码 %#x),尝试继续操" -"作。\n" +msgid "Warning: X509_VERIFY_PARAM_set1_host(%p, \"%s\") failed (code %#x), trying to continue.\n" +msgstr "警告:X509_VERIFY_PARAM_set1_host(%p, \"%s\") 失败(代码 %#x),尝试继续操作。\n" #: socket.c:1247 msgid "Server shut down connection prematurely during SSL_connect().\n" @@ -3224,9 +3163,7 @@ msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "证书/指纹验证被不明原因地跳过!\n" #: socket.c:1297 -msgid "" -"Warning: the connection is insecure, continuing anyways. (Better use --" -"sslcertck!)\n" +msgid "Warning: the connection is insecure, continuing anyways. (Better use --sslcertck!)\n" msgstr "警告:此连接不安全,但会继续运行。(最好使用 --sslcertck!)\n" #: socket.c:1339 @@ -3364,9 +3301,8 @@ msgid " <empty>" msgstr " <空>" #: uid.c:284 -#, fuzzy msgid "Scratch list of UIDs:\n" -msgstr "抓取 UIDs 列表:" +msgstr "" #: uid.c:369 uid.c:413 #, c-format @@ -3439,8 +3375,7 @@ msgstr "realloc 失败\n" #~ msgid "swapping UID lists\n" #~ msgstr "正在转储 UID 列表\n" -#~ msgid "" -#~ "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +#~ msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" #~ msgstr "fetchmail: 警告: 设置了 syslog 和 logfile。通过两者查看记录!\n" #~ msgid "Subject: Fetchmail unreachable-server warning." |