[NTVDM]: Spanish translation by Javier Fernandez, thanks!

svn path=/branches/ntvdm/; revision=61903
This commit is contained in:
Hermès Bélusca-Maïto 2014-02-01 17:22:30 +00:00
parent 105aff1c51
commit d028bd7690
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,13 @@
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_HIDE_MOUSE, "&Ocultar puntero del ratón"
IDS_SHOW_MOUSE, "&Mostrar puntero del ratón"
IDS_VDM_MENU , "ReactOS &VDM"
END
STRINGTABLE
BEGIN
IDS_VDM_QUIT, "&Salir de ReactOS VDM"
END

View file

@ -19,6 +19,9 @@ IDI_APPICON ICON "res/ntvdm.ico"
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif
#ifdef LANGUAGE_ES_ES
#include "lang/es-ES.rc"
#endif
#ifdef LANGUAGE_FR_FR
#include "lang/fr-FR.rc"
#endif