bump product version to 4.1.6.2
[LibreOffice.git] / uui / source / unknownauthdlg.src
blob58856f5f6859d5096dd3f7bf66a1956e9a75f95d
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  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #define __RSC
21 #include <ids.hrc>
22 #include <unknownauthdlg.hrc>
24 ModalDialog DLG_UUI_UNKNOWNAUTH
26     HelpId = HID_DLG_UNKNOWNAUTH_UUI;
27     Border = TRUE ;
28     Moveable = TRUE ;
29     OutputSize = TRUE ;
30     SVLook = TRUE ;
31     Pos = MAP_APPFONT( 136, 79 );
32     Size = MAP_APPFONT(  DLG_WIDTH,  DLG_HEIGHT );
34     Text [ en-US ] = "Website Certified by an Unknown Authority";
37     FixedImage IMG_WARN
38     {
39         Pos = MAP_APPFONT( RSC_SP_DLG_INNERBORDER_LEFT, RSC_SP_DLG_INNERBORDER_TOP );
40         Size = MAP_APPFONT( DLG_WARMIMG_WIDTH , DLG_WARMIMG_HEIGHT );
42         Fixed = Image
43         {
44             /* ImageBitmap = Bitmap { File = "certificate_40x56.png"; }; */
45             MaskColor = Color{Red=0xffff;Green=0x0000;Blue=0xffff;};
46         };
48     };
51     PushButton PB_VIEW__CERTIFICATE
52     {
53         HelpID = "uui:PushButton:DLG_UUI_UNKNOWNAUTH:PB_VIEW__CERTIFICATE";
54         Pos = MAP_APPFONT( DLG_TEXT_START_X, RSC_SP_DLG_INNERBORDER_TOP + DLG_TEXT_1_HEIGHT + RSC_SP_CTRL_GROUP_Y );
55         Size = MAP_APPFONT( 70, RSC_CD_PUSHBUTTON_HEIGHT );
57         Text [ en-US ] = "Examine Certificate...";
59     };
61     HelpButton PB_HELP
62     {
63         Pos = MAP_APPFONT( DLG_CTLBTN_HELP_START_X, DLG_CTLBTN_START_Y  );
64         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
66         Text [ en-US ] = "Help";
68     };
70     PushButton PB_OK
71     {
72         HelpID = "uui:PushButton:DLG_UUI_UNKNOWNAUTH:PB_OK";
73         Pos = MAP_APPFONT( DLG_CTLBTN_OK_START_X, DLG_CTLBTN_START_Y );
74         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
76         Text [ en-US ] = "OK";
78     };
80     CancelButton PB_CANCEL
81     {
82         Pos = MAP_APPFONT( DLG_CTLBTN_CANCEL_START_X, DLG_CTLBTN_START_Y );
83         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
85     };
87     RadioButton RB_ACCEPT_1
88     {
89         HelpID = "uui:RadioButton:DLG_UUI_UNKNOWNAUTH:RB_ACCEPT_1";
90         Pos = MAP_APPFONT( DLG_TEXT_START_X, DLG_RADIOBTN_START_Y );
91         Size = MAP_APPFONT( 182, RSC_CD_RADIOBUTTON_HEIGHT );
93         Text [ en-US ] = "Accept this certificate temporarily for this session";
95         Check = TRUE;
96     };
98     RadioButton RB_DONTACCEPT_2
99     {
100         HelpID = "uui:RadioButton:DLG_UUI_UNKNOWNAUTH:RB_DONTACCEPT_2";
101         Pos = MAP_APPFONT( DLG_TEXT_START_X, DLG_RADIOBTN_START_Y + RSC_CD_RADIOBUTTON_HEIGHT  );
102         Size = MAP_APPFONT( 182, RSC_CD_RADIOBUTTON_HEIGHT );
104         Text [ en-US ] = "Do not accept this certificate and do not connect to this Web site";
106     };
108     FixedText FT_LABEL_1
109     {
110         Pos = MAP_APPFONT( DLG_TEXT_START_X, RSC_SP_DLG_INNERBORDER_TOP );
111         Size = MAP_APPFONT( 190, DLG_TEXT_1_HEIGHT );
113         Text [ en-US ] = "No Text";
115         Border = FALSE;
116         WordBreak = TRUE;
118     };
120     FixedLine FL_LINE
121     {
122         Pos = MAP_APPFONT( 0, DLG_CTLBTN_START_Y - RSC_SP_FLGR_INNERBORDER_TOP -  RSC_CD_FIXEDLINE_HEIGHT );
123         Size = MAP_APPFONT( DLG_WIDTH , RSC_CD_FIXEDLINE_HEIGHT );
124     };
128 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */