Module: wine Branch: master Commit: 1c914f56b350c54f04dc9507ffd8a48d9f641902 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1c914f56b350c54f04dc9507ff...
Author: Luca Bennati lucak3@gmail.com Date: Sat May 29 21:24:41 2010 +0200
wineboot: Update Italian translation.
---
programs/wineboot/wineboot_It.rc | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/programs/wineboot/wineboot_It.rc b/programs/wineboot/wineboot_It.rc index a3c3f64..5003ee8 100644 --- a/programs/wineboot/wineboot_It.rc +++ b/programs/wineboot/wineboot_It.rc @@ -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