The real, definitive, Visual C++ support branch. Accept no substitutes
[reactos.git] / base / applications / cmdutils / xcopy / It.rc
1 /*
2 * XCOPY - Wine-compatible xcopy program
3 * English language support
4 *
5 * Copyright (C) 2007 J. Edmeades
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 */
21
22
23 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
24
25 STRINGTABLE
26 {
27 STRING_INVPARMS, "Numero di parametri non valido - Usare xcopy /? per l'aiuto\n"
28 STRING_INVPARM, "Parametro non valido '%s' - Usare xcopy /? per l'aiuto\n"
29 STRING_PAUSE, "Premeress <invio> per iniziare la copia\n"
30 STRING_SIMCOPY, "%d file(s) saranno copiati\n"
31 STRING_COPY, "%d file(s) copiati\n"
32 STRING_QISDIR, "'%s' è un file o una cartella ?\n" \
33 "sulla destinazione?\n" \
34 "(F - File, C - Cartella)\n"
35 STRING_SRCPROMPT,"%s? (Si|No)\n"
36 STRING_OVERWRITE,"Sovrascrivere %s? (Si|No|Tutti)\n"
37 STRING_COPYFAIL, "Copia di '%s' su '%s' fallitocon r/c %d\n"
38 STRING_OPENFAIL, "Impossibile aprire '%s'\n"
39 STRING_READFAIL, "Impossibile leggre '%s'\n"
40 STRING_YES_CHAR, "S"
41 STRING_NO_CHAR, "N"
42 STRING_ALL_CHAR, "T"
43 STRING_FILE_CHAR,"F"
44 STRING_DIR_CHAR, "C"
45
46 STRING_HELP,
47 "XCOPY - Copia i file sorgenti o un albero di cartelle su una destinazione\n\
48 \n\
49 Sintassi:\n\
50 XCOPY sorgente [destinazione] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\
51 \t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
52 \n\
53 Dove:\n\
54 \n\
55 [/I] Assumere che sia una cartella se la destinazione non esiste e vengono \n\
56 \t\tcopiati due o più file\n\
57 [/S] Copiare cartelle e sottocartelle\n\
58 [/E] Copiare cartelle e sottocartelle, comprese quelle vuote\n\
59 [/Q] Non elencare i nomi dei file durante la copia.\n\
60 [/F] Mostrare il percorso completo di sorgente e destinazione durante la copia\n\
61 [/L] Simulare l'operazione, mostrare i nomi dei file che sarebbero copiati\n\
62 [/W] Chidere conferma prima di iniziare la copia\n\
63 [/T] Creare una strutture di cartelle vuota senza copiare i file\n\
64 [/Y] Supprimere la richiesta di conferma per la sovrascrittura dei file\n\
65 [/-Y] Abilitare la richiesta di conferma per la sovrascrittura dei file\n\
66 [/P] Chiedere conferma prima della copia di ogni file\n\
67 [/N] Copiare usando i nomi corti\n\
68 [/U] Copiare solo i file che esistono già nella destinazione\n\
69 [/R] Sovrascrivere i file in sola lettura\n\
70 [/H] Includere nella copia i file nascosti e quelli di sistema\n\
71 [/C] Continuare nella copia anche se si verificano errori\n\
72 [/A] Copiare solo i file con l'attributo di archivio attivo\n\
73 [/M] Copiare solo i file con l'attributo di archivio attivo e poi \n\
74 \t\tlo disattiva\n\
75 [/D | /D:m-d-y] Copiare i file nuovi o modificati dopo la data indicata.\n\
76 \t\tSe non è indicata una data copiare solo se la destinazione e meno recente\n\
77 \t\tdella sorgente\n\n"
78
79 }