merge the formfield patch from ooo-build
[ooovba.git] / svx / source / options / optsave.src
blobee3d21c4356e8941dfa669bf1f12d72e29c6e5ed
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: optsave.src,v $
10  * $Revision: 1.82 $
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 ---------------------------------------------------------------
32 #include <sfx2/sfx.hrc>
33 #include <svx/dialogs.hrc>
34 #include "helpid.hrc"
35 #include "optsave.hrc"
37  // SID_SFXPAGE_SAVE ------------------------------------------------------
38 #define TEXT_SAVEPAGE \
39     Text [ en-US ] = "Save" ;\
41 TabPage RID_SFXPAGE_SAVE
43     HelpId = HID_OPTIONS_SAVE ;
44     OutputSize = TRUE ;
45     SVLook = TRUE ;
46     Hide = TRUE ;
47     TEXT_SAVEPAGE
48     Size = MAP_APPFONT ( 260 , 185 ) ;
49     FixedLine LB_LOAD
50     {
51         Pos = MAP_APPFONT ( 6 , 2 ) ;
52         Size = MAP_APPFONT ( 248 , 8 ) ;
53         Text [ en-US ] = "Load";
54     };
55     CheckBox CB_LOAD_SETTINGS
56     {
57         Pos = MAP_APPFONT ( 12 , 11 ) ;
58         Size = MAP_APPFONT ( 236 , 10 ) ;
59         Text [ en-US ] = "Load user-specific settings with the document";
60     };
61     CheckBox CB_LOAD_DOCPRINTER
62     {
63         Pos = MAP_APPFONT ( 12 , 22 ) ;
64         Size = MAP_APPFONT ( 236 , 10 ) ;
65         Text [ en-US ] = "Load printer settings with the document";
66     };
67     FixedLine GB_SAVE
68     {
69         Pos = MAP_APPFONT ( 6 , 32 ) ;
70         Size = MAP_APPFONT ( 248 , 8 ) ;
71         Text [ en-US ] = "Save" ;
72     };
73     CheckBox BTN_DOCINFO
74     {
75         Pos = MAP_APPFONT ( 12 , 41 ) ;
76         Size = MAP_APPFONT ( 236 , 10 ) ;
77         Text [ en-US ] = "~Edit document properties before saving" ;
78         TabStop = TRUE ;
79     };
80     FixedImage FI_BACKUP
81     {
82         Pos = MAP_APPFONT ( 5, 53 ) ;
83         Size = MAP_APPFONT ( 6 , 6 ) ;
84         Hide = TRUE;
85     };
86     CheckBox BTN_BACKUP
87     {
88         Pos = MAP_APPFONT ( 12 , 52 ) ;
89         Size = MAP_APPFONT ( 236 , 10 ) ;
90         Text [ en-US ] = "Al~ways create backup copy" ;
91     };
92     CheckBox BTN_AUTOSAVE
93     {
94         Pos = MAP_APPFONT ( 12 , 63 ) ;
95         Size = MAP_APPFONT ( 150 , 10 ) ;
96         Text [ en-US ] = "Save ~AutoRecovery information every" ;
97     };
98     NumericField ED_AUTOSAVE
99     {
100         Border = TRUE ;
101         Pos = MAP_APPFONT ( 180 , 62 ) ;
102         Size = MAP_APPFONT ( 21 , 12 ) ;
103         Left = TRUE ;
104         Repeat = TRUE ;
105         Spin = TRUE ;
106         Minimum = 1 ;
107         Maximum = 60 ;
108         StrictFormat = TRUE ;
109         First = 1 ;
110         Last = 60 ;
111         SpinSize = 1 ;
112         TabStop = TRUE ;
113     };
114     FixedText FT_MINUTE
115     {
116         Pos = MAP_APPFONT ( 204 , 63 ) ;
117         Size = MAP_APPFONT ( 35 , 8 ) ;
118         Text [ en-US ] = "Minutes" ;
119     };
120     CheckBox BTN_RELATIVE_FSYS
121     {
122         Pos = MAP_APPFONT ( 12 , 74 ) ;
123         Size = MAP_APPFONT ( 236 , 10 ) ;
124         Text [ en-US ] = "Save URLs relative to file system" ;
125     };
126     CheckBox BTN_RELATIVE_INET
127     {
128         Pos = MAP_APPFONT ( 12 , 85 ) ;
129         Size = MAP_APPFONT ( 248 , 10 ) ;
130         Text [ en-US ] = "Save URLs relative to internet" ;
131     };
132     FixedLine FL_FILTER
133     {
134         Pos = MAP_APPFONT ( 6 , 97 ) ;
135         Size = MAP_APPFONT ( 248 , 8 ) ;
136         Text [ en-US ] = "Default file format and ODF settings" ;
137     };
138     FixedText FT_ODF_VERSION
139     {
140         Pos = MAP_APPFONT ( 12 , 107 ) ;
141         Size = MAP_APPFONT ( 121 , 8 ) ;
142         Text [ en-US ] = "ODF format version" ;
143     };
144     ListBox LB_ODF_VERSION
145     {
146         Pos = MAP_APPFONT ( 136 , 105 ) ;
147         Size = MAP_APPFONT ( 108 , 58 ) ;
148         Border = TRUE;
149         DropDown = TRUE;
150         StringList [ en-US ] =
151         {
152             < "1.0/1.1" ;  2 ; > ;
153             < "1.2" ;      4 ;  > ;
154             < "1.2 Extended (recommended)"; 0x7fffffff ; > ;
155         };
156     };
157     CheckBox BTN_NOPRETTYPRINTING
158     {
159         Pos = MAP_APPFONT ( 12 , 120 ) ;
160         Size = MAP_APPFONT ( 248 , 10 ) ;
161         Text [ en-US ] = "Size optimization for ODF format" ;
162     };
163     CheckBox BTN_WARNALIENFORMAT
164     {
165         Pos = MAP_APPFONT ( 12 , 131 ) ;
166         Size = MAP_APPFONT ( 248 , 10 ) ;
167         Text [ en-US ] = "Warn when not saving in ODF or default format" ;
168     };
169     FixedText FT_APP
170     {
171         Pos = MAP_APPFONT ( 12 , 142 ) ;
172         Size = MAP_APPFONT ( 120 , 8 ) ;
173         Text [ en-US ] = "D~ocument type";
174     };
175     FixedText FT_FILTER
176     {
177         Pos = MAP_APPFONT ( 136 , 142 ) ;
178         Size = MAP_APPFONT ( 120 , 8 ) ;
179         Text [ en-US ] = "Always sa~ve as";
180     };
181     ListBox LB_APP
182     {
183         Pos = MAP_APPFONT ( 12 , 153 ) ;
184         Size = MAP_APPFONT ( 108 , 58 ) ;
185         Border = TRUE;
186         DropDown = TRUE;
187         StringList [ en-US ] =
188         {
189             < "Text document" ;     APP_WRITER    ; > ;
190             < "HTML document" ;     APP_WRITER_WEB;  > ;
191             < "Master document" ;   APP_WRITER_GLOBAL;  > ;
192             < "Spreadsheet" ;       APP_CALC      ; > ;
193             < "Presentation" ;      APP_IMPRESS   ; > ;
194             < "Drawing" ;           APP_DRAW      ; > ;
195             < "Formula" ;           APP_MATH      ; > ;
196         };
197     };
198     FixedImage FI_FILTER
199     {
200         Pos = MAP_APPFONT ( 129, 154 ) ;
201         Size = MAP_APPFONT ( 6 , 6 ) ;
202         Hide = TRUE;
203     };
204     ListBox LB_FILTER
205     {
206         Pos = MAP_APPFONT ( 136 , 153 ) ;
207         Size = MAP_APPFONT ( 108 , 58 ) ;
208         Border = TRUE;
209         Sort = TRUE;
210         DropDown = TRUE;
211     };
212     FixedImage FI_ODF_WARNING
213     {
214         Pos = MAP_APPFONT ( 12, 169 ) ;
215         Size = MAP_APPFONT ( 8 , 8 ) ;
216         Hide = TRUE;
217     };
218     FixedText FT_WARN
219     {
220         Pos = MAP_APPFONT ( 23 , 169 ) ;
221         Size = MAP_APPFONT ( 239 , 8 ) ;
222         Hide = TRUE;
223         Text [ en-US ] = "Not using ODF 1.2 Extended may cause infomation to be lost.";
224         Text [ x-comment ] = "EN-US, the term 'extended' must not be translated.";
225     };
226     Image IMG_ODF_WARNING
227     {
228         ImageBitmap = Bitmap
229         {
230             File = "odfwarning.png";
231         };
232         MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; };
233     };
234     Image IMG_ODF_WARNING_HC
235     {
236         ImageBitmap = Bitmap
237         {
238             File = "odfwarning_h.png";
239         };
240         MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; };
241     };
244 ModalDialog RID_SVXDLG_FILTER_WARNING
246     HelpID = HID_SVXDLG_FILTER_WARNING;
247     OutputSize = TRUE ;
248     Moveable = TRUE ;
249     Closeable = TRUE ;
250     Sizeable = FALSE ;
251     Border = TRUE ;
252     SVLook = TRUE ;
253     Size = MAP_APPFONT( 175 + 39 + (3 * 6), (4 * 9)+ 12 + (3 * 12) + 6 - 21 );
254     Text = "%PRODUCTNAME %PRODUCTVERSION" ;
255     FixedImage IMG_WARNING
256     {
257         Pos = MAP_APPFONT( 6, 6 );
258         Size = MAP_APPFONT( 30, 30 );
259     };
260     FixedText FT_FILTER_WARNING
261     {
262         Pos = MAP_APPFONT( 39, 6 );
263         Size = MAP_APPFONT( 175, 4 * 9 );
264         Wordbreak = TRUE;
265         Text [ en-US ] = "Using \"%1\" as default file format may cause information loss.\n";
266     };
267     OKButton PB_OK
268     {
269         Pos = MAP_APPFONT( 60, (4 * 9)/*+ 12*/ + 13 );
270         Size = MAP_APPFONT( 50, 14 );
271         DefButton = TRUE;
272     };
273     CancelButton PB_CANCEL
274     {
275         Pos = MAP_APPFONT( 120, (4 * 9)/*+ 12*/ + 13 );
276         Size = MAP_APPFONT( 50, 14 );
277     };