shell32: Fix Italian translation

Luca Bennati lucak3 at gmail.com
Thu Jun 3 14:44:41 CDT 2010


Seems i forgot those lines in the last shell32 patch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100603/6ccae525/attachment-0001.htm>
-------------- next part --------------
From 222709bf6555cbb51daa050eddd7a396c02f0712 Mon Sep 17 00:00:00 2001
From: Luca Bennati <lucak3 at gmail.com>
Date: Thu, 3 Jun 2010 19:13:02 +0200
Subject: shell32: Fix Italian translation

---
 dlls/shell32/shell32_It.rc |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/dlls/shell32/shell32_It.rc b/dlls/shell32/shell32_It.rc
index 8efa8c6..a797fda 100644
--- a/dlls/shell32/shell32_It.rc
+++ b/dlls/shell32/shell32_It.rc
@@ -254,6 +254,12 @@ STRINGTABLE
        IDS_SHUTDOWN_TITLE      "Termina sessione"
        IDS_SHUTDOWN_PROMPT     "Vuoi terminare la sessione di Wine?"
 
+        /* Run File dialog */
+        IDS_RUNDLG_ERROR           "Impossibile mostrare la finestra Esegui File (errore interno)"
+        IDS_RUNDLG_BROWSE_ERROR    "Impossibile mostrare la finestra Sfoglia (errore interno)"
+        IDS_RUNDLG_BROWSE_CAPTION  "Sfoglia"
+        IDS_RUNDLG_BROWSE_FILTER   "File eseguibili\0*.exe\0Tutti i files\0*.*\0\0"
+
 	/* shell folder path default values */
 	IDS_STARTMENU               "Start Menu"
 	IDS_PROGRAMS                "Start Menu\\Programmi"
-- 
1.7.1


More information about the wine-patches mailing list