Module: wine
Branch: master
Commit: 6608613b868cbb6257313724c32a07056ed651ef
URL: http://source.winehq.org/git/wine.git/?a=commit;h=6608613b868cbb6257313724c…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Thu Jun 3 23:27:23 2010 +0200
cryptdlg: Add the Danish translation.
Translation by Thomas Larsen <sikker2004(a)yahoo.com>
---
dlls/cryptdlg/Makefile.in | 1 +
dlls/cryptdlg/cryptdlg_Da.rc | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/dlls/cryptdlg/Makefile.in b/dlls/cryptdlg/Makefile.in
index 177d81a..e4692e2 100644
--- a/dlls/cryptdlg/Makefile.in
+++ b/dlls/cryptdlg/Makefile.in
@@ -9,6 +9,7 @@ C_SRCS = \
main.c
RC_SRCS = \
+ cryptdlg_Da.rc \
cryptdlg_De.rc \
cryptdlg_En.rc \
cryptdlg_Fr.rc \
diff --git a/dlls/cryptdlg/cryptdlg_Da.rc b/dlls/cryptdlg/cryptdlg_Da.rc
new file mode 100644
index 0000000..4d6acf0
--- /dev/null
+++ b/dlls/cryptdlg/cryptdlg_Da.rc
@@ -0,0 +1,39 @@
+/*
+ * cryptdlg dll resources
+ *
+ * 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 "cryptres.h"
+
+LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_CERT_POLICY "Certifikat Politik"
+ IDS_POLICY_ID "Politik Identifikation:"
+ IDS_POLICY_QUALIFIER_INFO "Politik Kvalifikations Info"
+ IDS_POLICY_QUALIFIER_ID "Politik Kvalifikations Id="
+ IDS_CPS "CPS" /* Certification Practice Statement */
+ IDS_USER_NOTICE "Bruger Meddelelse"
+ IDS_QUALIFIER "Kvalifikation"
+ IDS_NOTICE_REF "Meddelelses Reference"
+ IDS_ORGANIZATION "Organisation="
+ IDS_NOTICE_NUM "Meddelelses Nummer="
+ IDS_NOTICE_TEXT "Meddelelses Tekst="
+}
Module: wine
Branch: master
Commit: 7b82143c9754f2fa897621dd55be6ec7b1fecec2
URL: http://source.winehq.org/git/wine.git/?a=commit;h=7b82143c9754f2fa897621dd5…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Thu Jun 3 22:20:02 2010 +0200
devenum: Add the Danish translation.
Translation by Thomas Larsen <sikker2004(a)yahoo.com>
---
dlls/devenum/Da.rc | 32 ++++++++++++++++++++++++++++++++
dlls/devenum/Makefile.in | 1 +
2 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/dlls/devenum/Da.rc b/dlls/devenum/Da.rc
new file mode 100644
index 0000000..2ad7fa0
--- /dev/null
+++ b/dlls/devenum/Da.rc
@@ -0,0 +1,32 @@
+/*
+ * Resources for Device Enumerator
+ *
+ * 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 "devenum_private.h"
+
+LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_DEVENUM_DSDEFAULT "Standard DirectSound"
+ IDS_DEVENUM_DS "DirectSound: %s"
+ IDS_DEVENUM_WODEFAULT "Standard WaveOut Enhed"
+ IDS_DEVENUM_MIDEFAULT "Standard MidiOut Enhed"
+}
diff --git a/dlls/devenum/Makefile.in b/dlls/devenum/Makefile.in
index 8d1bc61..df3c136 100644
--- a/dlls/devenum/Makefile.in
+++ b/dlls/devenum/Makefile.in
@@ -14,6 +14,7 @@ C_SRCS = \
RC_SRCS = \
Cs.rc \
+ Da.rc \
De.rc \
En.rc \
Es.rc \
Module: wine
Branch: master
Commit: c78793b966841711952ec94ca330ff4a4b085fa0
URL: http://source.winehq.org/git/wine.git/?a=commit;h=c78793b966841711952ec94ca…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Thu Jun 3 21:57:19 2010 +0200
start: Add the Danish translation.
Translation by Thomas Larsen <sikker2004(a)yahoo.com>
---
programs/start/Da.rc | 72 ++++++++++++++++++++++++++++++++++++++++++++
programs/start/Makefile.in | 1 +
2 files changed, 73 insertions(+), 0 deletions(-)
diff --git a/programs/start/Da.rc b/programs/start/Da.rc
new file mode 100644
index 0000000..912111c
--- /dev/null
+++ b/programs/start/Da.rc
@@ -0,0 +1,72 @@
+/*
+ * Start
+ * 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 "resources.h"
+
+#pragma code_page(65001)
+
+LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+STRING_USAGE, "Start et program, eller åbn et dokument i programmet, der normalt anvendes til filer med den endelse.\n\
+Vejledning:\n\
+start [Mulighed] program_filnavn [...]\n\
+start [Mulighed] dokument_filnavn\n\
+\n\
+Mulighed:\n\
+/M[inimized] Start programmet minimeret.\n\
+/MAX[imized] Start programmet maksimeret.\n\
+/R[estored] Start programmet normalt (hverken minimeret eller maksimeret).\n\
+/W[ait] Vent på startede program afslutter, afslut derefter med dets afslutnings kode.\n\
+/Unix Brug en Unix filnavn og starte filen som Windows Stifinder.\n\
+/ProgIDOpen Åbn et dokument ved hjælp af følgende progID.\n\
+/L Vis slutbrugerlicensaftalen.\n\
+\n\
+start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n\
+Start leveres med ABSOLUT INGEN GARANTI, for detaljer kør med mulighed /L.\n\
+Det er gratis software, og du er velkommen til at redistribuere det\n\
+under visse betingelser; kør 'start /L' for yderligere oplysninger.\n\
+"
+
+STRING_LICENSE, "start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n\
+This program is free software; you can redistribute it and/or\n\
+modify it under the terms of the GNU Lesser Public License\n\
+as published by the Free Software Foundation; either version 2.1\n\
+of the License, or (at your option) any later version.\n\
+\n\
+This program is distributed in the hope that it will be useful,\n\
+but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
+GNU Lesser Public License for more details.\n\
+\n\
+You should have received a copy of the GNU Lesser Public License\n\
+along with this program; if not, write to the Free Software\n\
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n\
+\n\
+Se COPYING.LIB filen for licens information.\n\
+"
+
+STRING_EXECFAIL, "Applikationen kunne ikke starte, eller der ingen applikationer associeret med den specifikke fil.\nShellExecuteEx fejlet"
+
+STRING_UNIXFAIL, "Kunne ikke oversætte det angivne Unix filnavn til et DOS filnavn."
+}
diff --git a/programs/start/Makefile.in b/programs/start/Makefile.in
index 7fe99cc..d8848a1 100644
--- a/programs/start/Makefile.in
+++ b/programs/start/Makefile.in
@@ -11,6 +11,7 @@ C_SRCS = start.c
RC_SRCS = \
Cs.rc \
+ Da.rc \
De.rc \
En.rc \
Es.rc \
Module: wine
Branch: master
Commit: 3f03f4636dddd7df04d70e1faca4f45ffe120aea
URL: http://source.winehq.org/git/wine.git/?a=commit;h=3f03f4636dddd7df04d70e1fa…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Thu Jun 3 21:12:22 2010 +0200
jscript: Add the Danish translation.
Translation by Thomas Larsen <sikker2004(a)yahoo.com>
---
dlls/jscript/Makefile.in | 1 +
dlls/jscript/jscript_Da.rc | 50 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+), 0 deletions(-)
diff --git a/dlls/jscript/Makefile.in b/dlls/jscript/Makefile.in
index 0a20c41..c1053b3 100644
--- a/dlls/jscript/Makefile.in
+++ b/dlls/jscript/Makefile.in
@@ -6,6 +6,7 @@ MODULE = jscript.dll
IMPORTS = oleaut32 ole32 user32 advapi32 kernel32
RC_SRCS = \
+ jscript_Da.rc \
jscript_De.rc \
jscript_En.rc \
jscript_Fr.rc \
diff --git a/dlls/jscript/jscript_Da.rc b/dlls/jscript/jscript_Da.rc
new file mode 100644
index 0000000..07e2292
--- /dev/null
+++ b/dlls/jscript/jscript_Da.rc
@@ -0,0 +1,50 @@
+/*
+ * 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
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_TO_PRIMITIVE "Fejl ved konvertering af objekt til primitiv type"
+ IDS_INVALID_CALL_ARG "Ugyldig procedure kald eller argument"
+ IDS_CREATE_OBJ_ERROR "Automations-serveren kan ikke oprette objektet"
+ IDS_NO_PROPERTY "Objektet understøtter ikke denne egenskab eller metode"
+ IDS_ARG_NOT_OPT "Argument ikke valgfrit"
+ IDS_SYNTAX_ERROR "Syntaksfejl"
+ IDS_SEMICOLON "Forventet ';'"
+ IDS_LBRACKET "Forventet '('"
+ IDS_RBRACKET "Forventet ')'"
+ IDS_UNTERMINATED_STR "Uafsluttet streng konstant"
+ IDS_NOT_FUNC "Funktion forventet"
+ IDS_NOT_DATE "[objekt]' er ikke en dato objekt"
+ IDS_NOT_NUM "Nummer forventet"
+ IDS_OBJECT_EXPECTED "objekt forventet"
+ IDS_ILLEGAL_ASSIGN "Ulovlig tildeling"
+ IDS_UNDEFINED "'|' er ikke defineret"
+ IDS_NOT_BOOL "Boolean objekt forventet"
+ IDS_JSCRIPT_EXPECTED "JScript objekt forventet"
+ IDS_REGEXP_SYNTAX_ERROR "Syntax fejl i regulært udtryk"
+ IDS_URI_INVALID_CHAR "URI, der skal kodes indeholder ugyldige tegn"
+ IDS_INVALID_LENGTH "Array længde skal være et endeligt positivt heltal"
+ IDS_ARRAY_EXPECTED "Array objekt forventet"
+}