[FONTEXT] Add Italian translation (#831)
authorBișoc George <fraizeraust99@gmail.com>
Tue, 4 Sep 2018 20:02:44 +0000 (22:02 +0200)
committerRobert Naumann <gonzomdx@gmail.com>
Tue, 4 Sep 2018 20:02:44 +0000 (22:02 +0200)
dll/shellext/fontext/fontext.rc
dll/shellext/fontext/lang/it-IT.rc [new file with mode: 0644]

index 61f9904..eebe038 100644 (file)
@@ -14,6 +14,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
diff --git a/dll/shellext/fontext/lang/it-IT.rc b/dll/shellext/fontext/lang/it-IT.rc
new file mode 100644 (file)
index 0000000..5c067cd
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * PROJECT:     ReactOS Font Text
+ * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:     Italian translation resource
+ * COPYRIGHT:   Copyright 2018 Bișoc George (fraizeraust99 at gmail dot com)
+ */
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+    IDS_REACTOS_FONTS_FOLDER "Cartella dei font di ReactOS"
+END