mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
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
|