Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
8fe5bbf2
Commit
8fe5bbf2
authored
Jun 01, 2008
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jun 02, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd: Fix the Portuguese translations.
parent
b5cfaad4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
Pt.rc
programs/cmd/Pt.rc
+24
-0
No files found.
programs/cmd/Pt.rc
View file @
8fe5bbf2
...
...
@@ -196,6 +196,12 @@ O flag de verificao no tem funo no Wine.\n"
WCMD_VOL, "Ajuda do comando VOL\n"
WCMD_PUSHD, "PUSHD <directoryname> saves the current directory onto a\n\
stack, and then changes the current directory to the supplied one.\n"
WCMD_POPD, "POPD changes current directory to the last one saved with\n\
PUSHD.\n"
WCMD_MORE, "MORE displays output of files or piped input in pages.\n"
WCMD_EXIT,
...
...
@@ -218,7 +224,9 @@ MD (MKDIR)\tCria um subdiretrio\n\
MORE\t\tDisplay output in pages\n\
MOVE\t\tMove um arquivo, conjunto de arquivos ou uma árvore de diretórios\n\
PATH\t\tConfigira o caminho de procura\n\
POPD\t\tRestores the directory to the last one saved with PUSHD\n\
PROMPT\t\tMuda o 'prompt' de comando\n\
PUSHD\t\tChanges to a new directory, saving the current one\n\
REN (RENAME)\tRenomeia um arquivo\n\
RD (RMDIR)\tApaga um subdiretório\n\
SET\t\tConfigura ou mostra variáveis de ambiente\n\
...
...
@@ -229,6 +237,14 @@ VER\t\tMostra a verso atual do CMD\n\
VOL\t\tMostra o rótulo do volume de uma unidade de disco\n\
EXIT\t\tFecha o CMD\n\n\
Entre HELP <comando> para maiores informações sobre alguns dos comandos acima\n"
WCMD_CONFIRM, "Are you sure"
WCMD_YES, "Y"
WCMD_NO, "N"
WCMD_NOASSOC, "File association missing for extension %s\n"
WCMD_NOFTYPE, "No open command associated with file type '%s'\n"
WCMD_OVERWRITE, "Overwrite %s"
WCMD_MORESTR, "More..."
}
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
...
...
@@ -407,6 +423,12 @@ O flag de verificao no tem funo no Wine.\n"
WCMD_VOL, "Ajuda do comando VOL\n"
WCMD_PUSHD, "PUSHD <directoryname> saves the current directory onto a\n\
stack, and then changes the current directory to the supplied one.\n"
WCMD_POPD, "POPD changes current directory to the last one saved with\n\
PUSHD.\n"
WCMD_MORE, "MORE displays output of files or piped input in pages.\n"
WCMD_EXIT,
...
...
@@ -429,7 +451,9 @@ MD (MKDIR)\tCria um subdirectrio\n\
MORE\t\tDisplay output in pages\n\
MOVE\t\tMove um ficheiro, conjunto de ficheiros ou uma árvore de directórios\n\
PATH\t\tConfigura o caminho de procura\n\
POPD\t\tRestores the directory to the last one saved with PUSHD\n\
PROMPT\t\tMuda a 'prompt' de comando\n\
PUSHD\t\tChanges to a new directory, saving the current one\n\
REN (RENAME)\tRenomeia um ficheiro\n\
RD (RMDIR)\tApaga um subdirectório\n\
SET\t\tConfigura ou mostra variáveis de ambiente\n\
...
...
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