update dev300-m58
[ooovba.git] / svx / source / options / optsave.src
blob0fef2ca6501ca0c207ad33d59f4f10c13ec75fb6
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 (OpenOffice.org 2.x)" ;  2 ; > ;
153             < "1.2 (recommended)" ;             3 ;  > ;
154         };
155     };
156     CheckBox BTN_NOPRETTYPRINTING
157     {
158         Pos = MAP_APPFONT ( 12 , 120 ) ;
159         Size = MAP_APPFONT ( 248 , 10 ) ;
160         Text [ en-US ] = "Size optimization for ODF format" ;
161     };
162     CheckBox BTN_WARNALIENFORMAT
163     {
164         Pos = MAP_APPFONT ( 12 , 131 ) ;
165         Size = MAP_APPFONT ( 248 , 10 ) ;
166         Text [ en-US ] = "Warn when not saving in ODF or default format" ;
167     };
168     FixedText FT_APP
169     {
170         Pos = MAP_APPFONT ( 12 , 142 ) ;
171         Size = MAP_APPFONT ( 120 , 8 ) ;
172         Text [ en-US ] = "D~ocument type";
173     };
174     FixedText FT_FILTER
175     {
176         Pos = MAP_APPFONT ( 136 , 142 ) ;
177         Size = MAP_APPFONT ( 120 , 8 ) ;
178         Text [ en-US ] = "Always sa~ve as";
179     };
180     ListBox LB_APP
181     {
182         Pos = MAP_APPFONT ( 12 , 153 ) ;
183         Size = MAP_APPFONT ( 108 , 58 ) ;
184         Border = TRUE;
185         DropDown = TRUE;
186         StringList [ en-US ] =
187         {
188             < "Text document" ;     APP_WRITER    ; > ;
189             < "HTML document" ;     APP_WRITER_WEB;  > ;
190             < "Master document" ;   APP_WRITER_GLOBAL;  > ;
191             < "Spreadsheet" ;       APP_CALC      ; > ;
192             < "Presentation" ;      APP_IMPRESS   ; > ;
193             < "Drawing" ;           APP_DRAW      ; > ;
194             < "Formula" ;           APP_MATH      ; > ;
195         };
196     };
197     FixedImage FI_FILTER
198     {
199         Pos = MAP_APPFONT ( 129, 154 ) ;
200         Size = MAP_APPFONT ( 6 , 6 ) ;
201         Hide = TRUE;
202     };
203     ListBox LB_FILTER
204     {
205         Pos = MAP_APPFONT ( 136 , 153 ) ;
206         Size = MAP_APPFONT ( 108 , 58 ) ;
207         Border = TRUE;
208         Sort = TRUE;
209         DropDown = TRUE;
210     };
211     FixedImage FI_ODF_WARNING
212     {
213         Pos = MAP_APPFONT ( 12, 169 ) ;
214         Size = MAP_APPFONT ( 8 , 8 ) ;
215         Hide = TRUE;
216     };
217     FixedText FT_WARN
218     {
219         Pos = MAP_APPFONT ( 23 , 169 ) ;
220         Size = MAP_APPFONT ( 239 , 8 ) ;
221         Hide = TRUE;
222         Text [ en-US ] = "Not using ODF 1.2 may cause infomation to be lost.";
223     };
224     Image IMG_ODF_WARNING
225     {
226         ImageBitmap = Bitmap
227         {
228             File = "odfwarning.png";
229         };
230         MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; };
231     };
232     Image IMG_ODF_WARNING_HC
233     {
234         ImageBitmap = Bitmap
235         {
236             File = "odfwarning_h.png";
237         };
238         MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; };
239     };
242 ModalDialog RID_SVXDLG_FILTER_WARNING
244     HelpID = HID_SVXDLG_FILTER_WARNING;
245     OutputSize = TRUE ;
246     Moveable = TRUE ;
247     Closeable = TRUE ;
248     Sizeable = FALSE ;
249     Border = TRUE ;
250     SVLook = TRUE ;
251     Size = MAP_APPFONT( 175 + 39 + (3 * 6), (4 * 9)+ 12 + (3 * 12) + 6 - 21 );
252     Text = "%PRODUCTNAME %PRODUCTVERSION" ;
253     FixedImage IMG_WARNING
254     {
255         Pos = MAP_APPFONT( 6, 6 );
256         Size = MAP_APPFONT( 30, 30 );
257     };
258     FixedText FT_FILTER_WARNING
259     {
260         Pos = MAP_APPFONT( 39, 6 );
261         Size = MAP_APPFONT( 175, 4 * 9 );
262         Wordbreak = TRUE;
263         Text [ en-US ] = "Using \"%1\" as default file format may cause information loss.\n";
264     };
265     OKButton PB_OK
266     {
267         Pos = MAP_APPFONT( 60, (4 * 9)/*+ 12*/ + 13 );
268         Size = MAP_APPFONT( 50, 14 );
269         DefButton = TRUE;
270     };
271     CancelButton PB_CANCEL
272     {
273         Pos = MAP_APPFONT( 120, (4 * 9)/*+ 12*/ + 13 );
274         Size = MAP_APPFONT( 50, 14 );
275     };