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