wineboot: Update Italian translation.

This commit is contained in:
Luca Bennati 2010-05-29 21:24:41 +02:00 committed by Alexandre Julliard
parent 01c72bece8
commit 1c914f56b3
1 changed files with 10 additions and 0 deletions

View File

@ -38,3 +38,13 @@ 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