Sven Baars : inetcpl.cpl: Update the Dutch translation.

Alexandre Julliard julliard at winehq.org
Mon Oct 11 13:15:09 CDT 2010


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

Author: Sven Baars <sven.wine at gmail.com>
Date:   Fri Oct  8 22:09:36 2010 +0200

inetcpl.cpl: Update the Dutch translation.

---

 dlls/inetcpl.cpl/cpl_Nl.rc |   34 +++++++++++++++++++++++++++++++++-
 1 files changed, 33 insertions(+), 1 deletions(-)

diff --git a/dlls/inetcpl.cpl/cpl_Nl.rc b/dlls/inetcpl.cpl/cpl_Nl.rc
index 7c9acc7..b34bd9d 100644
--- a/dlls/inetcpl.cpl/cpl_Nl.rc
+++ b/dlls/inetcpl.cpl/cpl_Nl.rc
@@ -26,5 +26,37 @@ LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
 STRINGTABLE DISCARDABLE
 BEGIN
     IDS_CPL_NAME        "Internet-instellingen"
-    IDS_CPL_INFO        "Configureer Wine Internet Browser en gerelateerde instellingen" 
+    IDS_CPL_INFO        "Configureer Wine Internet Browser en gerelateerde instellingen"
+END
+
+/* "General" propsheet */
+IDD_GENERAL DIALOG  0, 0, 320, 220
+STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
+FONT 8, "MS Shell Dlg"
+CAPTION "Algemeen"
+BEGIN
+
+    GROUPBOX    " Startpagina ", IDC_STATIC, 4, 4, 312, 52
+    LTEXT       "Hier kunt u het adres kiezen dat gebruikt wordt als uw startpagina.",
+                IDC_STATIC, 58, 10, 252, 10
+    EDITTEXT    IDC_HOME_EDIT, 58, 22, 252, 12, WS_VISIBLE | ES_AUTOHSCROLL
+    PUSHBUTTON  "&Huidige pagina", IDC_HOME_CURRENT, 58, 36, 80, 14
+    PUSHBUTTON  "&Standaardpagina", IDC_HOME_DEFAULT, 144, 36, 80, 14
+    PUSHBUTTON  "&Lege pagina", IDC_HOME_BLANK, 230, 36, 80, 14
+
+END
+
+/* "Content" propsheet */
+IDD_CONTENT DIALOG  0, 0, 320, 220
+STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
+FONT 8, "MS Shell Dlg"
+CAPTION "Inhoud"
+BEGIN
+
+    GROUPBOX    " Certificaten ", IDC_STATIC, 4, 4, 312, 50
+    LTEXT       "Certificaten worden gebruikt voor uw persoonlijke identificatie en om certificaat-autoriteiten en uitgevers te identificeren.",
+                IDC_STATIC, 58, 14, 252, 18
+    PUSHBUTTON  "Certificaten...", IDC_CERT, 146, 34, 80, 14
+    PUSHBUTTON  "Uitgevers...", IDC_CERT_PUBLISHER, 230, 34, 80, 14
+
 END




More information about the wine-cvs mailing list