[UXTHEME] Add Ukrainian (uk-UA) translation (#6502)

Addendum to d11582f0e. CORE-5991
This commit is contained in:
Oleg Dubinskiy 2024-02-16 20:50:13 +01:00 committed by GitHub
parent d8adb84641
commit 21e139d1d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 0 deletions

View 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: Ukrainian resource file
* TRANSLATOR: Copyright 2024 Oleg Dubinskiy <oleg.dubinskij30@gmail.com>
*/
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
/* Strings */
STRINGTABLE
BEGIN
IDS_MESSAGEBOX "Вікно повідомлення"
IDS_ACTIVEWIN "Активне вікно"
IDS_INACTIVEWIN "Неактивне вікно"
IDS_OK "ОК"
IDS_WINTEXT "Текст у вікні"
END

View file

@ -25,3 +25,6 @@
#ifdef LANGUAGE_RU_RU
#include "lang/ru-RU.rc"
#endif
#ifdef LANGUAGE_UK_UA
#include "lang/uk-UA.rc"
#endif