df2aba92a194c482e27c49b9c8d4069e0b0472dc
[reactos.git] / reactos / dll / cpl / appwiz / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 IDD_FIRSTPAGE DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
4 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
5 CAPTION "Create link"
6 FONT 8, "MS Shell Dlg", 0, 0, 0x0
7 BEGIN
8 LTEXT "Text1", -1, 115, 15, 160, 24
9 LTEXT "Text2", -1, 115, 35, 160, 17
10 END
11
12 IDD_SUBMIT_REPORT DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
13 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
14 CAPTION "Create link"
15 FONT 8, "MS Shell Dlg", 0, 0, 0x0
16 BEGIN
17 LTEXT "Text1",-1,10,0,225,40
18 LTEXT "Text2",-1,10,40,120,20
19 LTEXT "Text3",-1,10,55,120,20
20 END
21
22 IDD_SHORTCUT_LOCATION DIALOGEX 0, 0, 340, 200
23 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
24 CAPTION "Create Shortcut"
25 FONT 8, "MS Shell Dlg", 0, 0, 0x0
26 BEGIN
27 LTEXT "This wizard helps you to create shortcuts to local or\nnetwork programs, files, folders, computers, or Internet\naddresses.", -1, 120, 15, 200, 30
28 LTEXT "Type the location of the item:", -1, 120, 50, 120, 10
29 EDITTEXT IDC_SHORTCUT_LOCATION, 120, 65, 150, 15, ES_LEFT
30 PUSHBUTTON "Browse...", IDC_SHORTCUT_BROWSE, 272, 65, 55, 15, ES_LEFT
31 LTEXT "Click Next to continue.", -1, 120, 97, 162, 10
32 END
33
34 IDD_SHORTCUT_FINISH DIALOGEX 0, 0, 340, 200
35 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
36 CAPTION "Select a Title for the Program"
37 FONT 8, "MS Shell Dlg", 0, 0, 0x0
38 BEGIN
39 LTEXT "&Type a name for this shortcut:", -1, 120, 15, 150, 10
40 EDITTEXT IDC_SHORTCUT_NAME, 120, 35, 150, 15, ES_LEFT
41 LTEXT "Click Finish to create the shortcut.", -1, 118, 97, 178, 17
42 END
43
44 STRINGTABLE
45 BEGIN
46 IDS_CPLSYSTEMNAME "Add/Remove Programs"
47 IDS_CPLSYSTEMDESCRIPTION "Sets up programs and creates shortcuts."
48 IDS_CREATE_SHORTCUT "Create Shortcut"
49 IDS_ERROR_NOT_FOUND "The file %s was not found."
50 END
51
52 STRINGTABLE
53 BEGIN
54 IDS_DOWNLOADING "Downloading..."
55 IDS_INSTALLING "Installing..."
56 IDS_INVALID_SHA "Unexpected checksum of downloaded file. Aborting installation of corrupted file."
57 END
58
59 ID_DWL_GECKO_DIALOG DIALOG 0, 0, 260, 95
60 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
61 CAPTION "Wine Gecko Installer"
62 FONT 8, "MS Shell Dlg"
63 BEGIN
64 CONTROL "Wine could not find a Gecko package which is needed for applications embedding HTML to work correctly. Wine can automatically download and install it for you.\n\nNote: it is recommended to use your distribution's packages instead. See <a href=""http://wiki.winehq.org/Gecko"">http://wiki.winehq.org/Gecko</a> for details.",
65 ID_DWL_STATUS, "SysLink", 0, 10, 10, 240, 65
66 CONTROL "", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER | PBS_SMOOTH, 10, 40, 240, 12
67 DEFPUSHBUTTON "&Install", ID_DWL_INSTALL, 200, 76, 50, 14, WS_GROUP | WS_TABSTOP
68 PUSHBUTTON "Cancel", IDCANCEL, 144, 76, 50, 14, WS_GROUP | WS_TABSTOP
69 END