reactos/dll/win32/serialui/lang/tr-TR.rc

40 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.

/* TRANSLATOR: 2014 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy [dot] net) */
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_EVENPARITY "Çift"
IDS_MARKPARITY "İm"
IDS_NOPARITY "Eşlik yok."
IDS_ODDPARITY "Tek"
IDS_SPACEPARITY "Boşluk"
IDS_ONESTOPBIT "1 dur biti"
IDS_ONE5STOPBITS "1,5 dur biti"
IDS_TWOSTOPBITS "2 dur biti"
IDS_FC_NO "Yok"
IDS_FC_CTSRTS "CTS/RTS"
IDS_FC_XONXOFF "Açık/Kapalı"
IDS_TITLE """%s"" Husûsiyetleri"
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 "Tamam", IDC_OKBTN, "Button", 0x50010000, 98, 156, 56, 13, 0x00000000
CONTROL "İptal", IDC_CANCELBTN, "Button", 0x50010000, 158, 156, 56, 13, 0x00000000
CONTROL "Baud Hızı:", IDC_STC1, "Static", 0x50000000, 24, 31, 42, 9, 0x00000000
CONTROL "Çoklu Büyüklüğü:", IDC_STC2, "Static", 0x50000000, 24, 53, 42, 9, 0x00000000
CONTROL "Eşlik:", IDC_STC3, "Static", 0x50000000, 24, 73, 42, 9, 0x00000000
CONTROL "Dur Bitleri:", IDC_STC4, "Static", 0x50000000, 24, 96, 42, 9, 0x00000000
CONTROL "Akış Denetimi:", 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