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