* Remove deprecated resource file loading and memory attributes (http://msdn.microsof...
[reactos.git] / reactos / dll / win32 / syssetup / lang / en-US.rc
1 /*
2 * Copyright (C) 2004 Filip Navara
3 * Copyright (C) 2004 Eric Kohl
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 */
19
20 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
21
22
23 IDD_WELCOMEPAGE DIALOGEX 0, 0, 317, 193
24 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
25 CAPTION "ReactOS Setup"
26 FONT 8, "MS Shell Dlg"
27 BEGIN
28 LTEXT "Welcome to the ReactOS Setup Wizard.", IDC_WELCOMETITLE, 115, 8, 195, 24
29 LTEXT "This wizard installs ReactOS on your computer. The wizard needs to gather some information about you and your computer to set up ReactOS properly.", IDC_STATIC, 115, 40, 195, 100
30 LTEXT "Click Next to continue with Setup.", IDC_STATIC, 115, 169, 195, 17
31 END
32
33
34 IDD_ACKPAGE DIALOGEX 0, 0, 317, 143
35 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
36 CAPTION "ReactOS Setup"
37 FONT 8, "MS Shell Dlg", 0, 0, 0x0
38 BEGIN
39 LTEXT "The ReactOS developers would like to acknowledge the following Open Source projects, (parts of) which were used to create ReactOS:",
40 IDC_STATIC,15,7,286,19
41 LISTBOX IDC_PROJECTS,15,30,286,75,LBS_NOSEL | LBS_HASSTRINGS |
42 LBS_NOINTEGRALHEIGHT | WS_VSCROLL
43 LTEXT "ReactOS is licensed under the GPL, so if you want to reuse or redistribute (parts of) it you must respect the GPL",
44 IDC_STATIC,15,110,227,19
45 PUSHBUTTON "&View GPL...",IDC_VIEWGPL,251,110,50,19
46 LTEXT "Click Next to continue with Setup.",IDC_STATIC,15,136,
47 195,17
48 END
49
50
51 IDD_OWNERPAGE DIALOGEX 0, 0, 317, 143
52 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
53 CAPTION "ReactOS Setup"
54 FONT 8, "MS Shell Dlg"
55 BEGIN
56 ICON IDI_ICON2, IDC_STATIC, 21, 7, 20, 20
57 LTEXT "Type your full name and the name of your company or organization.",
58 IDC_STATIC, 54, 7, 242, 21
59 LTEXT "Na&me:", IDC_STATIC, 54, 37, 44, 8
60 EDITTEXT IDC_OWNERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
61 LTEXT "&Organization:", IDC_STATIC, 54, 57, 44, 8
62 EDITTEXT IDC_OWNERORGANIZATION, 132, 55, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
63 END
64
65
66 IDD_COMPUTERPAGE DIALOGEX 0, 0, 317, 143
67 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
68 CAPTION "ReactOS Setup"
69 FONT 8, "MS Shell Dlg"
70 BEGIN
71 ICON IDI_ICON1, IDC_STATIC, 21, 7, 20, 20
72 LTEXT "Type a name for your computer that is 15 characters or less. If you are on a network, your computer name must be unique.",
73 IDC_STATIC, 54, 7, 250, 24
74 LTEXT "&Computer Name:", IDC_STATIC, 54, 38, 75, 8
75 EDITTEXT IDC_COMPUTERNAME, 165, 35, 148, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL | ES_UPPERCASE
76 ICON IDI_ICON5, IDC_STATIC, 21, 57, 20, 20
77 LTEXT "Setup will create a user account on your computer called Administrator. You can use this account if you need full access to your computer.",
78 IDC_STATIC, 54, 57, 250, 25
79 LTEXT "Type an Administrator Password that is 14 characters or less.",
80 IDC_STATIC, 54, 87, 250, 8
81 LTEXT "&Administrator Password:", IDC_STATIC, 54, 104, 105, 8
82 EDITTEXT IDC_ADMINPASSWORD1, 165, 101, 148, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD
83 LTEXT "C&onfirm Password:", IDC_STATIC, 54, 123, 105, 8
84 EDITTEXT IDC_ADMINPASSWORD2, 165, 120, 148, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD
85 END
86
87
88 IDD_LOCALEPAGE DIALOGEX 0, 0, 317, 143
89 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
90 CAPTION "ReactOS Setup"
91 FONT 8, "MS Shell Dlg"
92 BEGIN
93 ICON IDI_ICON4, IDC_STATIC, 21, 7, 20, 20
94 LTEXT "The system locale should match the language of the applications you want to use. The user locale controls how numbers, currencies, and dates appear.", IDC_STATIC, 53, 7, 253, 20
95 LTEXT "", IDC_LOCALETEXT, 53, 29, 250, 16
96 LTEXT "To change system or user locale settings, click Customize.",
97 IDC_STATIC, 53, 60, 196, 8
98 PUSHBUTTON "&Customize...", IDC_CUSTOMLOCALE, 250, 57, 50, 14
99 LTEXT "The keyboard layout controls the characters that appear when you type.",
100 IDC_STATIC, 53, 86, 253, 8
101 LTEXT "", IDC_LAYOUTTEXT, 53, 100, 250, 16
102 LTEXT "To change the keyboard layout, click Customize.",
103 IDC_STATIC, 53, 126, 184, 8
104 PUSHBUTTON "C&ustomize...", IDC_CUSTOMLAYOUT, 250, 122, 50, 14
105 END
106
107
108 IDD_DATETIMEPAGE DIALOGEX 0, 0, 317, 143
109 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
110 CAPTION "ReactOS Setup"
111 FONT 8, "MS Shell Dlg"
112 BEGIN
113 ICON IDI_ICON3, IDC_STATIC, 21, 10, 20, 20
114 LTEXT "Date and Time:", IDC_STATIC, 53, 7, 253, 8
115 CONTROL "", IDC_DATEPICKER, "SysDateTimePick32",
116 DTS_LONGDATEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 53, 17, 137, 14
117 CONTROL "", IDC_TIMEPICKER, "SysDateTimePick32",
118 DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 200, 17, 54, 14
119 LTEXT "Timezone:", IDC_STATIC, 53, 42, 253, 8
120 COMBOBOX IDC_TIMEZONELIST, 53, 52, 201, 93,
121 CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL
122 AUTOCHECKBOX "Automatically adjust clock for &daylight saving changes",
123 IDC_AUTODAYLIGHT, 53, 124, 201, 10
124 END
125
126
127 IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143
128 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
129 CAPTION "ReactOS Setup"
130 FONT 8, "MS Shell Dlg"
131 BEGIN
132 LTEXT "", IDC_ACTIVITY, 53, 7, 253, 20
133 LTEXT "", IDC_ITEM, 53, 29, 253, 20
134 CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32",
135 PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 53, 70, 253, 8
136 END
137
138
139 IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
140 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
141 CAPTION "Completing ReactOS Setup"
142 FONT 8, "MS Shell Dlg"
143 BEGIN
144 LTEXT "Completing the ReactOS Setup Wizard", IDC_FINISHTITLE, 115, 8, 195, 24
145 LTEXT "You have successfully completed ReactOS Setup.\n\nWhen you click Finish, your computer will restart.", IDC_STATIC, 115, 40, 195, 100
146 CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 115, 138, 188, 12
147 LTEXT "If there is a CD in a drive, remove it. Then, to restart your computer, click Finish.", IDC_STATIC, 115, 169, 195, 17
148 END
149
150
151 IDD_GPL DIALOGEX 0, 0, 333, 230
152 STYLE DS_SHELLFONT | DS_CENTER | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
153 CAPTION "GNU General Public License"
154 FONT 8, "MS Shell Dlg"
155 BEGIN
156 EDITTEXT IDC_GPL_TEXT,7,7,319,190,ES_MULTILINE | ES_AUTOHSCROLL |
157 ES_READONLY | WS_VSCROLL
158 DEFPUSHBUTTON "OK",IDOK,141,209,50,14
159 END
160
161
162 IDD_STATUSWINDOW_DLG DIALOGEX 0,0,274,26
163 STYLE NOT WS_VISIBLE | DS_CENTER | DS_MODALFRAME | DS_SHELLFONT | WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_POPUP
164 CAPTION "Please wait..."
165 FONT 8,"MS Shell Dlg 2",400,0,1
166 BEGIN
167 LTEXT "",IDC_STATUSLABEL,7,8,234,12,SS_WORDELLIPSIS
168 END
169
170
171 STRINGTABLE
172 BEGIN
173 IDS_ACKTITLE "Acknowledgements"
174 IDS_ACKSUBTITLE "The shoulders ReactOS stands on and license information"
175 IDS_OWNERTITLE "Personalize your Software"
176 IDS_OWNERSUBTITLE "Setup uses this information about yourself to personalize ReactOS."
177 IDS_COMPUTERTITLE "Computer Name and Administrator Password"
178 IDS_COMPUTERSUBTITLE "You must provide a name and an Administrator Password for your computer."
179 IDS_LOCALETITLE "Regional settings"
180 IDS_LOCALESUBTITLE "You can customize ReactOS for different regions and languages."
181 IDS_DATETIMETITLE "Date and Time"
182 IDS_DATETIMESUBTITLE "Set the correct date and time for your computer."
183 IDS_PROCESSTITLE "Registering Components"
184 IDS_PROCESSSUBTITLE "Please wait..."
185 END
186
187 STRINGTABLE
188 BEGIN
189 IDS_REACTOS_SETUP "ReactOS Setup"
190 IDS_UNKNOWN_ERROR "Unknown error"
191 IDS_REGISTERING_COMPONENTS "Registering components..."
192 IDS_LOADLIBRARY_FAILED "LoadLibrary failed: "
193 IDS_GETPROCADDR_FAILED "GetProcAddr failed: "
194 IDS_REGSVR_FAILED "DllRegisterServer failed: "
195 IDS_DLLINSTALL_FAILED "DllInstall failed: "
196 IDS_TIMEOUT "Timeout during registration"
197 IDS_REASON_UNKNOWN ""
198 END
199
200 STRINGTABLE
201 BEGIN
202 IDS_WZD_NAME "Setup cannot continue until you enter your name."
203 IDS_WZD_SETCOMPUTERNAME "Setup failed to set the computer name."
204 IDS_WZD_COMPUTERNAME "Setup cannot continue until you enter the name of your computer."
205 IDS_WZD_PASSWORDEMPTY "You must enter a password !"
206 IDS_WZD_PASSWORDMATCH "The passwords you entered do not match. Please enter the desired password again."
207 IDS_WZD_PASSWORDCHAR "The password you entered contains invalid characters. Please enter a cleaned password."
208 IDS_WZD_LOCALTIME "Setup was unable to set the local time."
209 END
210
211 STRINGTABLE
212 BEGIN
213 IDS_STATUS_INSTALL_DEV "Installing devices..."
214 END
215
216 /* EOF */