summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/it/boot-installer.po13
-rw-r--r--po/it/preseed.po108
-rw-r--r--po/it/random-bits.po4
3 files changed, 29 insertions, 96 deletions
diff --git a/po/it/boot-installer.po b/po/it/boot-installer.po
index c2b148754..d565b93a8 100644
--- a/po/it/boot-installer.po
+++ b/po/it/boot-installer.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: d-i-manual_boot-installer\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
"POT-Creation-Date: 2017-03-23 18:09+0000\n"
-"PO-Revision-Date: 2017-03-05 17:08+0100\n"
+"PO-Revision-Date: 2017-04-15 11:48+0200\n"
"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
"Language: it\n"
@@ -3292,6 +3292,17 @@ msgid ""
"installation. When using a BIOS system, each of them must be followed by "
"&enterkey;."
msgstr ""
+"Anche con la sintesi vocale è possibile scegliere tra le modalità "
+"d'installazione Expert (esperto), Rescue (ripristino) e Automated "
+"(automatizzate). Per accedere a tali opzioni occorre prima entrare nel "
+"sottomenu <quote>Advanced options</quote> del menu di avvio premendo il "
+"tasto <userinput>a</userinput>. Su un sistema con BIOS (il menu di avvio ha "
+"fatto un solo bip), è necessario confermare premendo &enterkey;. Adesso è "
+"possibile usare le diverse scorciatoie: <userinput>x</userinput> per "
+"l'installazione in modalità esperta, <userinput>r</userinput> per la "
+"modalità ripristino oppure <userinput>a</userinput> per l'installazione "
+"automatizzata. Su un sistema con BIOS, è necessario confermare premendo "
+"&enterkey;. "
#. Tag: title
#: boot-installer.xml:2304
diff --git a/po/it/preseed.po b/po/it/preseed.po
index f35905288..8b808f0f7 100644
--- a/po/it/preseed.po
+++ b/po/it/preseed.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: d-i-manual_preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
"POT-Creation-Date: 2017-04-12 12:24+0000\n"
-"PO-Revision-Date: 2017-03-05 17:14+0100\n"
+"PO-Revision-Date: 2017-04-15 11:34+0200\n"
"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
"Language: it\n"
@@ -1268,7 +1268,7 @@ msgstr ""
#: preseed.xml:605
#, no-c-format
msgid "The file should start with <literal>#_preseed_V1</literal>"
-msgstr ""
+msgstr "Il file deve iniziare con <literal>#_preseed_V1</literal>"
#. Tag: para
#: preseed.xml:617
@@ -1276,8 +1276,8 @@ msgstr ""
msgid ""
"There are a few rules to keep in mind when writing a preconfiguration file."
msgstr ""
-"Ci sono alcune regole che si devono tenere in mente quando si scrive un file "
-"di preconfigurazione."
+"Ci sono alcune regole da rispettare quando si scrive un file di "
+"preconfigurazione."
#. Tag: para
#: preseed.xml:624
@@ -1351,7 +1351,7 @@ msgstr ""
#: preseed.xml:653
#, no-c-format
msgid "Start with <literal>#_preseed_V1</literal>"
-msgstr ""
+msgstr "Iniziare con <literal>#_preseed_V1</literal>"
#. Tag: para
#: preseed.xml:659
@@ -1381,18 +1381,16 @@ msgstr ""
#. Tag: screen
#: preseed.xml:671
-#, fuzzy, no-c-format
-#| msgid ""
-#| "$ debconf-get-selections --installer &gt; <replaceable>file</"
-#| "replaceable>\n"
-#| "$ debconf-get-selections &gt;&gt; <replaceable>file</replaceable>"
+#, no-c-format
msgid ""
"$ echo \"#_preseed_V1\" &gt; <replaceable>file</replaceable>\n"
"$ debconf-get-selections --installer &gt;&gt; <replaceable>file</"
"replaceable>\n"
"$ debconf-get-selections &gt;&gt; <replaceable>file</replaceable>"
msgstr ""
-"$ debconf-get-selections --installer &gt; <replaceable>file</replaceable>\n"
+"$ echo \"#_preseed_V1\" &gt; <replaceable>file</replaceable>\n"
+"$ debconf-get-selections --installer &gt;&gt; <replaceable>file</"
+"replaceable>\n"
"$ debconf-get-selections &gt;&gt; <replaceable>file</replaceable>"
#. Tag: para
@@ -2213,87 +2211,7 @@ msgstr "Esempio di partizionamento"
#. Tag: screen
#: preseed.xml:971
-#, fuzzy, no-c-format
-#| msgid ""
-#| "# If the system has free space you can choose to only partition that "
-#| "space.\n"
-#| "# This is only honoured if partman-auto/method (below) is not set.\n"
-#| "#d-i partman-auto/init_automatically_partition select biggest_free\n"
-#| "\n"
-#| "# Alternatively, you may specify a disk to partition. If the system has "
-#| "only\n"
-#| "# one disk the installer will default to using that, but otherwise the "
-#| "device\n"
-#| "# name must be given in traditional, non-devfs format (so e.g. /dev/sda\n"
-#| "# and not e.g. /dev/discs/disc0/disc).\n"
-#| "# For example, to use the first SCSI/SATA hard disk:\n"
-#| "#d-i partman-auto/disk string /dev/sda\n"
-#| "# In addition, you'll need to specify the method to use.\n"
-#| "# The presently available methods are:\n"
-#| "# - regular: use the usual partition types for your architecture\n"
-#| "# - lvm: use LVM to partition the disk\n"
-#| "# - crypto: use LVM within an encrypted partition\n"
-#| "d-i partman-auto/method string lvm\n"
-#| "\n"
-#| "# If one of the disks that are going to be automatically partitioned\n"
-#| "# contains an old LVM configuration, the user will normally receive a\n"
-#| "# warning. This can be preseeded away...\n"
-#| "d-i partman-lvm/device_remove_lvm boolean true\n"
-#| "# The same applies to pre-existing software RAID array:\n"
-#| "d-i partman-md/device_remove_md boolean true\n"
-#| "# And the same goes for the confirmation to write the lvm partitions.\n"
-#| "d-i partman-lvm/confirm boolean true\n"
-#| "d-i partman-lvm/confirm_nooverwrite boolean true\n"
-#| "\n"
-#| "# You can choose one of the three predefined partitioning recipes:\n"
-#| "# - atomic: all files in one partition\n"
-#| "# - home: separate /home partition\n"
-#| "# - multi: separate /home, /var, and /tmp partitions\n"
-#| "d-i partman-auto/choose_recipe select atomic\n"
-#| "\n"
-#| "# Or provide a recipe of your own...\n"
-#| "# If you have a way to get a recipe file into the d-i environment, you "
-#| "can\n"
-#| "# just point at it.\n"
-#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
-#| "\n"
-#| "# If not, you can put an entire recipe into the preconfiguration file in "
-#| "one\n"
-#| "# (logical) line. This example creates a small /boot partition, suitable\n"
-#| "# swap, and uses the rest of the space for the root partition:\n"
-#| "#d-i partman-auto/expert_recipe string \\\n"
-#| "# boot-root :: \\\n"
-#| "# 40 50 100 ext3 \\\n"
-#| "# $primary{ } $bootable{ } \\\n"
-#| "# method{ format } format{ } \\\n"
-#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
-#| "# mountpoint{ /boot } \\\n"
-#| "# . \\\n"
-#| "# 500 10000 1000000000 ext3 \\\n"
-#| "# method{ format } format{ } \\\n"
-#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
-#| "# mountpoint{ / } \\\n"
-#| "# . \\\n"
-#| "# 64 512 300% linux-swap \\\n"
-#| "# method{ swap } format{ } \\\n"
-#| "# .\n"
-#| "\n"
-#| "# The full recipe format is documented in the file partman-auto-recipe."
-#| "txt\n"
-#| "# included in the 'debian-installer' package or available from D-I "
-#| "source\n"
-#| "# repository. This also documents how to specify settings such as file\n"
-#| "# system labels, volume group names and which physical devices to "
-#| "include\n"
-#| "# in a volume group.\n"
-#| "\n"
-#| "# This makes partman automatically partition without confirmation, "
-#| "provided\n"
-#| "# that you told it what to do using one of the methods above.\n"
-#| "d-i partman-partitioning/confirm_write_new_label boolean true\n"
-#| "d-i partman/choose_partition select finish\n"
-#| "d-i partman/confirm boolean true\n"
-#| "d-i partman/confirm_nooverwrite boolean true"
+#, no-c-format
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"# This is only honoured if partman-auto/method (below) is not set.\n"
@@ -2445,7 +2363,11 @@ msgstr ""
"d-i partman-partitioning/confirm_write_new_label boolean true\n"
"d-i partman/choose_partition select finish\n"
"d-i partman/confirm boolean true\n"
-"d-i partman/confirm_nooverwrite boolean true"
+"d-i partman/confirm_nooverwrite boolean true\n"
+"\n"
+"# Quando è attivata la crittografia del disco, saltare le cancellazione\n"
+"# delle partizioni.\n"
+"#d-i partman-auto-crypto/erase_disks boolean false"
#. Tag: title
#: preseed.xml:975
diff --git a/po/it/random-bits.po b/po/it/random-bits.po
index 1774e6e37..bfc117e97 100644
--- a/po/it/random-bits.po
+++ b/po/it/random-bits.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: d-i-manual_random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
"POT-Creation-Date: 2015-05-25 11:27+0000\n"
-"PO-Revision-Date: 2017-03-05 17:15+0100\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"
"Language: it\n"
@@ -2069,7 +2069,7 @@ msgstr ""
#: random-bits.xml:983
#, no-c-format
msgid "Configure the network"
-msgstr "<guimenuitem>Configurazione della rete</guimenuitem>"
+msgstr "Configurazione della rete"
#. Tag: para
#: random-bits.xml:986