1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir#include "dialogs.hrc"
28*cdf0e10cSrcweir#include "helpids.hrc"
29*cdf0e10cSrcweir
30*cdf0e10cSrcweirTabDialog RID_XMLSECDLG_CERTVIEWER
31*cdf0e10cSrcweir{
32*cdf0e10cSrcweir    HelpID = HID_XMLSEC_DLG_CERTVIEWER;
33*cdf0e10cSrcweir	Size = MAP_APPFONT( TD_WIDTH, TD_HEIGHT );
34*cdf0e10cSrcweir	OutputSize = TRUE;
35*cdf0e10cSrcweir	Closeable = TRUE;
36*cdf0e10cSrcweir	Moveable = TRUE;
37*cdf0e10cSrcweir	SVLook = TRUE;
38*cdf0e10cSrcweir
39*cdf0e10cSrcweir	Text [ en-US ] = "View Certificate";
40*cdf0e10cSrcweir	TabControl 1
41*cdf0e10cSrcweir	{
42*cdf0e10cSrcweir		Pos = MAP_APPFONT( TD_SP_INNERBORDER_LEFT, TD_SP_INNERBORDER_TOP );
43*cdf0e10cSrcweir		Size = MAP_APPFONT( TP_WIDTH, TP_HEIGHT+RIDDER_HEIGHT );
44*cdf0e10cSrcweir		SVLook = TRUE ;
45*cdf0e10cSrcweir		PageList =
46*cdf0e10cSrcweir		{
47*cdf0e10cSrcweir			PageItem
48*cdf0e10cSrcweir			{
49*cdf0e10cSrcweir				Identifier = RID_XMLSECTP_GENERAL;
50*cdf0e10cSrcweir				Text [ en-US ] = "General";
51*cdf0e10cSrcweir			};
52*cdf0e10cSrcweir			PageItem
53*cdf0e10cSrcweir			{
54*cdf0e10cSrcweir				Identifier = RID_XMLSECTP_DETAILS;
55*cdf0e10cSrcweir				Text [ en-US ] = "Details";
56*cdf0e10cSrcweir			};
57*cdf0e10cSrcweir			PageItem
58*cdf0e10cSrcweir			{
59*cdf0e10cSrcweir				Identifier = RID_XMLSECTP_CERTPATH;
60*cdf0e10cSrcweir				Text [ en-US ] = "Certification Path";
61*cdf0e10cSrcweir			};
62*cdf0e10cSrcweir		};
63*cdf0e10cSrcweir	};
64*cdf0e10cSrcweir	OKButton BTN_OK
65*cdf0e10cSrcweir	{
66*cdf0e10cSrcweir		Pos = MAP_APPFONT( CV_COL_A, CV_ROW_A );
67*cdf0e10cSrcweir		Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
68*cdf0e10cSrcweir		DefButton = TRUE;
69*cdf0e10cSrcweir	};
70*cdf0e10cSrcweir	HelpButton BTN_HELP
71*cdf0e10cSrcweir	{
72*cdf0e10cSrcweir		Pos = MAP_APPFONT( CV_COL_C, CV_ROW_A );
73*cdf0e10cSrcweir		Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
74*cdf0e10cSrcweir	};
75*cdf0e10cSrcweir};
76*cdf0e10cSrcweir
77*cdf0e10cSrcweirTabPage RID_XMLSECTP_GENERAL
78*cdf0e10cSrcweir{
79*cdf0e10cSrcweir    HelpId = HID_XMLSEC_TP_GENERAL;
80*cdf0e10cSrcweir	Size = MAP_APPFONT( TP_WIDTH, TP_HEIGHT );
81*cdf0e10cSrcweir	OutputSize = TRUE;
82*cdf0e10cSrcweir	Hide = TRUE;
83*cdf0e10cSrcweir	SVLook = TRUE;
84*cdf0e10cSrcweir	Window WIN_FRAME
85*cdf0e10cSrcweir	{
86*cdf0e10cSrcweir		SVLook = TRUE;
87*cdf0e10cSrcweir		Border = TRUE;
88*cdf0e10cSrcweir		Pos = MAP_APPFONT( CV_COL_0, CV_ROW_0 );
89*cdf0e10cSrcweir		Size = MAP_APPFONT( CV_CONT_WIDTH, CV_CONT_HEIGHT );
90*cdf0e10cSrcweir	};
91*cdf0e10cSrcweir	FixedImage IMG_CERT
92*cdf0e10cSrcweir	{
93*cdf0e10cSrcweir		Pos = MAP_APPFONT( CW_COL_0, CW_ROW_0 );
94*cdf0e10cSrcweir		Size = MAP_APPFONT( IMG1_WIDTH, IMG1_HEIGHT );
95*cdf0e10cSrcweir		Fixed = Image
96*cdf0e10cSrcweir		{
97*cdf0e10cSrcweir			ImageBitmap = Bitmap { File = "certificate_40x56.png"; };
98*cdf0e10cSrcweir			MaskColor = STD_MASKCOLOR;
99*cdf0e10cSrcweir		};
100*cdf0e10cSrcweir	};
101*cdf0e10cSrcweir	FixedText FI_CERTINFO
102*cdf0e10cSrcweir	{
103*cdf0e10cSrcweir		Pos = MAP_APPFONT( CW_COL_3, CW_ROW_1 );
104*cdf0e10cSrcweir		Size = MAP_APPFONT( CW_COL_5-CW_COL_3, RSC_CD_FIXEDTEXT_HEIGHT );
105*cdf0e10cSrcweir		Text [ en-US ] = " Certificate Information";
106*cdf0e10cSrcweir	};
107*cdf0e10cSrcweir	FixedLine FL_SEP1
108*cdf0e10cSrcweir	{
109*cdf0e10cSrcweir		Pos = MAP_APPFONT( CW_COL_0, CW_ROW_3 );
110*cdf0e10cSrcweir		Size = MAP_APPFONT( CW_COL_5-CW_COL_0, RSC_CD_FIXEDLINE_HEIGHT );
111*cdf0e10cSrcweir	};
112*cdf0e10cSrcweir	FixedText FI_HINTNOTTRUST
113*cdf0e10cSrcweir	{
114*cdf0e10cSrcweir		Pos = MAP_APPFONT( CW_COL_1, CW_ROW_4 );
115*cdf0e10cSrcweir		Size = MAP_APPFONT( CW_COL_5a-CW_COL_1, CW_ROW_4a-CW_ROW_4 );
116*cdf0e10cSrcweir		WordBreak = TRUE;
117*cdf0e10cSrcweir		Text [ en-US ] = "This certificate is intended for the following purpose(s):";
118*cdf0e10cSrcweir	};
119*cdf0e10cSrcweir	FixedLine FL_SEP2
120*cdf0e10cSrcweir	{
121*cdf0e10cSrcweir		Pos = MAP_APPFONT( CW_COL_0, CW_ROW_5 );
122*cdf0e10cSrcweir		Size = MAP_APPFONT( CW_COL_5-CW_COL_0, RSC_CD_FIXEDLINE_HEIGHT );
123*cdf0e10cSrcweir	};
124*cdf0e10cSrcweir	FixedText FI_ISSTOLABEL
125*cdf0e10cSrcweir	{
126*cdf0e10cSrcweir		Pos = MAP_APPFONT( CW_COL_1, CW_ROW_6 );
127*cdf0e10cSrcweir		Size = MAP_APPFONT( CW_COL_4-CW_COL_1-1, RSC_CD_FIXEDTEXT_HEIGHT );
128*cdf0e10cSrcweir		Text [ en-US ] = "Issued to:";
129*cdf0e10cSrcweir	};
130*cdf0e10cSrcweir	FixedText FI_ISSTO
131*cdf0e10cSrcweir	{
132*cdf0e10cSrcweir		Pos = MAP_APPFONT( CW_COL_4, CW_ROW_6 );
133*cdf0e10cSrcweir		Size = MAP_APPFONT( CW_COL_5-CW_COL_4, RSC_CD_FIXEDTEXT_HEIGHT );
134*cdf0e10cSrcweir	};
135*cdf0e10cSrcweir	FixedText FI_ISSBYLABEL
136*cdf0e10cSrcweir	{
137*cdf0e10cSrcweir		Pos = MAP_APPFONT( CW_COL_1, CW_ROW_7 );
138*cdf0e10cSrcweir		Size = MAP_APPFONT( CW_COL_4-CW_COL_1-1, RSC_CD_FIXEDTEXT_HEIGHT );
139*cdf0e10cSrcweir		Text [ en-US ] = "Issued by:";
140*cdf0e10cSrcweir	};
141*cdf0e10cSrcweir	FixedText FI_ISSBY
142*cdf0e10cSrcweir	{
143*cdf0e10cSrcweir		Pos = MAP_APPFONT( CW_COL_4, CW_ROW_7 );
144*cdf0e10cSrcweir		Size = MAP_APPFONT( CW_COL_5-CW_COL_4, RSC_CD_FIXEDTEXT_HEIGHT );
145*cdf0e10cSrcweir	};
146*cdf0e10cSrcweir    FixedText FI_VALIDDATE
147*cdf0e10cSrcweir	{
148*cdf0e10cSrcweir		Pos = MAP_APPFONT( CW_COL_1, CW_ROW_8 );
149*cdf0e10cSrcweir        Size = MAP_APPFONT( CW_COL_5-CW_COL_1-1, RSC_CD_FIXEDTEXT_HEIGHT );
150*cdf0e10cSrcweir        Text [ en-US ] = "Valid from %SDATE% to %EDATE%";
151*cdf0e10cSrcweir	};
152*cdf0e10cSrcweir	FixedImage IMG_KEY
153*cdf0e10cSrcweir	{
154*cdf0e10cSrcweir		Pos = MAP_APPFONT( CW_COL_0, CW_ROW_9 );
155*cdf0e10cSrcweir		Size = MAP_APPFONT( IMG2_WIDTH, IMG2_HEIGHT );
156*cdf0e10cSrcweir		Fixed = Image
157*cdf0e10cSrcweir		{
158*cdf0e10cSrcweir			ImageBitmap = Bitmap { File = "key_12.png"; };
159*cdf0e10cSrcweir			MaskColor = STD_MASKCOLOR;
160*cdf0e10cSrcweir		};
161*cdf0e10cSrcweir	};
162*cdf0e10cSrcweir	FixedText FI_CORRPRIVKEY
163*cdf0e10cSrcweir	{
164*cdf0e10cSrcweir		Pos = MAP_APPFONT( CW_COL_1a, CW_ROW_10 );
165*cdf0e10cSrcweir		Size = MAP_APPFONT( CW_COL_5-CW_COL_1a, RSC_CD_FIXEDTEXT_HEIGHT );
166*cdf0e10cSrcweir		Text [ en-US ] = "You have a private key that corresponds to this certificate.";
167*cdf0e10cSrcweir	};
168*cdf0e10cSrcweir	String STR_CERTIFICATE_NOT_VALIDATED
169*cdf0e10cSrcweir	{
170*cdf0e10cSrcweir		Text [ en-US ] = "The certificate could not be validated.";
171*cdf0e10cSrcweir	};
172*cdf0e10cSrcweir    Image IMG_STATE_NOT_VALIDATED
173*cdf0e10cSrcweir    {
174*cdf0e10cSrcweir	    ImageBitmap = Bitmap { File = "notcertificate_40x56.png"; };
175*cdf0e10cSrcweir       	MaskColor = STD_MASKCOLOR;
176*cdf0e10cSrcweir	};
177*cdf0e10cSrcweir    Image IMG_STATE_CERIFICATED_HC
178*cdf0e10cSrcweir    {
179*cdf0e10cSrcweir	    ImageBitmap = Bitmap { File = "certificate_40x56_h.png"; };
180*cdf0e10cSrcweir       	MaskColor = STD_MASKCOLOR;
181*cdf0e10cSrcweir	};
182*cdf0e10cSrcweir    Image IMG_STATE_NOT_VALIDATED_HC
183*cdf0e10cSrcweir    {
184*cdf0e10cSrcweir	    ImageBitmap = Bitmap { File = "notcertificate_40x56_h.png"; };
185*cdf0e10cSrcweir       	MaskColor = STD_MASKCOLOR;
186*cdf0e10cSrcweir	};
187*cdf0e10cSrcweir    Image IMG_KEY_HC
188*cdf0e10cSrcweir    {
189*cdf0e10cSrcweir	    ImageBitmap = Bitmap { File = "key_12_h.png"; };
190*cdf0e10cSrcweir       	MaskColor = STD_MASKCOLOR;
191*cdf0e10cSrcweir	};
192*cdf0e10cSrcweir};
193*cdf0e10cSrcweir
194*cdf0e10cSrcweirTabPage RID_XMLSECTP_DETAILS
195*cdf0e10cSrcweir{
196*cdf0e10cSrcweir    HelpId = HID_XMLSEC_TP_DETAILS;
197*cdf0e10cSrcweir	Size = MAP_APPFONT( TP_WIDTH, TP_HEIGHT );
198*cdf0e10cSrcweir	OutputSize = TRUE;
199*cdf0e10cSrcweir	Hide = TRUE;
200*cdf0e10cSrcweir	SVLook = TRUE;
201*cdf0e10cSrcweir	Control LB_ELEMENTS
202*cdf0e10cSrcweir	{
203*cdf0e10cSrcweir        HelpId = HID_XMLSEC_CTRL_ELEMENTS;
204*cdf0e10cSrcweir		Pos = MAP_APPFONT( CV_COL_0, CV_ROW_0 );
205*cdf0e10cSrcweir		Size = MAP_APPFONT( CV_CONT_WIDTH, CV_ROW_1-CV_ROW_0 );
206*cdf0e10cSrcweir		SVLook = TRUE;
207*cdf0e10cSrcweir		Border = TRUE;
208*cdf0e10cSrcweir	};
209*cdf0e10cSrcweir	String STR_HEADERBAR
210*cdf0e10cSrcweir	{
211*cdf0e10cSrcweir		Text [ en-US ] = "Field\tValue";
212*cdf0e10cSrcweir	};
213*cdf0e10cSrcweir	MultiLineEdit ML_ELEMENT
214*cdf0e10cSrcweir	{
215*cdf0e10cSrcweir	    HelpID = "xmlsecurity:MultiLineEdit:RID_XMLSECTP_DETAILS:ML_ELEMENT";
216*cdf0e10cSrcweir		Pos = MAP_APPFONT( CV_COL_0, CV_ROW_2 );
217*cdf0e10cSrcweir		Size = MAP_APPFONT( CV_CONT_WIDTH, CV_ROW_3-CV_ROW_2 );
218*cdf0e10cSrcweir		ReadOnly = TRUE;
219*cdf0e10cSrcweir		Border = TRUE;
220*cdf0e10cSrcweir		VSCROLL = TRUE;
221*cdf0e10cSrcweir	};
222*cdf0e10cSrcweir	String STR_VERSION
223*cdf0e10cSrcweir	{
224*cdf0e10cSrcweir		Text [ en-US ] = "Version";
225*cdf0e10cSrcweir	};
226*cdf0e10cSrcweir	String STR_SERIALNUM
227*cdf0e10cSrcweir	{
228*cdf0e10cSrcweir		Text [ en-US ] = "Serial Number";
229*cdf0e10cSrcweir	};
230*cdf0e10cSrcweir	String STR_SIGALGORITHM
231*cdf0e10cSrcweir	{
232*cdf0e10cSrcweir		Text [ en-US ] = "Signature Algorithm";
233*cdf0e10cSrcweir	};
234*cdf0e10cSrcweir	String STR_ISSUER
235*cdf0e10cSrcweir	{
236*cdf0e10cSrcweir		Text [ en-US ] = "Issuer";
237*cdf0e10cSrcweir	};
238*cdf0e10cSrcweir	String STR_ISSUER_ID
239*cdf0e10cSrcweir	{
240*cdf0e10cSrcweir		Text [ en-US ] = "Issuer Unique ID";
241*cdf0e10cSrcweir	};
242*cdf0e10cSrcweir	String STR_VALIDFROM
243*cdf0e10cSrcweir	{
244*cdf0e10cSrcweir		Text [ en-US ] = "Valid From";
245*cdf0e10cSrcweir	};
246*cdf0e10cSrcweir	String STR_VALIDTO
247*cdf0e10cSrcweir	{
248*cdf0e10cSrcweir		Text [ en-US ] = "Valid to";
249*cdf0e10cSrcweir	};
250*cdf0e10cSrcweir	String STR_SUBJECT
251*cdf0e10cSrcweir	{
252*cdf0e10cSrcweir		Text [ en-US ] = "Subject";
253*cdf0e10cSrcweir	};
254*cdf0e10cSrcweir	String STR_SUBJECT_ID
255*cdf0e10cSrcweir	{
256*cdf0e10cSrcweir		Text [ en-US ] = "Subject Unique ID";
257*cdf0e10cSrcweir	};
258*cdf0e10cSrcweir	String STR_SUBJECT_PUBKEY_ALGO
259*cdf0e10cSrcweir	{
260*cdf0e10cSrcweir		Text [ en-US ] = "Subject Algorithm";
261*cdf0e10cSrcweir	};
262*cdf0e10cSrcweir	String STR_SUBJECT_PUBKEY_VAL
263*cdf0e10cSrcweir	{
264*cdf0e10cSrcweir        Text [ en-US ] = "Public Key";
265*cdf0e10cSrcweir	};
266*cdf0e10cSrcweir	String STR_SIGNATURE_ALGO
267*cdf0e10cSrcweir	{
268*cdf0e10cSrcweir		Text [ en-US ] = "Signature Algorithm";
269*cdf0e10cSrcweir	};
270*cdf0e10cSrcweir	String STR_THUMBPRINT_SHA1
271*cdf0e10cSrcweir	{
272*cdf0e10cSrcweir		Text [ en-US ] = "Thumbprint SHA1";
273*cdf0e10cSrcweir	};
274*cdf0e10cSrcweir	String STR_THUMBPRINT_MD5
275*cdf0e10cSrcweir	{
276*cdf0e10cSrcweir		Text [ en-US ] = "Thumbprint MD5";
277*cdf0e10cSrcweir	};
278*cdf0e10cSrcweir};
279*cdf0e10cSrcweir
280*cdf0e10cSrcweirTabPage RID_XMLSECTP_CERTPATH
281*cdf0e10cSrcweir{
282*cdf0e10cSrcweir    HelpId = HID_XMLSEC_TP_CERTPATH;
283*cdf0e10cSrcweir	Size = MAP_APPFONT( TP_WIDTH, TP_HEIGHT );
284*cdf0e10cSrcweir	OutputSize = TRUE;
285*cdf0e10cSrcweir	Hide = TRUE;
286*cdf0e10cSrcweir	SVLook = TRUE;
287*cdf0e10cSrcweir	FixedText FT_CERTPATH
288*cdf0e10cSrcweir	{
289*cdf0e10cSrcweir        Pos = MAP_APPFONT( CV_COL_0, CVP_ROW_0 );
290*cdf0e10cSrcweir		Size = MAP_APPFONT( CV_CONT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
291*cdf0e10cSrcweir		Text [ en-US ] = "Certification path";
292*cdf0e10cSrcweir	};
293*cdf0e10cSrcweir	Control LB_SIGNATURES
294*cdf0e10cSrcweir	{
295*cdf0e10cSrcweir        HelpId = HID_XMLSEC_CTRL_VIEWSIGNATURES;
296*cdf0e10cSrcweir        Pos = MAP_APPFONT( CV_COL_0, CVP_ROW_1 );
297*cdf0e10cSrcweir        Size = MAP_APPFONT( CV_CONT_WIDTH, REST_HEIGHT/3*2 );
298*cdf0e10cSrcweir		SVLook = TRUE;
299*cdf0e10cSrcweir		Border = TRUE;
300*cdf0e10cSrcweir	};
301*cdf0e10cSrcweir	PushButton BTN_VIEWCERT
302*cdf0e10cSrcweir	{
303*cdf0e10cSrcweir	    HelpID = "xmlsecurity:PushButton:RID_XMLSECTP_CERTPATH:BTN_VIEWCERT";
304*cdf0e10cSrcweir        Pos = MAP_APPFONT( CV_COL_1-(CV_COL_B-CV_COL_A), CVP_ROW_2 );
305*cdf0e10cSrcweir        Size = MAP_APPFONT( CV_COL_B-CV_COL_A, RSC_CD_PUSHBUTTON_HEIGHT );
306*cdf0e10cSrcweir        Text [ en-US ] = "View Certificate...";
307*cdf0e10cSrcweir	};
308*cdf0e10cSrcweir	FixedText FT_CERTSTATUS
309*cdf0e10cSrcweir	{
310*cdf0e10cSrcweir        Pos = MAP_APPFONT( CV_COL_0, CVP_ROW_3 );
311*cdf0e10cSrcweir		Size = MAP_APPFONT( CV_CONT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
312*cdf0e10cSrcweir		Text [ en-US ] = "Certification status";
313*cdf0e10cSrcweir	};
314*cdf0e10cSrcweir	MultiLineEdit ML_CERTSTATUS
315*cdf0e10cSrcweir	{
316*cdf0e10cSrcweir	    HelpID = "xmlsecurity:MultiLineEdit:RID_XMLSECTP_CERTPATH:ML_CERTSTATUS";
317*cdf0e10cSrcweir        Pos = MAP_APPFONT( CV_COL_0, CVP_ROW_4 );
318*cdf0e10cSrcweir        Size = MAP_APPFONT( CV_CONT_WIDTH, REST_HEIGHT/3 );
319*cdf0e10cSrcweir		ReadOnly = TRUE;
320*cdf0e10cSrcweir		Border = TRUE;
321*cdf0e10cSrcweir	};
322*cdf0e10cSrcweir    Image IMG_CERT_SMALL
323*cdf0e10cSrcweir    {
324*cdf0e10cSrcweir        ImageBitmap = Bitmap { File = "certificate_16.png"; };
325*cdf0e10cSrcweir        MaskColor = STD_MASKCOLOR;
326*cdf0e10cSrcweir    };
327*cdf0e10cSrcweir    Image IMG_CERT_SMALL_HC
328*cdf0e10cSrcweir    {
329*cdf0e10cSrcweir        ImageBitmap = Bitmap { File = "certificate_16_h.png"; };
330*cdf0e10cSrcweir        MaskColor = STD_MASKCOLOR;
331*cdf0e10cSrcweir    };
332*cdf0e10cSrcweir    Image IMG_CERT_NOTVALIDATED_SMALL
333*cdf0e10cSrcweir    {
334*cdf0e10cSrcweir        ImageBitmap = Bitmap { File = "notcertificate_16.png"; };
335*cdf0e10cSrcweir        MaskColor = STD_MASKCOLOR;
336*cdf0e10cSrcweir    };
337*cdf0e10cSrcweir    Image IMG_CERT_NOTVALIDATED_SMALL_HC
338*cdf0e10cSrcweir    {
339*cdf0e10cSrcweir        ImageBitmap = Bitmap { File = "notcertificate_16_h.png"; };
340*cdf0e10cSrcweir        MaskColor = STD_MASKCOLOR;
341*cdf0e10cSrcweir    };
342*cdf0e10cSrcweir    String STR_PATH_CERT_OK
343*cdf0e10cSrcweir    {
344*cdf0e10cSrcweir		Text [ en-US ] = "The certificate is OK.";
345*cdf0e10cSrcweir    };
346*cdf0e10cSrcweir    String STR_PATH_CERT_NOT_VALIDATED
347*cdf0e10cSrcweir    {
348*cdf0e10cSrcweir		Text [ en-US ] = "The certificate could not be validated.";
349*cdf0e10cSrcweir    };
350*cdf0e10cSrcweir};
351