reactos/base/applications/osk/lang/tr-TR.rc
Baruch Rutman a1faa1cc6d [OSK] On Screen Keyboard overhaul
Primary changes:
Convert from dialog to an ordinary window, placing buttons according to data in keyboard.c
Character button text is now according to selected keyboard layout instead of system language.
Buttons will update* automatically when there is a layout switch (and when shift/capslock are pressed).
(Updating is most reliable when the keyboard is focused)
Removed keyboard dialog templates from resource files, they live on in keyboard.c

Secondary changes:
Support for font change, currently saved in registry is facename and height.
Additional registry load/save functions for strings to facilitate above change.
2021-10-23 09:45:46 +02:00

84 lines
2.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.

/*
* PROJECT: ReactOS Kernel
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/applications/osk/lang/tr-TR.rc
* PURPOSE: On screen keyboard (Turkish resources).
* TRANSLATORS: 2014 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy [dot] net), 2018 Ercan Ersoy (ercanersoy) (ercanersoy [at] ercanersoy [dot] net)
*/
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
IDR_OSK_MENU MENU DISCARDABLE
BEGIN
POPUP "Dosya"
BEGIN
MENUITEM "&Çıkış", IDM_EXIT
END
POPUP "Klavye"
BEGIN
MENUITEM "Geliştirilmiş Klavye", IDM_ENHANCED_KB, CHECKED
MENUITEM "Standart Klavye", IDM_STANDARD_KB
MENUITEM SEPARATOR
MENUITEM "Düzenli Yerleşim", IDM_REG_LAYOUT, CHECKED, GRAYED
MENUITEM "Blok Yerleşimi", IDM_BLOCK_LAYOUT, GRAYED
MENUITEM SEPARATOR
MENUITEM "101 tuş", IDM_101_KEYS, CHECKED, GRAYED
MENUITEM "102 tuş", IDM_102_KEYS, GRAYED
MENUITEM "106 tuş", IDM_106_KEYS, GRAYED
END
POPUP "Ayarlar"
BEGIN
MENUITEM "Her Zaman Üstte", IDM_ON_TOP, CHECKED
MENUITEM SEPARATOR
MENUITEM "&Tıklama Sesi Kullan", IDM_CLICK_SOUND
MENUITEM SEPARATOR
MENUITEM "&Yazma modu...", IDM_TYPE_MODE, GRAYED
MENUITEM SEPARATOR
MENUITEM "&Font...", IDM_FONT
END
POPUP "Yardım"
BEGIN
MENUITEM "&Yardım Konuları", IDM_HELP_TOPICS, GRAYED
MENUITEM SEPARATOR
MENUITEM "&Ekran Klavyesi Hakkında...", IDM_ABOUT
END
END
IDD_WARNINGDIALOG_OSK DIALOGEX 0, 0, 250, 97
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION
CAPTION "Ekran Klavyesi"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "Tamam", IDOK, 193, 76, 50, 14
ICON IDI_OSK, IDC_STATIC, 7, 17, 20, 20
LTEXT "Ekran Klavyesi, hareket güçlüğü çeken kullanıcılar için minimum düzeyde işlevsellik sağlar. Hareket güçlüğü çeken kullanıcılar, günlük kullanım için daha yüksek işlevselliğe sahip bir yardımcı programa ihtiyaç duyacaktır.", IDC_STATIC, 36, 7, 207, 33
CONTROL "Bu mesajı yeniden gösterme", IDC_SHOWWARNINGCHECK, "Button",
BS_AUTOCHECKBOX | WS_TABSTOP, 43, 80, 137, 10
END
STRINGTABLE
BEGIN
IDS_OSK "Ekran Klavyesi"
IDS_AUTHORS "Telif Hakkı: Denis Robert"
IDS_NUMLOCK "Num"
IDS_CAPSLOCK "Caps"
IDS_SCROLLLOCK "Scroll"
/* Make sure the text fits onto the buttons */
IDS_ESCAPE "Esc"
IDS_PRN "Prn"
IDS_STOP "Stop"
IDS_ATTN "Attn"
IDS_INSERT "ins"
IDS_NUMLOCKKEY "nlk"
IDS_DELETE "del"
IDS_END "end"
IDS_CTRL "ctrl"
IDS_LEFTALT "alt"
IDS_RIGHTALT "alt"
END
/* EOF */