c633ec43bb22a01ef44fffb8d00c29264ea6a93f
[reactos.git] / reactos / lib / syssetup / syssetup_En.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
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 */
19
20 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
21
22
23 IDD_WELCOMEPAGE DIALOG DISCARDABLE 0, 0, 317, 193
24 STYLE 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 "\
30 "needs to gather some information about you and your computer "\
31 "to set up ReactOS properly.", IDC_STATIC, 115, 40, 195, 100
32 LTEXT "Click Next to continue with Setup.", IDC_STATIC, 115, 169, 195, 17
33 END
34
35
36 IDD_ACKPAGE DIALOGEX 0, 0, 317, 143
37 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
38 CAPTION "ReactOS Setup"
39 FONT 8, "MS Shell Dlg", 0, 0, 0x0
40 BEGIN
41 LTEXT "The ReactOS developers would like to acknowledge the following Open Source projects, "\
42 "(parts of) which were used to create ReactOS:",
43 IDC_STATIC,15,7,286,19
44 LISTBOX IDC_PROJECTS,15,30,286,75,LBS_NOSEL | LBS_HASSTRINGS |
45 LBS_NOINTEGRALHEIGHT | WS_VSCROLL
46 LTEXT "ReactOS is licensed under the GPL, so if you want to reuse or redistribute "\
47 "(parts of) it you must respect the GPL",
48 IDC_STATIC,15,110,227,19
49 PUSHBUTTON "&View GPL...",IDC_VIEWGPL,251,110,50,19
50 LTEXT "Click Next to continue with Setup.",IDC_STATIC,15,136,
51 195,17
52 END
53
54
55 IDD_OWNERPAGE DIALOG DISCARDABLE 0, 0, 317, 143
56 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
57 CAPTION "ReactOS Setup"
58 FONT 8, "MS Shell Dlg"
59 BEGIN
60 LTEXT "Type your full name and the name of your company or organization.",
61 IDC_STATIC, 54, 7, 242, 21
62 LTEXT "Na&me:", IDC_STATIC, 54, 37, 44, 8
63 EDITTEXT IDC_OWNERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
64 LTEXT "&Organization:", IDC_STATIC, 54, 57, 44, 8
65 EDITTEXT IDC_OWNERORGANIZATION, 132, 55, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
66 END
67
68
69 IDD_COMPUTERPAGE DIALOG DISCARDABLE 0, 0, 317, 143
70 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
71 CAPTION "ReactOS Setup"
72 FONT 8, "MS Shell Dlg"
73 BEGIN
74 LTEXT "Type a name for your computer that is 63 characters or less. "\
75 "If you are on a network, your computer name must be unique.",
76 IDC_STATIC, 54, 7, 250, 24
77 LTEXT "&Computer Name:", IDC_STATIC, 54, 38, 75, 8
78 EDITTEXT IDC_COMPUTERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL | ES_UPPERCASE
79 LTEXT "Setup will create a user account on your computer called Administrator. "\
80 "You can use this account if you need full access to your computer.",
81 IDC_STATIC, 54, 57, 250, 25
82 LTEXT "Type an Administrator Password that is 14 characters or less.",
83 IDC_STATIC, 54, 87, 250, 8
84 LTEXT "&Administrator Password:", IDC_STATIC, 54, 104, 75, 8
85 EDITTEXT IDC_ADMINPASSWORD1, 132, 101, 172, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD
86 LTEXT "C&onfirm Password:", IDC_STATIC, 54, 123, 75, 8
87 EDITTEXT IDC_ADMINPASSWORD2, 132, 120, 172, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD
88 END
89
90
91 IDD_LOCALEPAGE DIALOG DISCARDABLE 0, 0, 317, 143
92 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
93 CAPTION "ReactOS Setup"
94 FONT 8, "MS Shell Dlg"
95 BEGIN
96 LTEXT "The system locale should match the language of the applications "\
97 "you want to use. The user locale controls how numbers, "\
98 "currencies, and dates appear.", IDC_STATIC, 53, 7, 253, 20
99 LTEXT "<locale text>", IDC_LOCALETEXT, 53, 29, 250, 16
100 LTEXT "To change system or user locale settings, click Customize.",
101 IDC_STATIC, 53, 60, 184, 8
102 PUSHBUTTON "&Customize...", IDC_CUSTOMLOCALE, 245, 57, 50, 14
103 LTEXT "The keyboard layout controls the characters that appear when you type.",
104 IDC_STATIC, 53, 86, 253, 8
105 LTEXT "<layout text>", IDC_LAYOUTTEXT, 53, 100, 250, 16
106 LTEXT "To change the keyboard layout, click Customize.",
107 IDC_STATIC, 53, 126, 184, 8
108 PUSHBUTTON "C&ustomize...", IDC_CUSTOMLAYOUT, 245, 122, 50, 14
109 END
110
111
112 IDD_DATETIMEPAGE DIALOG DISCARDABLE 0, 0, 317, 143
113 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
114 CAPTION "ReactOS Setup"
115 FONT 8, "MS Shell Dlg"
116 BEGIN
117 LTEXT "Date and Time", IDC_STATIC, 53, 7, 253, 8
118 CONTROL "", IDC_DATEPICKER, "SysDateTimePick32",
119 DTS_LONGDATEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 53, 17, 137, 14
120 CONTROL "", IDC_TIMEPICKER, "SysDateTimePick32",
121 DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 200, 17, 54, 14
122 LTEXT "Timezone", IDC_STATIC, 53, 42, 253, 8
123 COMBOBOX IDC_TIMEZONELIST, 53, 52, 201, 93,
124 CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL
125 AUTOCHECKBOX "Automatically adjust clock for &daylight saving changes",
126 IDC_AUTODAYLIGHT, 53, 124, 201, 10
127 END
128
129
130 IDD_PROCESSPAGE DIALOG 0, 0, 317, 143
131 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
132 CAPTION "ReactOS Setup"
133 FONT 8, "MS Shell Dlg"
134 BEGIN
135 LTEXT "Some text...", IDC_STATIC, 53, 7, 253, 20
136 LTEXT "Some more text...", IDC_STATIC, 53, 29, 253, 20
137 CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32",
138 PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 53, 70, 253, 8
139 END
140
141
142 IDD_FINISHPAGE DIALOG DISCARDABLE 0, 0, 317, 193
143 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
144 CAPTION "Completing ReactOS Setup"
145 FONT 8, "MS Shell Dlg"
146 BEGIN
147 LTEXT "Completing the ReactOS Setup Wizard", IDC_FINISHTITLE, 115, 8, 195, 24
148 LTEXT "You have successfully completed ReactOS Setup.\n\n" \
149 "When you click Finish, your computer will restart.", IDC_STATIC, 115, 40, 195, 100
150 LTEXT "If there is a CD in a drive, remove it. Then, to restart "\
151 "your computer, click Finish.", IDC_STATIC, 115, 169, 195, 17
152 END
153
154
155 IDD_RESTART DIALOG 6, 18, 245, 116
156 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
157 CAPTION "ReactOS Installation"
158 FONT 8, "MS Shell Dlg"
159 BEGIN
160 LTEXT "Installation of ReactOS was successfully completed.", IDC_STATIC, 13, 12, 212, 16
161 LTEXT "In order to continue, the installation program needs to restart your computer. "\
162 "The computer will be automatically restarted in 15 seconds or if you press the "\
163 "Restart button.", IDC_STATIC, 13, 33, 212, 32
164 /* GROUPBOX "", -1, 7, 3, 231, 106 */
165 CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 13, 70, 212, 8
166 PUSHBUTTON "&Restart", IDOK, 98, 87, 50, 14
167 END
168
169
170 IDD_GPL DIALOG 0, 0, 333, 230
171 STYLE DS_CENTER | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
172 CAPTION "GNU General Public License"
173 FONT 8, "MS Shell Dlg"
174 BEGIN
175 EDITTEXT IDC_GPL_TEXT,7,7,319,190,ES_MULTILINE | ES_AUTOHSCROLL |
176 ES_READONLY | WS_VSCROLL
177 DEFPUSHBUTTON "OK",IDOK,141,209,50,14
178 END
179
180
181 STRINGTABLE
182 BEGIN
183 IDS_ACKTITLE "Acknowledgements"
184 IDS_ACKSUBTITLE "The shoulders ReactOS stands on and license information"
185 IDS_OWNERTITLE "Personalize your Software"
186 IDS_OWNERSUBTITLE "Setup uses this information about yourself to personalize ReactOS."
187 IDS_COMPUTERTITLE "Computer Name and Administrator Password"
188 IDS_COMPUTERSUBTITLE "You must provide a name and an Administrator Password for your computer."
189 IDS_LOCALETITLE "Regional settings"
190 IDS_LOCALESUBTITLE "You can customize ReactOS for different regions and languages."
191 IDS_DATETIMETITLE "Date and Time"
192 IDS_DATETIMESUBTITLE "Set the correct date and time for your computer."
193 IDS_PROCESSTITLE "Process page title"
194 IDS_PROCESSSUBTITLE "Process page subtitle"
195 END
196
197 STRINGTABLE
198 BEGIN
199 IDS_ACCESSORIES "Accessories"
200 IDS_CMT_CMD "Open command prompt"
201 IDS_CMT_EXPLORER "Launch Explorer"
202 IDS_CMT_WINEFILE "Launch Winefile"
203 IDS_CMT_NOTEPAD "Launch Text Editor"
204 IDS_CMT_REGEDIT "Launch Registry Editor"
205 END
206
207 STRINGTABLE
208 BEGIN
209 IDS_GAMES "Games"
210 IDS_CMT_SOLITAIRE "Solitaire"
211 END
212
213
214 /* EOF */