Author: pschweitzer
Date: Sun Apr 12 09:17:53 2015
New Revision: 67167
URL: 
http://svn.reactos.org/svn/reactos?rev=67167&view=rev
Log:
[MYCOMPUT]
Add Italian translation.
Patch by Carlo Bramini
CORE-9524 #resolve #comment Commited in r67167. Thanks!
Added:
    trunk/reactos/dll/win32/mycomput/lang/it-IT.rc   (with props)
Modified:
    trunk/reactos/dll/win32/mycomput/mycomput.rc
Added: trunk/reactos/dll/win32/mycomput/lang/it-IT.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mycomput/lang/it…
==============================================================================
--- trunk/reactos/dll/win32/mycomput/lang/it-IT.rc      (added)
+++ trunk/reactos/dll/win32/mycomput/lang/it-IT.rc      [iso-8859-1] Sun Apr 12 09:17:53
2015
@@ -0,0 +1,6 @@
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+    IDS_MANAGE "Gestione"
+END
Propchange: trunk/reactos/dll/win32/mycomput/lang/it-IT.rc
------------------------------------------------------------------------------
    svn:eol-style = native
Modified: trunk/reactos/dll/win32/mycomput/mycomput.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mycomput/mycompu…
==============================================================================
--- trunk/reactos/dll/win32/mycomput/mycomput.rc        [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/mycomput/mycomput.rc        [iso-8859-1] Sun Apr 12 09:17:53
2015
@@ -15,6 +15,9 @@
 #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