* Remove deprecated resource file loading and memory attributes (http://msdn.microsof...
[reactos.git] / reactos / dll / win32 / serialui / lang / he-IL.rc
1 LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
2
3 STRINGTABLE
4 BEGIN
5 IDS_EVENPARITY, "זוגי"
6 IDS_MARKPARITY, "סמן"
7 IDS_NOPARITY, "No parity"
8 IDS_ODDPARITY, "איזוגי"
9 IDS_SPACEPARITY, "רווח"
10
11 IDS_ONESTOPBIT, "1 סיבית עצרה"
12 IDS_ONE5STOPBITS, "1.5 סיביות עצירה"
13 IDS_TWOSTOPBITS, "2 סיביות עצירה"
14
15 IDS_FC_NO, "לא"
16 IDS_FC_CTSRTS, "CTS/RTS"
17 IDS_FC_XONXOFF, "XON/XOFF"
18
19 IDS_TITLE, "מאפיינים עבור %s"
20 END
21
22 IDD_COMMDLG DIALOGEX 6,5,222,175
23 FONT 8, "MS Shell Dlg"
24 STYLE 0x10C80080
25 EXSTYLE 0x00000001
26 BEGIN
27 CONTROL "",IDC_GRP1,"Button",0x50000007,6,5,210,146,0x00000000
28 CONTROL "אישור",IDC_OKBTN,"Button",0x50010000,98,156,56,13,0x00000000
29 CONTROL "ביטול",IDC_CANCELBTN,"Button",0x50010000,158,156,56,13,0x00000000
30 CONTROL "Baud rate:",IDC_STC1,"Static",0x50000000,24,31,42,9,0x00000000
31 CONTROL "Byte size:",IDC_STC2,"Static",0x50000000,24,53,42,9,0x00000000
32 CONTROL "Parity:",IDC_STC3,"Static",0x50000000,24,73,42,9,0x00000000
33 CONTROL "סיביות עצירה:",IDC_STC4,"Static",0x50000000,24,96,42,9,0x00000000
34 CONTROL "בקרת זרימה:",IDC_STC5,"Static",0x50000000,24,120,42,9,0x00000000
35 CONTROL "",IDC_BAUDRATE,"ComboBox",0x50210003,98,29,100,50,0x00000000
36 CONTROL "",IDC_BYTESIZE,"ComboBox",0x50210003,98,49,100,50,0x00000000
37 CONTROL "",IDC_PARITY,"ComboBox",0x50210003,98,72,100,50,0x00000000
38 CONTROL "",IDC_STOPBITS,"ComboBox",0x50210003,98,94,100,50,0x00000000
39 CONTROL "",IDC_FLOW,"ComboBox",0x50210003,98,116,100,50,0x00000000
40 END
41