mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[UXTHEME] Add German (de-DE) translation (#7204)
Matches German translation in the desk.cpl applet.
This commit is contained in:
parent
d23422dbc0
commit
0ca6b319e3
2 changed files with 22 additions and 0 deletions
19
dll/win32/uxtheme/lang/de-DE.rc
Normal file
19
dll/win32/uxtheme/lang/de-DE.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: 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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue