[ros-diffs] [janderwald] 24927: - add italian translation See issue #1786 for more details.

janderwald at svn.reactos.org janderwald at svn.reactos.org
Tue Nov 28 19:46:31 CET 2006


Author: janderwald
Date: Tue Nov 28 21:46:31 2006
New Revision: 24927

URL: http://svn.reactos.org/svn/reactos?rev=24927&view=rev
Log:
- add italian translation 
See issue #1786 for more details.

Added:
    trunk/reactos/base/applications/control/lang/it-IT.rc   (with props)
Modified:
    trunk/reactos/base/applications/control/rsrc.rc

Added: trunk/reactos/base/applications/control/lang/it-IT.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/control/lang/it-IT.rc?rev=24927&view=auto
==============================================================================
--- trunk/reactos/base/applications/control/lang/it-IT.rc (added)
+++ trunk/reactos/base/applications/control/lang/it-IT.rc Tue Nov 28 21:46:31 2006
@@ -1,0 +1,28 @@
+// Italian language resource file Gabriel ilardi, september 4th 2006
+
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Menu
+//
+
+IDM_MAINMENU MENU DISCARDABLE 
+BEGIN
+    POPUP "&File"
+    BEGIN
+        MENUITEM "C&hiudi",                      IDM_CLOSE
+    END
+    POPUP "&Visualizza"
+    BEGIN
+        MENUITEM "Titoli",                 	 IDM_LARGEICONS
+        MENUITEM "Icone",                 	 IDM_SMALLICONS
+        MENUITEM "Elenco",                       IDM_LIST
+        MENUITEM "Dettagli",                     IDM_DETAILS
+    END
+    POPUP "?"
+    BEGIN
+        MENUITEM "Informazioni",                       IDM_ABOUT
+    END
+END
+

Propchange: trunk/reactos/base/applications/control/lang/it-IT.rc
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: trunk/reactos/base/applications/control/rsrc.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/control/rsrc.rc?rev=24927&r1=24926&r2=24927&view=diff
==============================================================================
--- trunk/reactos/base/applications/control/rsrc.rc (original)
+++ trunk/reactos/base/applications/control/rsrc.rc Tue Nov 28 21:46:31 2006
@@ -16,6 +16,7 @@
 #include "lang/fi-FI.rc"
 #include "lang/el-GR.rc"
 #include "lang/hu-HU.rc"
+#include "lang/it-IT.rc"
 #include "lang/ja-JP.rc"
 #include "lang/nl-NL.rc"
 #include "lang/nb-NO.rc"
@@ -23,5 +24,3 @@
 #include "lang/ru-RU.rc"
 #include "lang/sv-SE.rc"
 #include "lang/uk-UA.rc"
-
-




More information about the Ros-diffs mailing list