[DRWTSN32] Add German translation

This commit is contained in:
Robert Naumann 2018-05-04 21:31:48 +02:00
parent b893124a20
commit 9f9c961b41
2 changed files with 17 additions and 0 deletions

View file

@ -19,6 +19,9 @@
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_DE_DE
#include "lang/de-DE.rc"
#endif
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif

View file

@ -0,0 +1,14 @@
/*
* PROJECT: Dr. Watson crash reporter
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: de-DE resource file
* COPYRIGHT: Copyright 2018 Robert Naumann
*/
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_APP_TITLE "ReactOS Fehlerberichterstattung"
IDS_USER_ALERT_MESSAGE "Die Anwendung %ls ist abgestürzt. Informationen über den Absturz wurden hier abgespeichert:\r\n\r\n%ls"
END