mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
12 lines
301 B
Text
12 lines
301 B
Text
/*
|
|
* Moved all hardcoded strings to En.rc.
|
|
* By Magnus Olsen 2005
|
|
*/
|
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
STRING_WelcomeMsg, "ReactOS Virtual DOS Machine support.\n"
|
|
STRING_PromptMsg, "Type r<cr> to run, s<cr> to shutdown or q<cr> to quit now."
|
|
END
|