- Start implementing of hdwwiz
[reactos.git] / reactos / dll / cpl / hdwwiz / lang / cs-CZ.rc
1 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
2
3 IDD_STARTPAGE DIALOG DISCARDABLE 0, 0, 317, 186
4 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
5 CAPTION "Add Hardware Wizard"
6 FONT 8, "MS Shell Dlg"
7 BEGIN
8 LTEXT "Welcome to the Add Hardware Wizard", 300, 114, 8, 203, 24
9 LTEXT "This wizard helps you:", -1, 114, 40, 182, 8
10 LTEXT "1) Install software to support the hardware you add to your computer.", -1, 121, 56, 184, 16
11 LTEXT "2) Troubleshoot problems you may be having with your hardware.", -1, 121, 78, 185, 16
12 ICON IDI_WARNINGICON, IDC_WARNINGICON, 124, 109, 20, 20
13 LTEXT "If your hardware came with an installation CD, it is recommended that you click Cancel to close this wizard and use the manufacturer's CD to install this hardware.", 503, 150, 106, 155, 50
14 LTEXT "To continue, click Next.", -1, 114, 166, 193, 8
15 END
16
17 IDD_SEARCHPAGE DIALOG DISCARDABLE 0, 0, 317, 143
18 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
19 CAPTION "Add Hardware Wizard"
20 FONT 8, "MS Shell Dlg"
21 BEGIN
22 LTEXT "", IDC_STATUSTEXT, 21, 8, 275, 32
23 ICON IDI_SEARCHICON, IDC_SEARCHICON, 148, 50, 20, 20
24 END
25
26 IDD_ISCONNECTEDPAGE DIALOG DISCARDABLE 0, 0, 317, 143
27 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
28 CAPTION "Add Hardware Wizard"
29 FONT 8, "MS Shell Dlg"
30 BEGIN
31 LTEXT "Have you already connected this hardware to your computer?", -1, 20, 11, 275, 8
32 AUTORADIOBUTTON "&Yes, I have already connected the hardware", IDC_CONNECTED, 29, 23, 266, 8, WS_GROUP
33 AUTORADIOBUTTON "&No, I have not added the hardware yet", IDC_NOTCONNECTED, 29, 35, 266, 8
34 END
35
36 IDD_FINISHPAGE DIALOG DISCARDABLE 0, 0, 317, 186
37 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
38 CAPTION "Add Hardware Wizard"
39 FONT 8, "MS Shell Dlg"
40 BEGIN
41 LTEXT "Completing the Add Hardware Wizard", IDC_FINISHTITLE, 114, 8, 203, 24
42 LTEXT "You have successfully completed the Add Hardware wizard.", -1, 114, 32, 193, 19
43 LTEXT "", IDC_STATUSTEXT, 114, 70, 193, 92
44 LTEXT "To close this wizard, click Finish.", -1, 114, 166, 132, 8
45 END
46
47 STRINGTABLE
48 BEGIN
49 IDS_CPLNAME "Pøidat hardware"
50 IDS_CPLDESCRIPTION "Pøidat hardware do tohoto poèítaèe."
51 IDS_SEARCHTITLE "Please wait while the wizard searches..."
52 IDS_SEARCHTEXT "This wizard is searching for hardware that has been connected to your computer recently but has not yet been installed."
53 IDS_ISCONNECTED "Is the hardware connected?"
54 END