- Start implementing of hdwwiz
[reactos.git] / reactos / dll / cpl / hdwwiz / lang / pl-PL.rc
1 /*
2 * translated by xrogers
3 * xxrogers@users.sourceforge.net
4 * https://sourceforge.net/projects/reactospl
5 */
6 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
7
8 IDD_STARTPAGE DIALOG DISCARDABLE 0, 0, 317, 186
9 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
10 CAPTION "Add Hardware Wizard"
11 FONT 8, "MS Shell Dlg"
12 BEGIN
13 LTEXT "Welcome to the Add Hardware Wizard", 300, 114, 8, 203, 24
14 LTEXT "This wizard helps you:", -1, 114, 40, 182, 8
15 LTEXT "1) Install software to support the hardware you add to your computer.", -1, 121, 56, 184, 16
16 LTEXT "2) Troubleshoot problems you may be having with your hardware.", -1, 121, 78, 185, 16
17 ICON IDI_WARNINGICON, IDC_WARNINGICON, 124, 109, 20, 20
18 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
19 LTEXT "To continue, click Next.", -1, 114, 166, 193, 8
20 END
21
22 IDD_SEARCHPAGE DIALOG DISCARDABLE 0, 0, 317, 143
23 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
24 CAPTION "Add Hardware Wizard"
25 FONT 8, "MS Shell Dlg"
26 BEGIN
27 LTEXT "", IDC_STATUSTEXT, 21, 8, 275, 32
28 ICON IDI_SEARCHICON, IDC_SEARCHICON, 148, 50, 20, 20
29 END
30
31 IDD_ISCONNECTEDPAGE DIALOG DISCARDABLE 0, 0, 317, 143
32 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
33 CAPTION "Add Hardware Wizard"
34 FONT 8, "MS Shell Dlg"
35 BEGIN
36 LTEXT "Have you already connected this hardware to your computer?", -1, 20, 11, 275, 8
37 AUTORADIOBUTTON "&Yes, I have already connected the hardware", IDC_CONNECTED, 29, 23, 266, 8, WS_GROUP
38 AUTORADIOBUTTON "&No, I have not added the hardware yet", IDC_NOTCONNECTED, 29, 35, 266, 8
39 END
40
41 IDD_FINISHPAGE DIALOG DISCARDABLE 0, 0, 317, 186
42 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
43 CAPTION "Add Hardware Wizard"
44 FONT 8, "MS Shell Dlg"
45 BEGIN
46 LTEXT "Completing the Add Hardware Wizard", IDC_FINISHTITLE, 114, 8, 203, 24
47 LTEXT "You have successfully completed the Add Hardware wizard.", -1, 114, 32, 193, 19
48 LTEXT "", IDC_STATUSTEXT, 114, 70, 193, 92
49 LTEXT "To close this wizard, click Finish.", -1, 114, 166, 132, 8
50 END
51
52 STRINGTABLE
53 BEGIN
54 IDS_CPLNAME "Dodaj sprzĂȘt"
55 IDS_CPLDESCRIPTION "Dodaje sprzĂȘt do Twojego komputera."
56 IDS_SEARCHTITLE "Please wait while the wizard searches..."
57 IDS_SEARCHTEXT "This wizard is searching for hardware that has been connected to your computer recently but has not yet been installed."
58 IDS_ISCONNECTED "Is the hardware connected?"
59 END