Module: wine
Branch: master
Commit: 7563654a236b2335fd0abbe2ef7581102a737d2a
URL: http://source.winehq.org/git/wine.git/?a=commit;h=7563654a236b2335fd0abbe2e…
Author: Michael Stefaniuc <mstefani(a)redhat.de>
Date: Sun Jun 1 00:21:57 2008 +0200
start: Fix the Portuguese translations.
---
programs/start/Pt.rc | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/programs/start/Pt.rc b/programs/start/Pt.rc
index aad9ea7..ef8656b 100644
--- a/programs/start/Pt.rc
+++ b/programs/start/Pt.rc
@@ -61,6 +61,8 @@ Veja o arquivo COPYING.LIB para informa
"
STRING_EXECFAIL "Aplica��o n�o pode ser iniciada, ou n�o existe aplica��o associada com o arquivo especificado.\nShellExecuteEx falhou"
+
+STRING_UNIXFAIL "Could not translate the specified Unix filename to a DOS filename."
}
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
@@ -104,4 +106,6 @@ Veja o ficheiro COPYING.LIB para informa
"
STRING_EXECFAIL "A aplica��o n�o pode ser iniciada, ou n�o existe aplica��o associada com o ficheiro especificado.\nShellExecuteEx falhado"
+
+STRING_UNIXFAIL "Could not translate the specified Unix filename to a DOS filename."
}
Module: wine
Branch: master
Commit: 8fe5bbf20fed6ec57da5733e882fe3047460f54a
URL: http://source.winehq.org/git/wine.git/?a=commit;h=8fe5bbf20fed6ec57da5733e8…
Author: Michael Stefaniuc <mstefani(a)redhat.de>
Date: Sun Jun 1 00:21:40 2008 +0200
cmd: Fix the Portuguese translations.
---
programs/cmd/Pt.rc | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/programs/cmd/Pt.rc b/programs/cmd/Pt.rc
index baf5be1..0c715d4 100644
--- a/programs/cmd/Pt.rc
+++ b/programs/cmd/Pt.rc
@@ -196,6 +196,12 @@ O flag de verifica
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 subdiret
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 vers
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 verifica
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 subdirect
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\