Module: wine Branch: master Commit: 646732ead813476878f11e45456f86da6feb4fe0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=646732ead813476878f11e4545...
Author: Paul Vriens Paul.Vriens.Wine@gmail.com Date: Tue Jun 1 10:17:15 2010 +0200
wineboot: Update the Danish translation.
Translation by Thomas Larsen sikker2004@yahoo.com
---
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 jens@albretsen.dk + * 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