diff options
author | luca <luca.mo@tiscali.it> | 2018-10-25 22:06:51 +0200 |
---|---|---|
committer | luca <luca.mo@tiscali.it> | 2018-10-25 22:06:51 +0200 |
commit | eda256dd2b3d70b84c8c533af9eee4c871e42541 (patch) | |
tree | 9392d3ae14608d60ebf02c610f7ce8ce55a3070c /po/it | |
parent | 07a2a560dee41f3dea3f5c68162e44ff0fa2f3a3 (diff) | |
parent | 3d41c07b49f236501a7462da693eccf22b1dfa6e (diff) | |
download | installation-guide-eda256dd2b3d70b84c8c533af9eee4c871e42541.zip |
Merge branch 'master' of salsa.debian.org:installer-team/installation-guide
Diffstat (limited to 'po/it')
-rw-r--r-- | po/it/random-bits.po | 76 | ||||
-rw-r--r-- | po/it/welcome.po | 10 |
2 files changed, 74 insertions, 12 deletions
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 > /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/it/welcome.po b/po/it/welcome.po index 916068828..8b2dd81b7 100644 --- a/po/it/welcome.po +++ b/po/it/welcome.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_welcome\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2018-10-01 23:05+0000\n" +"POT-Creation-Date: 2018-10-23 07:43+0000\n" "PO-Revision-Date: 2018-10-06 13:39+0200\n" "Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n" "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n" @@ -641,7 +641,7 @@ msgid "" "available are an expert mode that allows to control every aspect of the " "installation and an advanced feature to perform automated installations. The " "installed system can be used as is or further customized. The installation " -"can be performed from a multitude of sources: USB, CD/DVD/Blue Ray or the " +"can be performed from a multitude of sources: USB, CD/DVD/Blu-Ray or the " "network. The installer supports localized installations in more than 80 " "languages." msgstr "" @@ -650,12 +650,12 @@ msgstr "" "aspetto dell'installazione e di effettuare installazione completamente " "automatizzate. Il sistema installato può essere usato sin da subito oppure " "può essere ulteriormente personalizzato. L'installazione può essere fatta a " -"partire da una moltitudine di supporti: USB, CD/DVD/Blue Ray o dalla rete. " +"partire da una moltitudine di supporti: USB, CD/DVD/Blu-Ray o dalla rete. " "L'installatore è stato tradotto in oltre 80 lingue." #. Tag: para #: welcome.xml:399 -#, no-c-format +#, no-c-format, fuzzy msgid "" "The installer has its origin in the project, and it was <ulink " "url=\"http://lists.debian.org/debian-boot/2000/06/msg00279.html\">first " @@ -663,7 +663,7 @@ msgid "" "has been continuously developed by volunteers improving and adding more " "features." msgstr "" -"L'Installatore ha avuto origine dal progetto boot-floppies, <ulink " +"L'Installatore ha avuto origine dal progetto *boot-floppies*, <ulink " "url=\"http://lists.debian.org/debian-boot/2000/06/msg00279.html\">citato per " "la prima volta</ulink> da Joey Hess nel 2000. Da allora lo sviluppo da parte " "di volontari sul sistema d'installazione è stato continuo e ha portato " |