mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:11:55 +00:00

This PR reorganizes the location of the CTF-related modules to improve grep-ability, understanding, and readability. New folder base/ctf will become incomplete Cicero, CTF or TSF (Text Services Framework). JIRA issue: CORE-19360 JIRA issue: CORE-19361 JIRA issue: CORE-19363 - Move ctfmon, msctf, msctfime, and msutb modules to new directory base/ctf. - Adapt CMakeLists.txt to this move. - Modify .github/labeler.yml and media/doc/WINESYNC.txt. - No code content changes except CMakeLists.txt, .github/labeler.yml, and media/doc/WINESYNC.txt.
23 lines
731 B
Text
23 lines
731 B
Text
/*
|
||
* PROJECT: ReactOS msctfime.ime
|
||
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
|
||
* PURPOSE: Russian resource file
|
||
* TRANSLATOR: Copyright 2024 Stanislav Motylkov <binarymaster@mail.ru>
|
||
*/
|
||
|
||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
IDS_OK "ОК"
|
||
IDS_CANCEL "Отмена"
|
||
IDS_ABORT "Пр&ервать"
|
||
IDS_RETRY "По&вторить"
|
||
IDS_IGNORE "&Пропустить"
|
||
IDS_YES "Д&а"
|
||
IDS_NO "Н&ет"
|
||
|
||
IDS_ENTER "Ввод"
|
||
IDS_FINALIZE_STRING "Закончить строку"
|
||
IDS_CONVERSION "Преобразование"
|
||
END
|