From 2779f602cb358008f4c79efd2bfa120d084f392a Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 23 May 2015 15:23:25 +0000 Subject: [PATCH] [NTOBJSHEX] Add Italian translation by Carlo Bramini. CORE-9725 svn path=/trunk/; revision=67867 --- reactos/dll/shellext/ntobjshex/lang/it-IT.rc | 7 +++++++ reactos/dll/shellext/ntobjshex/ntobjshex.rc | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 reactos/dll/shellext/ntobjshex/lang/it-IT.rc 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