mirror of
https://github.com/reactos/reactos.git
synced 2025-04-30 11:08:51 +00:00
[MODE]: Adjust german resources.
svn path=/trunk/; revision=73013
This commit is contained in:
parent
dbf62b106c
commit
6672ea6af0
2 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
|
|
|
@ -12,10 +12,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
#pragma code_page(65001)
|
#pragma code_page(65001)
|
||||||
|
|
||||||
#ifdef LANGUAGE_EN_US
|
|
||||||
#include "lang/en-US.rc"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef LANGUAGE_DE_DE
|
#ifdef LANGUAGE_DE_DE
|
||||||
#include "lang/de-DE.rc"
|
#include "lang/de-DE.rc"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef LANGUAGE_EN_US
|
||||||
|
#include "lang/en-US.rc"
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue