Update ooo320-m1
[ooovba.git] / uui / source / secmacrowarnings.src
blob1d6176f12a8ee7236e745929cdf03ad82f8b462e
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: secmacrowarnings.src,v $
10  * $Revision: 1.3 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #define __RSC
33 #include "secmacrowarnings.hrc"
34 #include "ids.hrc"
36 ModalDialog RID_XMLSECDLG_MACROWARN
38     HelpId = HID_XMLSECDLG_MACROWARN;
39     Size = MAP_APPFONT( MW_WIDTH, MW_HEIGHT );
40     OutputSize = TRUE;
41     Closeable = FALSE;
42     Moveable = TRUE;
43     SVLook = TRUE;
45     Text [ en-US ] = "%PRODUCTNAME - Security Warning";
47     FixedImage IMG_SYMBOL
48     {
49         Pos = MAP_APPFONT( MW_COL_0, MW_ROW_0 );
50         Size = MAP_APPFONT( MW_SYMBOL_WIDTH, MW_SYMBOL_HEIGHT );
51     };
52     FixedText FI_DOCNAME
53     {
54         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_0+RSC_CD_FIXEDTEXT_HEIGHT );
55         Size = MAP_APPFONT( MW_COL_4-MW_COL_1, 2*RSC_CD_FIXEDTEXT_HEIGHT );
56         Wordbreak = TRUE;
57     };
58     FixedText FI_DESCR1A
59     {
60         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_1 );
61         Size = MAP_APPFONT( MW_COL_4-MW_COL_1, RSC_CD_FIXEDTEXT_HEIGHT );
62         Wordbreak = TRUE;
63         Text [ en-US ] = "The document contains document macros signed by:";
64     };
65     FixedText FI_DESCR1B
66     {
67         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_1 );
68         Size = MAP_APPFONT( MW_COL_4-MW_COL_1, RSC_CD_FIXEDTEXT_HEIGHT );
69         Wordbreak = TRUE;
70         Text [ en-US ] = "The document contains document macros.";
71     };
72     FixedText FI_SIGNS
73     {
74         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_2 );
75         Size = MAP_APPFONT( MW_COL_2-MW_COL_1, MW_ROW_3-MW_ROW_2-RSC_SP_CTRL_DESC_Y );
76         Wordbreak = TRUE;
77     };
78     PushButton PB_VIEWSIGNS
79     {
80         Pos = MAP_APPFONT( MW_COL_3, MW_ROW_2 );
81         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
82         Text [ en-US ] = "View Signatures...";
83     };
84     FixedText FI_DESCR2
85     {
86         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_3 );
87         Size = MAP_APPFONT( MW_COL_4-MW_COL_1, 4*RSC_CD_FIXEDTEXT_HEIGHT );
88         Wordbreak = TRUE;
89         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.";
90     };
91     CheckBox CB_ALWAYSTRUST
92     {
93         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_4 );
94         Size = MAP_APPFONT( MW_COL_4-MW_COL_1, RSC_CD_CHECKBOX_HEIGHT );
95         Text [ en-US ] = "Always trust macros from this source";
96     };
97     FixedLine FL_BOTTOM_SEP
98     {
99         Pos = MAP_APPFONT( 0, MW_ROW_5 );
100         Size = MAP_APPFONT( MW_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
101     };
102     OKButton PB_ENABLE
103     {
104         Pos = MAP_APPFONT( DLGS_BOTTOM_OK_X( MW_WIDTH ), MW_ROW_6 );
105         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
106         Text [ en-US ] = "~Enable Macros";
107     };
108     CancelButton PB_DISABLE
109     {
110         Pos = MAP_APPFONT( DLGS_BOTTOM_CANCEL_X( MW_WIDTH ), MW_ROW_6 );
111         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
112         DefButton = TRUE;
113         Text [ en-US ] = "~Disable Macros";
114     };
115     HelpButton BTN_HELP
116     {
117         Pos = MAP_APPFONT( DLGS_BOTTOM_HELP_X( MW_WIDTH ), MW_ROW_6 );
118         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
119     };