diff options
Diffstat (limited to 'po/zh_CN.po')
-rw-r--r-- | po/zh_CN.po | 821 |
1 files changed, 462 insertions, 359 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index ecf2b84b..9b3308ab 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.4.13-rc1\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-10-14 00:44+0200\n" +"POT-Creation-Date: 2021-02-27 13:23+0100\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" @@ -134,7 +134,8 @@ 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 @@ -152,7 +153,8 @@ 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 @@ -186,7 +188,9 @@ 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 @@ -511,7 +515,8 @@ 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 "" @@ -540,18 +545,19 @@ msgid "%s: can't determine your host!" msgstr "%s: 无法确认您的主机!" #: env.c:223 -#, c-format -msgid "getaddrinfo failed for %s\n" +#, fuzzy, c-format +msgid "getaddrinfo failed for \"%s\": %s\n" msgstr "%s 主机上 getaddrinfo 出错\n" -#: env.c:225 +#: env.c:224 msgid "Cannot find my own host in hosts database to qualify it!\n" msgstr "无法在主机数据库中找到自己的主机来验证它!\n" -#: env.c:229 +#: env.c:228 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" @@ -622,7 +628,7 @@ msgstr "ETRN 不支持 --folder 选项\n" msgid "Option --check is not supported with ETRN\n" msgstr "ETRN 不支持 --check 选项\n" -#: fetchmail.c:142 +#: fetchmail.c:144 #, c-format msgid "" "Copyright (C) 2002, 2003 Eric S. Raymond\n" @@ -637,7 +643,7 @@ msgstr "" "Copyright (C) 2005 - 2012 Sunil Shetye\n" "Copyright (C) 2005 - %d Matthias Andree\n" -#: fetchmail.c:148 +#: fetchmail.c:150 msgid "" "Fetchmail comes with ABSOLUTELY NO WARRANTY. This is free software, and you\n" "are welcome to redistribute it under certain conditions. For details,\n" @@ -647,947 +653,995 @@ msgstr "" "重新分发它。\n" "详情请看源文件或是文档目录中的 COPYING 部分。\n" -#: fetchmail.c:188 +#: fetchmail.c:190 msgid "WARNING: Running as root is discouraged.\n" msgstr "警告: 不提倡以 root 身份运行\n" -#: fetchmail.c:200 +#: fetchmail.c:202 msgid "fetchmail: invoked with" msgstr "fetchmail: 调用参数" -#: fetchmail.c:223 +#: fetchmail.c:225 msgid "could not get current working directory\n" msgstr "无法得到当前工作目录\n" -#: fetchmail.c:304 +#: fetchmail.c:306 #, c-format msgid "This is fetchmail release %s" msgstr "这是 fetchmail 发行版 %s" -#: fetchmail.c:308 +#: fetchmail.c:309 +#, c-format +msgid "" +"Compiled with SSL library %#lx \"%s\"\n" +"Run-time uses SSL library %#lx \"%s\"\n" +msgstr "" + +#: fetchmail.c:313 +#, fuzzy, c-format +msgid "" +"OpenSSL: %s\n" +"Engines: %s\n" +msgstr "OpenSSL 报告了:%s\n" + +#: fetchmail.c:317 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" +#: fetchmail.c:320 +msgid "" +"WARNING: Compiled against LibreSSL, which is not a supported configuration.\n" msgstr "警告:使用 LibreSSL 编译,该配置不受支持。\n" -#: fetchmail.c:314 +#: fetchmail.c:323 msgid "WARNING: Compiled without SSL/TLS.\n" msgstr "警告:编译时未启用 SSL/TLS。\n" -#: fetchmail.c:340 +#: fetchmail.c:349 msgid "The nodetach option is in effect, ignoring logfile option.\n" msgstr "nodetach 选项在起作用,忽略 logfile 选项。\n" -#: fetchmail.c:347 +#: fetchmail.c:356 msgid "Not running in daemon mode, ignoring logfile option.\n" msgstr "未以 daemon 模式运行,忽略 logfile 选项。\n" -#: fetchmail.c:354 +#: fetchmail.c:363 #, c-format msgid "Logfile \"%s\" does not exist, ignoring logfile option.\n" msgstr "日志文件 \"%s\" 不存在,忽略 logfile 选项。\n" -#: fetchmail.c:360 +#: fetchmail.c:369 #, c-format msgid "Logfile \"%s\" is not writable, aborting.\n" msgstr "日志文件 \"%s\" 不可写,退出。\n" -#: fetchmail.c:378 +#: fetchmail.c:387 #, 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:469 +#: fetchmail.c:478 #, c-format msgid "Taking options from command line%s%s\n" msgstr "正从命令行获得选项 %s%s\n" -#: fetchmail.c:470 +#: fetchmail.c:479 msgid " and " msgstr "和" -#: fetchmail.c:475 +#: fetchmail.c:484 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "未设置邮件服务器 -- 可能未找到 %s?\n" -#: fetchmail.c:496 +#: fetchmail.c:505 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: 未指定邮件服务器\n" -#: fetchmail.c:508 +#: fetchmail.c:517 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: 无其它 fetchmail 正在运行\n" -#: fetchmail.c:514 +#: fetchmail.c:523 #, c-format msgid "fetchmail: error killing %s fetchmail at %ld; bailing out.\n" msgstr "fetchmail: 终止 %s fetchmail 进程号 %ld 时出错;退出。\n" -#: fetchmail.c:515 fetchmail.c:524 +#: fetchmail.c:524 fetchmail.c:533 msgid "background" msgstr "后台" -#: fetchmail.c:515 fetchmail.c:524 +#: fetchmail.c:524 fetchmail.c:533 msgid "foreground" msgstr "前台" -#: fetchmail.c:523 +#: fetchmail.c:532 #, c-format msgid "fetchmail: %s fetchmail at %ld killed.\n" msgstr "fetchmail: %s fetchmail 进程号 %ld 终止。\n" -#: fetchmail.c:546 -msgid "fetchmail: can't check mail while another fetchmail to same host is running.\n" +#: fetchmail.c:555 +msgid "" +"fetchmail: can't check mail while another fetchmail to same host is " +"running.\n" msgstr "fetchmail: 有另一个 fetchmail 在同一主机上运行时无法检查邮件。\n" -#: fetchmail.c:552 +#: fetchmail.c:561 #, 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:559 +#: fetchmail.c:568 #, c-format msgid "fetchmail: another foreground fetchmail is running at %ld.\n" msgstr "fetchmail: 另一个前台 fetchmail 进程号 %ld 正在运行。\n" -#: fetchmail.c:569 -msgid "fetchmail: can't accept options while a background fetchmail is running.\n" +#: fetchmail.c:578 +msgid "" +"fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "fetchmail: 有后台 fetchmail 正在运行时无法接受选项\n" -#: fetchmail.c:581 +#: fetchmail.c:590 #, c-format msgid "fetchmail: background fetchmail at %ld awakened.\n" msgstr "fetchmail: 后台 fetchmail 进程号 %ld 被唤醒\n" -#: fetchmail.c:593 +#: fetchmail.c:602 #, c-format msgid "fetchmail: elder sibling at %ld died mysteriously.\n" msgstr "fetchmail: 上次 fetchmail 进程号 %ld 不明原因的终止\n" -#: fetchmail.c:608 +#: fetchmail.c:617 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: 无法找到 %s@%s 的密码\n" -#: fetchmail.c:612 +#: fetchmail.c:621 #, c-format msgid "Enter password for %s@%s: " msgstr "输入 %s@%s 的密码:" -#: fetchmail.c:654 +#: fetchmail.c:663 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: 无法转入后台。退出\n" -#: fetchmail.c:658 +#: fetchmail.c:667 #, c-format msgid "starting fetchmail %s daemon\n" msgstr "开启 fetchmail %s 后台服务\n" -#: fetchmail.c:674 fetchmail.c:676 +#: fetchmail.c:683 fetchmail.c:685 #, c-format msgid "could not open %s to append logs to\n" msgstr "无法打开 %s 添加记录\n" -#: fetchmail.c:695 +#: fetchmail.c:704 msgid "--check mode enabled, not fetching mail\n" msgstr "开启 --check 模式, 而非真正取回邮件\n" -#: fetchmail.c:717 +#: fetchmail.c:726 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "无法时限检测 %s (错误号 %d)\n" -#: fetchmail.c:722 +#: fetchmail.c:731 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "正在重启 fetchmail (%s 改变了)\n" -#: fetchmail.c:726 +#: fetchmail.c:735 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "由于目录尚未重置,因此重新执行的尝试可能失败\n" -#: fetchmail.c:752 +#: fetchmail.c:761 msgid "attempt to re-exec fetchmail failed\n" msgstr "重新执行 fetchmail 的尝试失败了\n" -#: fetchmail.c:782 +#: fetchmail.c:791 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "忽略收取 %s 的邮件 (验证失败或多次超时)\n" -#: fetchmail.c:794 +#: fetchmail.c:803 #, c-format msgid "interval not reached, not querying %s\n" msgstr "时间间隔未到,不查寻 %s \n" -#: fetchmail.c:832 +#: fetchmail.c:841 msgid "Query status=0 (SUCCESS)\n" msgstr "查询状态=0 (成功)\n" -#: fetchmail.c:834 +#: fetchmail.c:843 msgid "Query status=1 (NOMAIL)\n" msgstr "查询状态=1 (无邮件)\n" -#: fetchmail.c:836 +#: fetchmail.c:845 msgid "Query status=2 (SOCKET)\n" msgstr "查询状态=2 (套接字输入输出错误)\n" -#: fetchmail.c:838 +#: fetchmail.c:847 msgid "Query status=3 (AUTHFAIL)\n" msgstr "查询状态=3 (用户验证失败)\n" -#: fetchmail.c:840 +#: fetchmail.c:849 msgid "Query status=4 (PROTOCOL)\n" msgstr "查询状态=4 (协议无效)\n" -#: fetchmail.c:842 +#: fetchmail.c:851 msgid "Query status=5 (SYNTAX)\n" msgstr "查询状态=5 (命令行语法错误)\n" -#: fetchmail.c:844 +#: fetchmail.c:853 msgid "Query status=6 (IOERR)\n" msgstr "查询状态=6 (配置文件权限错误)\n" -#: fetchmail.c:846 +#: fetchmail.c:855 msgid "Query status=7 (ERROR)\n" msgstr "查询状态=7 (协议错误)\n" -#: fetchmail.c:848 +#: fetchmail.c:857 msgid "Query status=8 (EXCLUDE)\n" msgstr "查询状态=8 (客户端受到排斥)\n" -#: fetchmail.c:850 +#: fetchmail.c:859 msgid "Query status=9 (LOCKBUSY)\n" msgstr "查询状态=9 (服务器死锁)\n" -#: fetchmail.c:852 +#: fetchmail.c:861 msgid "Query status=10 (SMTP)\n" msgstr "查询状态=10 (SMTP 错误)\n" -#: fetchmail.c:854 +#: fetchmail.c:863 msgid "Query status=11 (DNS)\n" msgstr "查询状态=11 (DNS 错误)\n" -#: fetchmail.c:856 +#: fetchmail.c:865 msgid "Query status=12 (BSMTP)\n" msgstr "查询状态=12 (无法打开批量输出)\n" -#: fetchmail.c:858 +#: fetchmail.c:867 msgid "Query status=13 (MAXFETCH)\n" msgstr "查询状态=13 (到达收件上限)\n" -#: fetchmail.c:860 +#: fetchmail.c:869 #, c-format msgid "Query status=%d\n" msgstr "查询状态=%d\n" -#: fetchmail.c:902 +#: fetchmail.c:911 msgid "All connections are wedged. Exiting.\n" msgstr "所有连接堵塞。退出\n" -#: fetchmail.c:910 +#: fetchmail.c:919 #, c-format msgid "sleeping at %s for %d seconds\n" msgstr "在 %s 休眠 %d 秒\n" -#: fetchmail.c:934 +#: fetchmail.c:943 #, c-format msgid "awakened by %s\n" msgstr "通过信号 %s 唤醒\n" -#: fetchmail.c:937 +#: fetchmail.c:946 #, c-format msgid "awakened by signal %d\n" msgstr "通过信号 %d 唤醒\n" -#: fetchmail.c:945 +#: fetchmail.c:954 #, c-format msgid "awakened at %s\n" msgstr "在 %s 被唤醒\n" -#: fetchmail.c:950 +#: fetchmail.c:959 #, c-format msgid "normal termination, status %d\n" msgstr "正常结束,返回值 %d\n" -#: fetchmail.c:1114 +#: fetchmail.c:1123 msgid "couldn't time-check the run-control file\n" msgstr "无法对 run-control 文件进行时限检测\n" -#: fetchmail.c:1148 +#: fetchmail.c:1157 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "警告: 在配置文件中多次提及主机 %s\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:1196 +msgid "" +"fetchmail: Error: multiple \"defaults\" records in config file, or \"defaults" +"\" is not the first record.\n" +msgstr "" +"fetchmail: 错误: 在配置文件中有多个 “defaults” 记录,或者“defaults”不是第一个" +"记录。\n" -#: fetchmail.c:1317 +#: fetchmail.c:1326 msgid "SSL support is not compiled in.\n" msgstr "SSL 支持未编译在内。\n" -#: fetchmail.c:1324 +#: fetchmail.c:1333 msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "配置了 KERBEROS v4 支持,但该功能未编译在内。\n" -#: fetchmail.c:1330 +#: fetchmail.c:1339 msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "配置了 KERBEROS v5 支持,但该功能未编译在内。\n" -#: fetchmail.c:1336 +#: fetchmail.c:1345 msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "配置了 GSSAPI 支持,但该功能未编译在内。\n" -#: fetchmail.c:1366 +#: fetchmail.c:1375 #, 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:1377 +#: fetchmail.c:1386 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "警告: %s 设置了多投邮件,需设置 envelope 选项!\n" -#: fetchmail.c:1378 +#: fetchmail.c:1387 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "警告: 如果所有邮件均被邮件管理员收取,不要寻求支持!\n" -#: fetchmail.c:1395 +#: fetchmail.c:1404 #, 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:1402 +#: fetchmail.c:1411 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "fetchmail: %s 配置无效,RPOP 要求开放一个特许端口\n" -#: fetchmail.c:1420 +#: fetchmail.c:1429 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "%s 配置无效,LMTP 不能用默认的 SMTP 端口\n" -#: fetchmail.c:1434 +#: fetchmail.c:1443 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "收取所有邮件并保留服务器上的备份或使用 idle 模式是错误的!\n" -#: fetchmail.c:1444 -msgid "fetchmail: Error: idle mode does not work for multiple folders or accounts!\n" +#: fetchmail.c:1453 +msgid "" +"fetchmail: Error: idle mode does not work for multiple folders or accounts!\n" msgstr "fetchmail: 错误:idle 模式对多个文件夹或账号不可用!\n" -#: fetchmail.c:1468 +#: fetchmail.c:1477 #, c-format msgid "terminated with signal %d\n" msgstr "以信号 %d 终止\n" -#: fetchmail.c:1541 +#: fetchmail.c:1550 #, 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:1566 +#: fetchmail.c:1575 msgid "POP2 support is not configured.\n" msgstr "未设置 POP2 支持\n" -#: fetchmail.c:1578 +#: fetchmail.c:1587 msgid "POP3 support is not configured.\n" msgstr "未设置 POP3 支持\n" -#: fetchmail.c:1588 +#: fetchmail.c:1597 msgid "IMAP support is not configured.\n" msgstr "未设置 IMAP 支持\n" -#: fetchmail.c:1594 +#: fetchmail.c:1603 msgid "ETRN support is not configured.\n" msgstr "未设置 ETRN 支持\n" -#: fetchmail.c:1602 +#: fetchmail.c:1611 msgid "ODMR support is not configured.\n" msgstr "未设置 ODMR 支持\n" -#: fetchmail.c:1609 +#: fetchmail.c:1618 msgid "unsupported protocol selected.\n" msgstr "选中了不支持的协议\n" -#: fetchmail.c:1620 +#: fetchmail.c:1629 #, 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:1645 +#: fetchmail.c:1654 #, c-format msgid "Poll interval is %d seconds\n" msgstr "收件间隔 %d 秒\n" -#: fetchmail.c:1647 +#: fetchmail.c:1656 #, c-format msgid "Logfile is %s\n" msgstr "日志文件为 %s\n" -#: fetchmail.c:1649 +#: fetchmail.c:1658 #, c-format msgid "Idfile is %s\n" msgstr "Idfile 文件为 %s\n" -#: fetchmail.c:1652 +#: fetchmail.c:1661 msgid "Progress messages will be logged via syslog\n" msgstr "邮件情况将通过 syslog 来记录\n" -#: fetchmail.c:1655 +#: fetchmail.c:1664 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail 将进行伪装且不会生成 Receiverd 部分\n" -#: fetchmail.c:1657 +#: fetchmail.c:1666 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "Fetchmail 将在日志文件中显示进度条(以点的形式)\n" -#: fetchmail.c:1659 +#: fetchmail.c:1668 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "Fetchmail 将转发地址错误的多投邮件给 %s。\n" -#: fetchmail.c:1663 +#: fetchmail.c:1672 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail 将把错误邮件转给邮件管理员\n" -#: fetchmail.c:1665 +#: fetchmail.c:1674 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail 将把错误邮件退给发送者\n" -#: fetchmail.c:1668 +#: fetchmail.c:1677 msgid "Fetchmail will treat permanent errors as permanent (drop messages).\n" msgstr "Fetchmail 将把长期错误当成不可恢复的错误(删除邮件)。\n" -#: fetchmail.c:1670 +#: fetchmail.c:1679 msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" msgstr "Fetchmail 将把惯性错误当成临时问题(保留邮件)。\n" -#: fetchmail.c:1677 +#: fetchmail.c:1686 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "从 %s@%s 收件时的选项:\n" -#: fetchmail.c:1681 +#: fetchmail.c:1690 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " 邮件将通过 %s 收取\n" -#: fetchmail.c:1684 +#: fetchmail.c:1693 #, 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:1688 +#: fetchmail.c:1697 #, c-format msgid " True name of server is %s.\n" msgstr " 服务器的实名为 %s。\n" -#: fetchmail.c:1691 +#: fetchmail.c:1700 msgid " This host will not be queried when no host is specified.\n" msgstr " 若不指明主机将不查询此主机\n" -#: fetchmail.c:1692 +#: fetchmail.c:1701 msgid " This host will be queried when no host is specified.\n" msgstr " 若不指明主机将查询此主机\n" -#: fetchmail.c:1696 +#: fetchmail.c:1705 msgid " Password will be prompted for.\n" msgstr "密码会被提示\n" -#: fetchmail.c:1700 +#: fetchmail.c:1709 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " APOP 密码 = “%s”\n" -#: fetchmail.c:1703 +#: fetchmail.c:1712 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " RPOP 密码 = “%s”\n" -#: fetchmail.c:1706 +#: fetchmail.c:1715 #, c-format msgid " Password = \"%s\".\n" msgstr " 密码 = “%s”\n" -#: fetchmail.c:1715 +#: fetchmail.c:1724 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " 协议是带有 Kerberos %s 认证协议的 KPOP" -#: fetchmail.c:1718 +#: fetchmail.c:1727 #, c-format msgid " Protocol is %s" msgstr " 协议是 %s" -#: fetchmail.c:1720 +#: fetchmail.c:1729 #, c-format msgid " (using service %s)" msgstr " (正在使用服务 %s)" -#: fetchmail.c:1722 +#: fetchmail.c:1731 msgid " (using default port)" msgstr " (正在使用默认端口)" -#: fetchmail.c:1724 +#: fetchmail.c:1733 msgid " (forcing UIDL use)" msgstr " (正在强制使用 UIDL)" -#: fetchmail.c:1730 +#: fetchmail.c:1739 msgid " All available authentication methods will be tried.\n" msgstr " 将尝试所有有效的验证方式\n" -#: fetchmail.c:1733 +#: fetchmail.c:1742 msgid " Password authentication will be forced.\n" msgstr " 强制密码验证\n" -#: fetchmail.c:1736 +#: fetchmail.c:1745 msgid " MSN authentication will be forced.\n" msgstr " 强制 MSN 验证\n" -#: fetchmail.c:1739 +#: fetchmail.c:1748 msgid " NTLM authentication will be forced.\n" msgstr " 强制 NTLM 验证\n" -#: fetchmail.c:1742 +#: fetchmail.c:1751 msgid " OTP authentication will be forced.\n" msgstr " 强制 OTP 验证\n" -#: fetchmail.c:1745 +#: fetchmail.c:1754 msgid " CRAM-MD5 authentication will be forced.\n" msgstr " 强制 CRAM-MD5 验证\n" -#: fetchmail.c:1748 +#: fetchmail.c:1757 msgid " GSSAPI authentication will be forced.\n" msgstr " 强制 GSSAPI 验证\n" -#: fetchmail.c:1751 +#: fetchmail.c:1760 msgid " Kerberos V4 authentication will be forced.\n" msgstr " 强制 Kerberos V4 验证\n" -#: fetchmail.c:1754 +#: fetchmail.c:1763 msgid " Kerberos V5 authentication will be forced.\n" msgstr " 强制 Kerberos V5 验证\n" -#: fetchmail.c:1757 +#: fetchmail.c:1766 msgid " End-to-end encryption assumed.\n" msgstr " 假设为终端到终端加密\n" -#: fetchmail.c:1761 +#: fetchmail.c:1770 #, c-format msgid " Mail service principal is: %s\n" msgstr " 邮件服务协议验证方为: %s\n" -#: fetchmail.c:1764 +#: fetchmail.c:1773 msgid " SSL encrypted sessions enabled.\n" msgstr "启用 SSL 加密会话\n" -#: fetchmail.c:1766 +#: fetchmail.c:1775 #, c-format msgid " SSL protocol: %s.\n" msgstr " SSL 协议: %s\n" -#: fetchmail.c:1768 +#: fetchmail.c:1777 msgid " SSL server certificate checking enabled.\n" msgstr " 已启用 SSL 服务器证书检查。\n" -#: fetchmail.c:1770 +#: fetchmail.c:1779 msgid " SSL server certificate checking disabled.\n" msgstr " 已禁用 SSL 服务器证书检查\n" -#: fetchmail.c:1773 +#: fetchmail.c:1781 +#, fuzzy, c-format +msgid " SSL default trusted certificate file: %s\n" +msgstr " SSL 受信证书文件: %s\n" + +#: fetchmail.c:1783 #, c-format msgid " SSL trusted certificate file: %s\n" msgstr " SSL 受信证书文件: %s\n" -#: fetchmail.c:1775 +#: fetchmail.c:1784 +#, fuzzy, c-format +msgid " SSL default trusted certificate directory: %s\n" +msgstr " SSL 受信证书目录: %s\n" + +#: fetchmail.c:1786 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " SSL 受信证书目录: %s\n" -#: fetchmail.c:1777 +#: fetchmail.c:1788 #, c-format msgid " SSL server CommonName: %s\n" msgstr " SSL 服务器名: %s\n" -#: fetchmail.c:1779 +#: fetchmail.c:1790 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " SSL 密钥指纹 (与服务器密钥对比过): %s\n" -#: fetchmail.c:1782 +#: fetchmail.c:1793 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " 服务器未响应,超时 %d 秒" -#: fetchmail.c:1784 +#: fetchmail.c:1795 msgid " (default).\n" msgstr " (默认)。\n" -#: fetchmail.c:1791 +#: fetchmail.c:1802 msgid " Default mailbox selected.\n" msgstr " 已选中默认邮箱。\n" -#: fetchmail.c:1796 +#: fetchmail.c:1807 msgid " Selected mailboxes are:" msgstr " 选中的邮箱是:" -#: fetchmail.c:1802 +#: fetchmail.c:1813 msgid " All messages will be retrieved (--all on).\n" msgstr " 收取所有邮件( --all 选项开启).\n" -#: fetchmail.c:1803 +#: fetchmail.c:1814 msgid " Only new messages will be retrieved (--all off).\n" msgstr " 只收取新邮件( --all 选项关闭).\n" -#: fetchmail.c:1805 +#: fetchmail.c:1816 msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " 收取的邮件会在服务器上保留副本( --keep 开启).\n" -#: fetchmail.c:1806 +#: fetchmail.c:1817 msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr " 收取的邮件不会保留在服务器上( --keep 关闭).\n" -#: fetchmail.c:1808 +#: fetchmail.c:1819 msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr " 在收取新邮件前删除旧邮件(--flush 开启).\n" -#: fetchmail.c:1809 -msgid " Old messages will not be flushed before message retrieval (--flush off).\n" +#: fetchmail.c:1820 +msgid "" +" Old messages will not be flushed before message retrieval (--flush off).\n" msgstr " 在收取新邮件前不删除旧邮件(--flush 关闭).\n" -#: fetchmail.c:1811 -msgid " Oversized messages will be flushed before message retrieval (--limitflush on).\n" +#: fetchmail.c:1822 +msgid "" +" Oversized messages will be flushed before message retrieval (--limitflush " +"on).\n" msgstr " 收件前将删除超大的邮件(--limitflush 开启).\n" -#: fetchmail.c:1812 -msgid " Oversized messages will not be flushed before message retrieval (--limitflush off).\n" +#: fetchmail.c:1823 +msgid "" +" Oversized messages will not be flushed before message retrieval (--" +"limitflush off).\n" msgstr " 收件前将不删除超大的邮件(--limitflush 关闭).\n" -#: fetchmail.c:1814 +#: fetchmail.c:1825 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr " 本地收件人地址重写(--norewrite 关闭).\n" -#: fetchmail.c:1815 +#: fetchmail.c:1826 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr " 不重写本地收件人地址(--norewrite 开启).\n" -#: fetchmail.c:1817 +#: fetchmail.c:1828 msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " 回车符清除(stripcr 开启).\n" -#: fetchmail.c:1818 +#: fetchmail.c:1829 msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " 不清除回车符(stripcr 关闭).\n" -#: fetchmail.c:1820 +#: fetchmail.c:1831 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " 强行在换行前插入回车符(forcecr 开启).\n" -#: fetchmail.c:1821 +#: fetchmail.c:1832 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " 不在换行前强行插入回车符(forcecr 关闭).\n" -#: fetchmail.c:1823 -msgid " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" +#: fetchmail.c:1834 +msgid "" +" Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr " 忽略 Content-Transfer-Encoding (pass8bits 开启).\n" -#: fetchmail.c:1824 -msgid " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" +#: fetchmail.c:1835 +msgid "" +" Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr " 不忽略 Content-Transfer-Encoding (pass8bits 关闭).\n" -#: fetchmail.c:1826 +#: fetchmail.c:1837 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " 解开 MIME 编码 (mimedecode 开启).\n" -#: fetchmail.c:1827 +#: fetchmail.c:1838 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " 不解开 MIME 编码 (mimedecode 关闭).\n" -#: fetchmail.c:1829 +#: fetchmail.c:1840 msgid " Idle after poll is enabled (idle on).\n" msgstr " 收件后回到 idle 模式 (idle 开启).\n" -#: fetchmail.c:1830 +#: fetchmail.c:1841 msgid " Idle after poll is disabled (idle off).\n" msgstr " 收件后不回到 idle 模式 (idle 关闭).\n" -#: fetchmail.c:1832 +#: fetchmail.c:1843 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " 删除带有 Status 字样的行 (dropstatus 开启)\n" -#: fetchmail.c:1833 +#: fetchmail.c:1844 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " 保留带有 Status 字样的 行 (dropstatus 关闭)\n" -#: fetchmail.c:1835 +#: fetchmail.c:1846 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " 删除带有 Delivered-to 的行 (dropdelivered 开启)\n" -#: fetchmail.c:1836 +#: fetchmail.c:1847 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " 保留带有 Delivered-to 的行 (dropdelivered 关闭)\n" -#: fetchmail.c:1840 +#: fetchmail.c:1851 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " 邮件大小被限制为 %d 字节 (--limit %d).\n" -#: fetchmail.c:1843 +#: fetchmail.c:1854 msgid " No message size limit (--limit 0).\n" msgstr " 邮件大小无限制 (--limit 0).\n" -#: fetchmail.c:1845 +#: fetchmail.c:1856 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr " 每隔 %d 秒发出邮件大小警告 (--warnings %d).\n" -#: fetchmail.c:1848 +#: fetchmail.c:1859 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " 每次收件都给出邮件大小警告 (--warnings 0).\n" -#: fetchmail.c:1851 +#: fetchmail.c:1862 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " 单次收件限制为 %d 封(--fetchlimit %d).\n" -#: fetchmail.c:1854 +#: fetchmail.c:1865 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " 无收件限制 (--fetchlimit 0).\n" -#: fetchmail.c:1856 +#: fetchmail.c:1867 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " 限制所收邮件大小为 %d 字节(--fetchsizelimit %d).\n" -#: fetchmail.c:1859 +#: fetchmail.c:1870 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " 所收邮件大小无限制 (--fetchsizelimit 0).\n" -#: fetchmail.c:1863 +#: fetchmail.c:1874 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr " 每次收件期间对 UIDs 进行折半查找 (--fastuidl 1).\n" -#: fetchmail.c:1865 +#: fetchmail.c:1876 #, 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:1868 +#: fetchmail.c:1879 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr " 每次收件期间对 UIDs 进行线性查找 (--fastuidl 0).\n" -#: fetchmail.c:1870 +#: fetchmail.c:1881 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " 单次 SMTP 会话中最多传送 %d 封邮件。\n" -#: fetchmail.c:1872 +#: fetchmail.c:1883 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " 单次 SMTP 会话中无传送邮件限制 (--batchlimit 0)。\n" -#: fetchmail.c:1876 +#: fetchmail.c:1887 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr " 两次删除操作之间最多传送 %d 封邮件(--expunge %d)。\n" -#: fetchmail.c:1878 +#: fetchmail.c:1889 msgid " No forced expunges (--expunge 0).\n" msgstr " 两次删除操作之间无传送邮件限制(--expunge 0)。\n" -#: fetchmail.c:1885 +#: fetchmail.c:1896 msgid " Domains for which mail will be fetched are:" msgstr " 要收取的邮件位于服务器:" -#: fetchmail.c:1890 fetchmail.c:1910 +#: fetchmail.c:1901 fetchmail.c:1921 msgid " (default)" msgstr " (默认)" -#: fetchmail.c:1895 +#: fetchmail.c:1906 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " 邮件作为 BSMTP 附加至 %s\n" -#: fetchmail.c:1897 +#: fetchmail.c:1908 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " 邮件通过 “%s” 投递。\n" -#: fetchmail.c:1904 +#: fetchmail.c:1915 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " 邮件将被 %cMPT 转发到:" -#: fetchmail.c:1915 +#: fetchmail.c:1926 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " MAIL FROM 这一行的 Host 部分是 %s\n" -#: fetchmail.c:1918 +#: fetchmail.c:1929 #, 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:1927 +#: fetchmail.c:1938 msgid " Recognized listener spam block responses are:" msgstr " 识别出的监听端垃圾邮件拒收响应为:" # fetchmail.c:1809 -#: fetchmail.c:1933 +#: fetchmail.c:1944 msgid " Spam-blocking disabled\n" msgstr " 关闭垃圾邮件拒收\n" -#: fetchmail.c:1936 +#: fetchmail.c:1947 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " 服务器连接将被 “%s” 唤起\n" -#: fetchmail.c:1939 +#: fetchmail.c:1950 msgid " No pre-connection command.\n" msgstr " 无连接前要执行的程序。\n" -#: fetchmail.c:1941 +#: fetchmail.c:1952 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " 服务器连接将被 “%s” 关闭。\n" -#: fetchmail.c:1944 +#: fetchmail.c:1955 msgid " No post-connection command.\n" msgstr " 无连接后要执行的程序。\n" -#: fetchmail.c:1947 +#: fetchmail.c:1958 msgid " No localnames declared for this host.\n" msgstr " 此服务器没有要关联的本地用户名。\n" -#: fetchmail.c:1957 +#: fetchmail.c:1968 msgid " Multi-drop mode: " msgstr " 多投模式: " -#: fetchmail.c:1959 +#: fetchmail.c:1970 msgid " Single-drop mode: " msgstr " 单投模式: " -#: fetchmail.c:1961 +#: fetchmail.c:1972 #, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "识别出 %d 个本地用户名。\n" -#: fetchmail.c:1976 +#: fetchmail.c:1987 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " 启用 DNS 搜寻多投地址。\n" -#: fetchmail.c:1977 +#: fetchmail.c:1988 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " 关闭 DNS 搜寻多投地址。\n" -#: fetchmail.c:1981 -msgid " Server aliases will be compared with multidrop addresses by IP address.\n" +#: fetchmail.c:1992 +msgid "" +" Server aliases will be compared with multidrop addresses by IP address.\n" msgstr " 服务器昵称将以 IP 地址与多投地址进行比较\n" -#: fetchmail.c:1983 +#: fetchmail.c:1994 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr " 服务器昵称将以名字与多投地址进行比较\n" -#: fetchmail.c:1986 +#: fetchmail.c:1997 msgid " Envelope-address routing is disabled\n" msgstr " 禁用 Envelope-address 路由\n" -#: fetchmail.c:1989 +#: fetchmail.c:2000 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " 邮件头假定为: %s\n" -#: fetchmail.c:1992 +#: fetchmail.c:2003 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " 跳过的邮件头数目为: %d\n" -#: fetchmail.c:1995 +#: fetchmail.c:2006 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " 将从用户 id 中移除前缀 %s\n" -#: fetchmail.c:1998 +#: fetchmail.c:2009 msgid " No prefix stripping\n" msgstr " 没有要从用户 id 中清除的前缀\n" -#: fetchmail.c:2003 +#: fetchmail.c:2014 msgid " Predeclared mailserver aliases:" msgstr " 预先声明的邮件服务器昵称: " -#: fetchmail.c:2011 +#: fetchmail.c:2022 msgid " Local domains:" msgstr " 本地域:" -#: fetchmail.c:2021 +#: fetchmail.c:2032 #, c-format msgid " Connection must be through interface %s.\n" msgstr " 必须通过地址 %s 连接\n" -#: fetchmail.c:2023 +#: fetchmail.c:2034 msgid " No interface requirement specified.\n" msgstr " 未指定地址要求。\n" -#: fetchmail.c:2025 +#: fetchmail.c:2036 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " 收件轮循将监听 %s。\n" -#: fetchmail.c:2027 +#: fetchmail.c:2038 msgid " No monitor interface specified.\n" msgstr " 未指定监听地址。\n" -#: fetchmail.c:2031 +#: fetchmail.c:2042 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr " 通过外部程序 %s 进行服务器连接 (--plugin %s)。\n" -#: fetchmail.c:2033 +#: fetchmail.c:2044 msgid " No plugin command specified.\n" msgstr " 未指定外部程序。\n" -#: fetchmail.c:2035 +#: fetchmail.c:2046 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr " 通过外部程序 %s 进行 SMTP 连接(--plugout %s)。\n" -#: fetchmail.c:2037 +#: fetchmail.c:2048 msgid " No plugout command specified.\n" msgstr " 未指定外部程序。\n" -#: fetchmail.c:2044 +#: fetchmail.c:2055 msgid " No UIDs saved from this host.\n" msgstr " 未从此主机上保存 UIDs。\n" -#: fetchmail.c:2047 +#: fetchmail.c:2058 #, c-format msgid " %d UIDs saved.\n" msgstr " 保存了 %d 个UIDs。\n" -#: fetchmail.c:2053 +#: fetchmail.c:2064 msgid " Poll trace information will be added to the Received header.\n" msgstr " 收件跟踪信息将被加入 Received 邮件头。\n" -#: fetchmail.c:2055 +#: fetchmail.c:2066 msgid " No poll trace information will be added to the Received header.\n" msgstr "" " 无收件跟踪信息要被加入 Received 邮件头。\n" "。\n" -#: fetchmail.c:2060 +#: fetchmail.c:2071 msgid " Messages with bad headers will be rejected.\n" msgstr " 邮件头错误的邮件将被拒收。\n" -#: fetchmail.c:2063 +#: fetchmail.c:2074 msgid " Messages with bad headers will be passed on.\n" msgstr " 邮件头错误的邮件可以接收。\n" -#: fetchmail.c:2068 +#: fetchmail.c:2079 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " 传送的 properties 选项为 “%s” 。\n" @@ -1598,7 +1652,9 @@ 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 @@ -1638,7 +1694,8 @@ 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 @@ -1761,65 +1818,66 @@ msgstr "需要的 OTP 功能未被编译进 fetchmail\n" msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "需要的 NTLM 功能未被编译进 fetchmail\n" -#: imap.c:691 +#: imap.c:693 #, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "邮件删除数不相等 (实际删除 %d 封!= 已删除 %d 封)\n" -#: imap.c:818 +#: imap.c:820 #, c-format msgid "%lu is unseen\n" msgstr "%lu 封未读\n" -#: imap.c:868 pop3.c:831 pop3.c:843 pop3.c:1088 pop3.c:1095 +#: imap.c:870 pop3.c:831 pop3.c:843 pop3.c:1088 pop3.c:1095 #, c-format msgid "%u is unseen\n" msgstr "%u 未读\n" -#: imap.c:903 imap.c:962 +#: imap.c:905 imap.c:964 msgid "re-poll failed\n" msgstr "重新收件失败\n" -#: imap.c:911 imap.c:967 +#: imap.c:913 imap.c:969 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "重新收件后又有 %d 封邮件等待收取\n" -#: imap.c:928 +#: imap.c:930 msgid "mailbox selection failed\n" msgstr "邮箱选择失败\n" -#: imap.c:932 +#: imap.c:934 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "首次收件后又有 %d 封邮件等待收取\n" -#: imap.c:946 +#: imap.c:948 msgid "expunge failed\n" msgstr "删除操作失败\n" -#: imap.c:950 +#: imap.c:952 #, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "删除操作后有 %d 封邮件等待收取\n" -#: imap.c:989 +#: imap.c:991 msgid "search for unseen messages failed\n" msgstr "查找未读邮件失败\n" -#: imap.c:994 pop3.c:852 +#: imap.c:996 pop3.c:852 #, c-format 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" +#: imap.c:1080 +msgid "" +"Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "警告: 忽略服务器返回的邮件大小的无效数据。\n" -#: imap.c:1177 imap.c:1184 +#: imap.c:1179 imap.c:1186 #, c-format msgid "Incorrect FETCH response: %s.\n" msgstr "FETCH 响应不正确: %s。\n" @@ -2121,7 +2179,9 @@ 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 @@ -2153,11 +2213,14 @@ 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 @@ -2197,11 +2260,14 @@ 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 @@ -2233,7 +2299,8 @@ 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 @@ -2241,7 +2308,8 @@ 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 @@ -2373,7 +2441,8 @@ 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 @@ -2461,11 +2530,15 @@ 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 @@ -2817,7 +2890,8 @@ 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 @@ -2837,91 +2911,91 @@ msgstr "邮件结尾时 LMTP 协议的未知的非 503 响应: %s\n" msgid "The Fetchmail Daemon" msgstr "Fetchmail 后台服务" -#: smtp.c:81 +#: smtp.c:84 msgid "ESMTP CRAM-MD5 Authentication...\n" msgstr "ESMTP CRAM-MD5 验证...\n" -#: smtp.c:87 smtp.c:137 +#: smtp.c:90 smtp.c:143 msgid "Server rejected the AUTH command.\n" msgstr "服务器拒绝 AUTH 命令。\n" -#: smtp.c:95 smtp.c:144 smtp.c:153 smtp.c:159 +#: smtp.c:98 smtp.c:150 smtp.c:159 smtp.c:165 msgid "Bad base64 reply from server.\n" msgstr "来自服务器的错误的 base64 响应。\n" -#: smtp.c:99 +#: smtp.c:102 #, c-format msgid "Challenge decoded: %s\n" msgstr "请求解码: %s\n" -#: smtp.c:116 +#: smtp.c:119 msgid "ESMTP PLAIN Authentication...\n" msgstr "ESMTP PLAIN 验证...\n" -#: smtp.c:131 +#: smtp.c:137 msgid "ESMTP LOGIN Authentication...\n" msgstr "ESMTP LOGIN 验证...\n" -#: smtp.c:348 smtp.c:376 +#: smtp.c:354 smtp.c:382 msgid "smtp listener protocol error\n" msgstr "smtp 端协议错误\n" -#: socket.c:112 socket.c:141 +#: socket.c:113 socket.c:142 msgid "fetchmail: malloc failed\n" msgstr "fetchmail: malloc 失败\n" -#: socket.c:173 +#: socket.c:174 msgid "fetchmail: socketpair failed\n" msgstr "fetchmail: socketpair 失败\n" -#: socket.c:179 +#: socket.c:180 msgid "fetchmail: fork failed\n" msgstr "fetchmail: fork 失败\n" -#: socket.c:186 +#: socket.c:187 msgid "dup2 failed\n" msgstr "dup2 失败\n" -#: socket.c:192 +#: socket.c:193 #, c-format msgid "running %s (host %s service %s)\n" msgstr "正在运行 %s (主机 %s 服务 %s)\n" -#: socket.c:197 +#: socket.c:198 #, c-format msgid "execvp(%s) failed\n" msgstr "execvp(%s) 失败\n" -#: socket.c:272 +#: socket.c:273 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "getaddrinfo(“%s”,“%s”) 错误: %s\n" -#: socket.c:275 +#: socket.c:276 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "试着加入 --service 选项(参见 FAQ 条目 R12)。\n" -#: socket.c:289 socket.c:292 +#: socket.c:290 socket.c:293 #, c-format msgid "unknown (%s)" msgstr "未知 (%s)" -#: socket.c:295 +#: socket.c:296 #, c-format msgid "Trying to connect to %s/%s..." msgstr "正在尝试连接至 %s/%s..." -#: socket.c:304 +#: socket.c:305 #, c-format msgid "cannot create socket: %s\n" msgstr "无法创建套接字: %s\n" -#: socket.c:306 +#: socket.c:307 #, c-format msgid "name %d: cannot create socket family %d type %d: %s\n" msgstr "名称 %d: 无法创建套接字 %d 类型 %d: %s\n" -#: socket.c:324 +#: socket.c:325 msgid "connection failed.\n" msgstr "连接失败。\n" @@ -2930,16 +3004,16 @@ msgstr "连接失败。\n" msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "连接至 %s:%s [%s/%s] 失败: %s。\n" -#: socket.c:327 +#: socket.c:328 #, c-format msgid "name %d: connection to %s:%s [%s/%s] failed: %s.\n" msgstr "名称 %d: 连接至 %s:%s [%s/%s] 失败: %s。\n" -#: socket.c:333 +#: socket.c:334 msgid "connected.\n" msgstr "已连接。\n" -#: socket.c:346 +#: socket.c:347 #, c-format msgid "" "Connection errors for this poll:\n" @@ -2948,229 +3022,257 @@ msgstr "" "此服务器连接错误:\n" "%s" -#: socket.c:416 +#: socket.c:417 #, c-format msgid "OpenSSL reported: %s\n" msgstr "OpenSSL 报告了:%s\n" -#: socket.c:651 +#: socket.c:652 #, c-format msgid "SSL verify callback depth %d: preverify_ok == %d, err = %d, %s\n" msgstr "SSL 验证回调深度 %d: preverify_ok == %d, err = %d, %s\n" -#: socket.c:657 +#: socket.c:658 msgid "Server certificate:\n" msgstr "服务器认证:\n" -#: socket.c:662 +#: socket.c:663 #, c-format msgid "Certificate chain, from root to peer, starting at depth %d:\n" msgstr "验证链从根到节点,在 %d 开始:\n" -#: socket.c:665 +#: socket.c:666 #, c-format msgid "Certificate at depth %d:\n" msgstr "验证处于 %d 层:\n" -#: socket.c:671 +#: socket.c:672 #, c-format msgid "Issuer Organization: %s\n" msgstr "发行组织: %s\n" -#: socket.c:674 +#: socket.c:675 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "警告: 发行组织名字太长 (可能截短)。\n" -#: socket.c:676 +#: socket.c:677 msgid "Unknown Organization\n" msgstr "未知的组织\n" -#: socket.c:678 +#: socket.c:679 #, c-format msgid "Issuer CommonName: %s\n" msgstr "发行者: %s\n" -#: socket.c:681 +#: socket.c:682 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "警告: 发行者名称太长 (可能截短)。\n" -#: socket.c:683 +#: socket.c:684 msgid "Unknown Issuer CommonName\n" msgstr "未知的发行者名称\n" -#: socket.c:689 +#: socket.c:690 #, c-format msgid "Subject CommonName: %s\n" msgstr "邮件标题: %s\n" -#: socket.c:695 +#: socket.c:696 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "证书错误: 邮件标题太长!\n" -#: socket.c:701 +#: socket.c:702 msgid "Bad certificate: Subject CommonName contains NUL, aborting!\n" msgstr "证书错误: 邮件标题名中带有 NUL 字符,退出!\n" -#: socket.c:729 +#: socket.c:730 #, c-format msgid "Subject Alternative Name: %s\n" msgstr "邮件标题别名: %s\n" -#: socket.c:735 +#: socket.c:736 msgid "Bad certificate: Subject Alternative Name contains NUL, aborting!\n" msgstr "证书错误: 邮件标题别名带有 NUL 字符,退出!\n" -#: socket.c:752 +#: socket.c:753 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "服务器名不匹配: %s != %s\n" -#: socket.c:759 +#: socket.c:760 msgid "Server name not set, could not verify certificate!\n" msgstr "未设置服务器名称,无法验证证书!\n" -#: socket.c:764 +#: socket.c:765 msgid "Unknown Server CommonName\n" msgstr "未知的服务器名\n" -#: socket.c:766 +#: socket.c:767 msgid "Server name not specified in certificate!\n" msgstr "服务器名称未在证书中指定!\n" -#: socket.c:778 +#: socket.c:779 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() 失败!\n" -#: socket.c:782 +#: socket.c:783 msgid "Out of memory!\n" msgstr "超出内存!\n" -#: socket.c:790 +#: socket.c:791 msgid "Digest text buffer too small!\n" msgstr "Digest 文本缓冲区太小!\n" -#: socket.c:796 +#: socket.c:797 #, c-format msgid "%s key fingerprint: %s\n" msgstr "%s 密钥指纹: %s\n" -#: socket.c:800 +#: socket.c:801 #, c-format msgid "%s fingerprints match.\n" msgstr "%s 指纹匹配。\n" -#: socket.c:802 +#: socket.c:803 #, c-format msgid "%s fingerprints do not match!\n" msgstr "%s 指纹不匹配!\n" -#: socket.c:814 +#: socket.c:815 #, c-format msgid "Server certificate verification error: %s\n" msgstr "服务器证书验证错误:%s\n" -#: socket.c:829 +#: socket.c:830 #, c-format msgid "Broken certification chain at: %s\n" msgstr "证书链错误,位于: %s\n" -#: socket.c:831 -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:832 +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 +#: socket.c:842 #, c-format msgid "Missing trust anchor certificate: %s\n" msgstr "缺失信任锚(trust anchor)证书:%s\n" -#: socket.c:844 -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:845 +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 +#: socket.c:919 socket.c:995 msgid "Your OpenSSL version does not support SSLv3.\n" msgstr "您的 OpenSSL 版本不支持 SSLv3。\n" -#: socket.c:936 socket.c:1014 +#: socket.c:937 socket.c:1013 msgid "Your OpenSSL version does not support TLS v1.1.\n" msgstr "您的 OpenSSL 版本不支持 TLS v1.1。\n" -#: socket.c:947 socket.c:1025 +#: socket.c:948 socket.c:1024 msgid "Your OpenSSL version does not support TLS v1.2.\n" msgstr "您的 OpenSSL 版本不支持 TLS v1.2。\n" -#: socket.c:958 socket.c:1036 +#: socket.c:959 socket.c:1035 msgid "Your OpenSSL version does not support TLS v1.3.\n" msgstr "您的 OpenSSL 版本不支持 TLS v1.3。\n" -#: socket.c:967 socket.c:1046 +#: socket.c:968 socket.c:1045 #, c-format msgid "Invalid SSL protocol '%s' specified, using default autoselect (auto).\n" msgstr "指定了无效的 SSL 协议“%s”,将用默认的自动选择(auto)代替。\n" -#: socket.c:1081 +#: socket.c:1078 #, 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 +#: socket.c:1083 #, 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 +#: socket.c:1103 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" +#: socket.c:1124 +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 +#: socket.c:1192 #, 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 +#: socket.c:1207 #, 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 +#: socket.c:1244 msgid "Server shut down connection prematurely during SSL_connect().\n" msgstr "SSL_connect() 中服务器过早地关闭了链接。\n" -#: socket.c:1250 +#: socket.c:1247 #, c-format msgid "System error during SSL_connect(): %s\n" msgstr "SSL_connect() 中出现系统错误:%s\n" -#: socket.c:1250 +#: socket.c:1247 msgid "handshake failed at protocol or connection level." msgstr "在协议层或连接层中握手失败。" -#: socket.c:1270 +#: socket.c:1267 msgid "Cannot obtain current SSL/TLS cipher - no session established?\n" msgstr "无法获取当前的 SSL/TLS 加密算法——尚未建立会话?\n" -#: socket.c:1273 +#: socket.c:1270 #, c-format msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" msgstr "SSL/TLS:使用协议 %s,算法 %s,%d/%d 加密/已处理比特\n" -#: socket.c:1280 +#: socket.c:1277 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" +#: socket.c:1294 +msgid "" +"Warning: the connection is insecure, continuing anyways. (Better use --" +"sslcertck!)\n" msgstr "警告:此连接不安全,但会继续运行。(最好使用 --sslcertck!)\n" -#: socket.c:1339 +#: socket.c:1336 msgid "Cygwin socket read retry\n" msgstr "重试读取 Cygwin 接口\n" -#: socket.c:1342 +#: socket.c:1339 msgid "Cygwin socket read retry failed!\n" msgstr "重试读取 Cygwin 接口失败!\n" @@ -3375,7 +3477,8 @@ 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." |