Module: wine
Branch: master
Commit: b13e856d58f8e250eba713484b10b1852fd57d58
URL: http://source.winehq.org/git/wine.git/?a=commit;h=b13e856d58f8e250eba713484…
Author: Frans Kool <Frans.Kool(a)gmail.com>
Date: Sun Feb 17 13:42:47 2008 +0100
msvidc32: Created Dutch translations.
---
dlls/msvidc32/msvidc32_Nl.rc | 25 +++++++++++++++++++++++++
dlls/msvidc32/rsrc.rc | 1 +
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/dlls/msvidc32/msvidc32_Nl.rc b/dlls/…
[View More]msvidc32/msvidc32_Nl.rc
new file mode 100644
index 0000000..b68d3ef
--- /dev/null
+++ b/dlls/msvidc32/msvidc32_Nl.rc
@@ -0,0 +1,25 @@
+/*
+ * Copyright 2008 Frans Kool
+ *
+ * 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
+ */
+
+LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_NAME "MS-CRAM"
+ IDS_DESCRIPTION "Wine Video 1 video codec"
+}
diff --git a/dlls/msvidc32/rsrc.rc b/dlls/msvidc32/rsrc.rc
index 8618ddf..a7958e9 100644
--- a/dlls/msvidc32/rsrc.rc
+++ b/dlls/msvidc32/rsrc.rc
@@ -24,6 +24,7 @@
#include "msvidc32_En.rc"
#include "msvidc32_Hu.rc"
#include "msvidc32_Ko.rc"
+#include "msvidc32_Nl.rc"
#include "msvidc32_No.rc"
#include "msvidc32_Pl.rc"
#include "msvidc32_Sv.rc"
[View Less]
Module: wine
Branch: master
Commit: 6f68cda74ccb541f173de512ad0c04155cfb35dc
URL: http://source.winehq.org/git/wine.git/?a=commit;h=6f68cda74ccb541f173de512a…
Author: Frans Kool <Frans.Kool(a)gmail.com>
Date: Sat Feb 16 23:45:08 2008 +0100
wineboot: Created Dutch translations.
---
programs/wineboot/wineboot.rc | 1 +
programs/wineboot/wineboot_Nl.rc | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/programs/wineboot/…
[View More]wineboot.rc b/programs/wineboot/wineboot.rc
index d0f7e2a..377618b 100644
--- a/programs/wineboot/wineboot.rc
+++ b/programs/wineboot/wineboot.rc
@@ -31,6 +31,7 @@
#include "wineboot_Es.rc"
#include "wineboot_Fr.rc"
#include "wineboot_Ko.rc"
+#include "wineboot_Nl.rc"
#include "wineboot_No.rc"
#include "wineboot_Pl.rc"
#include "wineboot_Sv.rc"
diff --git a/programs/wineboot/wineboot_Nl.rc b/programs/wineboot/wineboot_Nl.rc
new file mode 100644
index 0000000..86fc337
--- /dev/null
+++ b/programs/wineboot/wineboot_Nl.rc
@@ -0,0 +1,35 @@
+/*
+ * Dutch WineBoot resources
+ *
+ * Copyright (C) 2008 Frans Kool
+ *
+ * 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
+ *
+ */
+
+LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
+
+IDD_ENDTASK DIALOG DISCARDABLE 0, 0, 186, 71
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Wachtend op Programma"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ DEFPUSHBUTTON "Annuleren",IDCANCEL,129,49,50,15
+ PUSHBUTTON "Beëindig Proces",IDOK,51,49,71,15
+ LTEXT "Een gesimuleerde uitlog- of afsluitactie is bezig, maar dit programma reageert niet.",
+ IDC_STATIC,7,7,172,19
+ LTEXT "Als u het proces beëindigt kun u alle niet-opgeslagen data verliezen.",
+ IDC_STATIC,7,28,172,15
+END
[View Less]
Module: wine
Branch: master
Commit: 275ba2547a4702d0924801f0545fdcf229c7e068
URL: http://source.winehq.org/git/wine.git/?a=commit;h=275ba2547a4702d0924801f05…
Author: Frans Kool <Frans.Kool(a)gmail.com>
Date: Sat Feb 16 23:23:48 2008 +0100
write: Created Dutch translations.
---
programs/write/Nl.rc | 26 ++++++++++++++++++++++++++
programs/write/rsrc.rc | 1 +
2 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/programs/write/Nl.rc b/programs/write/Nl.rc
new …
[View More]file mode 100644
index 0000000..5f1611e
--- /dev/null
+++ b/programs/write/Nl.rc
@@ -0,0 +1,26 @@
+/*
+ * Dutch language support
+ *
+ * Copyright (C) 2008 Frans Kool
+ *
+ * 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
+ */
+
+LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
+
+STRINGTABLE
+{
+ IDS_FAILED, "Starten van Wordpad mislukt"
+}
diff --git a/programs/write/rsrc.rc b/programs/write/rsrc.rc
index 1c2f133..45067eb 100644
--- a/programs/write/rsrc.rc
+++ b/programs/write/rsrc.rc
@@ -25,6 +25,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "En.rc"
#include "Fr.rc"
#include "Ko.rc"
+#include "Nl.rc"
#include "No.rc"
#include "Pl.rc"
#include "Ru.rc"
[View Less]