bump product version to 4.1.6.2
[LibreOffice.git] / cui / source / options / certpath.src
blob921017b87a07d13efb0b9ebc4edf86c8386e5f61
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
10 #include <svtools/controldims.hrc>
11 #include "certpath.hrc"
12 #include <cuires.hrc>
13 #include "helpid.hrc"
15 ModalDialog RID_SVXDLG_CERTPATH
17     HelpID = HID_DLG_CERTPATH ;
18     OutputSize = TRUE ;
19     SVLook = TRUE ;
20     Size = MAP_APPFONT ( DLG_WIDTH , ROW_10 ) ;
21     Moveable = TRUE ;
22     Closeable = TRUE ;
23     Text [ en-US ] = "Certificate Path" ;
24     FixedLine FL_CERTPATH
25     {
26         Pos = MAP_APPFONT ( COL_0 , ROW_0 ) ;
27         Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
28         Text [ en-US ] = "Certificate Path" ;
29     };
30     FixedText FT_CERTPATH
31     {
32         Pos = MAP_APPFONT ( COL_1 , ROW_1 ) ;
33         Size = MAP_APPFONT ( COL_C - COL_1 - RSC_SP_FLGR_SPACE_X , ROW_2 - ROW_1 ) ;
34         Wordbreak = TRUE;
35         Text [ en-US ] = "Select or add the correct Network Security Services Certificate directory to use for digital signatures:" ;
36     };
37     Control LB_CERTPATH
38     {
39         Pos = MAP_APPFONT ( COL_1 , ROW_2 ) ;
40         Size = MAP_APPFONT ( COL_C - COL_1 - RSC_SP_FLGR_SPACE_X, ROW_8 - ROW_2 ) ;
41         Border = TRUE ;
42         TabStop = TRUE ;
43     };
44     PushButton PB_ADD
45     {
46         Pos = MAP_APPFONT ( COL_C , ROW_2 ) ;
47         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
48         Text [ en-US ] = "~Add..." ;
49     };
50     FixedLine FL_BUTTONS
51     {
52         Pos = MAP_APPFONT( 0, ROW_8 );
53         Size = MAP_APPFONT( DLG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
54     };
55     OKButton PB_OK
56     {
57         Pos = MAP_APPFONT ( COL_A , ROW_9 ) ;
58         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
59         TabStop = TRUE ;
60         DefButton = TRUE ;
61     };
62     CancelButton PB_CANCEL
63     {
64         Pos = MAP_APPFONT ( COL_B , ROW_9 ) ;
65         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
66         TabStop = TRUE ;
67     };
68     HelpButton PB_HELP
69     {
70         Pos = MAP_APPFONT ( COL_C , ROW_9 ) ;
71         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
72         TabStop = TRUE ;
73     };
74     String STR_ADDDLGTEXT
75     {
76         Text [ en-US ] = "Select a Certificate directory" ;
77     };
78     String STR_MANUAL
79     {
80         Text [ en-US ] = "manual" ;
81     };
82     String STR_PROFILE
83     {
84         Text [ en-US ] = "Profile" ;
85     };
86     String STR_DIRECTORY
87     {
88         Text [ en-US ] = "Directory" ;
89     };