mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
f4460c3fcd
msutb.dll is the GUI back-end of Language Bar (Tipbar). - Add msutb.dll module at dll/win32/msutb/. - The implementation of msutb.dll is currently stub. - Modify msctf.spec and msctf.idl. - Add <cicero/cicutb.h>. - Adapt ctfmon.exe to these changes. CORE-19362, CORE-19363
19 lines
556 B
Text
19 lines
556 B
Text
/*
|
|
* PROJECT: ReactOS msutb.dll
|
|
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
|
|
* PURPOSE: English (United States) resource file
|
|
* TRANSLATOR: Copyright 2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
|
|
*/
|
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_OK "OK"
|
|
IDS_CANCEL "Cancel"
|
|
IDS_ABORT "&Abort"
|
|
IDS_RETRY "&Retry"
|
|
IDS_IGNORE "&Ignore"
|
|
IDS_YES "&Yes"
|
|
IDS_NO "&No"
|
|
END
|