1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
22 #include <unknownauthdlg.hrc>
24 ModalDialog DLG_UUI_UNKNOWNAUTH
26 HelpId = HID_DLG_UNKNOWNAUTH_UUI;
31 Pos = MAP_APPFONT( 136, 79 );
32 Size = MAP_APPFONT( DLG_WIDTH, DLG_HEIGHT );
34 Text [ en-US ] = "Website Certified by an Unknown Authority";
39 Pos = MAP_APPFONT( RSC_SP_DLG_INNERBORDER_LEFT, RSC_SP_DLG_INNERBORDER_TOP );
40 Size = MAP_APPFONT( DLG_WARMIMG_WIDTH , DLG_WARMIMG_HEIGHT );
44 /* ImageBitmap = Bitmap { File = "certificate_40x56.png"; }; */
45 MaskColor = Color{Red=0xffff;Green=0x0000;Blue=0xffff;};
51 PushButton PB_VIEW__CERTIFICATE
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...";
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";
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";
80 CancelButton PB_CANCEL
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 );
87 RadioButton RB_ACCEPT_1
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";
98 RadioButton RB_DONTACCEPT_2
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";
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";
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 );
128 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */