wineboot: Update the Danish translation.
Translation by Thomas Larsen <sikker2004@yahoo.com>
This commit is contained in:
parent
d01da5f33a
commit
646732ead8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue