Skip to content

Commit

Permalink
[UXTHEME] Add Russian (ru-RU) translation
Browse files Browse the repository at this point in the history
Addendum to daba389. CORE-5991
  • Loading branch information
binarymaster committed Feb 14, 2024
1 parent 288603b commit 1a6c7bf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
19 changes: 19 additions & 0 deletions dll/win32/uxtheme/lang/ru-RU.rc
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
*/

LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT

/* Strings */

STRINGTABLE
BEGIN
IDS_MESSAGEBOX "Окно сообщения"
IDS_ACTIVEWIN "Активное окно"
IDS_INACTIVEWIN "Неактивное окно"
IDS_OK "ОК"
IDS_WINTEXT "Текст в окне"
END
3 changes: 3 additions & 0 deletions dll/win32/uxtheme/uxtheme.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif
#ifdef LANGUAGE_RU_RU
#include "lang/ru-RU.rc"
#endif

#include "version.rc"

0 comments on commit 1a6c7bf

Please sign in to comment.