Author: hbelusca
Date: Sat Feb 1 17:22:30 2014
New Revision: 61903
URL:
http://svn.reactos.org/svn/reactos?rev=61903&view=rev
Log:
[NTVDM]: Spanish translation by Javier Fernandez, thanks!
Added:
branches/ntvdm/subsystems/ntvdm/lang/es-ES.rc (with props)
Modified:
branches/ntvdm/subsystems/ntvdm/ntvdm.rc
Added: branches/ntvdm/subsystems/ntvdm/lang/es-ES.rc
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/lang/es-…
==============================================================================
--- branches/ntvdm/subsystems/ntvdm/lang/es-ES.rc (added)
+++ branches/ntvdm/subsystems/ntvdm/lang/es-ES.rc [iso-8859-1] Sat Feb 1 17:22:30 2014
@@ -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
Propchange: branches/ntvdm/subsystems/ntvdm/lang/es-ES.rc
------------------------------------------------------------------------------
svn:eol-style = native
Modified: branches/ntvdm/subsystems/ntvdm/ntvdm.rc
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/ntvdm.rc…
==============================================================================
--- branches/ntvdm/subsystems/ntvdm/ntvdm.rc [iso-8859-1] (original)
+++ branches/ntvdm/subsystems/ntvdm/ntvdm.rc [iso-8859-1] Sat Feb 1 17:22:30 2014
@@ -19,6 +19,9 @@
#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