comctl32/monthcal: Remove unused variable (Clang).
[wine/multimedia.git] / dlls / inetcpl.cpl / cpl_De.rc
blob5d278f140ca556bb60725899fa35c34fb11c8cdf
1 /*
2  * German resources for the Internet control panel applet
3  *
4  * Copyright 2010 Detlef Riekenberg
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  *
20  */
22 #include "inetcpl.h"
24 #pragma code_page(65001)
26 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
28 /* "General" propsheet */
29 IDD_GENERAL DIALOG  0, 0, 320, 220
30 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
31 FONT 8, "MS Shell Dlg"
32 CAPTION "Allgemein"
33 BEGIN
35     GROUPBOX    " Startseite ", IDC_STATIC, 4, 4, 312, 52
36     LTEXT       "Sie können eine Addresse wählen, die als Startseite verwendet wird.",
37                 IDC_STATIC, 58, 10, 252, 10
38     EDITTEXT    IDC_HOME_EDIT, 58, 22, 252, 12, WS_VISIBLE | ES_AUTOHSCROLL
39     PUSHBUTTON  "A&ktuelle Seite", IDC_HOME_CURRENT, 58, 36, 80, 14
40     PUSHBUTTON  "&Standardseite", IDC_HOME_DEFAULT, 144, 36, 80, 14
41     PUSHBUTTON  "&Leere Seite", IDC_HOME_BLANK, 230, 36, 80, 14
42     GROUPBOX    " Browserverlauf ", IDC_STATIC, 4, 60, 312, 46
43     LTEXT       "Sie können temporäre Dateien, Cookies und andere Daten löschen.",
44                 IDC_STATIC, 58, 72, 252, 10
45     PUSHBUTTON  "&Daten löschen...", IDC_HISTORY_DELETE, 144, 86, 80, 14
46     PUSHBUTTON  "&Einstellungen...", IDC_HISTORY_SETTINGS, 230, 86, 80, 14
48 END
50 /* "Delete browsing history" dialog */
51 IDD_DELETE_HISTORY DIALOG  0, 0, 250, 250
52 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
53 FONT 8, "MS Shell Dlg"
54 CAPTION "Gespeicherte Browserdaten löchen"
55 BEGIN
57     AUTOCHECKBOX   "&Temporäre Inernetdateien\nZwischengespeicherte Kopien von Webseiten, Bildern und Zertifikaten.",
58                     IDC_DELETE_TEMP_FILES, 10, 8, 230, 30, BS_TOP | BS_MULTILINE
59     AUTOCHECKBOX   "&Cookies\nVon Webseiten auf ihrem Computer gespeicherte Dateien, die Benutzereinstellungen oder Anmeldeinformationen enthalten.",
60                     IDC_DELETE_COOKIES, 10, 38, 230, 30, BS_TOP | BS_MULTILINE
61     AUTOCHECKBOX   "&Verlauf\nListe von Webseiten, die Sie aufgerufen haben.",
62                     IDC_DELETE_HISTORY, 10, 68, 230, 30, BS_TOP | BS_MULTILINE
63     AUTOCHECKBOX   "&Formulardaten\nBenutzernamen und andere Informationen, die Sie in Formulare eingegeben haben.",
64                     IDC_DELETE_FORM_DATA, 10, 98, 230, 30, BS_TOP | BS_MULTILINE
65     AUTOCHECKBOX   "&Kennwörter\nGespeicherte Kennwörter, die Sie in Formulare eingegeben haben.",
66                     IDC_DELETE_PASSWORDS, 10, 128, 230, 30, BS_TOP | BS_MULTILINE
67     DEFPUSHBUTTON  "&Abbrechen", IDCANCEL, 185, 230, 60, 15, WS_GROUP
68     PUSHBUTTON     "&Löschen", IDOK, 120, 230, 60, 15, WS_GROUP
70 END
72 /* "Security" propsheet */
73 IDD_SECURITY DIALOG  0, 0, 320, 220
74 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
75 FONT 8, "MS Shell Dlg"
76 CAPTION "Sicherheit"
77 BEGIN
79     CONTROL     "Listview", IDC_SEC_LISTVIEW, "SysListView32",
80                 LVS_ICON | LVS_ALIGNLEFT | LVS_AUTOARRANGE | LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER | WS_VSCROLL,
81                 4, 4, 312, 58
82     LTEXT       "", IDC_SEC_ZONE_INFO, 4, 68, 312, 20
83     GROUPBOX    "", IDC_SEC_GROUP, 4, 88, 312, 126
84     CONTROL     "trackbar", IDC_SEC_TRACKBAR, "msctls_trackbar32",
85                 TBS_VERT | TBS_AUTOTICKS | TBS_BOTH | TBS_REVERSED, 8, 98, 32, 100
86     LTEXT       "", IDC_SEC_LEVEL, 48, 102, 180, 12
87     LTEXT       "", IDC_SEC_LEVEL_INFO, 48, 114, 260, 80
88 END
90 /* "Content" propsheet */
91 IDD_CONTENT DIALOG  0, 0, 320, 220
92 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
93 FONT 8, "MS Shell Dlg"
94 CAPTION "Inhalte"
95 BEGIN
97     GROUPBOX    " Zertifikate ", IDC_STATIC, 4, 4, 312, 50
98     LTEXT       "Zertifikate werden benutzt, um sich persönlich, Zertifizierungsstellen und Herausgeber von Zertifikaten zu identifizieren.",
99                 IDC_STATIC, 58, 14, 252, 18
100     PUSHBUTTON  "Zertifikate...", IDC_CERT, 146, 34, 80, 14
101     PUSHBUTTON  "Herausgeber...", IDC_CERT_PUBLISHER, 230, 34, 80, 14