[UXTHEME] Add German (de-DE) translation (#7204)

Matches German translation in the desk.cpl applet.
This commit is contained in:
Václav Zouzalík 2024-08-07 11:26:38 +02:00 committed by GitHub
parent d23422dbc0
commit 0ca6b319e3
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: German resource file
* TRANSLATOR: Copyright 2024 Václav Zouzalík (Venca24) <vaclav.zouzalik@seznam.cz>
*/
LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
/* Strings */
STRINGTABLE
BEGIN
IDS_MESSAGEBOX "Dialogfeld"
IDS_ACTIVEWIN "Aktives Fenster"
IDS_INACTIVEWIN "Inaktives Fenster"
IDS_OK "OK"
IDS_WINTEXT "Fenstertext"
END

View file

@ -22,6 +22,9 @@
#ifdef LANGUAGE_CS_CZ
#include "lang/cs-CZ.rc"
#endif
#ifdef LANGUAGE_DE_DE
#include "lang/de-DE.rc"
#endif
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif