From 6de91e1dafcc68902d7192bc676fb6bfd1fed818 Mon Sep 17 00:00:00 2001 From: Omar Campagne Date: Sun, 24 Feb 2013 18:08:44 +0000 Subject: d-i Spanish updatd-i Spanish updatee --- po/es/preseed.po | 98 +++++++++++++------------------------------------------- 1 file changed, 22 insertions(+), 76 deletions(-) diff --git a/po/es/preseed.po b/po/es/preseed.po index 47c7142c2..165a3553e 100644 --- a/po/es/preseed.po +++ b/po/es/preseed.po @@ -1,17 +1,15 @@ # debian-installer po translation to Spanish # Copyright (C) 2004 -2013 Software in the Public Interest # This file is distributed under the same license as the debian-installer -# package. # # Changes: # - Initial translation # Javier Fernández-Sanguino, 2005 # # - Updates -# Igor Támara, 2008, 2009 -# sgs -# Camaleón , 2011 -# Omar Campagne, 2010 - 2013 +# sgs +# Camaleón , 2011 +# Omar Campagne, 2010 - 2013 # # Traductores, si no conocen el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este @@ -36,7 +34,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2013-02-24 13:00+0000\n" -"PO-Revision-Date: 2013-02-23 18:26+0100\n" +"PO-Revision-Date: 2013-02-24 19:08+0100\n" "Last-Translator: Javier Fernández-Sanguino \n" "Language-Team: Debian l10n Spanish \n" "Language: es\n" @@ -1668,70 +1666,7 @@ msgstr "" #. Tag: screen #: preseed.xml:794 -#, fuzzy, no-c-format -#| msgid "" -#| "# Disable network configuration entirely. This is useful for cdrom\n" -#| "# installations on non-networked devices where the network questions,\n" -#| "# warning and long timeouts are a nuisance.\n" -#| "#d-i netcfg/enable boolean false\n" -#| "\n" -#| "# netcfg will choose an interface that has link if possible. This makes " -#| "it\n" -#| "# skip displaying a list if there is more than one interface.\n" -#| "d-i netcfg/choose_interface select auto\n" -#| "\n" -#| "# To pick a particular interface instead:\n" -#| "#d-i netcfg/choose_interface select eth1\n" -#| "\n" -#| "# To set a different link detection timeout (default is 3 seconds).\n" -#| "# Values are interpreted as seconds.\n" -#| "#d-i netcfg/link_detection_timeout string 10\n" -#| "\n" -#| "# If you have a slow dhcp server and the installer times out waiting for\n" -#| "# it, this might be useful.\n" -#| "#d-i netcfg/dhcp_timeout string 60\n" -#| "\n" -#| "# If you prefer to configure the network manually, uncomment this line " -#| "and\n" -#| "# the static network configuration below.\n" -#| "#d-i netcfg/disable_dhcp boolean true\n" -#| "\n" -#| "# If you want the preconfiguration file to work on systems both with and\n" -#| "# without a dhcp server, uncomment these lines and the static network\n" -#| "# configuration below.\n" -#| "#d-i netcfg/dhcp_failed note\n" -#| "#d-i netcfg/dhcp_options select Configure network manually\n" -#| "\n" -#| "# Static network configuration.\n" -#| "#d-i netcfg/get_nameservers string 192.168.1.1\n" -#| "#d-i netcfg/get_ipaddress string 192.168.1.42\n" -#| "#d-i netcfg/get_netmask string 255.255.255.0\n" -#| "#d-i netcfg/get_gateway string 192.168.1.1\n" -#| "#d-i netcfg/confirm_static boolean true\n" -#| "\n" -#| "# Any hostname and domain names assigned from dhcp take precedence over\n" -#| "# values set here. However, setting the values still prevents the " -#| "questions\n" -#| "# from being shown, even if values come from dhcp.\n" -#| "d-i netcfg/get_hostname string unassigned-hostname\n" -#| "d-i netcfg/get_domain string unassigned-domain\n" -#| "\n" -#| "# If you want to force a hostname, regardless of what either the DHCP\n" -#| "# server returns or what the reverse DNS entry for the IP is, uncomment\n" -#| "# and adjust the following line.\n" -#| "#d-i netcfg/hostname string somehost\n" -#| "\n" -#| "# Disable that annoying WEP key dialog.\n" -#| "d-i netcfg/wireless_wep string\n" -#| "# The wacky dhcp hostname that some ISPs use as a password of sorts.\n" -#| "#d-i netcfg/dhcp_hostname string radish\n" -#| "\n" -#| "# If non-free firmware is needed for the network or other hardware, you " -#| "can\n" -#| "# configure the installer to always try to load it, without prompting. " -#| "Or\n" -#| "# change to false to disable asking.\n" -#| "#d-i hw-detect/load_firmware boolean true" +#, no-c-format msgid "" "# Disable network configuration entirely. This is useful for cdrom\n" "# installations on non-networked devices where the network questions,\n" @@ -1804,7 +1739,8 @@ msgstr "" "# Deshabilitar completamente la configuración de red. Es útil para\n" "# instalaciones desde cdrom o dispositivos que no están en red, para\n" "# los cuales las preguntas y advertencias de red así como los tiempos\n" -"# de espera serían molestos.#d-i netcfg/enable boolean false\n" +"# de espera serían molestos.\n" +"#d-i netcfg/enable boolean false\n" "\n" "# netcfg escogerá la interfaz que tiene enlace si puede. Esto hace que no\n" "# muestre la lista si hay más de uno.\n" @@ -1821,10 +1757,11 @@ msgstr "" "# Si tiene un servidor de DHCP lento y el instalador expira intentando\n" "# conectarse a él, esto puede serle útil.\n" "#d-i netcfg/dhcp_timeout string 60\n" +"#d-i netcfg/dhcpv6_timeout string 60\n" "\n" "# Si prefiere configurar la red de forma manual, descomente esta línea\n" "# y la configuración de red estática más abajo.\n" -"#d-i netcfg/disable_dhcp boolean true\n" +"#d-i netcfg/disable_autoconfig boolean true\n" "\n" "# Si quiere que el fichero de preconfiguración funcione tanto en\n" "# sistemas con un servidor de DHCP como en los que no lo tienen, tendrá\n" @@ -1834,17 +1771,26 @@ msgstr "" "#d-i netcfg/dhcp_options select Configure network manually\n" "\n" "# Configuración estática de red\n" -"#d-i netcfg/get_nameservers string 192.168.1.1\n" +"#\n" +"#Ejemplo IPv4\n" "#d-i netcfg/get_ipaddress string 192.168.1.42\n" "#d-i netcfg/get_netmask string 255.255.255.0\n" "#d-i netcfg/get_gateway string 192.168.1.1\n" +"#d-i netcfg/get_nameservers string 192.168.1.1\n" +"#d-i netcfg/confirm_static boolean true\n" +"#\n" +"# Ejemplo IPv6\n" +"#d-i netcfg/get_ipaddress string fc00::2\n" +"#d-i netcfg/get_netmask string ffff:ffff:ffff:ffff::\n" +"#d-i netcfg/get_gateway string fc00::1\n" +"#d-i netcfg/get_nameservers string fc00::1\n" "#d-i netcfg/confirm_static boolean true\n" "\n" -"# Cualquier nombre de host y de dominio que se obtengan por DHCP se " -"utilizan\n" +"# Cualquier nombre de host y de dominio que se obtengan por DHCP se utilizan\n" "# antes que los valores aquí definidos. Por otra parte, definir los valores\n" "# impide que se muestren las preguntas, incluso si los valores provienen\n" -"# de DHCP.d-i netcfg/get_hostname string unassigned-hostname\n" +"# de DHCP.\n" +"d-i netcfg/get_hostname string unassigned-hostname\n" "d-i netcfg/get_domain string unassigned-domain\n" "\n" "# Si desea forzar un nombre de host, sin importar lo que devuelve el\n" -- cgit v1.2.3