reactos/dll/win32/serialui/lang/ro-RO.rc
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

49 lines
1.8 KiB
Plaintext

/*
* FILE: dll/win32/serialui/lang/ro-RO.rc
* ReactOS Project (http://www.reactos.org)
* TRANSLATOR: Fulea Ștefan (PM on ReactOS Forum to fulea.stefan)
* CHANGE LOG: 2011-10-10 initial translation
*/
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
STRINGTABLE LOADONCALL DISCARDABLE
BEGIN
IDS_EVENPARITY, "Par"
IDS_MARKPARITY, "Reper"
IDS_NOPARITY, "Fără paritate"
IDS_ODDPARITY, "Impar"
IDS_SPACEPARITY, "Spațiu"
IDS_ONESTOPBIT, "1 bit de stop"
IDS_ONE5STOPBITS, "1.5 biți de stop"
IDS_TWOSTOPBITS, "2 biți de stop"
IDS_FC_NO, "Nu"
IDS_FC_CTSRTS, "CTS/RTS"
IDS_FC_XONXOFF, "XON/XOFF"
IDS_TITLE, "Proprietăți pentru %s"
END
IDD_COMMDLG DIALOGEX 6,5,222,175
FONT 8, "MS Shell Dlg"
STYLE 0x10C80080
EXSTYLE 0x00000001
BEGIN
CONTROL "", IDC_GRP1,"Button",0x50000007,6,5,210,146,0x00000000
CONTROL "Con&firmă", IDC_OKBTN,"Button",0x50010000,98,156,56,13,0x00000000
CONTROL "A&nulează", IDC_CANCELBTN,"Button",0x50010000,158,156,56,13,0x00000000
CONTROL "Rata baud:", IDC_STC1,"Static",0x50000000,24,31,42,9,0x00000000
CONTROL "Mărime octet:", IDC_STC2,"Static",0x50000000,24,53,42,9,0x00000000
CONTROL "Paritate:", IDC_STC3,"Static",0x50000000,24,73,42,9,0x00000000
CONTROL "Biți de stop:", IDC_STC4,"Static",0x50000000,24,96,42,9,0x00000000
CONTROL "Control flux:", IDC_STC5,"Static",0x50000000,24,120,42,9,0x00000000
CONTROL "", IDC_BAUDRATE,"ComboBox",0x50210003,98,29,100,50,0x00000000
CONTROL "", IDC_BYTESIZE,"ComboBox",0x50210003,98,49,100,50,0x00000000
CONTROL "", IDC_PARITY,"ComboBox",0x50210003,98,72,100,50,0x00000000
CONTROL "", IDC_STOPBITS,"ComboBox",0x50210003,98,94,100,50,0x00000000
CONTROL "", IDC_FLOW,"ComboBox",0x50210003,98,116,100,50,0x00000000
END