summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs/certificateviewer.src
blob: d2c812551c86a538cf23c9f0051ba3f62d8bf817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2008 by Sun Microsystems, Inc.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * $RCSfile: certificateviewer.src,v $
 * $Revision: 1.15 $
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/
#include "dialogs.hrc"
#include "helpids.hrc"

TabDialog RID_XMLSECDLG_CERTVIEWER
{
    HelpID = HID_XMLSEC_DLG_CERTVIEWER;
    Size = MAP_APPFONT( TD_WIDTH, TD_HEIGHT );
    OutputSize = TRUE;
    Closeable = TRUE;
    Moveable = TRUE;
    SVLook = TRUE;

    Text [ en-US ] = "View Certificate";
    TabControl 1
    {
        Pos = MAP_APPFONT( TD_SP_INNERBORDER_LEFT, TD_SP_INNERBORDER_TOP );
        Size = MAP_APPFONT( TP_WIDTH, TP_HEIGHT+RIDDER_HEIGHT );
        SVLook = TRUE ;
        PageList =
        {
            PageItem
            {
                Identifier = RID_XMLSECTP_GENERAL;
                Text [ en-US ] = "General";
            };
            PageItem
            {
                Identifier = RID_XMLSECTP_DETAILS;
                Text [ en-US ] = "Details";
            };
            PageItem
            {
                Identifier = RID_XMLSECTP_CERTPATH;
                Text [ en-US ] = "Certification Path";
            };
        };
    };
    OKButton BTN_OK
    {
        Pos = MAP_APPFONT( CV_COL_A, CV_ROW_A );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
        DefButton = TRUE;
    };
    HelpButton BTN_HELP
    {
        Pos = MAP_APPFONT( CV_COL_C, CV_ROW_A );
        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
    };
};

TabPage RID_XMLSECTP_GENERAL
{
    HelpId = HID_XMLSEC_TP_GENERAL;
    Size = MAP_APPFONT( TP_WIDTH, TP_HEIGHT );
    OutputSize = TRUE;
    Hide = TRUE;
    SVLook = TRUE;
    Window WIN_FRAME
    {
        SVLook = TRUE;
        Border = TRUE;
        Pos = MAP_APPFONT( CV_COL_0, CV_ROW_0 );
        Size = MAP_APPFONT( CV_CONT_WIDTH, CV_CONT_HEIGHT );
    };
    FixedImage IMG_CERT
    {
        Pos = MAP_APPFONT( CW_COL_0, CW_ROW_0 );
        Size = MAP_APPFONT( IMG1_WIDTH, IMG1_HEIGHT );
        Fixed = Image
        {
            ImageBitmap = Bitmap { File = "certificate_40x56.png"; };
            MaskColor = STD_MASKCOLOR;
        };
    };
    FixedText FI_CERTINFO
    {
        Pos = MAP_APPFONT( CW_COL_3, CW_ROW_1 );
        Size = MAP_APPFONT( CW_COL_5-CW_COL_3, RSC_CD_FIXEDTEXT_HEIGHT );
        Text [ en-US ] = " Certificate Information";
    };
    FixedLine FL_SEP1
    {
        Pos = MAP_APPFONT( CW_COL_0, CW_ROW_3 );
        Size = MAP_APPFONT( CW_COL_5-CW_COL_0, RSC_CD_FIXEDLINE_HEIGHT );
    };
    FixedText FI_HINTNOTTRUST
    {
        Pos = MAP_APPFONT( CW_COL_1, CW_ROW_4 );
        Size = MAP_APPFONT( CW_COL_5a-CW_COL_1, CW_ROW_4a-CW_ROW_4 );
        WordBreak = TRUE;
        Text [ en-US ] = "This certificate is intended for the following purpose(s):";
    };
    FixedLine FL_SEP2
    {
        Pos = MAP_APPFONT( CW_COL_0, CW_ROW_5 );
        Size = MAP_APPFONT( CW_COL_5-CW_COL_0, RSC_CD_FIXEDLINE_HEIGHT );
    };
    FixedText FI_ISSTOLABEL
    {
        Pos = MAP_APPFONT( CW_COL_1, CW_ROW_6 );
        Size = MAP_APPFONT( CW_COL_4-CW_COL_1-1, RSC_CD_FIXEDTEXT_HEIGHT );
        Text [ en-US ] = "Issued to:";
    };
    FixedText FI_ISSTO
    {
        Pos = MAP_APPFONT( CW_COL_4, CW_ROW_6 );
        Size = MAP_APPFONT( CW_COL_5-CW_COL_4, RSC_CD_FIXEDTEXT_HEIGHT );
    };
    FixedText FI_ISSBYLABEL
    {
        Pos = MAP_APPFONT( CW_COL_1, CW_ROW_7 );
        Size = MAP_APPFONT( CW_COL_4-CW_COL_1-1, RSC_CD_FIXEDTEXT_HEIGHT );
        Text [ en-US ] = "Issued by:";
    };
    FixedText FI_ISSBY
    {
        Pos = MAP_APPFONT( CW_COL_4, CW_ROW_7 );
        Size = MAP_APPFONT( CW_COL_5-CW_COL_4, RSC_CD_FIXEDTEXT_HEIGHT );
    };
    FixedText FI_VALIDDATE
    {
        Pos = MAP_APPFONT( CW_COL_1, CW_ROW_8 );
        Size = MAP_APPFONT( CW_COL_5-CW_COL_1-1, RSC_CD_FIXEDTEXT_HEIGHT );
        Text [ en-US ] = "Valid from %SDATE% to %EDATE%";
    };
    FixedImage IMG_KEY
    {
        Pos = MAP_APPFONT( CW_COL_0, CW_ROW_9 );
        Size = MAP_APPFONT( IMG2_WIDTH, IMG2_HEIGHT );
        Fixed = Image
        {
            ImageBitmap = Bitmap { File = "key_12.png"; };
            MaskColor = STD_MASKCOLOR;
        };
    };
    FixedText FI_CORRPRIVKEY
    {
        Pos = MAP_APPFONT( CW_COL_1a, CW_ROW_10 );
        Size = MAP_APPFONT( CW_COL_5-CW_COL_1a, RSC_CD_FIXEDTEXT_HEIGHT );
        Text [ en-US ] = "You have a private key that corresponds to this certificate.";
    };
    String STR_CERTIFICATE_NOT_VALIDATED
    {
        Text [ en-US ] = "The certificate could not be validated.";
    };
    Image IMG_STATE_NOT_VALIDATED
    {
        ImageBitmap = Bitmap { File = "notcertificate_40x56.png"; };
           MaskColor = STD_MASKCOLOR;
    };
    Image IMG_STATE_CERIFICATED_HC
    {
        ImageBitmap = Bitmap { File = "certificate_40x56_h.png"; };
           MaskColor = STD_MASKCOLOR;
    };
    Image IMG_STATE_NOT_VALIDATED_HC
    {
        ImageBitmap = Bitmap { File = "notcertificate_40x56_h.png"; };
           MaskColor = STD_MASKCOLOR;
    };
    Image IMG_KEY_HC
    {
        ImageBitmap = Bitmap { File = "key_12_h.png"; };
           MaskColor = STD_MASKCOLOR;
    };
};

TabPage RID_XMLSECTP_DETAILS
{
    HelpId = HID_XMLSEC_TP_DETAILS;
    Size = MAP_APPFONT( TP_WIDTH, TP_HEIGHT );
    OutputSize = TRUE;
    Hide = TRUE;
    SVLook = TRUE;
    Control LB_ELEMENTS
    {
        HelpId = HID_XMLSEC_CTRL_ELEMENTS;
        Pos = MAP_APPFONT( CV_COL_0, CV_ROW_0 );
        Size = MAP_APPFONT( CV_CONT_WIDTH, CV_ROW_1-CV_ROW_0 );
        SVLook = TRUE;
        Border = TRUE;
    };
    String STR_HEADERBAR
    {
        Text [ en-US ] = "Field\tValue";
    };
    MultiLineEdit ML_ELEMENT
    {
        Pos = MAP_APPFONT( CV_COL_0, CV_ROW_2 );
        Size = MAP_APPFONT( CV_CONT_WIDTH, CV_ROW_3-CV_ROW_2 );
        ReadOnly = TRUE;
        Border = TRUE;
        VSCROLL = TRUE;
    };
    String STR_VERSION
    {
        Text [ en-US ] = "Version";
    };
    String STR_SERIALNUM
    {
        Text [ en-US ] = "Serial Number";
    };
    String STR_SIGALGORITHM
    {
        Text [ en-US ] = "Signature Algorithm";
    };
    String STR_ISSUER
    {
        Text [ en-US ] = "Issuer";
    };
    String STR_ISSUER_ID
    {
        Text [ en-US ] = "Issuer Unique ID";
    };
    String STR_VALIDFROM
    {
        Text [ en-US ] = "Valid From";
    };
    String STR_VALIDTO
    {
        Text [ en-US ] = "Valid to";
    };
    String STR_SUBJECT
    {
        Text [ en-US ] = "Subject";
    };
    String STR_SUBJECT_ID
    {
        Text [ en-US ] = "Subject Unique ID";
    };
    String STR_SUBJECT_PUBKEY_ALGO
    {
        Text [ en-US ] = "Subject Algorithm";
    };
    String STR_SUBJECT_PUBKEY_VAL
    {
        Text [ en-US ] = "Public Key";
    };
    String STR_SIGNATURE_ALGO
    {
        Text [ en-US ] = "Signature Algorithm";
    };
    String STR_THUMBPRINT_SHA1
    {
        Text [ en-US ] = "Thumbprint SHA1";
    };
    String STR_THUMBPRINT_MD5
    {
        Text [ en-US ] = "Thumbprint MD5";
    };
};

TabPage RID_XMLSECTP_CERTPATH
{
    HelpId = HID_XMLSEC_TP_CERTPATH;
    Size = MAP_APPFONT( TP_WIDTH, TP_HEIGHT );
    OutputSize = TRUE;
    Hide = TRUE;
    SVLook = TRUE;
    FixedText FT_CERTPATH
    {
        Pos = MAP_APPFONT( CV_COL_0, CVP_ROW_0 );
        Size = MAP_APPFONT( CV_CONT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
        Text [ en-US ] = "Certification path";
    };
    Control LB_SIGNATURES
    {
        HelpId = HID_XMLSEC_CTRL_VIEWSIGNATURES;
        Pos = MAP_APPFONT( CV_COL_0, CVP_ROW_1 );
        Size = MAP_APPFONT( CV_CONT_WIDTH, REST_HEIGHT/3*2 );
        SVLook = TRUE;
        Border = TRUE;
    };
    PushButton BTN_VIEWCERT
    {
        Pos = MAP_APPFONT( CV_COL_1-(CV_COL_B-CV_COL_A), CVP_ROW_2 );
        Size = MAP_APPFONT( CV_COL_B-CV_COL_A, RSC_CD_PUSHBUTTON_HEIGHT );
        Text [ en-US ] = "View Certificate...";
    };
    FixedText FT_CERTSTATUS
    {
        Pos = MAP_APPFONT( CV_COL_0, CVP_ROW_3 );
        Size = MAP_APPFONT( CV_CONT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
        Text [ en-US ] = "Certification status";
    };
    MultiLineEdit ML_CERTSTATUS
    {
        Pos = MAP_APPFONT( CV_COL_0, CVP_ROW_4 );
        Size = MAP_APPFONT( CV_CONT_WIDTH, REST_HEIGHT/3 );
        ReadOnly = TRUE;
        Border = TRUE;
    };
    Image IMG_CERT_SMALL
    {
        ImageBitmap = Bitmap { File = "certificate_16.png"; };
        MaskColor = STD_MASKCOLOR;
    };
    Image IMG_CERT_SMALL_HC
    {
        ImageBitmap = Bitmap { File = "certificate_16_h.png"; };
        MaskColor = STD_MASKCOLOR;
    };
    Image IMG_CERT_NOTVALIDATED_SMALL
    {
        ImageBitmap = Bitmap { File = "notcertificate_16.png"; };
        MaskColor = STD_MASKCOLOR;
    };
    Image IMG_CERT_NOTVALIDATED_SMALL_HC
    {
        ImageBitmap = Bitmap { File = "notcertificate_16_h.png"; };
        MaskColor = STD_MASKCOLOR;
    };
    String STR_PATH_CERT_OK
    {
        Text [ en-US ] = "The certificate is OK.";
    };
    String STR_PATH_CERT_NOT_VALIDATED
    {
        Text [ en-US ] = "The certificate could not be validated.";
    };
};