Commit c6a68c4d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shdocvw: Add a Portuguese translation (contributed by Americo Jose Melo).

parent 77dd5d56
/*
* Copyright 2005 Marcelo Duarte
* Copyright 2006 Amrico Jos Melo
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
......@@ -28,9 +29,33 @@ FONT 8, "MS Shell Dlg"
PUSHBUTTON "Cancelar", IDCANCEL, 85, 44, 50, 15, WS_GROUP | WS_TABSTOP
}
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
100 DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 62
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "A transferir o controlo Mozilla ActiveX"
FONT 8, "MS Shell Dlg"
{
CONTROL "Progress1",1000,"msctls_progress32",WS_BORDER|PBS_SMOOTH,10,10,200,12
LTEXT "", 104, 10, 30, 200, 10, SS_CENTER
PUSHBUTTON "Cancelar", IDCANCEL, 85, 44, 50, 15, WS_GROUP | WS_TABSTOP
}
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
STRINGTABLE
BEGIN
1001 "Esta aplicao requer um objecto ActiveX do navegador\n" \
"mas o controle Mozilla ActiveX atualmente no est instalado." \
"Voc deseja baix-lo e instal-lo?"
END
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
STRINGTABLE
BEGIN
1001 "Esta aplicao requer um objecto ActiveX do navegador\n" \
"mas o controlo Mozilla ActiveX actualmente no est instalado." \
"Deseja-o transferir e instal-lo?"
END
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