Module: wine
Branch: master
Commit: ffc09241184dc9a162ed223a27579fb79b2cfefa
URL: http://source.winehq.org/git/wine.git/?a=commit;h=ffc09241184dc9a162ed223a2…
Author: Ricardo Filipe <ricardo_barbano(a)hotmail.com>
Date: Tue Oct 21 03:05:11 2008 -0700
iccvid: Added Portuguese translation.
---
dlls/iccvid/iccvid_Pt.rc | 25 +++++++++++++++++++++++++
dlls/iccvid/rsrc.rc | 1 +
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/dlls/iccvid/iccvid_Pt.rc b/dlls/iccvid/iccvid_Pt.rc
new file mode 100644
index 0000000..5e4ad5c
--- /dev/null
+++ b/dlls/iccvid/iccvid_Pt.rc
@@ -0,0 +1,25 @@
+/*
+ * Copyright 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 DISCARDABLE
+{
+ IDS_NAME "Codec Video Cinepak"
+ IDS_DESCRIPTION "Codec Video Cinepak"
+}
diff --git a/dlls/iccvid/rsrc.rc b/dlls/iccvid/rsrc.rc
index c45fb82..e751220 100644
--- a/dlls/iccvid/rsrc.rc
+++ b/dlls/iccvid/rsrc.rc
@@ -28,6 +28,7 @@
#include "iccvid_Nl.rc"
#include "iccvid_No.rc"
#include "iccvid_Pl.rc"
+#include "iccvid_Pt.rc"
#include "iccvid_Ro.rc"
#include "iccvid_Ru.rc"
#include "iccvid_Si.rc"
Module: wine
Branch: master
Commit: 50882940c01752a055b7dcc8845e7eabf1c4c45e
URL: http://source.winehq.org/git/wine.git/?a=commit;h=50882940c01752a055b7dcc88…
Author: Ricardo Filipe <ricardo_barbano(a)hotmail.com>
Date: Tue Oct 21 02:15:36 2008 -0700
msvfw32: Added Portuguese translation.
---
dlls/msvfw32/msvfw32_Pt.rc | 51 ++++++++++++++++++++++++++++++++++++++++++++
dlls/msvfw32/rsrc.rc | 1 +
2 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/dlls/msvfw32/msvfw32_Pt.rc b/dlls/msvfw32/msvfw32_Pt.rc
new file mode 100644
index 0000000..0640870
--- /dev/null
+++ b/dlls/msvfw32/msvfw32_Pt.rc
@@ -0,0 +1,51 @@
+/*
+ * Copyright 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
+
+ICM_CHOOSE_COMPRESSOR DIALOG DISCARDABLE 36, 24, 187, 95
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Compress�o de v�deo"
+FONT 8, "MS Shell Dlg"
+{
+ DEFPUSHBUTTON "OK",IDOK,129,2,49,14
+ PUSHBUTTON "Cancelar",IDCANCEL,129,18,49,14
+
+ LTEXT "&Compressor:",-1,9,6,105,8
+ COMBOBOX 880,9,16,111,67,CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
+
+ PUSHBUTTON "Con&figurar...",882,129,36,49,14
+ PUSHBUTTON "&Sobre...",883,129,52,49,14
+
+ SCROLLBAR 884,9,44,111,9,WS_TABSTOP
+
+ LTEXT "&Qualidade de compress�o:",886,9,34,80,8
+
+ CONTROL "&Imagem chave todos os",887,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,60,66,12
+ EDITTEXT 888,78,60,22,12
+ LTEXT "frames",889,103,62,26,10
+
+ CONTROL "&Cad�ncia de dados",894,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,76,66,12
+ EDITTEXT 895,78,76,22,12
+ LTEXT "KB/sec",896,102,78,26,10
+}
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_FULLFRAMES "Imagens Completas (Descomprimidas)"
+}
diff --git a/dlls/msvfw32/rsrc.rc b/dlls/msvfw32/rsrc.rc
index 62f4241..512f341 100644
--- a/dlls/msvfw32/rsrc.rc
+++ b/dlls/msvfw32/rsrc.rc
@@ -30,6 +30,7 @@
#include "msvfw32_Nl.rc"
#include "msvfw32_No.rc"
#include "msvfw32_Pl.rc"
+#include "msvfw32_Pt.rc"
#include "msvfw32_Ru.rc"
#include "msvfw32_Si.rc"
#include "msvfw32_Sv.rc"
Module: wine
Branch: master
Commit: 365e245cf65c21004082d99fff8d1a2760864b0e
URL: http://source.winehq.org/git/wine.git/?a=commit;h=365e245cf65c21004082d99ff…
Author: Ricardo Filipe <ricardo_barbano(a)hotmail.com>
Date: Mon Oct 20 23:20:17 2008 -0700
wineboot: Added Portuguese translation.
---
programs/wineboot/wineboot.rc | 1 +
programs/wineboot/wineboot_Pt.rc | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/programs/wineboot/wineboot.rc b/programs/wineboot/wineboot.rc
index e52e6c4..bc403a0 100644
--- a/programs/wineboot/wineboot.rc
+++ b/programs/wineboot/wineboot.rc
@@ -37,6 +37,7 @@
#include "wineboot_Nl.rc"
#include "wineboot_No.rc"
#include "wineboot_Pl.rc"
+#include "wineboot_Pt.rc"
#include "wineboot_Ro.rc"
#include "wineboot_Ru.rc"
#include "wineboot_Si.rc"
diff --git a/programs/wineboot/wineboot_Pt.rc b/programs/wineboot/wineboot_Pt.rc
new file mode 100644
index 0000000..ae5561d
--- /dev/null
+++ b/programs/wineboot/wineboot_Pt.rc
@@ -0,0 +1,35 @@
+/*
+ * WineBoot Portuguese Language resources
+ *
+ * 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
+
+IDD_ENDTASK DIALOG DISCARDABLE 0, 0, 186, 71
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "� espera do programa"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ DEFPUSHBUTTON "Cancelar",IDCANCEL,129,49,50,15
+ PUSHBUTTON "Terminar Processo",IDOK,51,49,71,15
+ LTEXT "Um encerramento ou t�rmino de sess�o simulado est� em curso, mas este programa n�o est� a responder.",
+ IDC_STATIC,7,7,172,19
+ LTEXT "Se terminar o processo pode perder todos os dados n�o guardados.",
+ IDC_STATIC,7,28,172,15
+END
Module: wine
Branch: master
Commit: 42f63e0fac2e3cf1f3df25a95b4852f2d4227c6b
URL: http://source.winehq.org/git/wine.git/?a=commit;h=42f63e0fac2e3cf1f3df25a95…
Author: Ricardo Filipe <ricardo_barbano(a)hotmail.com>
Date: Mon Oct 20 23:14:27 2008 -0700
net: Added Portuguese translation.
---
programs/net/Pt.rc | 44 ++++++++++++++++++++++++++++++++++++++++++++
programs/net/rsrc.rc | 1 +
2 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/programs/net/Pt.rc b/programs/net/Pt.rc
new file mode 100644
index 0000000..0efa8c2
--- /dev/null
+++ b/programs/net/Pt.rc
@@ -0,0 +1,44 @@
+/*
+ * NET.EXE - Wine-compatible net 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_USAGE, "A sintaxe deste comando �:\n\nNET [ HELP | START | STOP | USE ]\n"
+ STRING_START_USAGE, "Especifique o nome do servi�o para iniciar.\n"
+ STRING_STOP_USAGE, "Especifique o nome do servi�o para parar.\n"
+ STRING_STOP_DEP, "A parar o servi�o dependente: %s\n"
+ STRING_CANT_STOP, "N�o foi poss�vel parar o servi�o %s\n"
+ STRING_NO_SCM, "N�o foi poss�vel entregar o handle ao controlador de servi�os.\n"
+ STRING_NO_SVCHANDLE, "N�o foi poss�vel entregar o handle ao servi�o.\n"
+ STRING_START_SVC, "O servi�o %s est� a iniciar.\n"
+ STRING_START_SVC_SUCCESS, "O servi�o %s foi iniciado com sucesso.\n"
+ STRING_START_SVC_FAIL, "O servi�o %s falhou ao iniciar.\n"
+ STRING_STOP_SVC, "O servi�o %s est� a parar.\n"
+ STRING_STOP_SVC_SUCCESS, "O servi�o %s foi parado com sucesso.\n"
+ STRING_STOP_SVC_FAIL, "O servi�o %s falhou a parar.\n"
+ STRING_HELP_USAGE, "A sintaxe deste comando �:\n\nNET HELP command\n -or-\nNET command /HELP\n\n"\
+ " Os comandos dispon�veis s�o:\n NET HELP NET START NET STOP NET USE\n"
+ STRING_NO_ENTRIES, "N�o h� entradas na lista.\n"
+ STRING_USE_HEADER, "\nEstado Local Remoto\n---------------------------------------------------------------\n"
+ STRING_USE_ENTRY, "%s %S %S Recursos dispon�veis: %lu\n"
+}
diff --git a/programs/net/rsrc.rc b/programs/net/rsrc.rc
index b6a6237..231d7d9 100644
--- a/programs/net/rsrc.rc
+++ b/programs/net/rsrc.rc
@@ -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"
Module: wine
Branch: master
Commit: 97ca1df4b170cc9351cd0aa5ab7606fd5a896799
URL: http://source.winehq.org/git/wine.git/?a=commit;h=97ca1df4b170cc9351cd0aa5a…
Author: Ricardo Filipe <ricardo_barbano(a)hotmail.com>
Date: Mon Oct 20 20:22:46 2008 -0700
write: Added Portuguese translation.
---
programs/write/Pt.rc | 26 ++++++++++++++++++++++++++
programs/write/rsrc.rc | 1 +
2 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/programs/write/Pt.rc b/programs/write/Pt.rc
new file mode 100644
index 0000000..e2ba2eb
--- /dev/null
+++ b/programs/write/Pt.rc
@@ -0,0 +1,26 @@
+/*
+ * 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
+{
+ IDS_FAILED, "Falhou ao iniciar o Wordpad"
+}
diff --git a/programs/write/rsrc.rc b/programs/write/rsrc.rc
index fa82584..7ec9e31 100644
--- a/programs/write/rsrc.rc
+++ b/programs/write/rsrc.rc
@@ -30,6 +30,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "Nl.rc"
#include "No.rc"
#include "Pl.rc"
+#include "Pt.rc"
#include "Ro.rc"
#include "Ru.rc"
#include "Si.rc"
Module: wine
Branch: master
Commit: 3d047b76015edd385b4b707036d7040f0ccb5ba2
URL: http://source.winehq.org/git/wine.git/?a=commit;h=3d047b76015edd385b4b70703…
Author: Ricardo Filipe <ricardo_barbano(a)hotmail.com>
Date: Mon Oct 20 19:17:47 2008 -0700
xcopy: Added Portuguese translation.
---
programs/xcopy/Pt.rc | 79 ++++++++++++++++++++++++++++++++++++++++++++++++
programs/xcopy/rsrc.rc | 1 +
2 files changed, 80 insertions(+), 0 deletions(-)
diff --git a/programs/xcopy/Pt.rc b/programs/xcopy/Pt.rc
new file mode 100644
index 0000000..47e9609
--- /dev/null
+++ b/programs/xcopy/Pt.rc
@@ -0,0 +1,79 @@
+/*
+ * 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, "N�mero de par�metros inv�lido - Use xcopy /? para ajuda\n"
+ STRING_INVPARM, "Par�metro inv�lido '%s' - Use xcopy /? para ajuda\n"
+ STRING_PAUSE, "Carregue <Enter> para iniciar c�pia\n"
+ STRING_SIMCOPY, "%d ficheiro(s) seriam copiados\n"
+ STRING_COPY, "%d ficheiro(s) copiados\n"
+ STRING_QISDIR, "'%s' � um ficheiro ou direct�rio\n" \
+ "no alvo?\n" \
+ "(F - Ficheiro, D - Direct�rio)\n"
+ STRING_SRCPROMPT,"%s? (Yes|No)\n"
+ STRING_OVERWRITE,"Reescrever %s? (Yes|No|All)\n"
+ STRING_COPYFAIL, "C�pia 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 direct�rios 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 direct�rio se o destino n�o existe e est� a copiar 2 ou\n\
+\tmais ficheiros\n\
+[/S] Copiar direct�rios e subdirect�rios\n\
+[/E] Copiar direct�rios e subdirect�rios, incluindo os vazios\n\
+[/Q] N�o mostrar nomes durante a c�pia, ie quiet.\n\
+[/F] Mostrar por completo os nomes de fonte e destino durante a c�pia\n\
+[/L] Simular a opera��o, mostrando os nomes que seriam copiados\n\
+[/W] Alerta antes de iniciar a opera��o de c�pia\n\
+[/T] Cria a estrutura de direct�rios mas n�o 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 c�pia\n\
+[/C] Continuar mesmo que ocorra um erro durante a c�pia\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 ap�s 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"
+
+}
diff --git a/programs/xcopy/rsrc.rc b/programs/xcopy/rsrc.rc
index 9547668..dcbc811 100644
--- a/programs/xcopy/rsrc.rc
+++ b/programs/xcopy/rsrc.rc
@@ -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"