Module: wine Branch: master Commit: 440cf085e4c126f522088559b9ac7936a4309d5c URL: http://source.winehq.org/git/wine.git/?a=commit;h=440cf085e4c126f522088559b9...
Author: Detlef Riekenberg wine.dev@web.de Date: Mon Sep 27 13:08:39 2010 +0200
inetcpl: German translation for the content property sheet.
---
dlls/inetcpl.cpl/cpl_De.rc | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/dlls/inetcpl.cpl/cpl_De.rc b/dlls/inetcpl.cpl/cpl_De.rc index 397f0cd..a5280a2 100644 --- a/dlls/inetcpl.cpl/cpl_De.rc +++ b/dlls/inetcpl.cpl/cpl_De.rc @@ -30,3 +30,18 @@ BEGIN IDS_CPL_NAME "Internet Einstellungen" IDS_CPL_INFO "Wine Internet Browser und zugehörige Einstellungen anpassen." END + +/* "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 + PUSHBUTTON "Herausgeber... ", IDC_CERT_PUBLISHER, 230, 34, 80, 14 + +END