mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
c2d0d784c7
- 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
27 lines
1.5 KiB
Text
27 lines
1.5 KiB
Text
/*
|
|
* FILE: dll/win32/msports/lang/ro-RO.rc
|
|
* ReactOS Project (http://www.reactos.org)
|
|
* TRANSLATOR: Fulea Ștefan (PM on ReactOS Forum to fulea.stefan)
|
|
* CHANGE LOG: 2011-09-06 initial translation
|
|
*/
|
|
|
|
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
|
|
|
IDD_SERIALSETTINGS DIALOGEX DISCARDABLE 0, 0, 252, 218
|
|
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Configurația portului"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
RTEXT "&Biți pe secundă:", -1, 74, 19, 62, 8, WS_GROUP
|
|
COMBOBOX IDC_SERIAL_BITSPERSECOND, 139, 17, 106, 90, WS_TABSTOP | CBS_DROPDOWNLIST
|
|
RTEXT "Biți de &date:", -1, 74, 40, 62, 8
|
|
COMBOBOX IDC_SERIAL_DATABITS, 139, 38, 106, 54, WS_TABSTOP | CBS_DROPDOWNLIST
|
|
RTEXT "&Paritate:", -1, 74, 61, 62, 8
|
|
COMBOBOX IDC_SERIAL_PARITY, 139, 59, 106, 62, WS_TABSTOP | CBS_DROPDOWNLIST
|
|
RTEXT "Biți de st&op:", -1, 74, 82, 62, 8
|
|
COMBOBOX IDC_SERIAL_STOPBITS, 139, 80, 106, 54, WS_TABSTOP | CBS_DROPDOWNLIST
|
|
RTEXT "&Controlul fluxului:", - 1, 74, 102, 62, 8
|
|
COMBOBOX IDC_SERIAL_FLOWCONTROL, 139, 100, 106, 54, WS_TABSTOP | CBS_DROPDOWNLIST
|
|
PUSHBUTTON "A&vansate…", IDC_SERIAL_ADVANCED, 111, 130, 65, 14,WS_GROUP
|
|
PUSHBUTTON "Valori i&mplicite", IDC_SERIAL_RESTORE, 180, 130, 65, 14, WS_GROUP
|
|
END
|