mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08:00
[MSCTFTIME] Add Russian (ru-RU) translation
Addendum to 17617221ce. CORE-19360
This commit is contained in:
23
dll/ime/msctfime/lang/ru-RU.rc
Normal file
23
dll/ime/msctfime/lang/ru-RU.rc
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* 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
|
||||
@@ -33,3 +33,6 @@ IDI_DOWN ICON "res/down.ico"
|
||||
#ifdef LANGUAGE_PT_PT
|
||||
#include "lang/pt-PT.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RU_RU
|
||||
#include "lang/ru-RU.rc"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user