[NTOBJSHEX] Add Italian translation by Carlo Bramini. CORE-9725
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 23 May 2015 15:23:25 +0000 (15:23 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 23 May 2015 15:23:25 +0000 (15:23 +0000)
svn path=/trunk/; revision=67867

reactos/dll/shellext/ntobjshex/lang/it-IT.rc [new file with mode: 0644]
reactos/dll/shellext/ntobjshex/ntobjshex.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 (file)
index 0000000..f26374f
--- /dev/null
@@ -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 5852aca..597b55e 100644 (file)
@@ -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