mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
13 lines
347 B
Text
13 lines
347 B
Text
#include "resource.h"
|
|
/*
|
|
* Moved all hardcoded strings to En.rc.
|
|
* By Magnus Olsen 2005
|
|
*/
|
|
|
|
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
STRING_WelcomeMsg, "Aide de la Machine DOS Virtuel de ReactOS.\n"
|
|
STRING_PromptMsg, "Taper r<cr> pour démarrer, s<cr> pour éteindre ou q<cr> pour quitter maintenant."
|
|
END
|