Frans Kool : mshtml: Added missing Dutch translations.

Alexandre Julliard julliard at winehq.org
Sat Feb 16 09:57:26 CST 2008


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

Author: Frans Kool <Frans.Kool at gmail.com>
Date:   Fri Feb 15 14:49:53 2008 +0100

mshtml: Added missing Dutch translations.

---

 dlls/mshtml/Nl.rc |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/dlls/mshtml/Nl.rc b/dlls/mshtml/Nl.rc
index ef5c799..54885c8 100644
--- a/dlls/mshtml/Nl.rc
+++ b/dlls/mshtml/Nl.rc
@@ -42,3 +42,17 @@ FONT 8, "MS Shell Dlg"
     DEFPUSHBUTTON "&Installeren", ID_DWL_INSTALL, 200, 70, 50, 15, WS_GROUP | WS_TABSTOP
     PUSHBUTTON "&Afbreken", IDCANCEL, 140, 70, 50, 15, WS_GROUP | WS_TABSTOP
 }
+
+IDD_HYPERLINK DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 250, 65
+STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Webverwijzing"
+FONT 8, "MS Shell Dlg"
+{
+    GROUPBOX "Webverwijzing Informatie", IDC_STATIC, 5, 5, 190, 55
+    LTEXT "&Type:", IDC_STATIC, 10, 22, 20, 10
+    COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS
+    LTEXT "&URL:", IDC_STATIC, 10, 42, 20, 10
+    EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
+    PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
+    PUSHBUTTON "Annuleren", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP
+}




More information about the wine-cvs mailing list