diff --git a/reactos/dll/shellext/ntobjshex/lang/it-IT.rc b/reactos/dll/shellext/ntobjshex/lang/it-IT.rc new file mode 100644 index 00000000000..f26374f949e --- /dev/null +++ b/reactos/dll/shellext/ntobjshex/lang/it-IT.rc @@ -0,0 +1,7 @@ +LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL + +STRINGTABLE +BEGIN + IDS_NTOBJFLD_NAME "Oggetto Namespace NT" + IDS_REGISTRY_NAME "Registro di Sistema" +END diff --git a/reactos/dll/shellext/ntobjshex/ntobjshex.rc b/reactos/dll/shellext/ntobjshex/ntobjshex.rc index 5852aca2a1c..597b55eab2e 100644 --- a/reactos/dll/shellext/ntobjshex/ntobjshex.rc +++ b/reactos/dll/shellext/ntobjshex/ntobjshex.rc @@ -35,6 +35,10 @@ IDR_REGISTRYFOLDER REGISTRY "resources/rgs/regfolder.rgs" #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