From 99f9269e9b6d237aac85efcf07f9a8b38ad08df6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Hentschel?= Date: Tue, 30 Mar 2010 19:43:35 +0200 Subject: [PATCH] wineboot: Update German translation. --- programs/wineboot/wineboot_De.rc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/programs/wineboot/wineboot_De.rc b/programs/wineboot/wineboot_De.rc index b65e8f3b517..2bfc03d8486 100644 --- a/programs/wineboot/wineboot_De.rc +++ b/programs/wineboot/wineboot_De.rc @@ -38,3 +38,13 @@ BEGIN LTEXT "Wenn Sie das Programm beenden, können Sie ungespeicherte Daten verlieren.", IDC_STATIC,7,28,172,19 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 "Die Konfiguration von Wine in %s wird aktualisiert, bitte warten...", + IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX +END -- 2.11.4.GIT