Module: wine
Branch: master
Commit: 646732ead813476878f11e45456f86da6feb4fe0
URL: http://source.winehq.org/git/wine.git/?a=commit;h=646732ead813476878f11e454…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Tue Jun 1 10:17:15 2010 +0200
wineboot: Update the Danish translation.
Translation by Thomas Larsen <sikker2004(a)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(a)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
Module: wine
Branch: master
Commit: c43cdd1797e61576bac4eaa33fb319728a92b2db
URL: http://source.winehq.org/git/wine.git/?a=commit;h=c43cdd1797e61576bac4eaa33…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Tue Jun 1 09:53:12 2010 +0200
winedbg: Add the Danish translation.
Translation by Thomas Larsen <sikker2004(a)yahoo.com>
---
programs/winedbg/Makefile.in | 1 +
programs/winedbg/rsrc_Da.rc | 57 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/programs/winedbg/Makefile.in b/programs/winedbg/Makefile.in
index a087b8e..7fba5cc 100644
--- a/programs/winedbg/Makefile.in
+++ b/programs/winedbg/Makefile.in
@@ -33,6 +33,7 @@ C_SRCS = \
winedbg.c
RC_SRCS = \
+ rsrc_Da.rc \
rsrc_De.rc \
rsrc_En.rc \
rsrc_Es.rc \
diff --git a/programs/winedbg/rsrc_Da.rc b/programs/winedbg/rsrc_Da.rc
new file mode 100644
index 0000000..96c70f3
--- /dev/null
+++ b/programs/winedbg/rsrc_Da.rc
@@ -0,0 +1,57 @@
+/*
+ * Danish Language Support
+ *
+ * Copyright 2010 Thomas Larsen
+ * Paul Vriens
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "resource.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
+
+IDM_DEBUG_POPUP MENU
+BEGIN
+ POPUP ""
+ BEGIN
+ MENUITEM "&Debug", ID_DEBUG
+ END
+END
+
+IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Program Fejl"
+FONT 8, "Tahoma"
+BEGIN
+ LTEXT "",IDC_STATIC_BG,0,0,273,52,WS_BORDER,0
+ LTEXT "Programmet %s er stødt på et alvorligt problem, og er nød \
+ til at lukke. Vi beklager ulejligheden.",
+ IDC_STATIC_TXT1,27,10,224,30
+ LTEXT "Dette kan være forårsaget af et problem i programmet, eller en mangel i Wine. \
+ Du kan evt. tjekke http://appdb.winehq.org for tips til at køre dette program.\n\n\
+ Hvis dette problem ikke er til stede under Windows, og ikke har været rapporteret \
+ endnu, kan du indberette det til http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
+ DEFPUSHBUTTON "Luk", IDOK, 205, 151, 60, 16, WS_TABSTOP
+END
+
+STRINGTABLE
+BEGIN
+ IDS_AUTO_CAPTION "Wine Program Nedbrud"
+ IDS_INVALID_PARAMS "Interne fejl - ugyldige parametre modtaget."
+ IDS_UNIDENTIFIED "(Uidentificerede)"
+END
Module: wine
Branch: master
Commit: dd3286e6deb9ba128e3328d37fb3f0f3bf76f239
URL: http://source.winehq.org/git/wine.git/?a=commit;h=dd3286e6deb9ba128e3328d37…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Mon May 31 19:48:04 2010 +0200
browseui: Add Danish translation.
Translation by Thomas Larsen <sikker2004(a)yahoo.com>
---
dlls/browseui/Makefile.in | 1 +
dlls/browseui/rsrc_Da.rc | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/dlls/browseui/Makefile.in b/dlls/browseui/Makefile.in
index f22da19..f45afe3 100644
--- a/dlls/browseui/Makefile.in
+++ b/dlls/browseui/Makefile.in
@@ -15,6 +15,7 @@ C_SRCS = \
regsvr.c
RC_SRCS = \
+ rsrc_Da.rc \
rsrc_De.rc \
rsrc_En.rc \
rsrc_Es.rc \
diff --git a/dlls/browseui/rsrc_Da.rc b/dlls/browseui/rsrc_Da.rc
new file mode 100644
index 0000000..6a0a340
--- /dev/null
+++ b/dlls/browseui/rsrc_Da.rc
@@ -0,0 +1,40 @@
+/*
+ * Copyright 2010 Thomas Larsen
+ * Paul Vriens
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "resids.h"
+
+LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+{
+ IDS_CANCELLING "Annullering..."
+}
+
+IDD_PROGRESS_DLG DIALOG 0, 0, 260, 85
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
+CAPTION ""
+FONT 8, "MS Shell Dlg"
+{
+ CONTROL "", IDC_ANIMATION, ANIMATE_CLASSA, 0, 12, 10, 236, 25 /* TODO: style */
+ LTEXT "", IDC_TEXT_LINE, 7, 45, 250, 10, SS_LEFT|SS_NOPREFIX
+ LTEXT "", IDC_TEXT_LINE + 1, 7, 55, 250, 10, SS_LEFT|SS_NOPREFIX
+ CONTROL "", IDC_PROGRESS_BAR, PROGRESS_CLASSA, WS_BORDER, 7, 65, 190, 8
+ PUSHBUTTON "&Annuller", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
+ LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
+}