1/* 2 * PROJECT: ReactOS Serial UI 3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) 4 * PURPOSE: Romanian resource file 5 * TRANSLATORS: Copyright 2011-2019 Ștefan Fulea <stefan.fulea@mail.com> 6 * Copyright 2024 Andrei Miloiu <miloiuandrei@gmail.com> 7 */ 8 9LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL 10 11STRINGTABLE 12BEGIN 13 IDS_EVENPARITY "Par" 14 IDS_MARKPARITY "Marcare" 15 IDS_NOPARITY "Fără paritate" 16 IDS_ODDPARITY "Impar" 17 IDS_SPACEPARITY "Spațiu" 18 IDS_ONESTOPBIT "1 bit de stop" 19 IDS_ONE5STOPBITS "1.5 biți de stop" 20 IDS_TWOSTOPBITS "2 biți de stop" 21 IDS_FC_NO "Nu" 22 IDS_FC_CTSRTS "CTS/RTS" 23 IDS_FC_XONXOFF "XON/XOFF" 24 IDS_TITLE "Proprietăți pentru %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 "Revocare", IDC_CANCELBTN, "Button", 0x50010000, 158, 156, 56, 13, 0x00000000 35 CONTROL "Rata baud:", IDC_STC1, "Static", 0x50000000, 24, 31, 42, 9, 0x00000000 36 CONTROL "Mărime octet:", IDC_STC2, "Static", 0x50000000, 24, 53, 42, 9, 0x00000000 37 CONTROL "Paritate:", IDC_STC3, "Static", 0x50000000, 24, 73, 42, 9, 0x00000000 38 CONTROL "Biți de stop:", IDC_STC4, "Static", 0x50000000, 24, 96, 42, 9, 0x00000000 39 CONTROL "Control flux:", 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