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