+#: apt.conf.5.xml
+#, fuzzy
+#| msgid ""
+#| "<literal>Acquire::http::Proxy-Auto-Detect</literal> can be used to "
+#| "specify an external command to discover the http proxy to use. Apt "
+#| "expects the command to output the proxy on stdout in the style "
+#| "<literal>http://proxy:port/</literal>. This will override the generic "
+#| "<literal>Acquire::http::Proxy</literal> but not any specific host proxy "
+#| "configuration set via <literal>Acquire::http::Proxy::$HOST</literal>. "
+#| "See the &squid-deb-proxy-client; package for an example implementation "
+#| "that uses avahi. This option takes precedence over the legacy option name "
+#| "<literal>ProxyAutoDetect</literal>."
+msgid ""
+"<literal>Acquire::http::Proxy-Auto-Detect</literal> can be used to specify "
+"an external command to discover the http proxy to use. The first and only "
+"parameter is an URI denoting the host to be contacted to allow for host-"
+"specific configuration. APT expects the command to output the proxy on "
+"stdout as a single line in the style <literal>http://proxy:port/</literal> "
+"or the word <literal>DIRECT</literal> if no proxy should be used. No output "
+"indicates that the generic proxy settings should be used. Note that auto-"
+"detection will not be used for a host if a host-specific proxy configuration "
+"is already set via <literal>Acquire::http::Proxy::<replaceable>HOST</"
+"replaceable></literal>. See the &squid-deb-proxy-client; package for an "
+"example implementation that uses avahi. This option takes precedence over "
+"the legacy option name <literal>ProxyAutoDetect</literal>."
+msgstr ""
+"<literal>Acquire::http::Proxy-Auto-Detect</literal> を使って利用する http プ"
+"ロキシを検出するための外部コマンドを指定できます。APT はコマンドが標準出力に "
+"<literal>http://proxy:port/</literal> 形式でプロキシを出力することを期待して"
+"います。これは全体を指定する <literal>Acquire::http::Proxy</literal> よりも優"
+"先されますが <literal>Acquire::http::Proxy::$HOST</literal> 経由でセットした"
+"特定のホストのプロキシ設定はこれよりも優先されます。avahi を利用する実装例に"
+"ついては &squid-deb-proxy-client; パッケージを見てください。このオプションは"
+"古い <literal>ProxyAutoDetect</literal> よりも優先されます。"
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt.conf.5.xml
+msgid ""
+"The <literal>Cache-control</literal>, <literal>Timeout</literal>, "
+"<literal>AllowRedirect</literal>, <literal>Dl-Limit</literal> and "
+"<literal>proxy</literal> options work for HTTPS URIs in the same way as for "
+"the <literal>http</literal> method, and default to the same values if they "
+"are not explicitly set. The <literal>Pipeline-Depth</literal> option is not "
+"yet supported."
+msgstr ""
+"<literal>Cache-control</literal>, <literal>Timeout</literal>, "
+"<literal>AllowRedirect</literal>, <literal>Dl-Limit</literal>, "
+"<literal>proxy</literal> の各オプションは、HTTPS URI でも <literal>http</"
+"literal> メソッドと同様に動作します。また、明示的に値を指定しない場合のデフォ"
+"ルト値も同様です。<literal>Pipeline-Depth</literal> オプションはまだサポート"
+"していません。"
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt.conf.5.xml
+msgid ""
+"<literal>CaInfo</literal> suboption specifies place of file that holds info "
+"about trusted certificates. <literal><host>::CaInfo</literal> is the "
+"corresponding per-host option. <literal>Verify-Peer</literal> boolean "
+"suboption determines whether or not the server's host certificate should be "
+"verified against trusted certificates. <literal><host>::Verify-Peer</"
+"literal> is the corresponding per-host option. <literal>Verify-Host</"
+"literal> boolean suboption determines whether or not the server's hostname "
+"should be verified. <literal><host>::Verify-Host</literal> is the "
+"corresponding per-host option. <literal>SslCert</literal> determines what "
+"certificate to use for client authentication. <literal><host>::"
+"SslCert</literal> is the corresponding per-host option. <literal>SslKey</"
+"literal> determines what private key to use for client authentication. "
+"<literal><host>::SslKey</literal> is the corresponding per-host "
+"option. <literal>SslForceVersion</literal> overrides default SSL version to "
+"use. It can contain either of the strings '<literal>TLSv1</literal>' or "
+"'<literal>SSLv3</literal>'. <literal><host>::SslForceVersion</"
+"literal> is the corresponding per-host option."
+msgstr ""
+"<literal>CaInfo</literal> サブオプションは、信頼済み証明書情報の保持場所を指"
+"定します。<literal><host>::CaInfo</literal> は、同様のホストごとのオプ"
+"ションです。<literal>Verify-Peer</literal> 真偽値サブオプションは、信頼済み証"
+"明書に対してサーバのホスト証明書を、検証するかどうかを決定します。"
+"<literal><host>::Verify-Peer</literal> は、同様のホストごとのオプション"
+"です。<literal>Verify-Host</literal> 真偽値サブオプションは、サーバのホスト名"
+"を検証するかどうかを決定します。<literal><host>::Verify-Host</literal> "
+"は、同様のホストごとのオプションです。<literal>SslCert</literal> は、クライア"
+"ント認証に使用する証明書を決定します。<literal><host>::SslCert</"
+"literal> は、同様のホストごとのオプションです。<literal>SslKey</literal> は、"
+"クライアント認証に使用する秘密鍵を決定します。<literal><host>::SslKey</"
+"literal> は、同様のホストごとのオプションです。<literal>SslForceVersion</"
+"literal> は、デフォルトで使用する SSL のバージョンを上書きしま"
+"す。'<literal>TLSv1</literal>' か '<literal>SSLv3</literal>' という文字列を指"
+"定できます。<literal><host>::SslForceVersion</literal> は、同様のホスト"
+"ごとのオプションです。"
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt.conf.5.xml
+msgid ""
+"<literal>ftp::Proxy</literal> sets the default proxy to use for FTP URIs. "
+"It is in the standard form of <literal>ftp://[[user][:pass]@]host[:port]/</"
+"literal>. Per host proxies can also be specified by using the form "
+"<literal>ftp::Proxy::<host></literal> with the special keyword "
+"<literal>DIRECT</literal> meaning to use no proxies. If no one of the above "
+"settings is specified, <envar>ftp_proxy</envar> environment variable will be "
+"used. To use an FTP proxy you will have to set the <literal>ftp::ProxyLogin</"
+"literal> script in the configuration file. This entry specifies the commands "
+"to send to tell the proxy server what to connect to. Please see "
+"&configureindex; for an example of how to do this. The substitution "
+"variables representing the corresponding URI component are <literal>"
+"$(PROXY_USER)</literal>, <literal>$(PROXY_PASS)</literal>, <literal>"
+"$(SITE_USER)</literal>, <literal>$(SITE_PASS)</literal>, <literal>$(SITE)</"
+"literal> and <literal>$(SITE_PORT)</literal>."
+msgstr ""
+"<literal>ftp::Proxy</literal> は、FTP URI を使用する際のデフォルトプロキシを"
+"設定します。<literal>ftp://[[user][:pass]@]host[:port]/</literal> という標準"
+"形で表します。ホストごとのプロキシを、<literal>ftp::Proxy::<host></"
+"literal> という形で指定できます。この時、プロキシを使用しないという意味の特殊"
+"キーワード <literal>DIRECT</literal> も使用できます。上記の設定をなにも指定し"
+"ないと、環境変数 <envar>ftp_proxy</envar> を使用します。FTP プロキシを使用す"
+"るには、設定ファイルに <literal>ftp::ProxyLogin</literal> スクリプトを設定す"
+"る必要があります。このエントリには、接続する際にプロキシサーバに送信するコマ"
+"ンドを設定します。どのようにするのかは &configureindex; の例を参照してくださ"
+"い。URI を構成するコンポーネントに対応する置換変数は、<literal>"
+"$(PROXY_USER)</literal>, <literal>$(PROXY_PASS)</literal>, <literal>"
+"$(SITE_USER)</literal>, <literal>$(SITE_PASS)</literal>, <literal>$(SITE)</"
+"literal>, <literal>$(SITE_PORT)</literal> です。"
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt.conf.5.xml
+msgid ""
+"Several settings are provided to control passive mode. Generally it is safe "
+"to leave passive mode on; it works in nearly every environment. However, "
+"some situations require that passive mode be disabled and port mode FTP used "
+"instead. This can be done globally or for connections that go through a "
+"proxy or for a specific host (see the sample config file for examples)."
+msgstr ""
+"設定のいくつかは、パッシブモードを制御するものです。一般的に、パッシブモード"
+"のままにしておく方が安全で、ほぼどんな環境でも動作します。しかしある状況下で"
+"は、パッシブモードが無効のため、代わりにポートモード FTP を使用する必要があり"
+"ます。この設定は、プロキシを通る接続や特定のホストへの接続全般に有効です (設"
+"定例はサンプル設定ファイルを参照してください)。"