mshtml: Use an iface instead of a vtbl pointer in HTMLEventObj.
[wine] / dlls / mshtml / De.rc
1 /*
2  * German resources for mshtml
3  *
4  * Copyright 2005 Henning Gerhardt
5  * Copyright 2010 André Hentschel
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
21
22 #include "resource.h"
23
24 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
25
26 #pragma code_page(65001)
27
28 STRINGTABLE
29 {
30     IDS_STATUS_DONE            "Fertig"
31     IDS_STATUS_DOWNLOADINGFROM "Herunterladen von %s..."
32 }
33
34 STRINGTABLE
35 {
36     IDS_HTMLDISABLED  "Die HTML-Darstellung ist zur Zeit ausgeschaltet."
37     IDS_HTMLDOCUMENT  "HTML-Dokument"
38     IDS_DOWNLOADING   "Lade herunter..."
39     IDS_INSTALLING    "Installiere..."
40 }
41
42 ID_DWL_DIALOG DIALOG  0, 0, 260, 95
43 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
44 CAPTION "Wine-Gecko-Installation"
45 FONT 8, "MS Shell Dlg"
46 {
47     LTEXT "Wine kann das Gecko-Paket nicht finden. Es wird von Programmen mit eingebettetem HTML benötigt, " \
48           "damit diese richtig funktionieren.\n" \
49           "Wine kann das Paket für Sie herunterladen und installieren.\n\n" \
50           "Hinweis: Es wird empfohlen das Paket ihrer Distribution zu verwenden. " \
51           "Weitere Hinweise finden Sie unter http://wiki.winehq.org/Gecko",
52           ID_DWL_STATUS, 10, 10, 240, 50, SS_LEFT
53     CONTROL "Fortschritt", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10, 50, 240, 12
54     DEFPUSHBUTTON "&Installieren", ID_DWL_INSTALL, 200, 70, 50, 15, WS_GROUP | WS_TABSTOP
55     PUSHBUTTON "&Abbrechen", IDCANCEL, 140, 70, 50, 15, WS_GROUP | WS_TABSTOP
56 }
57
58 IDD_HYPERLINK DIALOG 0, 0, 250, 65
59 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
60 CAPTION "Hyperlink"
61 FONT 8, "MS Shell Dlg"
62 {
63     GROUPBOX "Hyperlink Informationen", -1, 5, 5, 190, 55
64     LTEXT "&Typ:", -1, 10, 22, 20, 10
65     COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS
66     LTEXT "&URL:", -1, 10, 42, 20, 10
67     EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
68     PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
69     PUSHBUTTON "Abbrechen", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP
70 }
71
72 ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90
73 STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
74 CAPTION ""
75 FONT 8, "MS Shell Dlg"
76 {
77     LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30
78     EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
79     PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
80     PUSHBUTTON "Abbrechen", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP
81 }