reactos/dll/win32/uxtheme/lang/ru-RU.rc
Stanislav Motylkov d8adb84641 [UXTHEME] Add Russian (ru-RU) translation
Addendum to d11582f0e. CORE-5991
2024-02-16 21:10:32 +03:00

20 lines
518 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* 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