Update ooo320-m1
[ooovba.git] / xmlsecurity / source / dialogs / certificatechooser.src
blob30e56321ff65bf995912e0f6c7b5d042b7b123aa
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: certificatechooser.src,v $
10  * $Revision: 1.8 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "dialogs.hrc"
32 #include "helpids.hrc"
34 ModalDialog RID_XMLSECDLG_CERTCHOOSER
36     HelpId = HID_XMLSEC_DLG_CERTCHOOSER;
37     Size = MAP_APPFONT( CS_WIDTH, CS_HEIGHT );
38     OutputSize = TRUE;
39     Closeable = TRUE;
40     Moveable = TRUE;
41     SVLook = TRUE;
43     Text [ en-US ] = "Select Certificate";
45     FixedText FT_HINT_SELECT
46     {
47         Pos = MAP_APPFONT( CS_COL_0, CS_ROW_0 );
48         Size = MAP_APPFONT( CS_COL_2-CS_COL_0, RSC_CD_FIXEDTEXT_HEIGHT );
49         Text [ en-US ] = "Select the certificate you want to use for signing";
50     };
51     Control LB_SIGNATURES
52     {
53         HelpId = HID_XMLSEC_CTRL_CHOOSESIGNATURES;
54         Pos = MAP_APPFONT( CS_COL_0, CS_ROW_1 );
55         Size = MAP_APPFONT( CS_LB_WIDTH, CS_ROW_2-CS_ROW_1 );
56         SVLook = TRUE;
57         Border = TRUE;
58     };
59     String STR_HEADERBAR
60     {
61         Text [ en-US ] = "Issued to\tIssued by\tExpiration date";
62     };
63     PushButton BTN_VIEWCERT
64     {
65         Pos = MAP_APPFONT( CS_COL_1, CS_ROW_3 );
66         Size = MAP_APPFONT( CS_COL_2-CS_COL_1, RSC_CD_PUSHBUTTON_HEIGHT );
67         Text [ en-US ] = "View Certificate...";
68     };
69     FixedLine FL_BOTTOM_SEP
70     {
71         Pos = MAP_APPFONT( 0, DLGS_BOTTOM_FL_Y( CS_HEIGHT ) );
72         Size = MAP_APPFONT( CS_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
73     };
74     OKButton BTN_OK
75     {
76         DefButton = TRUE;
77         Pos = MAP_APPFONT( DLGS_BOTTOM_OK_X( CS_WIDTH ), DLGS_BOTTOM_BTN_Y( CS_HEIGHT ) );
78         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
79     };
80     CancelButton BTN_CANCEL
81     {
82         Pos = MAP_APPFONT( DLGS_BOTTOM_CANCEL_X( CS_WIDTH ), DLGS_BOTTOM_BTN_Y( CS_HEIGHT ) );
83         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
84     };
85     HelpButton BTN_HELP
86     {
87         Pos = MAP_APPFONT( DLGS_BOTTOM_HELP_X( CS_WIDTH ), DLGS_BOTTOM_BTN_Y( CS_HEIGHT ) );
88         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
89     };