[LOCALMON] Italian translation by Carlo Bramini. CORE-12363
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 14 Nov 2016 10:58:53 +0000 (10:58 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 14 Nov 2016 10:58:53 +0000 (10:58 +0000)
svn path=/trunk/; revision=73229

reactos/win32ss/printing/monitors/localmon/lang/it-IT.rc [new file with mode: 0644]
reactos/win32ss/printing/monitors/localmon/localmon.rc

diff --git a/reactos/win32ss/printing/monitors/localmon/lang/it-IT.rc b/reactos/win32ss/printing/monitors/localmon/lang/it-IT.rc
new file mode 100644 (file)
index 0000000..8e7483e
--- /dev/null
@@ -0,0 +1,7 @@
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+    IDS_LOCAL_PORT "Porta locale"
+    IDS_LOCAL_MONITOR "Monitor locale"
+END
index 72a3837..9f957d1 100644 (file)
@@ -24,3 +24,6 @@
 #ifdef LANGUAGE_EN_US
     #include "lang/en-US.rc"
 #endif
+#ifdef LANGUAGE_IT_IT
+    #include "lang/it-IT.rc"
+#endif
\ No newline at end of file