mshtml: fix Portuguese Portugal translation

Ricardo Filipe ricardojdfilipe at gmail.com
Tue Jun 29 03:57:01 CDT 2010


thanks to gustavo for pointing it out.
-------------- next part --------------
From 30f73b1fd31628d30995b798e4b82786b7fb05a7 Mon Sep 17 00:00:00 2001
From: Ricardo Filipe <ricardojdfilipe at gmail.com>
Date: Tue, 29 Jun 2010 01:52:15 -0700
Subject: mshtml: fix Portuguese Portugal translation

---
 dlls/mshtml/Pt.rc |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dlls/mshtml/Pt.rc b/dlls/mshtml/Pt.rc
index 689f930..be98a59 100644
--- a/dlls/mshtml/Pt.rc
+++ b/dlls/mshtml/Pt.rc
@@ -66,9 +66,10 @@ STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMEN
 CAPTION "Instalador Wine Gecko"
 FONT 8, "MS Shell Dlg"
 {
-    LTEXT "Wine could not find a Gecko package which is needed for applications embedding HTML " \
-          "to work correctly. Wine can automatically download and install it for you.\n\n" \
-          "Note: it's recommended to use distro packages instead. See http://wiki.winehq.org/Gecko for details.",
+    LTEXT "O Wine não conseguiu encontrar o pacote Gecko que é necessário para aplicações com HTML embutido" \
+          "funcionarem corretamente. O Wine pode automaticamente efetuar o download e instalá-lo por si.\n\n" \
+          "Nota: é recomendável usar os pacotes da sua distribuição em vez disso. \n\
+Veja http://wiki.winehq.org/Gecko para mais detalhes.",
           ID_DWL_STATUS, 10, 10, 240, 50, SS_LEFT
     CONTROL "Progresso", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10, 50, 240, 12
     DEFPUSHBUTTON "&Instalar", ID_DWL_INSTALL, 200, 70, 50, 15, WS_GROUP | WS_TABSTOP
-- 
1.7.0.4


More information about the wine-patches mailing list