Add the 'Date and Time' page.
[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_OWNERPAGE DIALOG DISCARDABLE 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"
40 BEGIN
41 LTEXT "Type your full name and the name of your company or organization.",
42 IDC_STATIC, 54, 7, 242, 21
43 LTEXT "Na&me:", IDC_STATIC, 54, 37, 44, 8
44 EDITTEXT IDC_OWNERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
45 LTEXT "&Organization:", IDC_STATIC, 54, 57, 44, 8
46 EDITTEXT IDC_OWNERORGANIZATION, 132, 55, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
47 END
48
49
50 IDD_COMPUTERPAGE DIALOG DISCARDABLE 0, 0, 317, 143
51 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
52 CAPTION "ReactOS Setup"
53 FONT 8, "MS Shell Dlg"
54 BEGIN
55 LTEXT "Type a name for your computer that is 63 characters or less. "\
56 "If you are on a network, your computer name must be unique.",
57 IDC_STATIC, 54, 7, 250, 24
58 LTEXT "&Computer Name:", IDC_STATIC, 54, 38, 75, 8
59 EDITTEXT IDC_COMPUTERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL | ES_UPPERCASE
60 LTEXT "Setup will create a user account on your computer called Administrator. "\
61 "You can use this account if you need full access to your computer.",
62 IDC_STATIC, 54, 57, 250, 25
63 LTEXT "Type an Administrator Password that is 14 characters or less.",
64 IDC_STATIC, 54, 87, 250, 8
65 LTEXT "&Administrator Password:", IDC_STATIC, 54, 104, 75, 8
66 EDITTEXT IDC_ADMINPASSWORD1, 132, 101, 172, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD
67 LTEXT "C&onfirm Password:", IDC_STATIC, 54, 123, 75, 8
68 EDITTEXT IDC_ADMINPASSWORD2, 132, 120, 172, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD
69 END
70
71
72 IDD_LOCALEPAGE DIALOG DISCARDABLE 0, 0, 317, 143
73 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
74 CAPTION "ReactOS Setup"
75 FONT 8, "MS Shell Dlg"
76 BEGIN
77 LTEXT "The system locale should match the language of the applications "\
78 "you want to use. The user locale controls how numbers, "\
79 "currencies, and dates appear.", IDC_STATIC, 53, 7, 253, 20
80 LTEXT "<locale text>", IDC_LOCALETEXT, 53, 29, 250, 16
81 LTEXT "To change system or user locale settings, click Customize.",
82 IDC_STATIC, 53, 60, 184, 8
83 PUSHBUTTON "&Customize...", IDC_CUSTOMLOCALE, 245, 57, 50, 14
84 LTEXT "The keyboard layout controls the characters that appear when you type.",
85 IDC_STATIC, 53, 86, 253, 8
86 LTEXT "<layout text>", IDC_LAYOUTTEXT, 53, 100, 250, 16
87 LTEXT "To change the keyboard layout, click Customize.",
88 IDC_STATIC, 53, 126, 184, 8
89 PUSHBUTTON "C&ustomize...", IDC_CUSTOMLAYOUT, 245, 122, 50, 14
90 END
91
92
93 IDD_DATETIMEPAGE DIALOG DISCARDABLE 0, 0, 317, 143
94 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
95 CAPTION "ReactOS Setup"
96 FONT 8, "MS Shell Dlg"
97 BEGIN
98 LTEXT "Date and Time", IDC_STATIC, 53, 7, 253, 8
99 CONTROL "", IDC_DATEPICKER, "SysDateTimePick32",
100 DTS_LONGDATEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 53, 29, 137, 14
101 CONTROL "", IDC_TIMEPICKER, "SysDateTimePick32",
102 DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 200, 29, 54, 14
103 LTEXT "Timezone", IDC_STATIC, 53, 80, 253, 8
104 COMBOBOX "", IDC_TIMEZONELIST, 53, 96, 201, 42,
105 CBS_DROPDOWN | WS_CHILD | WS_VISIBLE | WS_TABSTOP
106 AUTOCHECKBOX "Daylight savings",
107 IDC_DAYLIGHTSAVINGS, 53, 124, 201, 10
108 END
109
110
111 IDD_PROCESSPAGE DIALOG 0, 0, 317, 143
112 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
113 CAPTION "ReactOS Setup"
114 FONT 8, "MS Shell Dlg"
115 BEGIN
116 LTEXT "Some text...", IDC_STATIC, 53, 7, 253, 20
117 LTEXT "Some more text...", IDC_STATIC, 53, 29, 253, 20
118 CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32",
119 PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 53, 70, 253, 8
120 END
121
122
123 IDD_FINISHPAGE DIALOG DISCARDABLE 0, 0, 317, 193
124 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
125 CAPTION "Completing ReactOS Setup"
126 FONT 8, "MS Shell Dlg"
127 BEGIN
128 LTEXT "Completing the ReactOS Setup Wizard", IDC_FINISHTITLE, 115, 8, 195, 24
129 LTEXT "You have successfully completed ReactOS Setup.\n\n" \
130 "When you click Finish, your computer will restart.", IDC_STATIC, 115, 40, 195, 100
131 LTEXT "If there is a CD in a drive, remove it. Then, to restart "\
132 "your computer, click Finish.", IDC_STATIC, 115, 169, 195, 17
133 END
134
135
136 IDD_RESTART DIALOG 6, 18, 245, 116
137 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
138 CAPTION "ReactOS Installation"
139 FONT 8, "MS Shell Dlg"
140 BEGIN
141 LTEXT "Installation of ReactOS was successfully completed.", IDC_STATIC, 13, 12, 212, 16
142 LTEXT "In order to continue, the installation program needs to restart your computer. "\
143 "The computer will be automatically restarted in 15 seconds or if you press the "\
144 "Restart button.", IDC_STATIC, 13, 33, 212, 32
145 /* GROUPBOX "", -1, 7, 3, 231, 106 */
146 CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 13, 70, 212, 8
147 PUSHBUTTON "&Restart", IDOK, 98, 87, 50, 14
148 END
149
150
151 STRINGTABLE
152 BEGIN
153 IDS_OWNERTITLE "Personalize your Software"
154 IDS_OWNERSUBTITLE "Setup uses this information about yourself to personalize ReactOS."
155 IDS_COMPUTERTITLE "Computer Name and Administrator Password"
156 IDS_COMPUTERSUBTITLE "You must provide a name and an Administrator Password for your computer."
157 IDS_LOCALETITLE "Regional settings"
158 IDS_LOCALESUBTITLE "You can customize ReactOS for different regions and languages."
159 IDS_DATETIMETITLE "Date and Time"
160 IDS_DATETIMESUBTITLE "Set the correct date and time for your computer."
161 IDS_PROCESSTITLE "Process page title"
162 IDS_PROCESSSUBTITLE "Process page subtitle"
163 END
164
165 /* EOF */