merge the formfield patch from ooo-build
[ooovba.git] / xmlsecurity / source / dialogs / warnings.src
blob08ff7d70e9c94d67744e3a969b6515670303e6fe
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: warnings.src,v $
10  * $Revision: 1.6 $
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 #include "dialogs.hrc"
32 #include "helpids.hrc"
34 ModalDialog RID_XMLSECTP_MACROWARN
36     HelpId = HID_XMLSEC_TP_MACROWARN;
37     Size = MAP_APPFONT( MW_WIDTH, MW_HEIGHT );
38     OutputSize = TRUE;
39     Closeable = TRUE;
40     Moveable = TRUE;
41     SVLook = TRUE;
43     Text [ en-US ] = "Security Warning";
45     FixedText FI_DOCNAME
46     {
47         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_0 );
48         Size = MAP_APPFONT( MW_COL_4-MW_COL_1, 3*RSC_CD_FIXEDTEXT_HEIGHT );
49         Wordbreak = TRUE;
50         Text [ en-US ] = "";
51     };
52     FixedText FI_DESCR1A
53     {
54         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_1 );
55         Size = MAP_APPFONT( MW_COL_4-MW_COL_1, RSC_CD_FIXEDTEXT_HEIGHT );
56         Wordbreak = TRUE;
57         Text [ en-US ] = "The document contains document macros signed by:";
58     };
59     FixedText FI_DESCR1B
60     {
61         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_1 );
62         Size = MAP_APPFONT( MW_COL_4-MW_COL_1, RSC_CD_FIXEDTEXT_HEIGHT );
63         Wordbreak = TRUE;
64         Text [ en-US ] = "The document contains document macros.";
65     };
66     FixedText FI_SIGNS
67     {
68         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_2 );
69         Size = MAP_APPFONT( MW_COL_4-MW_COL_2, MW_ROW_3-MW_ROW_2 );
70         Wordbreak = TRUE;
71         Text [ en-US ] = "";
72     };
73     PushButton PB_VIEWSIGNS
74     {
75         Pos = MAP_APPFONT( MW_COL_3, MW_ROW_2 );
76         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
77         Text [ en-US ] = "View Signatures...";
78     };
79     FixedText FI_DESCR2
80     {
81         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_3 );
82         Size = MAP_APPFONT( MW_COL_4-MW_COL_1, RSC_CD_FIXEDTEXT_HEIGHT );
83         Wordbreak = TRUE;
84         Text [ en-US ] = "Macros may contain viruses. Disabling macros for a document is always save. If you disable macros you may lose functionality provided by the document macros.";
85     };
86     CheckBox CB_ALWAYSTRUST
87     {
88         Pos = MAP_APPFONT( MW_COL_1, MW_ROW_4 );
89         Size = MAP_APPFONT( MW_COL_4-MW_COL_1, RSC_CD_CHECKBOX_HEIGHT );
90         Text [ en-US ] = "Always trust macros from this source";
91     };
92     FixedLine FL_BOTTOM_SEP
93     {
94         Pos = MAP_APPFONT( 0, DLGS_BOTTOM_FL_Y( MW_HEIGHT ) );
95         Size = MAP_APPFONT( MW_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
96     };
97     PushButton PB_ENABLE
98     {
99         Pos = MAP_APPFONT( DLGS_BOTTOM_OK_X( MW_WIDTH ), DLGS_BOTTOM_BTN_Y( MW_HEIGHT ) );
100         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
101         Text [ en-US ] = "Enable Macros";
102     };
103     CancelButton PB_DISABLE
104     {
105         Pos = MAP_APPFONT( DLGS_BOTTOM_CANCEL_X( MW_WIDTH ), DLGS_BOTTOM_BTN_Y( MW_HEIGHT ) );
106         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
107         Text [ en-US ] = "Disable Macros";
108     };
109     HelpButton BTN_HELP
110     {
111         Pos = MAP_APPFONT( DLGS_BOTTOM_HELP_X( MW_WIDTH ), DLGS_BOTTOM_BTN_Y( MW_HEIGHT ) );
112         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
113     };