mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
Finishing IME menu work. The IME menu of the system pen icon has to append the default items if DMI_LEFT and RDMI_RIGHT are not specified. JIRA issue: CORE-20142 - Add IsRegImeToolbarShown and ShowImeToolbar helper functions. - Add more code into KbSwitch_OnPenIconMsg function to handle IME menu default items. - Add some resource strings.
22 lines
508 B
Plaintext
22 lines
508 B
Plaintext
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
|
|
|
IDR_POPUP MENU
|
|
BEGIN
|
|
POPUP "popup"
|
|
BEGIN
|
|
MENUITEM "&Параметры...", ID_PREFERENCES
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Выход", ID_EXIT
|
|
END
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_IME_ON "Input System (IME) - ON"
|
|
IDS_IME_OFF "Input System (IME) - OFF"
|
|
IDS_SOFTKBD_ON "Soft Keyboard - ON"
|
|
IDS_SOFTKBD_OFF "Soft Keyboard - OFF"
|
|
IDS_SHOWTOOLBAR "Show Toolbar"
|
|
IDS_INPUTSYSTEM "Input System (IME) configuration..."
|
|
END
|