2 * German resources for mshtml
4 * Copyright 2005 Henning Gerhardt
5 * Copyright 2010 André Hentschel
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.
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.
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
24 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
26 #pragma code_page(65001)
30 IDS_STATUS_DONE "Fertig"
31 IDS_STATUS_DOWNLOADINGFROM "Herunterladen von %s..."
36 IDS_HTMLDISABLED "Die HTML-Darstellung ist zur Zeit ausgeschaltet."
37 IDS_HTMLDOCUMENT "HTML-Dokument"
40 IDD_HYPERLINK DIALOG 0, 0, 250, 65
41 STYLE DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
43 FONT 8, "MS Shell Dlg"
45 GROUPBOX "Hyperlink Informationen", -1, 5, 5, 190, 55
46 LTEXT "&Typ:", -1, 10, 22, 20, 10
47 COMBOBOX IDC_TYPE, 35, 20, 45, 100, WS_TABSTOP | WS_GROUP | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_HASSTRINGS
48 LTEXT "&URL:", -1, 10, 42, 20, 10
49 EDITTEXT IDC_URL, 35, 40, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
50 PUSHBUTTON "OK", IDOK, 200, 10, 45, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
51 PUSHBUTTON "Abbrechen", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP
54 ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90
55 STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
57 FONT 8, "MS Shell Dlg"
59 LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30
60 EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
61 PUSHBUTTON "OK", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
62 PUSHBUTTON "Abbrechen", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP