Commit 8c69e8a9 authored by Ricardo Filipe's avatar Ricardo Filipe Committed by Alexandre Julliard

mpr: Update Portuguese translation and convert to UTF8.

parent a6c8a095
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* MPR dll resources * MPR dll resources
* *
* Copyright (C) 2004 Marcelo Duarte * Copyright (C) 2004 Marcelo Duarte
* Copyright (C) 2006 Amrico Jos Melo * Copyright (C) 2006 Américo José Melo
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
...@@ -21,7 +21,9 @@ ...@@ -21,7 +21,9 @@
#include "mprres.h" #include "mprres.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN #pragma code_page(65001)
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE STRINGTABLE DISCARDABLE
{ {
...@@ -36,10 +38,10 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU ...@@ -36,10 +38,10 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Entre a senha da rede" CAPTION "Entre a senha da rede"
FONT 8, "MS Shell Dlg" FONT 8, "MS Shell Dlg"
{ {
LTEXT "Por favor, entre como o nome de usurio 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 "Proxy", -1, 40, 26, 50, 10
/* LTEXT "Realm", -1, 40, 46, 50, 10 */ /* LTEXT "Realm", -1, 40, 46, 50, 10 */
LTEXT "Usurio", -1, 40, 66, 50, 10 LTEXT "Usuário", -1, 40, 66, 50, 10
LTEXT "Senha", -1, 40, 86, 50, 10 LTEXT "Senha", -1, 40, 86, 50, 10
LTEXT "" IDC_PROXY, 80, 26, 150, 14, 0 LTEXT "" IDC_PROXY, 80, 26, 150, 14, 0
LTEXT "" IDC_REALM, 80, 46, 150, 14, 0 LTEXT "" IDC_REALM, 80, 46, 150, 14, 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment