Gustavo Henrique Milaré : view: Update Portuguese (Brazilian) translation.

Alexandre Julliard julliard at winehq.org
Thu Jul 1 11:19:30 CDT 2010


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

Author: Gustavo Henrique Milaré <gugamilare at gmail.com>
Date:   Wed Jun 30 17:55:58 2010 -0300

view: Update Portuguese (Brazilian) translation.

---

 programs/view/Pt.rc |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/programs/view/Pt.rc b/programs/view/Pt.rc
index 3003080..5ae626a 100644
--- a/programs/view/Pt.rc
+++ b/programs/view/Pt.rc
@@ -3,7 +3,8 @@
  * Portuguese Language Support
  *
  * Copyright 2003 Marcelo Duarte
- * Copyright 2004 Américo José Melo
+ * Copyright 2004 Américo José Melo
+ * 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
@@ -22,6 +23,8 @@
 
 #include "resource.h"
 
+#pragma code_page(65001)
+
 /*
  *
  * Menu
@@ -34,7 +37,7 @@ VIEW MENU
 BEGIN
     POPUP "&Arquivo"
     BEGIN
-	MENUITEM "&A",			IDM_OPEN
+	MENUITEM "&Abrir",			IDM_OPEN
         MENUITEM "Sai&r",                       IDM_EXIT
     END
     POPUP "&Pan"
@@ -93,7 +96,7 @@ LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
 
 STRINGTABLE DISCARDABLE
 BEGIN
-    IDS_DESCRIPTION         "Regular Metafile Viewer"
+    IDS_DESCRIPTION         "Visualizador Regular de Metafiles"
 END
 
 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE




More information about the wine-cvs mailing list