aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installer/it/SelectAndUseISOs2.xml
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2015-05-13 19:31:44 +0300
committerYuri Chornoivan <yurchor@ukr.net>2015-05-13 19:31:44 +0300
commita485b877ec588ee80d8cc53fa447fab30b5872c1 (patch)
tree98a1a7b4e49495fe8443afca16f4881abca477d5 /docs/installer/it/SelectAndUseISOs2.xml
parent806ed991f3e7478b996acf1e67882d7db0e7abb0 (diff)
downloadtools-a485b877ec588ee80d8cc53fa447fab30b5872c1.tar
tools-a485b877ec588ee80d8cc53fa447fab30b5872c1.tar.gz
tools-a485b877ec588ee80d8cc53fa447fab30b5872c1.tar.bz2
tools-a485b877ec588ee80d8cc53fa447fab30b5872c1.tar.xz
tools-a485b877ec588ee80d8cc53fa447fab30b5872c1.zip
Update translations
Diffstat (limited to 'docs/installer/it/SelectAndUseISOs2.xml')
-rw-r--r--docs/installer/it/SelectAndUseISOs2.xml35
1 files changed, 19 insertions, 16 deletions
diff --git a/docs/installer/it/SelectAndUseISOs2.xml b/docs/installer/it/SelectAndUseISOs2.xml
index 588f0c01..c694fb89 100644
--- a/docs/installer/it/SelectAndUseISOs2.xml
+++ b/docs/installer/it/SelectAndUseISOs2.xml
@@ -28,11 +28,12 @@ ns4:href="http://www.mageia.org/en/downloads/">qui</link>.</para>
<itemizedlist>
<listitem>
- <para>These ISOs use the traditional installer called drakx.</para>
+ <para>Queste ISO usano l'installer tradizionale chiamato drakx</para>
</listitem>
<listitem>
- <para>They are able to make a clean install or an update from previous releases.</para>
+ <para>Possono fare sia un'installazione pulita o un update da una release
+precedente.</para>
</listitem>
</itemizedlist>
</section>
@@ -318,13 +319,13 @@ Mageia</link>.</para>
<section>
<title>Esegui il dump di una ISO su di una chiavetta USB.</title>
- <para>All Mageia ISOs are hybrids, which means you can 'dump' them to a USB stick
-and then use it to boot and install the system.</para>
+ <para>Tutte le ISO di Mageia sono ibride il che significa che puoi 'dumparle' in
+una chiavetta USB e usarle per avviare e installare il sistema.</para>
<warning>
- <para>"dumping" an image onto a flash device destroys any previous file-system on
-the device; any other data will be lost and the partition capacity will be
-reduced to the image size.</para>
+ <para>"dumpare" un'immagine in un flash drive distrugge ogni precedente
+file-system su quel dispositivo; ogni altro dato verrà perso e la capacità
+della partizione ridotta alla grandezza dell'immagine del disco.</para>
</warning>
<para>Per recuperare la capacità originale devi riformattare la chiavetta USB.</para>
@@ -332,7 +333,7 @@ reduced to the image size.</para>
<section>
<title>Utilizzare Mageia</title>
- <para>You can use a graphical tool like <link
+ <para>Puoi usare uno strumento grafico come <link
ns4:href="https://wiki.mageia.org/en/IsoDumper_Writing_ISO_images_on_USB_sticks">IsoDumper</link></para>
<para>Puoi anche usare il tool dd in una console:</para>
@@ -352,8 +353,9 @@ ns4:href="https://wiki.mageia.org/en/IsoDumper_Writing_ISO_images_on_USB_sticks"
</listitem>
<listitem>
- <para>Plug your USB stick (do not mount it, this also means do not open any
-application or file manager that could access or read it)</para>
+ <para>Collega la tua chiavetta USB (non montarla, questo significa anche non
+aprire alcuna applicazione o file manager che può averne accesso o
+leggerla).</para>
</listitem>
<listitem>
@@ -365,22 +367,23 @@ application or file manager that could access or read it)</para>
</listitem>
<listitem>
- <para>Find the device name for your USB stick (by its size), for example /dev/sdb
-in the screenshot above, it is a 8Go USB stick.</para>
+ <para>Trova il nome del dispositivo della tua chiavetta USB (dalla sua
+dimensione). Per esempio /dev/sdb nell'immagine sopra è una chiavetta USB da
+8GB.</para>
</listitem>
<listitem>
- <para>Enter the command: # <userinput>dd if=path/to/the/ISO/file of=/dev/sdX
+ <para>Inserisci il comando: # <userinput>dd if=path/to/the/ISO/file of=/dev/sdX
bs=1M</userinput></para>
- <para>Where X=your device name eg: /dev/sdc</para>
+ <para>Dove X = nome del tuo dispositivo esempio: /dev/sdc</para>
- <para>Example: # <userinput>dd if=/home/user/Downloads/Mageia-4-x86_64-DVD.iso
+ <para>Esempio: # <userinput>dd if=/home/user/Downloads/Mageia-4-x86_64-DVD.iso
of=/dev/sdb bs=1M</userinput></para>
</listitem>
<listitem>
- <para>Enter the command: # <userinput>sync</userinput></para>
+ <para>Inserire il comando: # <userinput>sync</userinput></para>
</listitem>
<listitem>