xref: /reactos/dll/win32/serialui/lang/it-IT.rc (revision 40462c92)
1/*
2 * PROJECT:    ReactOS Console Configuration DLL
3 * LICENSE:    GPL - See COPYING in the top level directory
4 * FILE:       dll/win32/serialui/lang/it-IT.rc
5 * PURPOSE:    Italian resource file
6 * TRANSLATOR: Paolo Devoti, devotip at tiscali.it, 2007-11-02
7 */
8
9LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
10
11STRINGTABLE
12BEGIN
13    IDS_EVENPARITY "pari"
14    IDS_MARKPARITY "Mark"
15    IDS_NOPARITY "Senza parità"
16    IDS_ODDPARITY "Dispari"
17    IDS_SPACEPARITY "Space"
18    IDS_ONESTOPBIT "1 stop bit"
19    IDS_ONE5STOPBITS "1.5 stop bits"
20    IDS_TWOSTOPBITS "2 stop bits"
21    IDS_FC_NO "No"
22    IDS_FC_CTSRTS "CTS/RTS"
23    IDS_FC_XONXOFF "XON/XOFF"
24    IDS_TITLE "Proprietà di %s"
25END
26
27IDD_COMMDLG DIALOGEX 6, 5, 222, 175
28FONT 8, "MS Shell Dlg"
29STYLE 0x10C80080
30EXSTYLE 0x00000001
31BEGIN
32    CONTROL "", IDC_GRP1, "Button", 0x50000007, 6, 5, 210, 146, 0x00000000
33    CONTROL "OK", IDC_OKBTN, "Button", 0x50010000, 98, 156, 56, 13, 0x00000000
34    CONTROL "Annulla", IDC_CANCELBTN, "Button", 0x50010000, 158, 156, 56, 13, 0x00000000
35    CONTROL "Baud rate:", IDC_STC1, "Static", 0x50000000, 24, 31, 42, 9, 0x00000000
36    CONTROL "Bit per Byte:", IDC_STC2, "Static", 0x50000000, 24, 53, 42, 9, 0x00000000
37    CONTROL "Parità:", IDC_STC3, "Static", 0x50000000, 24, 73, 42, 9, 0x00000000
38    CONTROL "Stop bits:", IDC_STC4, "Static", 0x50000000, 24, 96, 42, 9, 0x00000000
39    CONTROL "Controllo di flusso:", IDC_STC5, "Static", 0x50000000, 24, 120, 42, 9, 0x00000000
40    CONTROL "", IDC_BAUDRATE, "ComboBox", 0x50210003, 98, 29, 100, 50, 0x00000000
41    CONTROL "", IDC_BYTESIZE, "ComboBox", 0x50210003, 98, 49, 100, 50, 0x00000000
42    CONTROL "", IDC_PARITY, "ComboBox", 0x50210003, 98, 72, 100, 50, 0x00000000
43    CONTROL "", IDC_STOPBITS, "ComboBox", 0x50210003, 98, 94, 100, 50, 0x00000000
44    CONTROL "", IDC_FLOW, "ComboBox", 0x50210003, 98, 116, 100, 50, 0x00000000
45END
46