mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 10:46:58 +00:00
[UXTHEME] Add Russian (ru-RU) translation
Addendum to d11582f0e
. CORE-5991
This commit is contained in:
parent
d11582f0e2
commit
d8adb84641
2 changed files with 22 additions and 0 deletions
19
dll/win32/uxtheme/lang/ru-RU.rc
Normal file
19
dll/win32/uxtheme/lang/ru-RU.rc
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
/*
|
||||||
|
* PROJECT: ReactOS uxtheme.dll
|
||||||
|
* 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
|
||||||
|
|
||||||
|
/* Strings */
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
BEGIN
|
||||||
|
IDS_MESSAGEBOX "Окно сообщения"
|
||||||
|
IDS_ACTIVEWIN "Активное окно"
|
||||||
|
IDS_INACTIVEWIN "Неактивное окно"
|
||||||
|
IDS_OK "ОК"
|
||||||
|
IDS_WINTEXT "Текст в окне"
|
||||||
|
END
|
|
@ -22,3 +22,6 @@
|
||||||
#ifdef LANGUAGE_EN_US
|
#ifdef LANGUAGE_EN_US
|
||||||
#include "lang/en-US.rc"
|
#include "lang/en-US.rc"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef LANGUAGE_RU_RU
|
||||||
|
#include "lang/ru-RU.rc"
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue