diff --git a/reactos/dll/win32/mycomput/lang/it-IT.rc b/reactos/dll/win32/mycomput/lang/it-IT.rc new file mode 100644 index 00000000000..a240d84c133 --- /dev/null +++ b/reactos/dll/win32/mycomput/lang/it-IT.rc @@ -0,0 +1,6 @@ +LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL + +STRINGTABLE +BEGIN + IDS_MANAGE "Gestione" +END diff --git a/reactos/dll/win32/mycomput/mycomput.rc b/reactos/dll/win32/mycomput/mycomput.rc index 9e91108b8fc..a6ad3f61659 100644 --- a/reactos/dll/win32/mycomput/mycomput.rc +++ b/reactos/dll/win32/mycomput/mycomput.rc @@ -15,6 +15,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #ifdef LANGUAGE_EN_US #include "lang/en-US.rc" #endif +#ifdef LANGUAGE_IT_IT + #include "lang/it-IT.rc" +#endif #ifdef LANGUAGE_RO_RO #include "lang/ro-RO.rc" #endif