Francois Gouget : shlwapi: Add a Portuguese translation ( contributed by Americo Jose Melo).

Alexandre Julliard julliard at wine.codeweavers.com
Tue Nov 28 05:59:42 CST 2006


Module: wine
Branch: master
Commit: 26a7c0cd83738369c13c08389b8eb2060330ddc0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=26a7c0cd83738369c13c08389b8eb2060330ddc0

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Nov 27 19:21:46 2006 +0100

shlwapi: Add a Portuguese translation (contributed by Americo Jose Melo).

---

 dlls/shlwapi/shlwapi_Pt.rc |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/dlls/shlwapi/shlwapi_Pt.rc b/dlls/shlwapi/shlwapi_Pt.rc
index 9724b55..92914a4 100644
--- a/dlls/shlwapi/shlwapi_Pt.rc
+++ b/dlls/shlwapi/shlwapi_Pt.rc
@@ -2,6 +2,7 @@
  * Portuguese resources for shlwapi
  *
  * Copyright 2004 Marcelo Duarte
+ * Copyright 2006 Américo José Melo
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -34,6 +35,25 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON L"&Não" IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }
 
+LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
+
+IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Erro!"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "", IDS_ERR_USER_MSG2, 15, 5, 28, 20
+ LTEXT "", IDS_ERR_USER_MSG, 15, 5, 210, 8
+ CHECKBOX "Não &mostre esta mensagem novamente", IDC_ERR_DONT_SHOW, 5, 20, 210, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&OK" IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Cancelar" IDCANCEL, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Sim" IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Não" IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
+}
+
+
+LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
+
 STRINGTABLE DISCARDABLE
 {
     IDS_BYTES_FORMAT    "%ld bytes"




More information about the wine-cvs mailing list