Ricardo Filipe : mpr: Update Portuguese translation and convert to UTF8.

Alexandre Julliard julliard at winehq.org
Tue Jul 7 08:08:23 CDT 2009


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

Author: Ricardo Filipe <ricardojdfilipe at gmail.com>
Date:   Mon Jul  6 12:29:05 2009 -0700

mpr: Update Portuguese translation and convert to UTF8.

---

 dlls/mpr/mpr_Pt.rc |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dlls/mpr/mpr_Pt.rc b/dlls/mpr/mpr_Pt.rc
index cb86d52..b019193 100644
--- a/dlls/mpr/mpr_Pt.rc
+++ b/dlls/mpr/mpr_Pt.rc
@@ -2,7 +2,7 @@
  * MPR dll resources
  *
  * Copyright (C) 2004 Marcelo Duarte
- * Copyright (C) 2006 Américo José Melo
+ * Copyright (C) 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
@@ -21,7 +21,9 @@
 
 #include "mprres.h"
 
-LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
+#pragma code_page(65001)
+
+LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
 
 STRINGTABLE DISCARDABLE
 {
@@ -36,10 +38,10 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Entre a senha da rede"
 FONT 8, "MS Shell Dlg"
 {
- LTEXT "Por favor, entre como o nome de usuário e a senha:", IDC_EXPLAIN, 40, 6, 150, 15
+ LTEXT "Por favor, entre como o nome de usuário e a senha:", IDC_EXPLAIN, 40, 6, 150, 15
  LTEXT "Proxy", -1, 40, 26, 50, 10
 /* LTEXT "Realm", -1, 40, 46, 50, 10 */
- LTEXT "Usuário", -1, 40, 66, 50, 10
+ LTEXT "Usuário", -1, 40, 66, 50, 10
  LTEXT "Senha", -1, 40, 86, 50, 10
  LTEXT "" IDC_PROXY, 80, 26, 150, 14, 0
  LTEXT "" IDC_REALM, 80, 46, 150, 14, 0




More information about the wine-cvs mailing list