mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00

Same as before. Killed {}, changed to default font etc. This syncs all cpls except the diabled rcs of intl and sysdm which are in a rather incomplete shape. I might fill them up again later this day to gether with the rest of the dlls folder which is not synched.. svn path=/trunk/; revision=31838
13 lines
323 B
Text
13 lines
323 B
Text
#include "resource.h"
|
|
/*
|
|
* 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
|