Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / uui / source / secmacrowarnings.src
bloba91df996b759002b3e3e593066e0da2a4b223fbf
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  */
19 #define __RSC
21 #include "secmacrowarnings.hrc"
22 #include "ids.hrc"
24 ModalDialog RID_XMLSECDLG_MACROWARN
26     HelpId = HID_XMLSECDLG_MACROWARN;
27     Size = MAP_APPFONT( MW_WIDTH, MW_HEIGHT );
28     OutputSize = TRUE;
29     Closeable = FALSE;
30     Moveable = TRUE;
31     SVLook = TRUE;
33     Text [ en-US ] = "%PRODUCTNAME - Security Warning";
35     FixedImage IMG_SYMBOL
36     {
37         Pos = MAP_APPFONT( MW_COL_0, MW_ROW_0 );
38         Size = MAP_APPFONT( MW_SYMBOL_WIDTH, MW_SYMBOL_HEIGHT );
39     };
40     FixedText FI_DOCNAME
41     {
42         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_0+RSC_CD_FIXEDTEXT_HEIGHT );
43         Size = MAP_APPFONT( MW_COL_4-MW_COL_1, 2*RSC_CD_FIXEDTEXT_HEIGHT );
44         Wordbreak = TRUE;
45     };
46     FixedText FI_DESCR1A
47     {
48         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_1 );
49         Size = MAP_APPFONT( MW_COL_4-MW_COL_1, RSC_CD_FIXEDTEXT_HEIGHT );
50         Wordbreak = TRUE;
51         Text [ en-US ] = "The document contains document macros signed by:";
52     };
53     FixedText FI_DESCR1B
54     {
55         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_1 );
56         Size = MAP_APPFONT( MW_COL_4-MW_COL_1, RSC_CD_FIXEDTEXT_HEIGHT );
57         Wordbreak = TRUE;
58         Text [ en-US ] = "The document contains document macros.";
59     };
60     FixedText FI_SIGNS
61     {
62         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_2 );
63         Size = MAP_APPFONT( MW_COL_2-MW_COL_1, MW_ROW_3-MW_ROW_2-RSC_SP_CTRL_DESC_Y );
64         Wordbreak = TRUE;
65     };
66     PushButton PB_VIEWSIGNS
67     {
68         HelpID = "uui:PushButton:RID_XMLSECDLG_MACROWARN:PB_VIEWSIGNS";
69         Pos = MAP_APPFONT( MW_COL_3, MW_ROW_2 );
70         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
71         Text [ en-US ] = "View Signatures...";
72     };
73     FixedText FI_DESCR2
74     {
75         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_3 );
76         Size = MAP_APPFONT( MW_COL_4-MW_COL_1, 4*RSC_CD_FIXEDTEXT_HEIGHT );
77         Wordbreak = TRUE;
78         Text [ en-US ] = "Macros may contain viruses. Disabling macros for a document is always safe. If you disable macros you may lose functionality provided by the document macros.";
79     };
80     CheckBox CB_ALWAYSTRUST
81     {
82         HelpID = "uui:CheckBox:RID_XMLSECDLG_MACROWARN:CB_ALWAYSTRUST";
83         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_4 );
84         Size = MAP_APPFONT( MW_COL_4-MW_COL_1, RSC_CD_CHECKBOX_HEIGHT );
85         Text [ en-US ] = "Always trust macros from this source";
86     };
87     FixedLine FL_BOTTOM_SEP
88     {
89         Pos = MAP_APPFONT( 0, MW_ROW_5 );
90         Size = MAP_APPFONT( MW_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
91     };
92     OKButton PB_ENABLE
93     {
94         Pos = MAP_APPFONT( DLGS_BOTTOM_OK_X( MW_WIDTH ), MW_ROW_6 );
95         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
96         Text [ en-US ] = "~Enable Macros";
97     };
98     CancelButton PB_DISABLE
99     {
100         Pos = MAP_APPFONT( DLGS_BOTTOM_CANCEL_X( MW_WIDTH ), MW_ROW_6 );
101         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
102         DefButton = TRUE;
103         Text [ en-US ] = "~Disable Macros";
104     };
105     HelpButton BTN_HELP
106     {
107         Pos = MAP_APPFONT( DLGS_BOTTOM_HELP_X( MW_WIDTH ), MW_ROW_6 );
108         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
109     };