diff options
author | Holger Wansing <holgerw@debian.org> | 2017-03-09 00:21:03 +0000 |
---|---|---|
committer | Holger Wansing <holgerw@debian.org> | 2017-03-09 00:21:03 +0000 |
commit | dd817a51e841822a188d4463717cc5eeb67f72e2 (patch) | |
tree | c2d8c3bd40bbb2289c80f8da5b5658085a2c5581 /it/post-install/shutdown.xml | |
parent | b27006fd833265fe828df85b8d45bebe61225a0f (diff) | |
download | installation-guide-dd817a51e841822a188d4463717cc5eeb67f72e2.zip |
Convert italian translation into po format.
Diffstat (limited to 'it/post-install/shutdown.xml')
-rw-r--r-- | it/post-install/shutdown.xml | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/it/post-install/shutdown.xml b/it/post-install/shutdown.xml deleted file mode 100644 index 8e37d8716..000000000 --- a/it/post-install/shutdown.xml +++ /dev/null @@ -1,82 +0,0 @@ -<!-- retain these comments for translator revision tracking --> -<!-- original version: 70503 --> - - <sect1 id="shutdown"> - <!-- <title>Shutting down the system</title> --> - <title>Arresto del sistema</title> -<para> - -<!-- -To shut down a running &debian-gnu; system, you must not reboot with the -reset switch on the front or back of your computer, or just turn off -the computer. &debian-gnu; should be shut down in a controlled manner, -otherwise files might get lost and/or disk damage might occur. If you run a -desktop environment, there is usually an option to <quote>log out</quote> -available from the application menu that allows you to shutdown (or reboot) -the system. ---> - -Per arrestare un sistema &debian-gnu; non si deve riavviare la macchina con il -pulsante reset sul computer né spengere il computer. &debian-gnu; dovrebbe essere -spento in modo controllato altrimenti si potrebbero perdere dei file e/o -si rischia di danneggiare il disco. In un ambiente desktop solitamente -è disponibile nel menu delle applicazioni l'opzione per il <quote>log -out</quote> che permette anche di spengere (o riavviare) il sistema. - -</para><para> - -<!-- -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>. -If the key combinations do not work, a last option is to log in as root -and type the necessary commands. -Use <command>reboot</command> to reboot the system. -Use <command>halt</command> to halt the system without powering it off -<footnote> ---> - -In alternativa è possibile premere la combinazione di tasti <keycombo> -<keycap>Ctrl</keycap> <keycap>Alt</keycap> <keycap>Canc</keycap> -</keycombo><phrase arch="powerpc"> oppure <keycombo> <keycap>Control</keycap> -<keycap>Shift</keycap> <keycap>Power</keycap> </keycombo> sui sistemi -Macintosh</phrase>. Se le combinazioni di tasti non funzionano, è -possibile fare il login come root ed eseguire uno dei seguenti comandi: -<command>reboot</command> per riavviare il sistema, -<command>halt</command> per arrrestare il sistema senza -spegnerlo<footnote> - -<para> - -<!-- -Under the SysV init system <command>halt</command> had the same -effect as <command>poweroff</command>, but with systemd as init -system (the default since jessie) their effects are different. ---> - -Con il sistema init SysV i comandi <command>halt</command> e -<command>poweroff</command> avevano lo stesso effetto, invece con -il sistema init systemd (predefinito da jessie in poi) danno un risultato -diverso. - -</para> - -<!--> -</footnote>. -To power off the machine, use <command>poweroff</command> -or <command>shutdown -h now</command>. -The systemd init system provides additional commands that perform -the same functions; for example <command>systemctl reboot</command> -or <command>systemctl poweroff</command>. ---> - -</footnote>. Per spegnere la macchina usare <command>poweroff</command> -oppure <command>shutdown -h now</command>. Il sistema init systemd -fornisce anche altri comandi per la effettuare la stessa operazione; per -esempio <command>systemctl reboot</command> oppure <command>systemctl -poweroff</command>. - -</para> - </sect1> |