mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[MSCTFTIME] Add Russian (ru-RU) translation
Addendum to 17617221ce
. CORE-19360
This commit is contained in:
parent
f9487d6784
commit
a8efa049b5
2 changed files with 26 additions and 0 deletions
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
|
#ifdef LANGUAGE_PT_PT
|
||||||
#include "lang/pt-PT.rc"
|
#include "lang/pt-PT.rc"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef LANGUAGE_RU_RU
|
||||||
|
#include "lang/ru-RU.rc"
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue