# dpkg-www po-debconf translation to Spanish
# Copyright (C) 2005 Software in the Public Interest
# This file is distributed under the same license as the dpkg-www package.
# Changes:
# - Initial translation
# César Gómez Martín <cesar.gomez@gmail.com>
# Traductores, si no conoce el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Equipo de traducción al español, por favor, lean antes de traducir
# los siguientes documentos:
# - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas de traducción en
# http://www.debian.org/intl/spanish/notas
# - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
# César Gómez Martín <cesar.gomez@gmail.com>, 2006.
# 
# 
msgid ""
msgstr ""
"Project-Id-Version: dpkg-www\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-09-09 11:58-0600\n"
"PO-Revision-Date: 2006-10-07 19:44+0200\n"
"Last-Translator: Steve Ataucuri Cruz <stonescenter@gmail.com>\n"
"Language-Team: Debian l10n spanish <debian-l10n-spanish@lists.debian.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit"

#. Type: note
#. Description
#: ../templates:1001
msgid "Disabling access to dpkg-www from foreign hosts"
msgstr "Acceso deshabilitado a dpkg-www desde máquinas externas"

#. Type: note
#. Description
#: ../templates:1001
msgid ""
"Allowing access to /cgi-bin/dpkg from any foreign host could allow a "
"malicious external user to know your installed packages and try possible "
"security exploits. You should therefore disable access to dpkg-www from "
"foreign hosts. With apache you should add a file with the following "
"instructions into apache conf.d directory:"
msgstr ""
"Si permite el acceso a /cgi-bin/dpkg desde cualquier máquina externa "
"un usuario externo con malas intenciones podría obtener la lista de paquetes"
"instalados y utilizar ésta para aprovechar posibles agujeros de seguridad."
"Debería desactivar el acceso a «dpkg-www» desde máquinas externas. "
"Con apache deberá añadir un fichero en el directorio conf.d de apache siguiendo "
"las instrucciones mostradas a continuación:"

#. Type: note
#. Description
#: ../templates:1001
msgid ""
"   # Disable execution of dpkg from remote hosts\n"
"   <Location /cgi-bin/dpkg>\n"
"       order deny,allow\n"
"       deny from all\n"
"       allow from localhost\n"
"       allow from .your.domain\n"
"   </Location>"
msgstr ""
"   # Desactivar ejecución de dpkg desde máquinas remotas\n"
"   <Location /cgi-bin/dpkg>\n"
"       order deny,allow\n"
"       deny from all\n"
"       allow from localhost\n"
"       allow from .su.dominio\n"
"   </Location>"

#. Type: note
#. Description
#: ../templates:1001
msgid ""
"The dpkg-www installation script will automatically install a default "
"configuration file in /etc/{apache,apache2}/conf.d. If you are using a "
"different httpd server you should make the appropriate changes in the proper "
"httpd config file."
msgstr "El programa de instalación de dpkg-www instalará automáticamente un fichero "
"de configuración predeterminado en /etc/{apache,apache2}/conf.d. "
"Si está utilizando un servidor httpd distinto debería hacer los "
"cambios apropiados en el archivo de configuración de.httpd."

#~ msgid "Do you want to change the apache(-ssl) configuration?"
#~ msgstr "¿Desea cambiar la configuración de apache(-ssl)?"

#~ msgid ""
#~ "If you accept here and the apache configuration files are found the dpkg-"
#~ "www installation script will make these changes automatically for you. If "
#~ "apache is not installed, if you are using a different httpd server or if "
#~ "you refuse here, you should make the appropriate changes yourself."
#~ msgstr ""
#~ "Si responde afirmativamente aquí y se encuentran los ficheros de "
#~ "configuración de apache, el script de instalación dpkg-www hará los "
#~ "cambios automáticamente por usted. Si apache no está instalado, si está "
#~ "usando un servidor httpd distinto, o si responde negativamente, deberá "
#~ "hacer los cambios apropiados de forma manual."
