Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
3d047b76
Commit
3d047b76
authored
Oct 20, 2008
by
Ricardo Filipe
Committed by
Alexandre Julliard
Oct 22, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xcopy: Added Portuguese translation.
parent
c05fc2d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
80 additions
and
0 deletions
+80
-0
Pt.rc
programs/xcopy/Pt.rc
+79
-0
rsrc.rc
programs/xcopy/rsrc.rc
+1
-0
No files found.
programs/xcopy/Pt.rc
0 → 100644
View file @
3d047b76
/*
* XCOPY - Wine-compatible xcopy program
* Portuguese language support
*
* Copyright (C) 2008 Ricardo Filipe
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
STRINGTABLE
{
STRING_INVPARMS, "Nmero de parmetros invlido - Use xcopy /? para ajuda\n"
STRING_INVPARM, "Parmetro invlido '%s' - Use xcopy /? para ajuda\n"
STRING_PAUSE, "Carregue <Enter> para iniciar cpia\n"
STRING_SIMCOPY, "%d ficheiro(s) seriam copiados\n"
STRING_COPY, "%d ficheiro(s) copiados\n"
STRING_QISDIR, "'%s' um ficheiro ou directrio\n" \
"no alvo?\n" \
"(F - Ficheiro, D - Directrio)\n"
STRING_SRCPROMPT,"%s? (Yes|No)\n"
STRING_OVERWRITE,"Reescrever %s? (Yes|No|All)\n"
STRING_COPYFAIL, "Cpia de '%s' para '%s' falhou com r/c %d\n"
STRING_OPENFAIL, "Falhou ao abrir '%s'\n"
STRING_READFAIL, "Falhou a ler '%s'\n"
STRING_YES_CHAR, "Y"
STRING_NO_CHAR, "N"
STRING_ALL_CHAR, "A"
STRING_FILE_CHAR,"F"
STRING_DIR_CHAR, "D"
STRING_HELP,
"XCOPY - Copia ficheiros ou directrios para um destino\n\
\n\
Sintaxe:\n\
XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
\n\
Onde:\n\
\n\
[/I] Assume directrio se o destino no existe e est a copiar 2 ou\n\
\tmais ficheiros\n\
[/S] Copiar directrios e subdirectrios\n\
[/E] Copiar directrios e subdirectrios, incluindo os vazios\n\
[/Q] No mostrar nomes durante a cpia, ie quiet.\n\
[/F] Mostrar por completo os nomes de fonte e destino durante a cpia\n\
[/L] Simular a operao, mostrando os nomes que seriam copiados\n\
[/W] Alerta antes de iniciar a operao de cpia\n\
[/T] Cria a estrutura de directrios mas no copia ficheiros\n\
[/Y] Suprimir alertas quando reescreve ficheiros\n\
[/-Y] Alertar quando reescreve ficheiros\n\
[/P] Alertar antes de cada ficheiros ser copiado\n\
[/N] Copiar usando nomes pequenos\n\
[/U] Copiar apenas ficheiros que j existem no destino\n\
[/R] Reescrever quaisquer ficheiros apenas de leitura\n\
[/H] Incluir ficheiros ocultos e de sistema na cpia\n\
[/C] Continuar mesmo que ocorra um erro durante a cpia\n\
[/A] Copiar apenas ficheiros com atributo de arquivo\n\
[/M] Copiar apenas ficheiros com atributo de arquivo, removendo\n\
\to atributo de arquivo\n\
[/D | /D:m-d-y] Copiar novos ficheiros ou os alterados aps a data fornecida\n\
\t\tSe nenhuma data for fornecida, apenas copiar se o destino for mais antigo\n\
\t\tque a fonte\n\n"
}
programs/xcopy/rsrc.rc
View file @
3d047b76
...
...
@@ -30,5 +30,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "Nl.rc"
#include "No.rc"
#include "Pl.rc"
#include "Pt.rc"
#include "Ru.rc"
#include "Si.rc"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment