wininet: Fix German translation.
This commit is contained in:
parent
1c48352540
commit
0512adff71
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2004 Henning Gerhardt
|
* Copyright 2004 Henning Gerhardt
|
||||||
* Copyright 2009 André Hentschel
|
* Copyright 2009-2010 André Hentschel
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -65,7 +65,7 @@ FONT 8, "MS Shell Dlg"
|
||||||
|
|
||||||
IDD_INVCERTDLG DIALOG 3, 24, 250, 86
|
IDD_INVCERTDLG DIALOG 3, 24, 250, 86
|
||||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||||
CAPTION "Security Warning"
|
CAPTION "Sicherheits Warnung"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
{
|
{
|
||||||
LTEXT "Es gibt ein Problem mit dem Zertifikat dieser Seite.", -1, 40, 6, 200, 20
|
LTEXT "Es gibt ein Problem mit dem Zertifikat dieser Seite.", -1, 40, 6, 200, 20
|
||||||
|
|
Loading…
Reference in New Issue