wineboot: Update German translation.

This commit is contained in:
André Hentschel 2010-03-30 19:43:35 +02:00 committed by Alexandre Julliard
parent 9e0c62d61a
commit 99f9269e9b

View file

@ -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