Frans Kool : write: Created Dutch translations.

Alexandre Julliard julliard at winehq.org
Mon Feb 18 08:50:33 CST 2008


Module: wine
Branch: master
Commit: 275ba2547a4702d0924801f0545fdcf229c7e068
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=275ba2547a4702d0924801f0545fdcf229c7e068

Author: Frans Kool <Frans.Kool at 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 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"




More information about the wine-cvs mailing list