[RUNONCE][USERINIT] Add Portuguese (neutral) translation. (#1656)
[reactos.git] / base / system / runonce / lang / pt-PT.rc
1 /* Translation and UTF-8 Conversion by mkbu95 <mkbu95@gmail.com> (August, 2011) */
2
3 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
4
5 IDD_RUNONCE_DLG DIALOGEX 0, 0, 239, 170
6 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
7 CAPTION "Instalação do ReactOS"
8 FONT 8, "MS Shell Dlg"
9 BEGIN
10 LTEXT "ReactOS está a configurar os seguintes itens:", -1, 38, 8, 196, 18
11 LISTBOX IDC_COMP_LIST, 36, 32, 197, 131, LBS_OWNERDRAWVARIABLE | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
12 ICON IDI_ICON, -1, 5, 6, 21, 20
13 END