From 6e7f9958632139fd45cf1eb09c6526faa8fa054d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sat, 1 Feb 2014 19:42:49 +0000 Subject: [PATCH] [NTVDM]: Italian translation by Ivan di Francesco, thanks! CORE-7250 svn path=/branches/ntvdm/; revision=61905 --- subsystems/ntvdm/lang/it-IT.rc | 13 +++++++++++++ subsystems/ntvdm/ntvdm.rc | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 subsystems/ntvdm/lang/it-IT.rc diff --git a/subsystems/ntvdm/lang/it-IT.rc b/subsystems/ntvdm/lang/it-IT.rc new file mode 100644 index 00000000000..ff3a0960de5 --- /dev/null +++ b/subsystems/ntvdm/lang/it-IT.rc @@ -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 diff --git a/subsystems/ntvdm/ntvdm.rc b/subsystems/ntvdm/ntvdm.rc index 44e88b39003..d6741010685 100644 --- a/subsystems/ntvdm/ntvdm.rc +++ b/subsystems/ntvdm/ntvdm.rc @@ -25,3 +25,6 @@ IDI_APPICON ICON "res/ntvdm.ico" #ifdef LANGUAGE_FR_FR #include "lang/fr-FR.rc" #endif +#ifdef LANGUAGE_IT_IT + #include "lang/it-IT.rc" +#endif