Module: wine
Branch: master
Commit: 40ae52240974302d6dbc82218fb8a95b395f17a0
URL: http://source.winehq.org/git/wine.git/?a=commit;h=40ae52240974302d6dbc82218…
Author: Ricardo Filipe <ricardo_barbano(a)hotmail.com>
Date: Wed Nov 12 04:42:11 2008 +0000
msvidc32: Added Portuguese translation.
---
dlls/msvidc32/msvidc32_Pt.rc | 25 +++++++++++++++++++++++++
dlls/msvidc32/rsrc.rc | 1 +
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/dlls/msvidc32/msvidc32_Pt.rc b/dlls/msvidc32/msvidc32_Pt.rc
new file mode 100644
index 0000000..8dcda92
--- /dev/null
+++ b/dlls/msvidc32/msvidc32_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 "MS-CRAM"
+ IDS_DESCRIPTION "codec video Wine Video 1"
+}
diff --git a/dlls/msvidc32/rsrc.rc b/dlls/msvidc32/rsrc.rc
index c31eb85..f7f7630 100644
--- a/dlls/msvidc32/rsrc.rc
+++ b/dlls/msvidc32/rsrc.rc
@@ -28,6 +28,7 @@
#include "msvidc32_Nl.rc"
#include "msvidc32_No.rc"
#include "msvidc32_Pl.rc"
+#include "msvidc32_Pt.rc"
#include "msvidc32_Ro.rc"
#include "msvidc32_Ru.rc"
#include "msvidc32_Si.rc"
Module: wine
Branch: master
Commit: e93ed1f1659a6282b2887a981968ded7e5116eb6
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e93ed1f1659a6282b2887a981…
Author: Ricardo Filipe <ricardo_barbano(a)hotmail.com>
Date: Wed Nov 12 01:39:04 2008 +0000
localui: Added Portuguese translation.
---
dlls/localui/localui.rc | 1 +
dlls/localui/ui_Pt.rc | 54 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/dlls/localui/localui.rc b/dlls/localui/localui.rc
index 16c40f2..815cac0 100644
--- a/dlls/localui/localui.rc
+++ b/dlls/localui/localui.rc
@@ -46,6 +46,7 @@
#include "ui_Nl.rc"
#include "ui_No.rc"
#include "ui_Pl.rc"
+#include "ui_Pt.rc"
#include "ui_Ro.rc"
#include "ui_Ru.rc"
#include "ui_Si.rc"
diff --git a/dlls/localui/ui_Pt.rc b/dlls/localui/ui_Pt.rc
new file mode 100644
index 0000000..7bad521
--- /dev/null
+++ b/dlls/localui/ui_Pt.rc
@@ -0,0 +1,54 @@
+/*
+ * Portuguese resources for localui
+ *
+ * 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
+
+ADDPORT_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 245, 47
+STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
+CAPTION "Adicionar uma porta local"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "&Introduza o nome da porta a adicionar:", -1, 7, 13, 194, 13, WS_VISIBLE
+ EDITTEXT ADDPORT_EDIT, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
+ DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
+ PUSHBUTTON "Cancelar", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
+END
+
+
+LPTCONFIG_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 220, 47
+STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
+CAPTION "Configurar porta LPT"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ GROUPBOX "Tempo expirado (segundos)", LPTCONFIG_GROUP, 6, 6, 150, 35, BS_GROUPBOX
+ LTEXT "&Recome�o da transmiss�o:", -1, 14, 22, 90, 13, WS_VISIBLE
+ EDITTEXT LPTCONFIG_EDIT, 112, 20, 32, 13, WS_VISIBLE | ES_NUMBER
+ DEFPUSHBUTTON "OK", IDOK, 164, 10, 50, 14, WS_VISIBLE
+ PUSHBUTTON "Cancelar", IDCANCEL, 164, 27, 50, 14, WS_VISIBLE
+END
+
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_LOCALPORT "Porta Local"
+ IDS_INVALIDNAME "'%s' n�o � um nome de porta v�lido"
+ IDS_PORTEXISTS "Porta %s j� existe"
+ IDS_NOTHINGTOCONFIG "Esta porta n�o possui op��es de configura��o"
+}
Module: wine
Branch: master
Commit: b891eb1e284a8d5eff5950cabdb617e91d47f27c
URL: http://source.winehq.org/git/wine.git/?a=commit;h=b891eb1e284a8d5eff5950cab…
Author: Ricardo Filipe <ricardo_barbano(a)hotmail.com>
Date: Wed Nov 12 02:08:38 2008 +0000
localspl: Added Portuguese translation.
---
dlls/localspl/localspl.rc | 1 +
dlls/localspl/spl_Pt.rc | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/dlls/localspl/localspl.rc b/dlls/localspl/localspl.rc
index edfe4cf..71c1e46 100644
--- a/dlls/localspl/localspl.rc
+++ b/dlls/localspl/localspl.rc
@@ -44,6 +44,7 @@
#include "spl_Nl.rc"
#include "spl_No.rc"
#include "spl_Pl.rc"
+#include "spl_Pt.rc"
#include "spl_Ro.rc"
#include "spl_Ru.rc"
#include "spl_Si.rc"
diff --git a/dlls/localspl/spl_Pt.rc b/dlls/localspl/spl_Pt.rc
new file mode 100644
index 0000000..8ec66c5
--- /dev/null
+++ b/dlls/localspl/spl_Pt.rc
@@ -0,0 +1,27 @@
+/*
+ * Portuguese resources for localspl
+ *
+ * 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_LOCALPORT "Porta local"
+ IDS_LOCALMONITOR "Monitor Local"
+}
Module: wine
Branch: master
Commit: 0e343301e0002b643ed13e7c940b2928a30fa44b
URL: http://source.winehq.org/git/wine.git/?a=commit;h=0e343301e0002b643ed13e7c9…
Author: Ricardo Filipe <ricardo_barbano(a)hotmail.com>
Date: Wed Nov 12 00:27:09 2008 +0000
gphoto2.ds: Added Portuguese translation.
---
dlls/gphoto2.ds/gphoto2_Pt.rc | 55 +++++++++++++++++++++++++++++++++++++++++
dlls/gphoto2.ds/rsrc.rc | 1 +
2 files changed, 56 insertions(+), 0 deletions(-)
diff --git a/dlls/gphoto2.ds/gphoto2_Pt.rc b/dlls/gphoto2.ds/gphoto2_Pt.rc
new file mode 100644
index 0000000..fc4194e
--- /dev/null
+++ b/dlls/gphoto2.ds/gphoto2_Pt.rc
@@ -0,0 +1,55 @@
+/*
+ * Portuguese resources for Twain
+ *
+ * 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
+
+IDD_CAMERAUI DIALOG DISCARDABLE 0, 0, 372, 273
+STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_VISIBLE |
+ WS_CAPTION | WS_SYSMENU
+CAPTION "Ficheiros na C�mara"
+MENU 20545
+FONT 8, "MS Sans Serif"
+BEGIN
+ CONTROL "List1",IDC_LIST1,"SysListView32", LVS_ICON | WS_BORDER |
+WS_TABSTOP,7,7,358,229
+ DEFPUSHBUTTON "Importar Seleccionado",IDC_IMPORT,152,252,72,14
+ PUSHBUTTON "Pr�-visualizar",IDC_FETCH,7,252,64,14
+ PUSHBUTTON "Importar tudo",IDC_IMPORTALL,80,252,64,14
+ CONTROL "Passar � frente",IDC_SKIP,"Bot�o", BS_AUTOCHECKBOX | WS_TABSTOP,230,252,76,14
+ PUSHBUTTON "Sair",IDC_EXIT,315,252,50,14
+END
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "Transferindo"
+FONT 8, "MS Sans Serif"
+BEGIN
+ LTEXT "Transferindo... Por favor espere",IDC_STATIC,5,19,176,8, SS_CENTER
+END
+
+IDD_CONNECTING DIALOG DISCARDABLE 0, 0, 280, 116
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU| WS_VISIBLE | DS_CENTER
+CAPTION "A ligar � c�mara"
+FONT 8, "MS Sans Serif"
+BEGIN
+ CONTROL "",IDC_BITMAP,"Est�tico",SS_BITMAP|SS_CENTERIMAGE,4,4,110,110
+ LTEXT "A ligar � c�mara... Por favor espere",IDC_STATIC,128,58,
+ 116,8
+END
diff --git a/dlls/gphoto2.ds/rsrc.rc b/dlls/gphoto2.ds/rsrc.rc
index 2309565..79087c8 100644
--- a/dlls/gphoto2.ds/rsrc.rc
+++ b/dlls/gphoto2.ds/rsrc.rc
@@ -35,6 +35,7 @@
#include "gphoto2_Nl.rc"
#include "gphoto2_No.rc"
#include "gphoto2_Pl.rc"
+#include "gphoto2_Pt.rc"
#include "gphoto2_Ru.rc"
#include "gphoto2_Si.rc"
#include "gphoto2_Sv.rc"
Module: wine
Branch: master
Commit: eb9a92fa424bcd20720104042a15c513da944bc8
URL: http://source.winehq.org/git/wine.git/?a=commit;h=eb9a92fa424bcd20720104042…
Author: Ricardo Filipe <ricardo_barbano(a)hotmail.com>
Date: Wed Nov 12 01:48:10 2008 +0000
credui: Added Portuguese translation.
---
dlls/credui/credui.rc | 1 +
dlls/credui/credui_Pt.rc | 50 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+), 0 deletions(-)
diff --git a/dlls/credui/credui.rc b/dlls/credui/credui.rc
index 17cdc19..41f332c 100644
--- a/dlls/credui/credui.rc
+++ b/dlls/credui/credui.rc
@@ -36,6 +36,7 @@ IDB_BANNER BITMAP LOADONCALL DISCARDABLE banner.bmp
#include "credui_Nl.rc"
#include "credui_No.rc"
#include "credui_Pl.rc"
+#include "credui_Pt.rc"
#include "credui_Ru.rc"
#include "credui_Si.rc"
#include "credui_Sv.rc"
diff --git a/dlls/credui/credui_Pt.rc b/dlls/credui/credui_Pt.rc
new file mode 100644
index 0000000..ddf6482
--- /dev/null
+++ b/dlls/credui/credui_Pt.rc
@@ -0,0 +1,50 @@
+/*
+ * Portuguese language resource file for Credentials UI
+ *
+ * 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
+
+IDD_CREDDIALOG DIALOG DISCARDABLE 0, 0, 213, 149
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "IDS_TITLEFORMAT"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ CONTROL IDB_BANNER,IDC_STATIC,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
+ 0,213,37
+ LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
+ LTEXT "&User name:",IDC_STATIC,8,62,72,12,SS_CENTERIMAGE
+ CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
+ CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
+ LTEXT "&Password:",IDC_STATIC,8,80,72,12,SS_CENTERIMAGE
+ EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
+ CONTROL "&Lembrar a password",IDC_SAVE,"Button",
+ BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
+ DEFPUSHBUTTON "OK",IDOK,97,128,50,14
+ PUSHBUTTON "Cancelar",IDCANCEL,156,128,50,14
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_TITLEFORMAT "Ligar a %s"
+ IDS_MESSAGEFORMAT "A ligar a %s"
+ IDS_INCORRECTPASSWORDTITLE "Logon mal sucedido"
+ IDS_INCORRECTPASSWORD "Verifique que o seu nome de utilizador\ne password est�o correctos."
+ IDS_CAPSLOCKONTITLE "Caps Lock ligado"
+ IDS_CAPSLOCKON "Tendo o Caps Lock ligado pode provocar que introduza a sua password incorrectamente.\n\nPressione a tecla Caps Lock no seu teclado para desligar o Caps Lock antes\nde introduzir a password."
+}
Module: wine
Branch: master
Commit: 3eb8a713061e065377c44503c79306a013c004c1
URL: http://source.winehq.org/git/wine.git/?a=commit;h=3eb8a713061e065377c44503c…
Author: Ricardo Filipe <ricardo_barbano(a)hotmail.com>
Date: Wed Nov 12 01:24:28 2008 +0000
browseui: Added Portuguese translation.
---
dlls/browseui/rsrc.rc | 1 +
dlls/browseui/rsrc_Pt.rc | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/dlls/browseui/rsrc.rc b/dlls/browseui/rsrc.rc
index dd6dd0d..4b77cb3 100644
--- a/dlls/browseui/rsrc.rc
+++ b/dlls/browseui/rsrc.rc
@@ -32,6 +32,7 @@
#include "rsrc_Nl.rc"
#include "rsrc_No.rc"
#include "rsrc_Pl.rc"
+#include "rsrc_Pt.rc"
#include "rsrc_Ro.rc"
#include "rsrc_Ru.rc"
#include "rsrc_Si.rc"
diff --git a/dlls/browseui/rsrc_Pt.rc b/dlls/browseui/rsrc_Pt.rc
new file mode 100644
index 0000000..a1f446c
--- /dev/null
+++ b/dlls/browseui/rsrc_Pt.rc
@@ -0,0 +1,38 @@
+/*
+ * 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
+{
+ IDS_CANCELLING "A cancelar..."
+}
+
+IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
+CAPTION ""
+FONT 8, "MS Shell Dlg"
+{
+ CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
+ LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
+ LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
+ CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
+ PUSHBUTTON "&Cancelar", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
+ LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
+}