>From 36b50f38bfe574499e85f15e7c31f7726f825042 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Tue, 1 Jun 2010 10:17:15 +0200 Subject: [PATCH 6/6] Update the Danish translation Translation by Thomas Larsen --- programs/wineboot/wineboot_Da.rc | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/programs/wineboot/wineboot_Da.rc b/programs/wineboot/wineboot_Da.rc index b2730a4..a88abf8 100644 --- a/programs/wineboot/wineboot_Da.rc +++ b/programs/wineboot/wineboot_Da.rc @@ -2,6 +2,7 @@ * WineBoot Danish resources * * Copyright (C) 2008 Jens albretsen + * 2010 Thomas Larsen * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -35,3 +36,13 @@ BEGIN LTEXT "Hvis du afslutter programmet kan du miste de data der ikke er gemt.", 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 "Wine konfigurationen i %s, er ved at blive opdateret, vent venligst...", + IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX +END -- 1.6.2.5