mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
a2e33285db
- [RUNDLL32] Sublang correction for pt-PT - [RUNONCE] Sublang correction for pt-PT - [USERINIT] Sublang correction for pt-PT - [WINLOGON] Improve pt-PT translation and fix sublang
14 lines
553 B
Plaintext
14 lines
553 B
Plaintext
/* Translation and UTF-8 Conversion by mkbu95 <mkbu95@gmail.com> (August, 2011) */
|
|
|
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
|
|
|
|
IDD_RUNONCE_DLG DIALOGEX 0, 0, 239, 170
|
|
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Instalação do ReactOS"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "ReactOS está a configurar os seguintes itens:", -1, 38, 8, 196, 18
|
|
LISTBOX IDC_COMP_LIST, 36, 32, 197, 131, LBS_OWNERDRAWVARIABLE | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|
|
ICON IDI_ICON, -1, 5, 6, 21, 20
|
|
END
|