777ff0c28a49928c1edadc20c2b33365a7b58435
[reactos.git] / reactos / lib / 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_OWNERPAGE DIALOG DISCARDABLE 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"
38 BEGIN
39 LTEXT "Type your full name and the name of your company or organization.",
40 IDC_STATIC, 54, 7, 242, 21
41 LTEXT "Na&me:", IDC_STATIC, 54, 37, 44, 8
42 EDITTEXT IDC_OWNERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
43 LTEXT "&Organization:", IDC_STATIC, 54, 57, 44, 8
44 EDITTEXT IDC_OWNERORGANIZATION, 132, 55, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL
45 END
46
47
48 IDD_COMPUTERPAGE DIALOG DISCARDABLE 0, 0, 317, 143
49 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
50 CAPTION "ReactOS Setup"
51 FONT 8, "MS Shell Dlg"
52 BEGIN
53 LTEXT "Type a name for your computer that is 63 characters or less. "\
54 "If you are on a network, your computer name must be unique.",
55 IDC_STATIC, 54, 7, 250, 24
56 LTEXT "&Computer Name:", IDC_STATIC, 54, 38, 75, 8
57 EDITTEXT IDC_COMPUTERNAME, 132, 35, 163, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL | ES_UPPERCASE
58 LTEXT "Setup will create a user account on your computer called Administrator. "\
59 "You can use this account if you need full access to your computer.",
60 IDC_STATIC, 54, 57, 250, 25
61 LTEXT "Type an Administrator Password that is 14 characters or less.",
62 IDC_STATIC, 54, 87, 250, 8
63 LTEXT "&Administrator Password:", IDC_STATIC, 54, 104, 75, 8
64 EDITTEXT IDC_ADMINPASSWORD1, 132, 101, 172, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD
65 LTEXT "C&onfirm Password:", IDC_STATIC, 54, 123, 75, 8
66 EDITTEXT IDC_ADMINPASSWORD2, 132, 120, 172, 14, WS_VISIBLE | WS_TABSTOP | ES_PASSWORD
67 END
68
69
70 IDD_LOCALEPAGE DIALOG DISCARDABLE 0, 0, 317, 143
71 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
72 CAPTION "ReactOS Setup"
73 FONT 8, "MS Shell Dlg"
74 BEGIN
75 LTEXT "The system locale should match the language of the applications "\
76 "you want to use. The user locale controls how numbers, "\
77 "currencies, and dates appear.", IDC_STATIC, 53, 7, 253, 20
78 LTEXT "<locale text>", IDC_LOCALETEXT, 53, 29, 250, 16
79 LTEXT "To change system or user locale settings, click Customize.",
80 IDC_STATIC, 53, 60, 184, 8
81 PUSHBUTTON "&Customize...", IDC_CUSTOMLOCALE, 245, 57, 50, 14
82 LTEXT "The keyboard layout controls the characters that appear when you type.",
83 IDC_STATIC, 53, 86, 253, 8
84 LTEXT "<layout text>", IDC_LAYOUTTEXT, 53, 100, 250, 16
85 LTEXT "To change the keyboard layout, click Customize.",
86 IDC_STATIC, 53, 126, 184, 8
87 PUSHBUTTON "C&ustomize...", IDC_CUSTOMLAYOUT, 245, 122, 50, 14
88 END
89
90
91 IDD_DATETIMEPAGE 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 "Date and Time", IDC_STATIC, 53, 7, 253, 8
97 CONTROL "", IDC_DATEPICKER, "SysDateTimePick32",
98 DTS_LONGDATEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 53, 29, 137, 14
99 CONTROL "", IDC_TIMEPICKER, "SysDateTimePick32",
100 DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 200, 29, 54, 14
101 LTEXT "Timezone", IDC_STATIC, 53, 80, 253, 8
102 COMBOBOX IDC_TIMEZONELIST, 53, 96, 201, 42,
103 CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_TABSTOP
104 AUTOCHECKBOX "Automatically adjust clock for &daylight saving changes",
105 IDC_DAYLIGHTSAVINGS, 53, 124, 201, 10
106 END
107
108
109 IDD_PROCESSPAGE DIALOG 0, 0, 317, 143
110 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
111 CAPTION "ReactOS Setup"
112 FONT 8, "MS Shell Dlg"
113 BEGIN
114 LTEXT "Some text...", IDC_STATIC, 53, 7, 253, 20
115 LTEXT "Some more text...", IDC_STATIC, 53, 29, 253, 20
116 CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 53, 70, 253, 8
117 END
118
119
120 IDD_FINISHPAGE DIALOG DISCARDABLE 0, 0, 317, 193
121 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
122 CAPTION "Completing ReactOS Setup"
123 FONT 8, "MS Shell Dlg"
124 BEGIN
125 LTEXT "Completing the ReactOS Setup Wizard",IDC_FINISHTITLE,115,9,195,37
126 LTEXT "You have successfully completed ReactOS Setup.\n\n" \
127 "When you click Finish, your computer will restart.", IDC_STATIC, 115, 58, 195, 100
128 LTEXT "If there is a CD in a drive, remove it. Then, to restart "\
129 "your computer, click Finish.", IDC_STATIC, 115, 160, 195, 31
130 END
131
132
133 IDD_RESTART DIALOG 6, 18, 245, 116
134 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
135 CAPTION "Instatalace ReactOSu"
136 FONT 8, "MS Shell Dlg"
137 BEGIN
138 LTEXT "Instalace ReactOSu byla úspì\9anì dokonèena.", -1, 13, 12, 212, 16
139 LTEXT "Pro pokraèování potøebuje instalaèní program restartovat Vá\9a poèítaè. Poèítaè bude automaticky restartován za 15 sekund nebo zmáèknete-li tlaèítko Restartovat.", -1, 13, 33, 212, 32
140 /* GROUPBOX "", -1, 7, 3, 231, 106 */
141 CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 13, 70, 212, 8
142 PUSHBUTTON "&Restartovat", IDOK, 98, 87, 50, 14
143 END
144
145
146 STRINGTABLE
147 BEGIN
148 IDS_OWNERTITLE "Owner page title"
149 IDS_OWNERSUBTITLE "Owner page subtitle"
150 IDS_COMPUTERTITLE "Computer page title"
151 IDS_COMPUTERSUBTITLE "Computer page subtitle"
152 IDS_LOCALETITLE "Locale page title"
153 IDS_LOCALESUBTITLE "Locale page subtitle"
154 IDS_PROCESSTITLE "Process page title"
155 IDS_PROCESSSUBTITLE "Process page subtitle"
156 END
157
158 /* EOF */