summaryrefslogtreecommitdiff
path: root/po/es
diff options
context:
space:
mode:
authorHolger Wansing <linux@wansing-online.de>2013-02-24 13:03:24 +0000
committerHolger Wansing <linux@wansing-online.de>2013-02-24 13:03:24 +0000
commitfcb24cfdbe826112e8c2dc8d3481efb383404295 (patch)
treeb2f487effb5d4c6d5c61272f1090f16f4fa01a5d /po/es
parent125b4f96887298207fb4fa720481a509ac41d8d4 (diff)
downloadinstallation-guide-fcb24cfdbe826112e8c2dc8d3481efb383404295.zip
Update po|pot files after changings in en:
M po/tl/preseed.po M po/ro/preseed.po M po/pt/random-bits.po M po/pt/preseed.po M po/da/preseed.po M po/ru/preseed.po M po/sv/preseed.po M po/ja/preseed.po M po/zh_TW/preseed.po M po/fi/preseed.po M po/el/random-bits.po M po/el/preseed.po M po/el/preparing.po M po/zh_CN/preseed.po M po/pot/preseed.pot M po/es/random-bits.po M po/es/preseed.po M po/ko/preseed.po M po/nl/preseed.po M po/nn/preseed.po M po/hu/preseed.po M po/vi/preseed.po
Diffstat (limited to 'po/es')
-rw-r--r--po/es/preseed.po84
-rw-r--r--po/es/random-bits.po8
2 files changed, 79 insertions, 13 deletions
diff --git a/po/es/preseed.po b/po/es/preseed.po
index b8bc3f72b..47c7142c2 100644
--- a/po/es/preseed.po
+++ b/po/es/preseed.po
@@ -35,7 +35,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2012-10-24 19:53+0000\n"
+"POT-Creation-Date: 2013-02-24 13:00+0000\n"
"PO-Revision-Date: 2013-02-23 18:26+0100\n"
"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -1668,7 +1668,70 @@ msgstr ""
#. Tag: screen
#: preseed.xml:794
-#, no-c-format
+#, 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"
msgid ""
"# Disable network configuration entirely. This is useful for cdrom\n"
"# installations on non-networked devices where the network questions,\n"
@@ -1689,10 +1752,11 @@ msgid ""
"# 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"
+"#d-i netcfg/dhcpv6_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"
+"#d-i netcfg/disable_autoconfig 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"
@@ -1701,10 +1765,19 @@ msgid ""
"#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"
+"#\n"
+"# IPv4 example\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"
+"# IPv6 example\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"
"# Any hostname and domain names assigned from dhcp take precedence over\n"
@@ -1767,7 +1840,8 @@ msgstr ""
"#d-i netcfg/get_gateway string 192.168.1.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"
diff --git a/po/es/random-bits.po b/po/es/random-bits.po
index 9c084881c..a035571a8 100644
--- a/po/es/random-bits.po
+++ b/po/es/random-bits.po
@@ -1428,11 +1428,6 @@ msgstr "Configurar la zona horaria"
#. Tag: para
#: random-bits.xml:638
#, no-c-format
-#| msgid ""
-#| "An option in the file <filename>/etc/default/rcS</filename> determines "
-#| "whether the system will interpret the hardware clock as being set to UTC "
-#| "or local time. The following command allows you to set that and choose "
-#| "your timezone."
msgid ""
"Setting the third line of the file <filename>/etc/adjtime</filename> to "
"<quote>UTC</quote> or <quote>LOCAL</quote> determines whether the system "
@@ -1447,9 +1442,6 @@ msgstr ""
#. Tag: screen
#: random-bits.xml:646
#, no-c-format
-#| msgid ""
-#| "# editor /etc/default/rcS\n"
-#| "# dpkg-reconfigure tzdata"
msgid ""
"# editor /etc/adjtime\n"
"# dpkg-reconfigure tzdata"