- Start implementing of hdwwiz
[reactos.git] / reactos / dll / cpl / hdwwiz / lang / zh-CN.rc
1 /*
2 * (Simplified Chinese resources)
3 * (¼òÌåÖÐÎÄ×ÊÔ´)
4 * by zhangbing 2008 <e_zb@21cn.com, ezb@mail.gywb.cn>
5 */
6
7 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
8
9 IDD_STARTPAGE DIALOG DISCARDABLE 0, 0, 317, 186
10 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
11 CAPTION "Add Hardware Wizard"
12 FONT 8, "MS Shell Dlg"
13 BEGIN
14 LTEXT "Welcome to the Add Hardware Wizard", 300, 114, 8, 203, 24
15 LTEXT "This wizard helps you:", -1, 114, 40, 182, 8
16 LTEXT "1) Install software to support the hardware you add to your computer.", -1, 121, 56, 184, 16
17 LTEXT "2) Troubleshoot problems you may be having with your hardware.", -1, 121, 78, 185, 16
18 ICON IDI_WARNINGICON, IDC_WARNINGICON, 124, 109, 20, 20
19 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
20 LTEXT "To continue, click Next.", -1, 114, 166, 193, 8
21 END
22
23 IDD_SEARCHPAGE DIALOG DISCARDABLE 0, 0, 317, 143
24 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
25 CAPTION "Add Hardware Wizard"
26 FONT 8, "MS Shell Dlg"
27 BEGIN
28 LTEXT "", IDC_STATUSTEXT, 21, 8, 275, 32
29 ICON IDI_SEARCHICON, IDC_SEARCHICON, 148, 50, 20, 20
30 END
31
32 IDD_ISCONNECTEDPAGE DIALOG DISCARDABLE 0, 0, 317, 143
33 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
34 CAPTION "Add Hardware Wizard"
35 FONT 8, "MS Shell Dlg"
36 BEGIN
37 LTEXT "Have you already connected this hardware to your computer?", -1, 20, 11, 275, 8
38 AUTORADIOBUTTON "&Yes, I have already connected the hardware", IDC_CONNECTED, 29, 23, 266, 8, WS_GROUP
39 AUTORADIOBUTTON "&No, I have not added the hardware yet", IDC_NOTCONNECTED, 29, 35, 266, 8
40 END
41
42 IDD_FINISHPAGE DIALOG DISCARDABLE 0, 0, 317, 186
43 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
44 CAPTION "Add Hardware Wizard"
45 FONT 8, "MS Shell Dlg"
46 BEGIN
47 LTEXT "Completing the Add Hardware Wizard", IDC_FINISHTITLE, 114, 8, 203, 24
48 LTEXT "You have successfully completed the Add Hardware wizard.", -1, 114, 32, 193, 19
49 LTEXT "", IDC_STATUSTEXT, 114, 70, 193, 92
50 LTEXT "To close this wizard, click Finish.", -1, 114, 166, 132, 8
51 END
52
53 STRINGTABLE
54 BEGIN
55 IDS_CPLNAME "Ìí¼ÓÓ²¼þ"
56 IDS_CPLDESCRIPTION "Ϊ¼ÆËã»úÌí¼ÓÐÂÓ²¼þ"
57 IDS_SEARCHTITLE "Please wait while the wizard searches..."
58 IDS_SEARCHTEXT "This wizard is searching for hardware that has been connected to your computer recently but has not yet been installed."
59 IDS_ISCONNECTED "Is the hardware connected?"
60 END