96e4e73274a9512c21b34f2846a35a96aa66bced
[reactos.git] / dll / win32 / setupapi / lang / pt-BR.rc
1 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
2
3 COPYFILEDLGORD DIALOGEX 20, 20, 208, 105
4 STYLE DS_MODALFRAME | DS_SHELLFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
5 CAPTION "Copiando arquivos..."
6 FONT 8, "MS Shell Dlg"
7 BEGIN
8 PUSHBUTTON "Cancelar", IDCANCEL, 79, 84, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
9 LTEXT "Origem:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
10 LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
11 LTEXT "Destino:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
12 LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE | WS_GROUP
13 CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
14 END
15
16 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
17
18 COPYFILEDLGORD DIALOGEX 20, 20, 208, 105
19 STYLE DS_MODALFRAME | DS_SHELLFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
20 CAPTION "A copiar ficheiros..."
21 FONT 8, "MS Shell Dlg"
22 BEGIN
23 PUSHBUTTON "Cancelar", IDCANCEL, 79, 84, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
24 LTEXT "Origem:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
25 LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
26 LTEXT "Destino:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
27 LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE | WS_GROUP
28 CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
29 END
30
31 IDPROMPTFORDISK DIALOG 0, 0, 260, 120
32 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
33 CAPTION "Files Needed"
34 FONT 8, "MS Shell Dlg"
35 BEGIN
36 LTEXT "Insert the manufacturer's installation disk, and then\nmake sure the correct drive is selected below", IDC_FILENEEDED, 10, 10, 175, 38, WS_CHILD | WS_VISIBLE | WS_GROUP
37 LTEXT "", IDC_INFO, 10, 50, 175, 38, WS_CHILD | WS_VISIBLE | WS_GROUP
38 LTEXT "Copy manufacturer's files from:", IDC_COPYFROM, 10, 90, 175, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
39 CONTROL "", IDC_PATH, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 10, 100, 175, 14
40 DEFPUSHBUTTON "OK", IDOK, 195, 10, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
41 PUSHBUTTON "Cancel", IDCANCEL, 195, 30, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
42 PUSHBUTTON "Browse...", IDC_RUNDLG_BROWSE, 195, 100, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
43 END
44
45 STRINGTABLE
46 BEGIN
47 IDS_PROMPTDISK "The file '%1' on %2 is needed"
48 IDS_UNKNOWN "Unknown"
49 IDS_COPYFROM "Copy files from:"
50 IDS_INFO "Type the path where the file is located, and then click OK."
51 END
52
53 STRINGTABLE
54 BEGIN
55 IDS_QUERY_REBOOT_TEXT "Your computer needs to be rebooted to finish installation. Do you want to proceed?"
56 IDS_QUERY_REBOOT_CAPTION "Reboot"
57 IDS_INF_FILE "Setup Information"
58 END