wineboot: Update Italian translation

Luca Bennati lucak3 at gmail.com
Sat May 29 17:17:25 CDT 2010


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100530/4f82fa0d/attachment-0001.htm>
-------------- next part --------------
From 10f89db37a0f69caf4c1df19b793d537bff7734c Mon Sep 17 00:00:00 2001
From: Luca Bennati <lucak3 at gmail.com>
Date: Sat, 29 May 2010 21:24:41 +0200
Subject: wineboot: Update Italian translation

---
 programs/wineboot/wineboot_It.rc |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/programs/wineboot/wineboot_It.rc b/programs/wineboot/wineboot_It.rc
index a3c3f64..c60cea2 100644
--- a/programs/wineboot/wineboot_It.rc
+++ b/programs/wineboot/wineboot_It.rc
@@ -38,3 +38,14 @@ BEGIN
     LTEXT           "Se termini il processo, rischi di perdere tutti i dati non salvati.",
                     IDC_STATIC,7,28,172,15
 END
+
+IDD_WAITDLG DIALOG 0, 0, 200, 50
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED
+CAPTION "Wine"
+FONT 8, "MS Shell Dlg"
+BEGIN
+    ICON "", IDC_WAITICON, 3, 3, 10, 10
+    LTEXT "La configurazione di Wine in %s è in aggiornamento, aspetta un momento...",
+          IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX
+END
+
-- 
1.7.1


More information about the wine-patches mailing list