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