Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / uui / source / unknownauthdlg.src
blob9a562cd424e58ff1dacba26cf2644ff8a02fdb1a
1 /*
2  * This file is part of the LibreOffice project.
3  *
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/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
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 .
17  */
18 #define __RSC
20 #include <ids.hrc>
21 #include <unknownauthdlg.hrc>
23 ModalDialog DLG_UUI_UNKNOWNAUTH
25     HelpId = HID_DLG_UNKNOWNAUTH_UUI;
26     Border = TRUE ;
27     Moveable = TRUE ;
28     OutputSize = TRUE ;
29     SVLook = TRUE ;
30     Pos = MAP_APPFONT( 136, 79 );
31     Size = MAP_APPFONT(  DLG_WIDTH,  DLG_HEIGHT );
33     Text [ en-US ] = "Website Certified by an Unknown Authority";
36     FixedImage IMG_WARN
37     {
38         Pos = MAP_APPFONT( RSC_SP_DLG_INNERBORDER_LEFT, RSC_SP_DLG_INNERBORDER_TOP );
39         Size = MAP_APPFONT( DLG_WARMIMG_WIDTH , DLG_WARMIMG_HEIGHT );
41         Fixed = Image
42         {
43             /* ImageBitmap = Bitmap { File = "certificate_40x56.png"; }; */
44             MaskColor = Color{Red=0xffff;Green=0x0000;Blue=0xffff;};
45         };
47     };
50     PushButton PB_VIEW__CERTIFICATE
51     {
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...";
58     };
60     HelpButton PB_HELP
61     {
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";
67     };
69     PushButton PB_OK
70     {
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";
77     };
79     CancelButton PB_CANCEL
80     {
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 );
84     };
86     RadioButton RB_ACCEPT_1
87     {
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";
94         Check = TRUE;
95     };
97     RadioButton RB_DONTACCEPT_2
98     {
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";
105     };
107     FixedText FT_LABEL_1
108     {
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";
114         Border = FALSE;
115         WordBreak = TRUE;
117     };
119     FixedLine FL_LINE
120     {
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 );
123     };