wininet: Update German translation.

This commit is contained in:
André Hentschel 2010-12-21 17:59:09 +01:00 committed by Alexandre Julliard
parent fd0bec1f96
commit 5c7bb1e5b8
1 changed files with 16 additions and 0 deletions

View File

@ -63,7 +63,23 @@ FONT 8, "MS Shell Dlg"
PUSHBUTTON "Abbrechen", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP
}
IDD_INVCERTDLG DIALOG 3, 24, 250, 86
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Security Warning"
FONT 8, "MS Shell Dlg"
{
LTEXT "Es gibt ein Problem mit dem Zertifikat dieser Seite.", -1, 40, 6, 200, 20
LTEXT "", IDC_CERT_ERROR, 40, 26, 200, 20
LTEXT "Möchten Sie dennoch fortfahren?", -1, 40, 46, 200, 20
PUSHBUTTON "Ja", IDOK, 40, 66, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
PUSHBUTTON "Nein", IDCANCEL, 100, 66, 56, 14, WS_GROUP | WS_TABSTOP
}
STRINGTABLE
{
IDS_LANCONNECTION "LAN Verbindung"
IDS_CERT_CA_INVALID "Das Zertifikat wurde von einem unbekannten oder vertrauensunwürdigen Herausgeber ausgestellt."
IDS_CERT_DATE_INVALID "Das Datum des Zertifkats ist ungültig."
IDS_CERT_CN_INVALID "Der Name auf dem Zertifikat entspricht nicht der Seite."
IDS_CERT_ERRORS "Es gibt mindestens ein unbekanntes Sicherheitsproblem mit diesem Zertifikat."
}