summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/ca/random-bits.po80
-rw-r--r--po/da/random-bits.po76
-rw-r--r--po/de/random-bits.po76
-rw-r--r--po/el/random-bits.po76
-rw-r--r--po/es/random-bits.po76
-rw-r--r--po/fi/random-bits.po76
-rw-r--r--po/fr/random-bits.po76
-rw-r--r--po/hu/random-bits.po76
-rw-r--r--po/it/random-bits.po76
-rw-r--r--po/ja/random-bits.po76
-rw-r--r--po/ko/random-bits.po76
-rw-r--r--po/nl/random-bits.po76
-rw-r--r--po/nn/random-bits.po13
-rw-r--r--po/pot/random-bits.pot13
-rw-r--r--po/pt/random-bits.po76
-rw-r--r--po/ro/random-bits.po13
-rw-r--r--po/ru/install-methods.po48
-rw-r--r--po/ru/installation-howto.po54
-rw-r--r--po/ru/partitioning.po39
-rw-r--r--po/ru/post-install.po115
-rw-r--r--po/ru/random-bits.po76
-rw-r--r--po/ru/using-d-i.po36
-rw-r--r--po/sv/random-bits.po76
-rw-r--r--po/tl/random-bits.po13
-rw-r--r--po/vi/random-bits.po76
-rw-r--r--po/zh_CN/random-bits.po76
-rw-r--r--po/zh_TW/random-bits.po13
27 files changed, 1288 insertions, 365 deletions
diff --git a/po/ca/random-bits.po b/po/ca/random-bits.po
index 7ffe242f9..977e1a6d2 100644
--- a/po/ca/random-bits.po
+++ b/po/ca/random-bits.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2017-06-17 05:57+0200\n"
"Last-Translator: Guillem Jover <guillem@debian.org>\n"
"Language-Team: \n"
@@ -1313,7 +1313,68 @@ msgstr "Configurar la xarxa"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1327,17 +1388,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1351,7 +1413,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
@@ -1852,8 +1914,8 @@ msgstr ""
"passarel·la connectada a Internet a través d'una connexió de marcatge "
"directe (ppp0). Farem servir les adreces IP 192.168.0.1 i 192.168.0.2 per a "
"les interfícies PLIP del sistema destí i origen respectivament (és "
-"recomanable que aquestes adreces no s'utilitzin dins l'espai d'adreces de "
-"la vostra xarxa)."
+"recomanable que aquestes adreces no s'utilitzin dins l'espai d'adreces de la "
+"vostra xarxa)."
#. Tag: para
#: random-bits.xml:868
diff --git a/po/da/random-bits.po b/po/da/random-bits.po
index fc35b523f..5c7de0175 100644
--- a/po/da/random-bits.po
+++ b/po/da/random-bits.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2016-12-30 10:15+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -1305,7 +1305,68 @@ msgstr "Konfigurer netværk"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1319,17 +1380,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1343,7 +1405,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/de/random-bits.po b/po/de/random-bits.po
index f84c523e3..af9f2d177 100644
--- a/po/de/random-bits.po
+++ b/po/de/random-bits.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2017-02-27 00:43+0100\n"
"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -1327,7 +1327,68 @@ msgstr "Das Netzwerk konfigurieren"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1341,17 +1402,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1365,7 +1427,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/el/random-bits.po b/po/el/random-bits.po
index 2a92b9358..5212b0e3f 100644
--- a/po/el/random-bits.po
+++ b/po/el/random-bits.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2015-05-28 00:26+0300\n"
"Last-Translator: \n"
"Language-Team: Greek <kde-i18n-doc@kde.org>\n"
@@ -1343,7 +1343,68 @@ msgstr "Ρύθμιση Δικτύου"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1357,17 +1418,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1381,7 +1443,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/es/random-bits.po b/po/es/random-bits.po
index 8e4ea6bd1..0b5df045d 100644
--- a/po/es/random-bits.po
+++ b/po/es/random-bits.po
@@ -36,7 +36,7 @@ msgid ""
msgstr ""
"Project-Id-Version: random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2013-04-28 22:27+0200\n"
"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -1360,7 +1360,68 @@ msgstr "Configurar la red"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1374,17 +1435,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1398,7 +1460,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/fi/random-bits.po b/po/fi/random-bits.po
index 84a6371ae..38429eff6 100644
--- a/po/fi/random-bits.po
+++ b/po/fi/random-bits.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Debian Installation Guide random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2010-05-11 08:40+0300\n"
"Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -1305,7 +1305,68 @@ msgstr "Verkon asetukset"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1319,17 +1380,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1343,7 +1405,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/fr/random-bits.po b/po/fr/random-bits.po
index e0182cf00..6bfb7d104 100644
--- a/po/fr/random-bits.po
+++ b/po/fr/random-bits.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2016-12-27 17:19+0100\n"
"Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -1312,7 +1312,68 @@ msgstr "Configurer le réseau"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1326,17 +1387,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1350,7 +1412,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/hu/random-bits.po b/po/hu/random-bits.po
index fb1955c66..21891a215 100644
--- a/po/hu/random-bits.po
+++ b/po/hu/random-bits.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2014-03-09 23:25+0100\n"
"Last-Translator: Judit Gyimesi <judit.gyimesi.x@gmail.com>\n"
"Language-Team: Hungarian\n"
@@ -1304,7 +1304,68 @@ msgstr "Hálózat beállítása"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1318,17 +1379,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1342,7 +1404,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/it/random-bits.po b/po/it/random-bits.po
index 9a87adcab..e807f2258 100644
--- a/po/it/random-bits.po
+++ b/po/it/random-bits.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2017-04-15 12:03+0200\n"
"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -1315,7 +1315,68 @@ msgstr "Configurazione della rete"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1329,17 +1390,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1353,7 +1415,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/ja/random-bits.po b/po/ja/random-bits.po
index a748f1d66..77c526f1e 100644
--- a/po/ja/random-bits.po
+++ b/po/ja/random-bits.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2016-12-27 03:56+0900\n"
"Last-Translator: KURASAWA Nozomu (nabetaro) <nabetaro@debian.or.jp>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -1288,7 +1288,68 @@ msgstr "ネットワークの設定"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1302,17 +1363,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1326,7 +1388,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/ko/random-bits.po b/po/ko/random-bits.po
index 5d09ac1c4..87aea7bad 100644
--- a/po/ko/random-bits.po
+++ b/po/ko/random-bits.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: random-bits.xml\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2017-02-11 18:57+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
@@ -1281,7 +1281,68 @@ msgstr "네트워크 설정하기"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1295,17 +1356,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1319,7 +1381,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/nl/random-bits.po b/po/nl/random-bits.po
index 666f9d3cd..e8c787e9a 100644
--- a/po/nl/random-bits.po
+++ b/po/nl/random-bits.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2017-04-28 22:13+0200\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -1338,7 +1338,68 @@ msgstr "Het netwerk configureren"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1352,17 +1413,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1376,7 +1438,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/nn/random-bits.po b/po/nn/random-bits.po
index 12f751dba..e97a9b53a 100644
--- a/po/nn/random-bits.po
+++ b/po/nn/random-bits.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2016-12-26 18:56+0000\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: Norwegian nynorsk <LL@li.org>\n"
@@ -1060,17 +1060,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1084,7 +1085,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/pot/random-bits.pot b/po/pot/random-bits.pot
index a551a50a5..81d9d1d68 100644
--- a/po/pot/random-bits.pot
+++ b/po/pot/random-bits.pot
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1060,17 +1060,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1084,7 +1085,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/pt/random-bits.po b/po/pt/random-bits.po
index aadcff3fc..4828e0dc1 100644
--- a/po/pt/random-bits.po
+++ b/po/pt/random-bits.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2016-12-27 17:48+0000\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
"Language-Team: Portuguese <kde-i18n-doc@kde.org>\n"
@@ -1302,7 +1302,68 @@ msgstr "Configurar a Rede"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1316,17 +1377,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1340,7 +1402,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/ro/random-bits.po b/po/ro/random-bits.po
index cee57f8dc..516a97a48 100644
--- a/po/ro/random-bits.po
+++ b/po/ro/random-bits.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2016-12-26 18:56+0000\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: Romanian <LL@li.org>\n"
@@ -1060,17 +1060,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1084,7 +1085,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/ru/install-methods.po b/po/ru/install-methods.po
index 8c02c9c11..000006cb9 100644
--- a/po/ru/install-methods.po
+++ b/po/ru/install-methods.po
@@ -90,13 +90,11 @@ msgid ""
"\"https://cdimage-search.debian.org/\">https://cdimage-search.debian.org/</"
"ulink>."
msgstr ""
-"Также учтите: если используемые вами CD/DVD не содержат нужных "
-"вам пакетов, вы всегда можете установить эти пакеты позднее "
-"из новой запущенной системы Debian (после завершения установки). "
-"Если нужно узнать, на каком CD/DVD находится определённый пакет, "
-"зайдите на <ulink url=\"https://cdimage-search.debian.org/\""
-">https://cdimage-search.debian.org/</"
-"ulink>."
+"Также учтите: если используемые вами CD/DVD не содержат нужных вам пакетов, "
+"вы всегда можете установить эти пакеты позднее из новой запущенной системы "
+"Debian (после завершения установки). Если нужно узнать, на каком CD/DVD "
+"находится определённый пакет, зайдите на <ulink url=\"https://cdimage-search."
+"debian.org/\">https://cdimage-search.debian.org/</ulink>."
#. Tag: para
#: install-methods.xml:46
@@ -838,18 +836,6 @@ msgstr ""
#. Tag: para
#: install-methods.xml:555
#, no-c-format
-#| msgid ""
-#| "The CD or DVD image you choose should be written directly to the USB "
-#| "stick, overwriting its current contents. For example, when using an "
-#| "existing GNU/Linux system, the CD or DVD image file can be written to a "
-#| "USB stick as follows, after having made sure that the stick is unmounted: "
-#| "<informalexample><screen>\n"
-#| "<prompt>#</prompt> <userinput>cp <replaceable>debian.iso</replaceable> /"
-#| "dev/<replaceable>sdX</replaceable></userinput>\n"
-#| "<prompt>#</prompt> <userinput>sync</userinput>\n"
-#| "</screen></informalexample> The <ulink url=\"http://sf.net/projects/"
-#| "win32diskimager/\"> win32diskimager</ulink> utility can be used under "
-#| "other operating systems to copy the image."
msgid ""
"The CD or DVD image you choose should be written directly to the USB stick, "
"overwriting its current contents. For example, when using an existing GNU/"
@@ -866,13 +852,12 @@ msgstr ""
"Выбранный вами образ CD или DVD должен быть записан прямо на карту памяти "
"USB, что сотрёт её имеющееся содержимое. Например, из системы GNU/Linux, "
"файл образа CD или DVD можно записать на карту памяти USB следующим образом "
-"(предварительно отмонтировав): "
-"<informalexample><screen>\n"
+"(предварительно отмонтировав): <informalexample><screen>\n"
"<prompt>#</prompt> <userinput>cp <replaceable>debian.iso</replaceable> /dev/"
"<replaceable>sdX</replaceable></userinput>\n"
"<prompt>#</prompt> <userinput>sync</userinput>\n"
-"</screen></informalexample> О том, как это сделать из других ОС можно "
-"найти в <ulink url=\"&url-debian-cd-faq-write-usb;\">Debian CD FAQ</ulink>."
+"</screen></informalexample> О том, как это сделать из других ОС можно найти "
+"в <ulink url=\"&url-debian-cd-faq-write-usb;\">Debian CD FAQ</ulink>."
#. Tag: para
#: install-methods.xml:567
@@ -1207,17 +1192,6 @@ msgstr ""
#. Tag: para
#: install-methods.xml:764
#, no-c-format
-#| msgid ""
-#| "Next you should create a <filename>syslinux.cfg</filename> configuration "
-#| "file, which at a bare minimum should contain the following two lines "
-#| "(change the name of the kernel binary to <quote><filename>linux</"
-#| "filename></quote> if you used a <filename>netboot</filename> image): "
-#| "<informalexample><screen>\n"
-#| "default vmlinuz\n"
-#| "append initrd=initrd.gz\n"
-#| "</screen></informalexample> For the graphical installer you should add "
-#| "<userinput>vga=788</userinput> to the second line. Other parameters can "
-#| "be appended as desired."
msgid ""
"Next you should create a <filename>syslinux.cfg</filename> configuration "
"file, which at a bare minimum should contain the following line (change the "
@@ -1229,9 +1203,9 @@ msgid ""
"as desired."
msgstr ""
"Затем, вам нужно создать файл настройки <filename>syslinux.cfg</filename>, "
-"который, как минимум, должен содержать следующую строку (измените имя файла с "
-"ядром на <quote><filename>linux</filename></quote>, если используется образ "
-"<filename>netboot</filename>): <informalexample><screen>\n"
+"который, как минимум, должен содержать следующую строку (измените имя файла "
+"с ядром на <quote><filename>linux</filename></quote>, если используется "
+"образ <filename>netboot</filename>): <informalexample><screen>\n"
"default vmlinuz initrd=initrd.gz\n"
"</screen></informalexample> Для графической версии программы установки нужно "
"добавить в строку <userinput>vga=788</userinput>. По желанию, можно "
diff --git a/po/ru/installation-howto.po b/po/ru/installation-howto.po
index ee30545dd..cd4d30a67 100644
--- a/po/ru/installation-howto.po
+++ b/po/ru/installation-howto.po
@@ -304,11 +304,6 @@ msgstr ""
#. Tag: para
#: installation-howto.xml:162
#, no-c-format
-#| msgid ""
-#| "Some BIOSes can boot USB storage directly, and some cannot. You may need "
-#| "to configure your BIOS to boot from a <quote>removable drive</quote> or "
-#| "even a <quote>USB-ZIP</quote> to get it to boot from the USB device. For "
-#| "helpful hints and details, see <xref linkend=\"usb-boot-x86\"/>."
msgid ""
"Some BIOSes can boot USB storage directly, and some cannot. You may need to "
"configure your BIOS to enable <quote>USB legacy support</quote>. The boot "
@@ -317,14 +312,11 @@ msgid ""
"hints and details, see <xref linkend=\"usb-boot-x86\"/>."
msgstr ""
"Некоторые BIOS поддерживают загрузку непосредственно с USB, а некоторые нет. "
-"Вам может потребоваться включить в BIOS параметр "
-"<quote>USB legacy support</quote>. "
-"В меню выбора загрузочного устройства должно появиться <quote>removable"
-" drive</quote> "
-"или <quote>USB-HDD</quote>, чтобы машина "
-"загрузилась с устройства USB. "
-"Полезные подсказки и подробное описание смотрите в <xref"
-" linkend=\"usb-boot-x86\"/>."
+"Вам может потребоваться включить в BIOS параметр <quote>USB legacy support</"
+"quote>. В меню выбора загрузочного устройства должно появиться "
+"<quote>removable drive</quote> или <quote>USB-HDD</quote>, чтобы машина "
+"загрузилась с устройства USB. Полезные подсказки и подробное описание "
+"смотрите в <xref linkend=\"usb-boot-x86\"/>."
#. Tag: para
#: installation-howto.xml:170
@@ -484,14 +476,6 @@ msgstr ""
#. Tag: para
#: installation-howto.xml:256
#, no-c-format
-#| msgid ""
-#| "Setting up your clock and time zone is followed by the creation of user "
-#| "accounts. By default you are asked to provide a password for the "
-#| "<quote>root</quote> (administrator) account and information necessary to "
-#| "create one regular user account. If you do not specify a password for the "
-#| "<quote>root</quote> user this account will be disabled but the "
-#| "<command>sudo</command> package will be installed later to enable "
-#| "administrative tasks to be carried out on the new system."
msgid ""
"Setting up your clock and time zone is followed by the creation of user "
"accounts. By default you are asked to provide a password for the "
@@ -507,13 +491,11 @@ msgstr ""
"пользователей. По умолчанию, вам нужно задать пароль для учётной записи "
"<quote>root</quote> (администратор) и данные, необходимые для создания одной "
"обычной пользовательской учётной записи. Если вы не укажите пароль для "
-"пользователя <quote>root</quote>, то эта учётная запись будет заблокирована,"
-" но "
-"вместо неё будет установлен пакет <command>sudo</command>, с помощью "
-"которого вы сможете выполнять задачи управления новой системой. "
-"По умолчанию первому созданному в системе пользователю будет разрешено "
-"использовать команду <command>sudo</command> для получения административных"
-" прав."
+"пользователя <quote>root</quote>, то эта учётная запись будет заблокирована, "
+"но вместо неё будет установлен пакет <command>sudo</command>, с помощью "
+"которого вы сможете выполнять задачи управления новой системой. По умолчанию "
+"первому созданному в системе пользователю будет разрешено использовать "
+"команду <command>sudo</command> для получения административных прав."
#. Tag: para
#: installation-howto.xml:267
@@ -657,13 +639,6 @@ msgstr "Отправьте нам отчёт об установке"
#. Tag: para
#: installation-howto.xml:339
#, no-c-format
-#| msgid ""
-#| "If you successfully managed an installation with &d-i;, please take time "
-#| "to provide us with a report. The simplest way to do so is to install the "
-#| "reportbug package (<command>aptitude install reportbug</command>), "
-#| "configure <classname>reportbug</classname> as explained in <xref linkend="
-#| "\"mail-outgoing\"/>, and run <command>reportbug installation-reports</"
-#| "command>."
msgid ""
"If you successfully managed an installation with &d-i;, please take time to "
"provide us with a report. The simplest way to do so is to install the "
@@ -672,11 +647,10 @@ msgid ""
"outgoing\"/>, and run <command>reportbug installation-reports</command>."
msgstr ""
"Если вы успешно справились с установкой с помощью &d-i;, пожалуйста, найдите "
-"время и отправьте нам отчёт. Самый простой путь отправки отчёта "
-"— установить пакет reportbug (<command>apt install reportbug</command>), "
-"настроить <classname>reportbug</classname> по описанию из <xref linkend="
-"\"mail-outgoing\"/> и запустить команду <command>reportbug installation-"
-"reports</command>."
+"время и отправьте нам отчёт. Самый простой путь отправки отчёта — установить "
+"пакет reportbug (<command>apt install reportbug</command>), настроить "
+"<classname>reportbug</classname> по описанию из <xref linkend=\"mail-outgoing"
+"\"/> и запустить команду <command>reportbug installation-reports</command>."
#. Tag: para
#: installation-howto.xml:349
diff --git a/po/ru/partitioning.po b/po/ru/partitioning.po
index 0e7a77037..bf14dfcf8 100644
--- a/po/ru/partitioning.po
+++ b/po/ru/partitioning.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: partitioning\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2015-04-15 20:29+0000\n"
+"POT-Creation-Date: 2015-05-25 11:27+0000\n"
"PO-Revision-Date: 2018-10-21 10:03+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -386,9 +386,8 @@ msgid ""
"The root partition <filename>/</filename> must always physically contain "
"<filename>/etc</filename>, <filename>/bin</filename>, <filename>/sbin</"
"filename>, <filename>/lib</filename> and <filename>/dev</filename>, "
-"otherwise you won't be able to boot. Typically"
-" &root-system-size-min;&ndash;&root-system-size-max;MB is needed for "
-"the root partition."
+"otherwise you won't be able to boot. Typically &root-system-size-min;&ndash;"
+"&root-system-size-max;MB is needed for the root partition."
msgstr ""
"На корневом разделе <filename>/</filename> всегда физически должны "
"находиться каталоги <filename>/etc</filename>, <filename>/bin</filename>, "
@@ -676,7 +675,6 @@ msgstr ""
#. Tag: para
#: partitioning.xml:335
#, no-c-format
-#| msgid "The first XT disk is named <filename>/dev/xda</filename>."
msgid "The first hard disk detected is named <filename>/dev/sda</filename>."
msgstr ""
"Первый обнаруженный жёсткий диск называется <filename>/dev/sda</filename>."
@@ -684,15 +682,12 @@ msgstr ""
#. Tag: para
#: partitioning.xml:340
#, no-c-format
-#| msgid ""
-#| "The second DASD device is named <filename>/dev/dasdb</filename>, and so "
-#| "on."
msgid ""
"The second hard disk detected is named <filename>/dev/sdb</filename>, and so "
"on."
msgstr ""
-"Второй обнаруженный жёсткий диск называется <filename>/dev/sdb</filename>и"
-" так далее."
+"Второй обнаруженный жёсткий диск называется <filename>/dev/sdb</filename>и "
+"так далее."
#. Tag: para
#: partitioning.xml:346
@@ -767,14 +762,6 @@ msgstr ""
#. Tag: para
#: partitioning.xml:394
#, no-c-format
-#| msgid ""
-#| "Linux represents the primary partitions as the drive name, plus the "
-#| "numbers 1 through 4. For example, the first primary partition on the "
-#| "first IDE drive is <filename>/dev/hda1</filename>. The logical partitions "
-#| "are numbered starting at 5, so the first logical partition on that same "
-#| "drive is <filename>/dev/hda5</filename>. Remember that the extended "
-#| "partition, that is, the primary partition holding the logical partitions, "
-#| "is not usable by itself. This applies to SCSI disks as well as IDE disks."
msgid ""
"Linux represents the primary partitions as the drive name, plus the numbers "
"1 through 4. For example, the first primary partition on the first drive is "
@@ -784,11 +771,11 @@ msgid ""
"partition holding the logical partitions, is not usable by itself."
msgstr ""
"В Linux первичные разделы представляются как имя диска плюс число от 1 до 4. "
-"Например, первый первичный раздел первого диска называется <filename>/"
-"dev/sda1</filename>. Логические разделы нумеруются начиная с 5, поэтому "
-"первый логический раздел на том же диске называется <filename>/dev/sda5</"
-"filename>. Помните, что это расширенный раздел, то есть первичный раздел "
-"содержащий логические разделы, сам по себе не использующийся."
+"Например, первый первичный раздел первого диска называется <filename>/dev/"
+"sda1</filename>. Логические разделы нумеруются начиная с 5, поэтому первый "
+"логический раздел на том же диске называется <filename>/dev/sda5</filename>. "
+"Помните, что это расширенный раздел, то есть первичный раздел содержащий "
+"логические разделы, сам по себе не использующийся."
#. Tag: para
#: partitioning.xml:404
@@ -1322,9 +1309,9 @@ msgstr ""
"Системный загрузчик EFI и оболочка EFI полностью поддерживают GPT таблицу, "
"поэтому загрузочный раздел необязательно должен быть первым разделом или "
"даже на первом диске. Это удобно, если вы забыли создать раздел, и выяснили "
-"это только после того как уже отформатировали другие разделы на жёстком диске"
-"(ах). Программа разметки <command>partman</command> проверяет EFI раздел "
-"одновременно с проверкой правильности <emphasis>корневого</emphasis> "
+"это только после того как уже отформатировали другие разделы на жёстком "
+"диске(ах). Программа разметки <command>partman</command> проверяет EFI "
+"раздел одновременно с проверкой правильности <emphasis>корневого</emphasis> "
"раздела. Это даёт вам возможность исправить разметку диска перед началом "
"установки пакетов. Самый лёгкий способ исправить это упущение &mdash; "
"уменьшить последний раздел диска, освободив достаточно свободного места для "
diff --git a/po/ru/post-install.po b/po/ru/post-install.po
index 0523e44d3..eb6ecc5fc 100644
--- a/po/ru/post-install.po
+++ b/po/ru/post-install.po
@@ -51,16 +51,6 @@ msgstr ""
#. Tag: para
#: post-install.xml:25
#, no-c-format
-#| msgid ""
-#| "Alternatively you can press the key combination <keycombo> <keycap>Ctrl</"
-#| "keycap> <keycap>Alt</keycap> <keycap>Del</keycap> </keycombo> <phrase "
-#| "arch=\"powerpc\"> or <keycombo> <keycap>Control</keycap> <keycap>Shift</"
-#| "keycap> <keycap>Power</keycap> </keycombo> on Macintosh systems</phrase>. "
-#| "A last option is to log in as root and type one of the commands "
-#| "<command>poweroff</command>, <command>halt</command> or <command>shutdown "
-#| "-h now</command> if either of the key combinations do not work or you "
-#| "prefer to type commands; use <command>reboot</command> to reboot the "
-#| "system."
msgid ""
"Alternatively you can press the key combination <keycombo> <keycap>Ctrl</"
"keycap> <keycap>Alt</keycap> <keycap>Del</keycap> </keycombo> <phrase arch="
@@ -84,18 +74,15 @@ msgstr ""
"комбинация клавиш не работает или вы предпочитаете вводить команды, то как "
"последний вариант можно войти в систему как суперпользователь и выполнить "
"необходимые команды. Для перезагрузки используйте <command>reboot</command>. "
-"Для останова системы без последующего включения используйте <command>halt<"
-"/command> "
-"<footnote> <para> В системе инициализации SysV <command>halt</command>"
-" выполняет тоже "
-"действие, что и <command>poweroff</command>, но при системе инициализации"
-" systemd "
-"(по умолчанию начиная с jessie) это не так. </para> </footnote>. "
-"Для выключения питания машины используйте <command>poweroff</command> или "
-"<command>shutdown -h now</command>. "
-"Система инициализации systemd предоставляет дополнительные команды, "
-"которые выполняют эти же функции; например, "
-"<command>systemctl reboot</command> или <command>systemctl poweroff</command>."
+"Для останова системы без последующего включения используйте <command>halt</"
+"command> <footnote> <para> В системе инициализации SysV <command>halt</"
+"command> выполняет тоже действие, что и <command>poweroff</command>, но при "
+"системе инициализации systemd (по умолчанию начиная с jessie) это не так. </"
+"para> </footnote>. Для выключения питания машины используйте "
+"<command>poweroff</command> или <command>shutdown -h now</command>. Система "
+"инициализации systemd предоставляет дополнительные команды, которые "
+"выполняют эти же функции; например, <command>systemctl reboot</command> или "
+"<command>systemctl poweroff</command>."
#. Tag: title
#: post-install.xml:60
@@ -164,12 +151,6 @@ msgstr ""
#. Tag: para
#: post-install.xml:114
#, no-c-format
-#| msgid ""
-#| "One of the best installation methods is apt. You can use the command line "
-#| "version <command>apt-get</command> or full-screen text version "
-#| "<application>aptitude</application>. Note apt will also let you merge "
-#| "main, contrib, and non-free so you can have export-restricted packages as "
-#| "well as standard versions."
msgid ""
"One of the best installation methods is apt. You can use the command line "
"version of <command>apt</command> as well as tools like "
@@ -181,14 +162,12 @@ msgid ""
msgstr ""
"Один из лучших методов установки пакетов — apt. Вы можете использовать "
"версию для командной строки <command>apt</command>, а также такие "
-"инструменты как <application>aptitude</application> или <application"
-">synaptic</application> "
-"(которые являются графическими оболочками <command>apt</command>). "
-"Заметим, что apt также "
-"позволяет объединить main, contrib и non-free, так что вы можете "
-"устанавливать ограниченные пакеты "
-"(строго говоря, не принадлежащие &debian;), а также пакеты из "
-"&debian-gnu;, вместе с обычными."
+"инструменты как <application>aptitude</application> или "
+"<application>synaptic</application> (которые являются графическими "
+"оболочками <command>apt</command>). Заметим, что apt также позволяет "
+"объединить main, contrib и non-free, так что вы можете устанавливать "
+"ограниченные пакеты (строго говоря, не принадлежащие &debian;), а также "
+"пакеты из &debian-gnu;, вместе с обычными."
#. Tag: title
#: post-install.xml:128
@@ -375,18 +354,11 @@ msgid ""
"books relating to Linux."
msgstr ""
"Linux является реализацией Unix. В <ulink url=\"&url-ldp;\">Linux "
-"Documentation Project (LDP)</ulink> собран набор HOWTO и "
-"книг о Linux."
+"Documentation Project (LDP)</ulink> собран набор HOWTO и книг о Linux."
#. Tag: para
#: post-install.xml:236
#, no-c-format
-#| msgid ""
-#| "If you are new to Unix, you probably should go out and buy some books and "
-#| "do some reading. A lot of valuable information can also be found in the "
-#| "<ulink url=\"&url-debian-reference;\">Debian Reference</ulink>. This "
-#| "<ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> contains a number "
-#| "of UseNet documents which provide a nice historical reference."
msgid ""
"If you are new to Unix, you probably should go out and buy some books and do "
"some reading. This <ulink url=\"&url-unix-faq;\">list of Unix FAQs</ulink> "
@@ -467,17 +439,6 @@ msgstr ""
#. Tag: para
#: post-install.xml:282
#, no-c-format
-#| msgid ""
-#| "With the increasing popularity of graphical desktop systems, the use of "
-#| "graphical e-mail programs like GNOME's <command>evolution</command>, "
-#| "KDE's <command>kmail</command> or Mozilla's <command>thunderbird</"
-#| "command> (in &debian; available as <command>icedove</command><footnote> "
-#| "<para> The reason that <command>thunderbird</command> has been renamed to "
-#| "<command>icedove</command> in &debian; has to do with licensing issues. "
-#| "Details are outside the scope of this manual. </para> </footnote>) is "
-#| "becoming more popular. These programs combine the function of a MUA, MTA "
-#| "and MDA, but can &mdash; and often are &mdash; also be used in "
-#| "combination with the traditional Linux tools."
msgid ""
"With the increasing popularity of graphical desktop systems, the use of "
"graphical e-mail programs like GNOME's <command>evolution</command>, KDE's "
@@ -486,13 +447,12 @@ msgid ""
"MDA, but can &mdash; and often are &mdash; also be used in combination with "
"the traditional Linux tools."
msgstr ""
-"С ростом популярности систем с графическим рабочим столом, "
-"становятся более востребованными почтовые программы с графическим "
-"интерфейсом типа GNOME <command>evolution</command>, KDE <command>kmail</"
-"command> или Mozilla <command>thunderbird</command>. "
-"В этих программах объединены функции MUA, MTA и MDA, но они "
-"могут (так часто и происходит) использоваться совместно с классическими "
-"утилитами Linux."
+"С ростом популярности систем с графическим рабочим столом, становятся более "
+"востребованными почтовые программы с графическим интерфейсом типа GNOME "
+"<command>evolution</command>, KDE <command>kmail</command> или Mozilla "
+"<command>thunderbird</command>. В этих программах объединены функции MUA, "
+"MTA и MDA, но они могут (так часто и происходит) использоваться совместно с "
+"классическими утилитами Linux."
#. Tag: title
#: post-install.xml:294
@@ -850,9 +810,9 @@ msgid ""
"necessary since the default kernel shipped with &debian; handles almost all "
"configurations."
msgstr ""
-"Может ли потребоваться компиляция нового ядра? "
-"Вероятно, в этом нет необходимости, так как поставляемое "
-"в &debian; ядро по умолчанию содержит почти все возможности."
+"Может ли потребоваться компиляция нового ядра? Вероятно, в этом нет "
+"необходимости, так как поставляемое в &debian; ядро по умолчанию содержит "
+"почти все возможности."
#. Tag: para
#: post-install.xml:512
@@ -864,9 +824,9 @@ msgid ""
"Linux Kernel Handbook</ulink>."
msgstr ""
"Тем не менее, если вы хотите собрать ядро самостоятельно, это возможно и мы "
-"рекомендуем использовать цель <quote>make deb-pkg</quote>. "
-"Подробней об этом читайте в <ulink url=\"&url-kernel-handbook;\">Debian "
-"Linux Kernel Handbook</ulink>."
+"рекомендуем использовать цель <quote>make deb-pkg</quote>. Подробней об этом "
+"читайте в <ulink url=\"&url-kernel-handbook;\">Debian Linux Kernel Handbook</"
+"ulink>."
#. Tag: title
#: post-install.xml:527
@@ -895,16 +855,6 @@ msgstr ""
#. Tag: para
#: post-install.xml:538
#, no-c-format
-#| msgid ""
-#| "To access rescue mode, type <userinput>rescue</userinput> at the "
-#| "<prompt>boot:</prompt> prompt, or boot with the <userinput>rescue/"
-#| "enable=true</userinput> boot parameter. You'll be shown the first few "
-#| "screens of the installer, with a note in the corner of the display to "
-#| "indicate that this is rescue mode, not a full installation. Don't worry, "
-#| "your system is not about to be overwritten! Rescue mode simply takes "
-#| "advantage of the hardware detection facilities available in the installer "
-#| "to ensure that your disks, network devices, and so on are available to "
-#| "you while repairing your system."
msgid ""
"To access rescue mode, select <userinput>rescue</userinput> from the boot "
"menu, type <userinput>rescue</userinput> at the <prompt>boot:</prompt> "
@@ -916,11 +866,10 @@ msgid ""
"facilities available in the installer to ensure that your disks, network "
"devices, and so on are available to you while repairing your system."
msgstr ""
-"Чтобы войти в режим восстановления, "
-"выберите <userinput>rescue</userinput> в загрузочном меню, "
-"введите <userinput>rescue</userinput> "
-"после приглашения <prompt>boot:</prompt> или загрузитесь с параметром "
-"загрузки <userinput>rescue/enable=true</userinput> . В начале вы пройдёте по "
+"Чтобы войти в режим восстановления, выберите <userinput>rescue</userinput> в "
+"загрузочном меню, введите <userinput>rescue</userinput> после приглашения "
+"<prompt>boot:</prompt> или загрузитесь с параметром загрузки "
+"<userinput>rescue/enable=true</userinput> . В начале вы пройдёте по "
"нескольким диалогам программы установки, на которых есть пометка в углу "
"экрана, что это режим восстановления, а не полная установка. Не волнуйтесь, "
"ваши данные не исчезнут! Режим восстановления использует программу установки "
diff --git a/po/ru/random-bits.po b/po/ru/random-bits.po
index 34eb55159..ebd8eabe3 100644
--- a/po/ru/random-bits.po
+++ b/po/ru/random-bits.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2015-03-14 08:01+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -1324,7 +1324,68 @@ msgstr "Настройка сети"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1338,17 +1399,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1362,7 +1424,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/ru/using-d-i.po b/po/ru/using-d-i.po
index 132295b49..5603a513b 100644
--- a/po/ru/using-d-i.po
+++ b/po/ru/using-d-i.po
@@ -1233,20 +1233,6 @@ msgstr ""
#. Tag: para
#: using-d-i.xml:716
#, no-c-format
-#| msgid ""
-#| "At first, <command>iso-scan</command> automatically mounts all block "
-#| "devices (e.g. partitions) which have some known filesystem on them and "
-#| "sequentially searches for filenames ending with <filename>.iso</filename> "
-#| "(or <filename>.ISO</filename> for that matter). Beware that the first "
-#| "attempt scans only files in the root directory and in the first level of "
-#| "subdirectories (i.e. it finds <filename>/<replaceable>whatever</"
-#| "replaceable>.iso</filename>, <filename>/data/<replaceable>whatever</"
-#| "replaceable>.iso</filename>, but not <filename>/data/tmp/"
-#| "<replaceable>whatever</replaceable>.iso</filename>). After an iso image "
-#| "has been found, <command>iso-scan</command> checks its content to "
-#| "determine if the image is a valid &debian; iso image or not. In the "
-#| "former case we are done, in the latter <command>iso-scan</command> seeks "
-#| "for another image."
msgid ""
"At first, <command>iso-scan</command> automatically mounts all block devices "
"(e.g. partitions and logical volumes) which have some known filesystem on "
@@ -1262,12 +1248,11 @@ msgid ""
"done, in the latter <command>iso-scan</command> seeks for another image."
msgstr ""
"Сначала <command>iso-scan</command> автоматически смонтирует все блочные "
-"устройства (например, разделы и логические тома), на которых есть"
-" распознанная файловая "
-"система, и последовательно будет искать на них файлы с именами, "
-"оканчивающимися на <filename>.iso</filename> (или <filename>.ISO</filename>, "
-"это важно). Обратите внимание, ищутся файлы только в корневом каталоге и "
-"подкаталогах первого уровня (то есть найдутся файлы <filename>/"
+"устройства (например, разделы и логические тома), на которых есть "
+"распознанная файловая система, и последовательно будет искать на них файлы с "
+"именами, оканчивающимися на <filename>.iso</filename> (или <filename>.ISO</"
+"filename>, это важно). Обратите внимание, ищутся файлы только в корневом "
+"каталоге и подкаталогах первого уровня (то есть найдутся файлы <filename>/"
"<replaceable>имя</replaceable>.iso</filename>, <filename>/data/"
"<replaceable>имя</replaceable>.iso</filename>, но не <filename>/data/tmp/"
"<replaceable>имя</replaceable>.iso</filename>). После нахождения iso-образа, "
@@ -2546,19 +2531,14 @@ msgstr ""
#. Tag: para
#: using-d-i.xml:1480
#, no-c-format
-#| msgid ""
-#| "If you forget to select and format an EFI boot partition, "
-#| "<command>partman</command> will detect this and will not let you continue "
-#| "until you allocate one."
msgid ""
"If you boot in EFI mode but forget to select and format an EFI System "
"Partition, <command>partman</command> will detect this and will not let you "
"continue until you allocate one."
msgstr ""
-"Если вы загрузились в режиме EFI, но забыли выбрать и отформатировать"
-" системный раздел EFI, "
-"<command>partman</command> обнаружит это и не разрешит вам продолжить, пока "
-"вы не создадите такой раздел."
+"Если вы загрузились в режиме EFI, но забыли выбрать и отформатировать "
+"системный раздел EFI, <command>partman</command> обнаружит это и не разрешит "
+"вам продолжить, пока вы не создадите такой раздел."
#. Tag: para
#: using-d-i.xml:1486
diff --git a/po/sv/random-bits.po b/po/sv/random-bits.po
index 8285a6f1b..d1fd63ce3 100644
--- a/po/sv/random-bits.po
+++ b/po/sv/random-bits.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2012-07-30 18:33+0100\n"
"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -1308,7 +1308,68 @@ msgstr "Konfigurera nätverket"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1322,17 +1383,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1346,7 +1408,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/tl/random-bits.po b/po/tl/random-bits.po
index c7ea08ed9..53f818e4a 100644
--- a/po/tl/random-bits.po
+++ b/po/tl/random-bits.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2016-12-26 18:56+0000\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: Tagalog <LL@li.org>\n"
@@ -1060,17 +1060,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1084,7 +1085,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/vi/random-bits.po b/po/vi/random-bits.po
index 915fbc513..8fb71838c 100644
--- a/po/vi/random-bits.po
+++ b/po/vi/random-bits.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2012-08-05 13:21+0700\n"
"Last-Translator: hailang <hailangvn@gmail.com>\n"
"Language-Team: MOST Project <du-an-most@lists.hanoilug.org>\n"
@@ -1309,7 +1309,68 @@ msgstr "Cấu hình khả năng chạy mạng"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1323,17 +1384,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1347,7 +1409,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/zh_CN/random-bits.po b/po/zh_CN/random-bits.po
index 3ace2a277..addc8a6ed 100644
--- a/po/zh_CN/random-bits.po
+++ b/po/zh_CN/random-bits.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2017-06-11 20:40+0800\n"
"Last-Translator: Yangfl <mmyangfl@gmail.com>\n"
"Language-Team: <debian-l10n-chinese@lists.debian.org>\n"
@@ -1226,7 +1226,68 @@ msgstr "网络的配置"
#. Tag: para
#: random-bits.xml:627
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost\n"
+#| "127.0.1.1 DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1240,17 +1301,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1264,7 +1326,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "
diff --git a/po/zh_TW/random-bits.po b/po/zh_TW/random-bits.po
index d36fde9ee..d81015820 100644
--- a/po/zh_TW/random-bits.po
+++ b/po/zh_TW/random-bits.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2017-04-17 21:48+0000\n"
+"POT-Creation-Date: 2018-10-21 10:09+0000\n"
"PO-Revision-Date: 2005-07-18 14:20+0800\n"
"Last-Translator: Jhang, Jia-Wei<dreamcryer@gmail.com>\n"
"Language-Team: debian-chinese-big5 <debian-chinese-big5@lists.debian.org>\n"
@@ -1181,17 +1181,18 @@ msgid ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# The loopback interface isn't really required any longer, but can be used\n"
+"# if needed.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
"# To use dhcp:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# An example static IP setup: (network, broadcast and gateway are optional)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1205,7 +1206,7 @@ msgid ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
"filename>: <informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> Enter your system's host name (2 to 63 "