mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
13 lines
328 B
Text
13 lines
328 B
Text
#include "resource.h"
|
|
/*
|
|
* Spanish Resource File
|
|
* Reactos(c)2006 Samuel Serapion
|
|
*/
|
|
|
|
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
STRING_WelcomeMsg, "Maquina virtual de DOS en ReactOS.\n"
|
|
STRING_PromptMsg, "Escriba r<cr> para correr, s<cr> para desactivar or q<cr> para salir ahora."
|
|
END
|