reactos/dll/win32/msports/lang/tr-TR.rc
Amine Khaldi 18a81d5d1e [SHELL-EXPERIMENTS]
* Sync up to trunk head (r64124).

svn path=/branches/shell-experiments/; revision=64126
2014-09-12 19:21:19 +00:00

31 lines
1.3 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.

/* TRANSLATOR: 2014 Erdem Ersoy (eersoy93) (erdemersoy@live.com) */
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
IDD_SERIALSETTINGS DIALOGEX 0, 0, 252, 218
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Giriş Ayarları"
FONT 8, "MS Shell Dlg"
BEGIN
RTEXT "&Sâniyedeki Bit Sayısı:", -1, 74, 19, 62, 8, WS_GROUP
COMBOBOX IDC_SERIAL_BITSPERSECOND, 139, 17, 106, 90, WS_TABSTOP | CBS_DROPDOWNLIST
RTEXT "&Veri Bitleri:", -1, 74, 40, 62, 8
COMBOBOX IDC_SERIAL_DATABITS, 139, 38, 106, 54, WS_TABSTOP | CBS_DROPDOWNLIST
RTEXT "&Eşlik:", -1, 74, 61, 62, 8
COMBOBOX IDC_SERIAL_PARITY, 139, 59, 106, 62, WS_TABSTOP | CBS_DROPDOWNLIST
RTEXT "&Dur Bitleri:", -1, 74, 82, 62, 8
COMBOBOX IDC_SERIAL_STOPBITS, 139, 80, 106, 54, WS_TABSTOP | CBS_DROPDOWNLIST
RTEXT "&Akış Denetimi:", -1, 74, 102, 62, 8
COMBOBOX IDC_SERIAL_FLOWCONTROL, 139, 100, 106, 54, WS_TABSTOP | CBS_DROPDOWNLIST
PUSHBUTTON "&Gelişmiş...", IDC_SERIAL_ADVANCED, 111, 130, 65, 14, WS_GROUP
PUSHBUTTON "&Ön Tanımlıları Geri Getir", IDC_SERIAL_RESTORE, 180, 130, 65, 14, WS_GROUP
END
IDD_PARALLELSETTINGS DIALOGEX 0, 0, 252, 218
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Giriş Ayarları"
FONT 8, "MS Shell Dlg"
BEGIN
RTEXT "DENEME", -1, 74, 19, 62, 8, WS_GROUP
END