mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
178300c8a6
* Fix PCH use in shell32. svn path=/branches/shell32_new-bringup/; revision=53319
12 lines
325 B
Text
12 lines
325 B
Text
/*
|
|
* 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
|