Skip to content

Commit

Permalink
[UXTHEME] Add Ukrainian (uk-UA) translation (reactos#6502)
Browse files Browse the repository at this point in the history
Addendum to d11582f. CORE-5991
  • Loading branch information
oleg-dubinskiy authored Feb 16, 2024
1 parent d8adb84 commit 21e139d
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/uk-UA.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: Ukrainian resource file
* TRANSLATOR: Copyright 2024 Oleg Dubinskiy <[email protected]>
*/

LANGUAGE LANG_UKRAINIAN, 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 @@ -25,3 +25,6 @@
#ifdef LANGUAGE_RU_RU
#include "lang/ru-RU.rc"
#endif
#ifdef LANGUAGE_UK_UA
#include "lang/uk-UA.rc"
#endif

0 comments on commit 21e139d

Please sign in to comment.