Gustavo Henrique Milaré : hhctrl.ocx: Fix Portuguese (Brazilian) translation.

Alexandre Julliard julliard at winehq.org
Fri Jul 2 10:21:57 CDT 2010


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

Author: Gustavo Henrique Milaré <gugamilare at gmail.com>
Date:   Thu Jul  1 23:22:25 2010 -0300

hhctrl.ocx: Fix Portuguese (Brazilian) translation.

---

 dlls/hhctrl.ocx/Pt.rc |   46 +++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 41 insertions(+), 5 deletions(-)

diff --git a/dlls/hhctrl.ocx/Pt.rc b/dlls/hhctrl.ocx/Pt.rc
index 13476ce..2b8b101 100644
--- a/dlls/hhctrl.ocx/Pt.rc
+++ b/dlls/hhctrl.ocx/Pt.rc
@@ -3,6 +3,7 @@
  * Portuguese Language Support
  *
  * Copyright 2008 Ricardo Filipe
+ * Copyright 2010 Gustavo Henrique Milaré
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -21,16 +22,51 @@
 
 #include "resource.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
 
 STRINGTABLE
 BEGIN
-    IDS_CONTENTS     "&Conteúdos"
-    IDS_INDEX        "&Índice"
+    IDS_CONTENTS     "&Conteúdos"
+    IDS_INDEX        "&Índice"
     IDS_SEARCH       "&Pesquisar"
     IDS_FAVORITES    "&Favoritos"
 END
 
+
+LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
+
+STRINGTABLE
+BEGIN
+    IDTB_EXPAND      "Mostrar"
+    IDTB_CONTRACT    "Ocultar"
+    IDTB_STOP        "Parar"
+    IDTB_REFRESH     "Recarregar"
+    IDTB_BACK        "Voltar"
+    IDTB_HOME        "Início"
+    IDTB_SYNC        "Sincronizar"
+    IDTB_PRINT       "Imprimir"
+    IDTB_OPTIONS     "Opções"
+    IDTB_FORWARD     "Avançar"
+    IDTB_NOTES       "IDTB_NOTES"
+    IDTB_BROWSE_FWD  "IDTB_BROWSE_FWD"
+    IDTB_BROWSE_BACK "IDT_BROWSE_BACK"
+    IDTB_CONTENTS    "IDTB_CONTENTS"
+    IDTB_INDEX       "IDTB_INDEX"
+    IDTB_SEARCH      "IDTB_SEARCH"
+    IDTB_HISTORY     "IDTB_HISTORY"
+    IDTB_FAVORITES   "IDTB_FAVORITES"
+    IDTB_JUMP1       "Jump1"
+    IDTB_JUMP2       "Jump2"
+    IDTB_CUSTOMIZE   "Personalizar"
+    IDTB_ZOOM        "Zoom"
+    IDTB_TOC_NEXT    "IDTB_TOC_NEXT"
+    IDTB_TOC_PREV    "IDTB_TOC_PREV"
+END
+
+LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
+
 STRINGTABLE
 BEGIN
     IDTB_EXPAND      "Mostrar"
@@ -38,11 +74,11 @@ BEGIN
     IDTB_STOP        "Parar"
     IDTB_REFRESH     "Actualizar"
     IDTB_BACK        "Retroceder"
-    IDTB_HOME        "Início"
+    IDTB_HOME        "Início"
     IDTB_SYNC        "Sincronizar"
     IDTB_PRINT       "Imprimir"
-    IDTB_OPTIONS     "Opções"
-    IDTB_FORWARD     "Avançar"
+    IDTB_OPTIONS     "Opções"
+    IDTB_FORWARD     "Avançar"
     IDTB_NOTES       "IDTB_NOTES"
     IDTB_BROWSE_FWD  "IDTB_BROWSE_FWD"
     IDTB_BROWSE_BACK "IDT_BROWSE_BACK"




More information about the wine-cvs mailing list