+"<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 ""
+"La subopción <literal>CaInfo</literal> define la ubicación del fichero que "
+"guarda la información sobre certificados de confianza. <literal><"
+"host>::CaInfo</literal> es la opción correspondiente para cada servidor. "
+"La subopción booleana <literal>Verify-Peer</literal> define si se debe "
+"comprobar el certificado del servidor con certificados de confianza. "
+"<literal><host>::Verify-Peer</literal> es la opción correspondiente "
+"para cada servidor. La subopción booleana <literal>Verify-Host</literal> "
+"define si se debe comprobar el «hostname» del servidor. <literal><"
+"host>::Verify-Host</literal> es la opción correspondiente para cada "
+"servidor. <literal>SslCert</literal> define el certificado que utilizar para "
+"la autenticación del cliente. <literal><host>::SslCert</literal> es la "
+"opción correspondiente para cada servidor. <literal>SslKey</literal> define "
+"la clave privada que utilizar para la autenticación del cliente. "
+"<literal><host>::SslKey</literal> es la opción correspondiente para "
+"cada servidor. <literal>SslForceVersion</literal> sustituye la versión "
+"predeterminada de SSL que utilizar. Se admiten las cadenas «<literal>TLSv1</"
+"literal>» o «<literal>SSLv3</literal>». <literal><host>::"
+"SslForceVersion</literal> es la opción correspondiente para cada servidor."
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt.conf.5.xml:452
+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> define el proxy predeterminado que utilizar "
+"para los URI de FTP. Utiliza el formato estándar <literal>ftp://[[usuario][:"
+"contraseña]@]máquina[:puerto]/</literal>. También se puede especificar un "
+"proxy por cada máquina usando la forma <literal>ftp::Proxy::<máquina></"
+"literal> con la palabra especial <literal>DIRECT</literal>, que significa "
+"que no se use ningún proxy. La variable de entorno <envar>ftp_proxy</envar> "
+"se usará en caso de no definir ninguna de las opciones anteriores. Para usar "
+"un proxy FTP debe configurar el script <literal>ftp::ProxyLogin</literal> en "
+"el fichero de configuración. Esta entrada define las órdenes a enviar para "
+"decirle al servidor del proxy a qué conectarse. Consulte &configureindex; "
+"para un ejemplo de uso. Las variables de sustitución que representan el "
+"componente URI son <literal>$(PROXY_USER)</literal> <literal>$(PROXY_PASS)</"
+"literal> <literal>$(SITE_USER)</literal> <literal>$(SITE_PASS)</literal> "
+"<literal>$(SITE)</literal> y <literal>$(SITE_PORT)</literal>."
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt.conf.5.xml:472
+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)."