mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
14 lines
398 B
Text
14 lines
398 B
Text
#include "resource.h"
|
|
/*
|
|
* Translate into German.
|
|
* By Rouven Wessling 2005 pentiumforever@gmail.com
|
|
* 2008 dark_shadow@gmx.at
|
|
*/
|
|
|
|
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
STRING_WelcomeMsg, "ReactOS virtuelle DOS-Unterstützung.\n"
|
|
STRING_PromptMsg, "Drücken Sie r<cr> zum Starten, s<cr> zum Herunterfahren oder q<cr> zum Beenden."
|
|
END
|