mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[NTVDM]: Italian translation by Ivan di Francesco, thanks!
CORE-7250 svn path=/branches/ntvdm/; revision=61905
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user