Module: wine Branch: master Commit: 4e0bb60c7c4cfb2874c4d895686cf6db097b063d URL: http://source.winehq.org/git/wine.git/?a=commit;h=4e0bb60c7c4cfb2874c4d89568...
Author: Paul Vriens Paul.Vriens.Wine@gmail.com Date: Tue Apr 20 12:04:06 2010 +0200
wineboot: Update Dutch translation.
---
programs/wineboot/wineboot_Nl.rc | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/programs/wineboot/wineboot_Nl.rc b/programs/wineboot/wineboot_Nl.rc index 14a44c1..b3d53cb 100644 --- a/programs/wineboot/wineboot_Nl.rc +++ b/programs/wineboot/wineboot_Nl.rc @@ -37,3 +37,13 @@ BEGIN LTEXT "Als u het proces beëindigt kun u alle niet-opgeslagen data verliezen.", 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 "De Wine configuratie in %s wordt bijgewerkt, even geduld a.u.b. ...", + IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX +END