Author: akhaldi Date: Sat May 23 15:23:25 2015 New Revision: 67867
URL: http://svn.reactos.org/svn/reactos?rev=67867&view=rev Log: [NTOBJSHEX] Add Italian translation by Carlo Bramini. CORE-9725
Added: trunk/reactos/dll/shellext/ntobjshex/lang/it-IT.rc (with props) Modified: trunk/reactos/dll/shellext/ntobjshex/ntobjshex.rc
Added: trunk/reactos/dll/shellext/ntobjshex/lang/it-IT.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/lang... ============================================================================== --- trunk/reactos/dll/shellext/ntobjshex/lang/it-IT.rc (added) +++ trunk/reactos/dll/shellext/ntobjshex/lang/it-IT.rc [iso-8859-1] Sat May 23 15:23:25 2015 @@ -0,0 +1,7 @@ +LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL + +STRINGTABLE +BEGIN + IDS_NTOBJFLD_NAME "Oggetto Namespace NT" + IDS_REGISTRY_NAME "Registro di Sistema" +END
Propchange: trunk/reactos/dll/shellext/ntobjshex/lang/it-IT.rc ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/reactos/dll/shellext/ntobjshex/ntobjshex.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/ntob... ============================================================================== --- trunk/reactos/dll/shellext/ntobjshex/ntobjshex.rc [iso-8859-1] (original) +++ trunk/reactos/dll/shellext/ntobjshex/ntobjshex.rc [iso-8859-1] Sat May 23 15:23:25 2015 @@ -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