Cryptdlg: Added Dutch translations

Frans Kool frans.kool at gmail.com
Tue Jan 27 08:39:09 CST 2009


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-patches/attachments/20090127/9ad818f7/attachment.htm 
-------------- next part --------------
From 6935c1051fccc13f39b101245795d5e434ff54c5 Mon Sep 17 00:00:00 2001
From: Frans Kool <Frans.Kool at Gmail.com>
Date: Tue, 27 Jan 2009 13:59:58 +0100
Subject: Cryptdlg: Added Dutch translations

---
 dlls/cryptdlg/cryptdlg.rc    |    1 +
 dlls/cryptdlg/cryptdlg_Nl.rc |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 0 deletions(-)
 create mode 100755 dlls/cryptdlg/cryptdlg_Nl.rc

diff --git a/dlls/cryptdlg/cryptdlg.rc b/dlls/cryptdlg/cryptdlg.rc
index b56dd71..e815653 100644
--- a/dlls/cryptdlg/cryptdlg.rc
+++ b/dlls/cryptdlg/cryptdlg.rc
@@ -25,3 +25,4 @@
 #include "cryptdlg_En.rc"
 #include "cryptdlg_Fr.rc"
 #include "cryptdlg_Ko.rc"
+#include "cryptdlg_Nl.rc"
diff --git a/dlls/cryptdlg/cryptdlg_Nl.rc b/dlls/cryptdlg/cryptdlg_Nl.rc
new file mode 100755
index 0000000..27b0935
--- /dev/null
+++ b/dlls/cryptdlg/cryptdlg_Nl.rc
@@ -0,0 +1,36 @@
+/*
+ * cryptdlg dll Dutch resources
+ *
+ * Copyright 2009 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_CERT_POLICY "Certificaat beleid"
+    IDS_POLICY_ID "Beleid Identificatie: "
+    IDS_POLICY_QUALIFIER_INFO "Beleid kwalificator informatie"
+    IDS_POLICY_QUALIFIER_ID "Beleid kwalificator Id="
+    IDS_CPS "CPS"
+    IDS_USER_NOTICE "Gebruikers verklaring"
+    IDS_QUALIFIER "Kwalificator"
+    IDS_NOTICE_REF "Verklaring referentie"
+    IDS_ORGANIZATION "Organisatie="
+    IDS_NOTICE_NUM "Verklaring nummer="
+    IDS_NOTICE_TEXT "Verklaring tekst="
+}
-- 
1.5.6.3


More information about the wine-patches mailing list