2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
21 #include <unknownauthdlg.hrc>
23 ModalDialog DLG_UUI_UNKNOWNAUTH
25 HelpId = HID_DLG_UNKNOWNAUTH_UUI;
30 Pos = MAP_APPFONT( 136, 79 );
31 Size = MAP_APPFONT( DLG_WIDTH, DLG_HEIGHT );
33 Text [ en-US ] = "Website Certified by an Unknown Authority";
38 Pos = MAP_APPFONT( RSC_SP_DLG_INNERBORDER_LEFT, RSC_SP_DLG_INNERBORDER_TOP );
39 Size = MAP_APPFONT( DLG_WARMIMG_WIDTH , DLG_WARMIMG_HEIGHT );
43 /* ImageBitmap = Bitmap { File = "certificate_40x56.png"; }; */
44 MaskColor = Color{Red=0xffff;Green=0x0000;Blue=0xffff;};
50 PushButton PB_VIEW__CERTIFICATE
52 HelpID = "uui:PushButton:DLG_UUI_UNKNOWNAUTH:PB_VIEW__CERTIFICATE";
53 Pos = MAP_APPFONT( DLG_TEXT_START_X, RSC_SP_DLG_INNERBORDER_TOP + DLG_TEXT_1_HEIGHT + RSC_SP_CTRL_GROUP_Y );
54 Size = MAP_APPFONT( 70, RSC_CD_PUSHBUTTON_HEIGHT );
56 Text [ en-US ] = "Examine Certificate...";
62 Pos = MAP_APPFONT( DLG_CTLBTN_HELP_START_X, DLG_CTLBTN_START_Y );
63 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
65 Text [ en-US ] = "Help";
71 HelpID = "uui:PushButton:DLG_UUI_UNKNOWNAUTH:PB_OK";
72 Pos = MAP_APPFONT( DLG_CTLBTN_OK_START_X, DLG_CTLBTN_START_Y );
73 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
75 Text [ en-US ] = "OK";
79 CancelButton PB_CANCEL
81 Pos = MAP_APPFONT( DLG_CTLBTN_CANCEL_START_X, DLG_CTLBTN_START_Y );
82 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
86 RadioButton RB_ACCEPT_1
88 HelpID = "uui:RadioButton:DLG_UUI_UNKNOWNAUTH:RB_ACCEPT_1";
89 Pos = MAP_APPFONT( DLG_TEXT_START_X, DLG_RADIOBTN_START_Y );
90 Size = MAP_APPFONT( 182, RSC_CD_RADIOBUTTON_HEIGHT );
92 Text [ en-US ] = "Accept this certificate temporarily for this session";
97 RadioButton RB_DONTACCEPT_2
99 HelpID = "uui:RadioButton:DLG_UUI_UNKNOWNAUTH:RB_DONTACCEPT_2";
100 Pos = MAP_APPFONT( DLG_TEXT_START_X, DLG_RADIOBTN_START_Y + RSC_CD_RADIOBUTTON_HEIGHT );
101 Size = MAP_APPFONT( 182, RSC_CD_RADIOBUTTON_HEIGHT );
103 Text [ en-US ] = "Do not accept this certificate and do not connect to this Web site";
109 Pos = MAP_APPFONT( DLG_TEXT_START_X, RSC_SP_DLG_INNERBORDER_TOP );
110 Size = MAP_APPFONT( 190, DLG_TEXT_1_HEIGHT );
112 Text [ en-US ] = "No Text";
121 Pos = MAP_APPFONT( 0, DLG_CTLBTN_START_Y - RSC_SP_FLGR_INNERBORDER_TOP - RSC_CD_FIXEDLINE_HEIGHT );
122 Size = MAP_APPFONT( DLG_WIDTH , RSC_CD_FIXEDLINE_HEIGHT );