Sync to winhlp32, xcopy to Wine 1.1.26
[reactos.git] / reactos / base / applications / cmdutils / xcopy / Pt.rc
1 /*
2 * XCOPY - Wine-compatible xcopy program
3 * Portuguese language support
4 *
5 * Copyright (C) 2008 Ricardo Filipe
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 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
23
24 STRINGTABLE
25 {
26 STRING_INVPARMS, "Número de parâmetros inválido - Use xcopy /? para ajuda\n"
27 STRING_INVPARM, "Parâmetro inválido '%s' - Use xcopy /? para ajuda\n"
28 STRING_PAUSE, "Carregue <Enter> para iniciar cópia\n"
29 STRING_SIMCOPY, "%d ficheiro(s) seriam copiados\n"
30 STRING_COPY, "%d ficheiro(s) copiados\n"
31 STRING_QISDIR, "'%s' é um ficheiro ou directório\n" \
32 "no alvo?\n" \
33 "(F - Ficheiro, D - Directório)\n"
34 STRING_SRCPROMPT,"%s? (Yes|No)\n"
35 STRING_OVERWRITE,"Reescrever %s? (Yes|No|All)\n"
36 STRING_COPYFAIL, "Cópia de '%s' para '%s' falhou com r/c %d\n"
37 STRING_OPENFAIL, "Falhou ao abrir '%s'\n"
38 STRING_READFAIL, "Falhou a ler '%s'\n"
39 STRING_YES_CHAR, "Y"
40 STRING_NO_CHAR, "N"
41 STRING_ALL_CHAR, "A"
42 STRING_FILE_CHAR,"F"
43 STRING_DIR_CHAR, "D"
44
45 STRING_HELP,
46 "XCOPY - Copia ficheiros ou directórios para um destino\n\
47 \n\
48 Sintaxe:\n\
49 XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
50 \t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
51 \n\
52 Onde:\n\
53 \n\
54 [/I] Assume directório se o destino não existe e está a copiar 2 ou\n\
55 \tmais ficheiros\n\
56 [/S] Copiar directórios e subdirectórios\n\
57 [/E] Copiar directórios e subdirectórios, incluindo os vazios\n\
58 [/Q] Não mostrar nomes durante a cópia, ie quiet.\n\
59 [/F] Mostrar por completo os nomes de fonte e destino durante a cópia\n\
60 [/L] Simular a operação, mostrando os nomes que seriam copiados\n\
61 [/W] Alerta antes de iniciar a operação de cópia\n\
62 [/T] Cria a estrutura de directórios mas não copia ficheiros\n\
63 [/Y] Suprimir alertas quando reescreve ficheiros\n\
64 [/-Y] Alertar quando reescreve ficheiros\n\
65 [/P] Alertar antes de cada ficheiros ser copiado\n\
66 [/N] Copiar usando nomes pequenos\n\
67 [/U] Copiar apenas ficheiros que já existem no destino\n\
68 [/R] Reescrever quaisquer ficheiros apenas de leitura\n\
69 [/H] Incluir ficheiros ocultos e de sistema na cópia\n\
70 [/C] Continuar mesmo que ocorra um erro durante a cópia\n\
71 [/A] Copiar apenas ficheiros com atributo de arquivo\n\
72 [/M] Copiar apenas ficheiros com atributo de arquivo, removendo\n\
73 \to atributo de arquivo\n\
74 [/D | /D:m-d-y] Copiar novos ficheiros ou os alterados após a data fornecida\n\
75 \t\tSe nenhuma data for fornecida, apenas copiar se o destino for mais antigo\n\
76 \t\tque a fonte\n\n"
77
78 }