From 177d043827cd68087d5d45861e81beba3992d141 Mon Sep 17 00:00:00 2001 From: Marco Ciampa Date: Mon, 9 Sep 2002 11:51:15 +0000 Subject: [PATCH] advancing to complete the translation: file commands... --- doc/it/mc.1.in | 60 ++++++++++++++++++++++++++------------------------ 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/doc/it/mc.1.in b/doc/it/mc.1.in index 433d95448..a11350766 100644 --- a/doc/it/mc.1.in +++ b/doc/it/mc.1.in @@ -913,45 +913,47 @@ sulla maschera sorgente (che sar dell'impostazione di 'pattern della shell') o sui caratteri jolly sulla destinazione vedere .\"LINK2" -Mask copy/rename. +Maschera copia/rinomina. .\"Mask Copy/Rename" .PP -On some systems, it is possible to do the copy in the background by -clicking on the background button (or pressing M-b in the dialog -box). The +In alcuni sistemi č possibile eseguire la copia in background cliccando +sul bottone background (o premendo M-b nella finestra di dialogo). Il +comando .\"LINK2" -Background Jobs +Processi in background .\"Background jobs" -is used to control the background process. +č utile per controllarne l'andamento. .PP -.B Link (C-x l) +.B Collegamento (C-x l) .PP -Create a hard link to the current file. +Crea un collegamento fisico (hard link) al file corrente. .PP -.B SymLink (C-x s) +.B Collegamento Simbolico (C-x s) .PP -Create a symbolic link to the current file. To those of you who don't -know what links are: creating a link to a file is a bit like copying -the file, but both the source filename and the destination filename -represent the same file image. For example, if you edit one of these -files, all changes you make will appear in both files. Some people call -links aliases or shortcuts. +Crea un collegamento simbolico al file corrente. Per chi non sapesse +cosa sono i collegamenti: creare un collegamento ad un file č come +copiare il file ma sia il nome sorgente che destinazione rappresentano +la stessa immagine fisica del file. Per esempio, se si modifica uno dei +due file, tutti i cambiamenti appariranno su tutti i file. Alcuni li +chiamano anche alias o scorciatoie (o link come in originale inglese). .PP -A hard link appears as a real file. After making it, there is no way of -telling which one is the original and which is the link. If you delete -either one of them the other one is still intact. It is very difficult -to notice that the files represent the same image. Use hard links when -you don't even want to know. +Un collegamento fisico appare come un file reale. Dopo che sia stato +creato non c'č modo di distinguere quale sia il collegamento e quale sia +l'originale. Se si cancella uno dei due l'altro rimarrā intatto. E' molto +difficile notare che i file rappresentano la stessa immagine. Usate i +collegamenti fisici quando non volete proprio saperlo. .PP -A symbolic link is a reference to the name of the original file. If -the original file is deleted the symbolic link is useless. It is quite -easy to notice that the files represent the same image. The Midnight -Commander shows an "@"-sign in front of the file name if it is a -symbolic link to somewhere (except to directory, where it shows a tilde (~)). -The original file which the link points to is shown on mini-status line if the -.I "Show mini-status" -option is enabled. Use symbolic links when you want to avoid the -confusion that can be caused by hard links. +Un collegamento simbolico č un riferimento al nome del file originale. +Se il file originale viene cancellato, il collegamento č inutile. +E' facile distinguere i collegamenti simbolici dall'immagine stessa. +Se il file č un collegamento simbolico a qualcosa, il Midnight Commander +mostra un simbolo "@" davanti al nome del file (eccetto se punta ad una +directory, nel qualcaso mostrerā una tilde (~)). +Il file originale sul quale punta il collegamento simbolico viene mostrato +sulla riga di mini-stato se +.I "Mostra Mini-stato" +č abilitata. Usare i collegamenti simbolici se si vuole evitare la confusione +che creano i collegamenti fisici. .PP .B Rename/Move (F6) .PP