Index: dll/shellext/ntobjshex/lang/it-IT.rc =================================================================== --- dll/shellext/ntobjshex/lang/it-IT.rc (revision 0) +++ dll/shellext/ntobjshex/lang/it-IT.rc (working copy) @@ -0,0 +1,7 @@ +LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL + +STRINGTABLE +BEGIN + IDS_NTOBJFLD_NAME "Oggetto Namespace NT" + IDS_REGISTRY_NAME "Registro di Sistema" +END Index: dll/shellext/ntobjshex/ntobjshex.rc =================================================================== --- dll/shellext/ntobjshex/ntobjshex.rc (revision 67864) +++ dll/shellext/ntobjshex/ntobjshex.rc (working copy) @@ -35,6 +35,10 @@ #include "lang/fr-FR.rc" #endif +#ifdef LANGUAGE_IT_IT + #include "lang/it-IT.rc" +#endif + #ifdef LANGUAGE_RO_RO #include "lang/ro-RO.rc" #endif