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