Author: hbelusca
Date: Sat Feb 1 19:42:49 2014
New Revision: 61905
URL:
http://svn.reactos.org/svn/reactos?rev=61905&view=rev
Log:
[NTVDM]: Italian translation by Ivan di Francesco, thanks!
CORE-7250
Added:
branches/ntvdm/subsystems/ntvdm/lang/it-IT.rc (with props)
Modified:
branches/ntvdm/subsystems/ntvdm/ntvdm.rc
Added: branches/ntvdm/subsystems/ntvdm/lang/it-IT.rc
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/lang/it-…
==============================================================================
--- branches/ntvdm/subsystems/ntvdm/lang/it-IT.rc (added)
+++ branches/ntvdm/subsystems/ntvdm/lang/it-IT.rc [iso-8859-1] Sat Feb 1 19:42:49 2014
@@ -0,0 +1,13 @@
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+ IDS_HIDE_MOUSE, "&Nascondi il mouse"
+ IDS_SHOW_MOUSE, "&Mostra il mouse"
+ IDS_VDM_MENU , "ReactOS &VDM"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_VDM_QUIT, "&Esci da ReactOS VDM"
+END
Propchange: branches/ntvdm/subsystems/ntvdm/lang/it-IT.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 19:42:49 2014
@@ -25,3 +25,6 @@
#ifdef LANGUAGE_FR_FR
#include "lang/fr-FR.rc"
#endif
+#ifdef LANGUAGE_IT_IT
+ #include "lang/it-IT.rc"
+#endif