mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
[UXTHEME] Add Ukrainian (uk-UA) translation (#6502)
Addendum to d11582f0e
. CORE-5991
This commit is contained in:
parent
d8adb84641
commit
21e139d1d1
2 changed files with 22 additions and 0 deletions
19
dll/win32/uxtheme/lang/uk-UA.rc
Normal file
19
dll/win32/uxtheme/lang/uk-UA.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: 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
|
|
@ -25,3 +25,6 @@
|
|||
#ifdef LANGUAGE_RU_RU
|
||||
#include "lang/ru-RU.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_UK_UA
|
||||
#include "lang/uk-UA.rc"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue