* Remove deprecated resource file loading and memory attributes (http://msdn.microsof...
[reactos.git] / reactos / dll / win32 / serialui / lang / pl-PL.rc
1 /*
2 * translated by Caemyr - Olaf Siejka
3 * Use ReactOS forum PM or IRC to contact me
4 * http://www.reactos.org
5 * IRC: irc.freenode.net #reactos-pl;
6 * UTF-8 conversion by Caemyr (May, 2011)
7 */
8
9 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
10
11 STRINGTABLE
12 BEGIN
13 IDS_EVENPARITY, "Parzysta"
14 IDS_MARKPARITY, "Ostatni bit 1"
15 IDS_NOPARITY, "Brak"
16 IDS_ODDPARITY, "Nieparzysta"
17 IDS_SPACEPARITY, "Ostatni bit 0"
18
19 IDS_ONESTOPBIT, "1 bit"
20 IDS_ONE5STOPBITS, "1.5 bitu"
21 IDS_TWOSTOPBITS, "2 bity"
22
23 IDS_FC_NO, "Brak"
24 IDS_FC_CTSRTS, "CTS/RTS"
25 IDS_FC_XONXOFF, "XON/XOFF"
26
27 IDS_TITLE, "Właściwości dla: %s"
28 END
29
30 IDD_COMMDLG DIALOGEX 6,5,222,175
31 FONT 8, "MS Shell Dlg"
32 STYLE 0x10C80080
33 EXSTYLE 0x00000001
34 BEGIN
35 CONTROL "",IDC_GRP1,"Button",0x50000007,6,5,210,146,0x00000000
36 CONTROL "Tak",IDC_OKBTN,"Button",0x50010000,98,156,56,13,0x00000000
37 CONTROL "Anuluj",IDC_CANCELBTN,"Button",0x50010000,158,156,56,13,0x00000000
38 CONTROL "Prędkość w bodach:",IDC_STC1,"Static",0x50000000,24,31,42,9,0x00000000
39 CONTROL "Bity danych:",IDC_STC2,"Static",0x50000000,24,53,42,9,0x00000000
40 CONTROL "Kontrola parzystości:",IDC_STC3,"Static",0x50000000,24,73,42,9,0x00000000
41 CONTROL "Ilość bitów stopu:",IDC_STC4,"Static",0x50000000,24,96,42,9,0x00000000
42 CONTROL "Kontrola przepływu:",IDC_STC5,"Static",0x50000000,24,120,42,9,0x00000000
43 CONTROL "",IDC_BAUDRATE,"ComboBox",0x50210003,98,29,100,50,0x00000000
44 CONTROL "",IDC_BYTESIZE,"ComboBox",0x50210003,98,49,100,50,0x00000000
45 CONTROL "",IDC_PARITY,"ComboBox",0x50210003,98,72,100,50,0x00000000
46 CONTROL "",IDC_STOPBITS,"ComboBox",0x50210003,98,94,100,50,0x00000000
47 CONTROL "",IDC_FLOW,"ComboBox",0x50210003,98,116,100,50,0x00000000
48 END