shdocvw: Update Italian translation again

Luca Bennati lucak3 at gmail.com
Wed Aug 4 14:11:53 CDT 2010


Please ignore previous uncommited attempts (64699,64700)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100804/011a581e/attachment.htm>
-------------- next part --------------
From d3b1dd51988bd9db31271683bab0ad3e2f42d3c9 Mon Sep 17 00:00:00 2001
From: Luca Bennati <lucak3 at gmail.com>
Date: Wed, 4 Aug 2010 21:06:40 +0200
Subject: shdocvw: Update Italian translation again

---
 dlls/shdocvw/It.rc |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/dlls/shdocvw/It.rc b/dlls/shdocvw/It.rc
index d7cc14c..85d344d 100644
--- a/dlls/shdocvw/It.rc
+++ b/dlls/shdocvw/It.rc
@@ -54,6 +54,14 @@ IDR_BROWSE_MAIN_MENU MENU
         MENUITEM SEPARATOR
         MENUITEM "&Proprietà...",              ID_BROWSE_PROPERTIES
     }
+    POPUP "&Visualizza"
+    {
+        POPUP "&Barre degli strumenti"
+        {
+            MENUITEM "Barra &predefinita"            ID_BROWSE_BAR_STD
+            MENUITEM "Barra dell'&indirizzo"             ID_BROWSE_BAR_ADDR
+        }
+    }
     POPUP "&Preferiti"
     {
         MENUITEM "&Aggiungi ai Preferiti..."         ID_BROWSE_ADDFAV
@@ -64,3 +72,18 @@ IDR_BROWSE_MAIN_MENU MENU
         MENUITEM "&Informazioni su Internet Explorer...", ID_BROWSE_ABOUT
     }
 }
+
+STRINGTABLE
+{
+    IDS_TB_BACK             "Indietro"
+    IDS_TB_FORWARD          "Avanti"
+    IDS_TB_STOP             "Ferma"
+    IDS_TB_REFRESH          "Aggiorna"
+    IDS_TB_HOME             "Home"
+    IDS_TB_PRINT            "Stampa"
+}
+
+STRINGTABLE
+{
+    IDS_ADDRESS             "Indirizzo"
+}
-- 
1.7.2.1


More information about the wine-patches mailing list