2010-09-10 13:32:43 +02:00
|
|
|
/*
|
|
|
|
* German resources for the Internet control panel applet
|
|
|
|
*
|
|
|
|
* Copyright 2010 Detlef Riekenberg
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "inetcpl.h"
|
|
|
|
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
|
|
|
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
|
|
|
|
2010-10-01 13:16:39 +02:00
|
|
|
/* "General" propsheet */
|
|
|
|
IDD_GENERAL DIALOG 0, 0, 320, 220
|
|
|
|
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
CAPTION "Allgemein"
|
|
|
|
BEGIN
|
|
|
|
|
|
|
|
GROUPBOX " Startseite ", IDC_STATIC, 4, 4, 312, 52
|
|
|
|
LTEXT "Sie können eine Addresse wählen, die als Startseite verwendet wird.",
|
|
|
|
IDC_STATIC, 58, 10, 252, 10
|
|
|
|
EDITTEXT IDC_HOME_EDIT, 58, 22, 252, 12, WS_VISIBLE | ES_AUTOHSCROLL
|
|
|
|
PUSHBUTTON "A&ktuelle Seite", IDC_HOME_CURRENT, 58, 36, 80, 14
|
|
|
|
PUSHBUTTON "&Standardseite", IDC_HOME_DEFAULT, 144, 36, 80, 14
|
|
|
|
PUSHBUTTON "&Leere Seite", IDC_HOME_BLANK, 230, 36, 80, 14
|
2011-03-13 22:01:45 +01:00
|
|
|
GROUPBOX " Browserverlauf ", IDC_STATIC, 4, 60, 312, 46
|
|
|
|
LTEXT "Sie können temporäre Dateien, Cookies und andere Daten löschen.",
|
2011-03-02 19:38:15 +01:00
|
|
|
IDC_STATIC, 58, 72, 252, 10
|
2011-03-13 22:01:45 +01:00
|
|
|
PUSHBUTTON "&Daten löschen...", IDC_HISTORY_DELETE, 144, 86, 80, 14
|
|
|
|
PUSHBUTTON "&Einstellungen...", IDC_HISTORY_SETTINGS, 230, 86, 80, 14
|
2010-10-01 13:16:39 +02:00
|
|
|
|
|
|
|
END
|
|
|
|
|
2011-03-13 22:01:45 +01:00
|
|
|
/* "Delete browsing history" dialog */
|
|
|
|
IDD_DELETE_HISTORY DIALOG 0, 0, 250, 250
|
|
|
|
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
CAPTION "Gespeicherte Browserdaten löchen"
|
|
|
|
BEGIN
|
|
|
|
|
|
|
|
AUTOCHECKBOX "&Temporäre Inernetdateien\nZwischengespeicherte Kopien von Webseiten, Bildern und Zertifikaten.",
|
|
|
|
IDC_DELETE_TEMP_FILES, 10, 8, 230, 30, BS_TOP | BS_MULTILINE
|
|
|
|
AUTOCHECKBOX "&Cookies\nVon Webseiten auf ihrem Computer gespeicherte Dateien, die Benutzereinstellungen oder Anmeldeinformationen enthalten.",
|
|
|
|
IDC_DELETE_COOKIES, 10, 38, 230, 30, BS_TOP | BS_MULTILINE
|
|
|
|
AUTOCHECKBOX "&Verlauf\nListe von Webseiten, die Sie aufgerufen haben.",
|
|
|
|
IDC_DELETE_HISTORY, 10, 68, 230, 30, BS_TOP | BS_MULTILINE
|
|
|
|
AUTOCHECKBOX "&Formulardaten\nBenutzernamen und andere Informationen, die Sie in Formulare eingegeben haben.",
|
|
|
|
IDC_DELETE_FORM_DATA, 10, 98, 230, 30, BS_TOP | BS_MULTILINE
|
|
|
|
AUTOCHECKBOX "&Kennwörter\nGespeicherte Kennwörter, die Sie in Formulare eingegeben haben.",
|
|
|
|
IDC_DELETE_PASSWORDS, 10, 128, 230, 30, BS_TOP | BS_MULTILINE
|
|
|
|
DEFPUSHBUTTON "&Abbrechen", IDCANCEL, 185, 230, 60, 15, WS_GROUP
|
|
|
|
PUSHBUTTON "&Löschen", IDOK, 120, 230, 60, 15, WS_GROUP
|
|
|
|
|
|
|
|
END
|
2010-10-01 13:16:39 +02:00
|
|
|
|
2010-09-27 13:08:39 +02:00
|
|
|
/* "Content" propsheet */
|
|
|
|
IDD_CONTENT DIALOG 0, 0, 320, 220
|
|
|
|
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
|
|
|
|
FONT 8, "MS Shell Dlg"
|
|
|
|
CAPTION "Inhalte"
|
|
|
|
BEGIN
|
|
|
|
|
|
|
|
GROUPBOX " Zertifikate ", IDC_STATIC, 4, 4, 312, 50
|
|
|
|
LTEXT "Zertifikate werden benutzt, um sich persönlich, Zertifizierungsstellen und Herausgeber von Zertifikaten zu identifizieren.",
|
|
|
|
IDC_STATIC, 58, 14, 252, 18
|
|
|
|
PUSHBUTTON "Zertifikate...", IDC_CERT, 146, 34, 80, 14
|
2010-09-29 22:59:13 +02:00
|
|
|
PUSHBUTTON "Herausgeber...", IDC_CERT_PUBLISHER, 230, 34, 80, 14
|
2010-09-27 13:08:39 +02:00
|
|
|
|
|
|
|
END
|