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