Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / optsave.src
blob6dc878ebe7df96a7d8a79aec8babd9047bfe22e0
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 <sfx2/sfx.hrc>
20 #include <cuires.hrc>
21 #include "helpid.hrc"
22 #include "optsave.hrc"
24  // SID_SFXPAGE_SAVE ------------------------------------------------------
25 #define TEXT_SAVEPAGE \
26     Text [ en-US ] = "Save" ;\
28 TabPage RID_SFXPAGE_SAVE
30     HelpId = HID_OPTIONS_SAVE ;
31     OutputSize = TRUE ;
32     SVLook = TRUE ;
33     Hide = TRUE ;
34     TEXT_SAVEPAGE
35     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
36     FixedLine LB_LOAD
37     {
38         Pos = MAP_APPFONT ( 6 , 2 ) ;
39         Size = MAP_APPFONT ( 248 , 8 ) ;
40         Text [ en-US ] = "Load";
41     };
42     CheckBox CB_LOAD_SETTINGS
43     {
44         HelpID = "cui:CheckBox:RID_SFXPAGE_SAVE:CB_LOAD_SETTINGS";
45         Pos = MAP_APPFONT ( 12 , 11 ) ;
46         Size = MAP_APPFONT ( 236 , 10 ) ;
47         Text [ en-US ] = "Load user-specific settings with the document";
48     };
49     CheckBox CB_LOAD_DOCPRINTER
50     {
51         HelpID = "cui:CheckBox:RID_SFXPAGE_SAVE:CB_LOAD_DOCPRINTER";
52         Pos = MAP_APPFONT ( 12 , 22 ) ;
53         Size = MAP_APPFONT ( 236 , 10 ) ;
54         Text [ en-US ] = "Load printer settings with the document";
55     };
56     FixedLine GB_SAVE
57     {
58         Pos = MAP_APPFONT ( 6 , 32 ) ;
59         Size = MAP_APPFONT ( 248 , 8 ) ;
60         Text [ en-US ] = "Save" ;
61     };
62     CheckBox BTN_DOCINFO
63     {
64         HelpID = "cui:CheckBox:RID_SFXPAGE_SAVE:BTN_DOCINFO";
65         Pos = MAP_APPFONT ( 12 , 41 ) ;
66         Size = MAP_APPFONT ( 236 , 10 ) ;
67         Text [ en-US ] = "~Edit document properties before saving" ;
68         TabStop = TRUE ;
69     };
70     FixedImage FI_BACKUP
71     {
72         Pos = MAP_APPFONT ( 5, 53 ) ;
73         Size = MAP_APPFONT ( 6 , 6 ) ;
74         Hide = TRUE;
75     };
76     CheckBox BTN_BACKUP
77     {
78         HelpID = "cui:CheckBox:RID_SFXPAGE_SAVE:BTN_BACKUP";
79         Pos = MAP_APPFONT ( 12 , 52 ) ;
80         Size = MAP_APPFONT ( 236 , 10 ) ;
81         Text [ en-US ] = "Al~ways create backup copy" ;
82     };
83     CheckBox BTN_AUTOSAVE
84     {
85         HelpID = "cui:CheckBox:RID_SFXPAGE_SAVE:BTN_AUTOSAVE";
86         Pos = MAP_APPFONT ( 12 , 63 ) ;
87         Size = MAP_APPFONT ( 163 , 10 ) ;
88         Text [ en-US ] = "Save ~AutoRecovery information every" ;
89     };
90     NumericField ED_AUTOSAVE
91     {
92         HelpID = "cui:NumericField:RID_SFXPAGE_SAVE:ED_AUTOSAVE";
93         Border = TRUE ;
94         Pos = MAP_APPFONT ( 180 , 62 ) ;
95         Size = MAP_APPFONT ( 21 , 12 ) ;
96         Left = TRUE ;
97         Repeat = TRUE ;
98         Spin = TRUE ;
99         Minimum = 1 ;
100         Maximum = 60 ;
101         StrictFormat = TRUE ;
102         First = 1 ;
103         Last = 60 ;
104         SpinSize = 1 ;
105         TabStop = TRUE ;
106     };
107     FixedText FT_MINUTE
108     {
109         Pos = MAP_APPFONT ( 204 , 64 ) ;
110         Size = MAP_APPFONT ( 65 , 8 ) ;
111         Text [ en-US ] = "Minutes" ;
112     };
113     CheckBox BTN_RELATIVE_FSYS
114     {
115         HelpID = "cui:CheckBox:RID_SFXPAGE_SAVE:BTN_RELATIVE_FSYS";
116         Pos = MAP_APPFONT ( 12 , 74 ) ;
117         Size = MAP_APPFONT ( 236 , 10 ) ;
118         Text [ en-US ] = "Save URLs relative to file system" ;
119     };
120     CheckBox BTN_RELATIVE_INET
121     {
122         HelpID = "cui:CheckBox:RID_SFXPAGE_SAVE:BTN_RELATIVE_INET";
123         Pos = MAP_APPFONT ( 12 , 85 ) ;
124         Size = MAP_APPFONT ( 248 , 10 ) ;
125         Text [ en-US ] = "Save URLs relative to internet" ;
126     };
127     FixedLine FL_FILTER
128     {
129         Pos = MAP_APPFONT ( 6 , 97 ) ;
130         Size = MAP_APPFONT ( 248 , 8 ) ;
131         Text [ en-US ] = "Default file format and ODF settings" ;
132     };
133     FixedText FT_ODF_VERSION
134     {
135         Pos = MAP_APPFONT ( 12 , 107 ) ;
136         Size = MAP_APPFONT ( 121 , 8 ) ;
137         Text [ en-US ] = "ODF format version" ;
138     };
139     ListBox LB_ODF_VERSION
140     {
141         HelpID = "cui:ListBox:RID_SFXPAGE_SAVE:LB_ODF_VERSION";
142         Pos = MAP_APPFONT ( 136 , 105 ) ;
143         Size = MAP_APPFONT ( 108 , 58 ) ;
144         Border = TRUE;
145         DropDown = TRUE;
146         StringList [ en-US ] =
147         {
148             < "1.0/1.1" ;  2 ; > ;
149             < "1.2" ;      4 ;  > ;
150             < "1.2 Extended (compat mode)"; 8 ; > ;
151             < "1.2 Extended (recommended)"; 0x7fffffff ; > ;
152         };
153     };
154     CheckBox BTN_NOPRETTYPRINTING
155     {
156         HelpID = "cui:CheckBox:RID_SFXPAGE_SAVE:BTN_NOPRETTYPRINTING";
157         Pos = MAP_APPFONT ( 12 , 120 ) ;
158         Size = MAP_APPFONT ( 248 , 10 ) ;
159         Text [ en-US ] = "Size optimization for ODF format" ;
160     };
161     CheckBox BTN_WARNALIENFORMAT
162     {
163         HelpID = "cui:CheckBox:RID_SFXPAGE_SAVE:BTN_WARNALIENFORMAT";
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         HelpID = "cui:ListBox:RID_SFXPAGE_SAVE:LB_APP";
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         HelpID = "cui:ListBox:RID_SFXPAGE_SAVE:LB_FILTER";
207         Pos = MAP_APPFONT ( 136 , 153 ) ;
208         Size = MAP_APPFONT ( 108 , 58 ) ;
209         Border = TRUE;
210         Sort = TRUE;
211         DropDown = TRUE;
212     };
213     FixedImage FI_ODF_WARNING
214     {
215         Pos = MAP_APPFONT ( 12, 169 ) ;
216         Size = MAP_APPFONT ( 8 , 8 ) ;
217         Hide = TRUE;
218     };
219     FixedText FT_WARN
220     {
221         Pos = MAP_APPFONT ( 23 , 169 ) ;
222         Size = MAP_APPFONT ( 239 , 8 ) ;
223         Hide = TRUE;
224         Text [ en-US ] = "Not using ODF 1.2 Extended may cause information to be lost.";
225         Text [ x-comment ] = "EN-US, the term 'extended' must not be translated.";
226     };
227     Image IMG_ODF_WARNING
228     {
229         ImageBitmap = Bitmap
230         {
231             File = "odfwarning.png";
232         };
233         MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; };
234     };
237 ModalDialog RID_SVXDLG_FILTER_WARNING
239     HelpID = HID_SVXDLG_FILTER_WARNING;
240     OutputSize = TRUE ;
241     Moveable = TRUE ;
242     Closeable = TRUE ;
243     Sizeable = FALSE ;
244     Border = TRUE ;
245     SVLook = TRUE ;
246     Size = MAP_APPFONT( 175 + 39 + (3 * 6), (4 * 9)+ 12 + (3 * 12) + 6 - 21 );
247     Text = "%PRODUCTNAME %PRODUCTVERSION" ;
248     FixedImage IMG_WARNING
249     {
250         Pos = MAP_APPFONT( 6, 6 );
251         Size = MAP_APPFONT( 30, 30 );
252     };
253     FixedText FT_FILTER_WARNING
254     {
255         Pos = MAP_APPFONT( 39, 6 );
256         Size = MAP_APPFONT( 175, 4 * 9 );
257         Wordbreak = TRUE;
258         Text [ en-US ] = "Using \"%1\" as default file format may cause information loss.\n";
259     };
260     OKButton PB_OK
261     {
262         Pos = MAP_APPFONT( 60, (4 * 9)/*+ 12*/ + 13 );
263         Size = MAP_APPFONT( 50, 14 );
264         DefButton = TRUE;
265     };
266     CancelButton PB_CANCEL
267     {
268         Pos = MAP_APPFONT( 120, (4 * 9)/*+ 12*/ + 13 );
269         Size = MAP_APPFONT( 50, 14 );
270     };