Skip to content

Commit d8adb84

Browse files
committed
[UXTHEME] Add Russian (ru-RU) translation
Addendum to d11582f. CORE-5991
1 parent d11582f commit d8adb84

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

dll/win32/uxtheme/lang/ru-RU.rc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*
2+
* PROJECT: ReactOS uxtheme.dll
3+
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
4+
* PURPOSE: Russian resource file
5+
* TRANSLATOR: Copyright 2024 Stanislav Motylkov <[email protected]>
6+
*/
7+
8+
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
9+
10+
/* Strings */
11+
12+
STRINGTABLE
13+
BEGIN
14+
IDS_MESSAGEBOX "Окно сообщения"
15+
IDS_ACTIVEWIN "Активное окно"
16+
IDS_INACTIVEWIN "Неактивное окно"
17+
IDS_OK "ОК"
18+
IDS_WINTEXT "Текст в окне"
19+
END

dll/win32/uxtheme/uxtheme.rc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@
2222
#ifdef LANGUAGE_EN_US
2323
#include "lang/en-US.rc"
2424
#endif
25+
#ifdef LANGUAGE_RU_RU
26+
#include "lang/ru-RU.rc"
27+
#endif

0 commit comments

Comments
 (0)