Michael Stefaniuc : mshtml: Update the German translation.

Alexandre Julliard julliard at winehq.org
Wed Mar 26 09:16:05 CDT 2008


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Wed Mar 26 00:15:27 2008 +0100

mshtml: Update the German translation.

---

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

diff --git a/dlls/mshtml/De.rc b/dlls/mshtml/De.rc
index 5c15b90..f9b5514 100644
--- a/dlls/mshtml/De.rc
+++ b/dlls/mshtml/De.rc
@@ -42,3 +42,17 @@ FONT 8, "MS Shell Dlg"
     DEFPUSHBUTTON "&Installieren", ID_DWL_INSTALL, 200, 70, 50, 15, WS_GROUP | WS_TABSTOP
     PUSHBUTTON "&Abbrechen", 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 "Hyperlink"
+FONT 8, "MS Shell Dlg"
+{
+    GROUPBOX "Hyperlink Informationen", IDC_STATIC, 5, 5, 190, 55
+    LTEXT "&Typ:", 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 "Abbrechen", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP
+}




More information about the wine-cvs mailing list