Update ooo320-m1
[ooovba.git] / svx / source / cui / securityoptions.src
blobbb74567f2fbcca5d034bb38ffde8172c5314a8d7
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: securityoptions.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 // include --------------------------------------------------------------
33 #include <svtools/controldims.hrc>
34 #include "securityoptions.hrc"
35 #include <svx/dialogs.hrc>
36 #include "helpid.hrc"
38 ModalDialog RID_SVXDLG_SECURITY_OPTIONS
40     HelpID = HID_DLG_SECURITY_OPTIONS ;
41     OutputSize = TRUE ;
42     SVLook = TRUE ;
43     Size = MAP_APPFONT ( DLG_WIDTH , ROW_10 ) ;
44     Moveable = TRUE ;
45     Closeable = TRUE ;
46     Text [ en-US ] = "Security options and warnings" ;
47     FixedLine FL_WARNINGS
48     {
49         Pos = MAP_APPFONT( COL_0, ROW_0 );
50         Size = MAP_APPFONT( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT );
51         Text [ en-US ] = "Security warnings";
52     };
53     FixedText FI_WARNINGS
54     {
55         Pos = MAP_APPFONT( COL_1, ROW_1 );
56         Size = MAP_APPFONT( COL_3-COL_1, 2*RSC_CD_FIXEDLINE_HEIGHT );
57         Wordbreak = TRUE;
58         Text [ en-US ] = "Warn if document contains recorded changes, versions, hidden information or notes:";
59     };
60     FixedImage FI_SAVESENDDOCS
61     {
62         Pos = MAP_APPFONT( COL_2 - 7, ROW_2 + 2 );
63         Size = MAP_APPFONT( 6, 6 );
64     };
65     CheckBox CB_SAVESENDDOCS
66     {
67         Pos = MAP_APPFONT( COL_2, ROW_2 );
68         Size = MAP_APPFONT( CHECKBOX_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
69         Text [ en-US ] = "When saving or sending";
70     };
71     FixedImage FI_SIGNDOCS
72     {
73         Pos = MAP_APPFONT( COL_2 + CHECKBOX_WIDTH + RSC_SP_CTRL_X - 7, ROW_2 + 2 );
74         Size = MAP_APPFONT( 6, 6 );
75     };
76     CheckBox CB_SIGNDOCS
77     {
78         Pos = MAP_APPFONT( COL_2 + CHECKBOX_WIDTH + RSC_SP_CTRL_X, ROW_2 );
79         Size = MAP_APPFONT( CHECKBOX_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
80         Text [ en-US ] = "When signing";
81     };
82     FixedImage FI_PRINTDOCS
83     {
84         Pos = MAP_APPFONT( COL_2 - 7, ROW_3 + 2 );
85         Size = MAP_APPFONT( 6, 6 );
86     };
87     CheckBox CB_PRINTDOCS
88     {
89         Pos = MAP_APPFONT( COL_2, ROW_3 );
90         Size = MAP_APPFONT( CHECKBOX_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
91         Text [ en-US ] = "When printing";
92     };
93     FixedImage FI_CREATEPDF
94     {
95         Pos = MAP_APPFONT( COL_2 + CHECKBOX_WIDTH + RSC_SP_CTRL_X - 7, ROW_3 + 2 );
96         Size = MAP_APPFONT( 6, 6 );
97     };
98     CheckBox CB_CREATEPDF
99     {
100         Pos = MAP_APPFONT( COL_2 + CHECKBOX_WIDTH + RSC_SP_CTRL_X, ROW_3 );
101         Size = MAP_APPFONT( CHECKBOX_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
102         Text [ en-US ] = "When creating PDF files";
103     };
104     FixedLine FL_OPTIONS
105     {
106         Pos = MAP_APPFONT( COL_0, ROW_4 );
107         Size = MAP_APPFONT( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT );
108         Text [ en-US ] = "Security options";
109     };
110     FixedImage FI_REMOVEINFO
111     {
112         Pos = MAP_APPFONT( COL_1 - 7, ROW_5 + 2 );
113         Size = MAP_APPFONT( 6, 6 );
114     };
115     CheckBox CB_REMOVEINFO
116     {
117         Pos = MAP_APPFONT( COL_1, ROW_5 );
118         Size = MAP_APPFONT( COL_3-COL_1, RSC_CD_CHECKBOX_HEIGHT );
119         Text [ en-US ] = "Remove personal information on saving";
120     };
121     FixedImage FI_RECOMMENDPWD
122     {
123         Pos = MAP_APPFONT( COL_1 - 7, ROW_6 + 2 );
124         Size = MAP_APPFONT( 6, 6 );
125     };
126     CheckBox CB_RECOMMENDPWD
127     {
128         Pos = MAP_APPFONT( COL_1, ROW_6 );
129         Size = MAP_APPFONT( COL_3-COL_1, RSC_CD_CHECKBOX_HEIGHT );
130         Text [ en-US ] = "Recommend password protection on saving";
131     };
132     FixedImage FI_CTRLHYPERLINK
133     {
134         Pos = MAP_APPFONT( COL_1 - 7, ROW_6 + 2 );
135         Size = MAP_APPFONT( 6, 6 );
136     };
137     CheckBox CB_CTRLHYPERLINK
138     {
139         Pos = MAP_APPFONT( COL_1, ROW_7 );
140         Size = MAP_APPFONT( COL_3-COL_1, RSC_CD_CHECKBOX_HEIGHT );
141         Text [ en-US ] = "Ctrl-click required to follow hyperlinks";
142     };
143     FixedLine FL_BUTTONS
144     {
145         Pos = MAP_APPFONT( 0, ROW_8 );
146         Size = MAP_APPFONT( DLG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
147     };
148     OKButton PB_OK
149     {
150         Pos = MAP_APPFONT ( COL_A , ROW_9 ) ;
151         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
152         TabStop = TRUE ;
153         DefButton = TRUE ;
154     };
155     CancelButton PB_CANCEL
156     {
157         Pos = MAP_APPFONT ( COL_B , ROW_9 ) ;
158         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
159         TabStop = TRUE ;
160     };
161     HelpButton PB_HELP
162     {
163         Pos = MAP_APPFONT ( COL_C , ROW_9 ) ;
164         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
165         TabStop = TRUE ;
166     };