reactos/dll/win32/serialui/lang/ru-RU.rc
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

38 lines
1.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_EVENPARITY "Чет"
IDS_MARKPARITY "Маркер (1)"
IDS_NOPARITY "No parity"
IDS_ODDPARITY "Нечет"
IDS_SPACEPARITY "Пробел (0)"
IDS_ONESTOPBIT "1 stop bit"
IDS_ONE5STOPBITS "1.5 stop bits"
IDS_TWOSTOPBITS "2 stop bits"
IDS_FC_NO "Нет"
IDS_FC_CTSRTS "CTS/RTS"
IDS_FC_XONXOFF "XON/XOFF"
IDS_TITLE "Свойства: %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 "OK", IDC_OKBTN, "Button", 0x50010000, 98, 156, 56, 14, 0x00000000
CONTROL "Отмена", IDC_CANCELBTN, "Button", 0x50010000, 158, 156, 56, 14, 0x00000000
CONTROL "&Скорость (бит/с):", IDC_STC1, "Static", 0x50000000, 16, 31, 80, 9, 0x00000000
CONTROL "&Биты данных:", IDC_STC2, "Static", 0x50000000, 16, 53, 80, 9, 0x00000000
CONTROL "&Четность:", IDC_STC3, "Static", 0x50000000, 16, 73, 80, 9, 0x00000000
CONTROL "С&топовые биты:", IDC_STC4, "Static", 0x50000000, 16, 96, 80, 9, 0x00000000
CONTROL "&Управление потоком:", IDC_STC5, "Static", 0x50000000, 16, 120, 80, 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