summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/PresentationMinimizer.xcs
blob: 49b7415ca5ebb2f9ab20a0c044187923ce23d861 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<?xml version='1.0' encoding='UTF-8'?>
<!--
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 -->
<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml:lang="en-US" oor:package="org.openoffice.Office" oor:name="PresentationMinimizer">
 <info>
    <desc>Configuration of the Presentation Minimizer.</desc>
 </info>
 <import oor:component="org.openoffice.Office.Impress"/>
	<templates>
		<group oor:name="OptimizerSettings">
            <info>
				<desc>Describes the Presentation Optimization Wizard settings of one session</desc>
            </info>
			<prop oor:name="Name" oor:type="xs:string" oor:localized="true">
				<info>
					<desc>Specifies the name settings name</desc>
				</info>
				<value>Default</value>
			</prop>
			<prop oor:name="JPEGCompression" oor:type="xs:boolean">
				<info>
					<desc>Specifies if JPEG compression is being used</desc>
				</info>
				<value>true</value>
			</prop>
			<prop oor:name="JPEGQuality" oor:type="xs:int">
				<info>
					<desc>Specifies quality of the JPG export. A higher value results in higher quality and file size.</desc>
				</info>
				<constraints>
					<minInclusive oor:value="1">
						<info>
						<desc>Represents lowest value that can be used. The lower the value, the less good is the compression quality and the bigger is be the file size.</desc>
						</info>
					</minInclusive>
					<maxInclusive oor:value="100">
						<info>
						<desc>Represents highest value that can be used. The higher the value, the better is the compression quality and the smaller is the file size.</desc>
						</info>
					</maxInclusive>
				</constraints>
				<value>45</value>
			</prop>
			<prop oor:name="RemoveCropArea" oor:type="xs:boolean">
				<info>
					<desc>Specifies if the crop area of an image should be removed</desc>
				</info>
				<value>true</value>
			</prop>
			<prop oor:name="ImageResolution" oor:type="xs:int">
				<info>
					<desc>Specifies the Image Resolution that should be used in dpi. A value of zero determines that the image resolution should not be changed.</desc>
				</info>
				<value>150</value>
			</prop>
			<prop oor:name="EmbedLinkedGraphics" oor:type="xs:boolean">
				<info>
					<desc>Specifies if linked graphics are to be embedded</desc>
				</info>
				<value>true</value>
			</prop>
			<prop oor:name="OLEOptimization" oor:type="xs:boolean">
				<info>
					<desc>Specifies if OLE Objects are converted to Graphic objects at all</desc>
				</info>
				<value>true</value>
			</prop>
			<prop oor:name="OLEOptimizationType" oor:type="xs:short">
				<info>
					<desc>Specifies the compression type that is being used,.</desc>
				</info>
				<constraints>
					<enumeration oor:value="0"><info><desc>Each</desc></info></enumeration>
					<enumeration oor:value="1"><info><desc>Alien</desc></info></enumeration>
				</constraints>
				<value>0</value>
			</prop>
			<prop oor:name="DeleteUnusedMasterPages" oor:type="xs:boolean">
				<info>
					<desc>Specifies if unused Master Pages are being deleted</desc>
				</info>
				<value>true</value>
			</prop>
			<prop oor:name="DeleteHiddenSlides" oor:type="xs:boolean">
				<info>
					<desc>Specifies if hidden Slides are being deleted</desc>
				</info>
				<value>true</value>
			</prop>
			<prop oor:name="DeleteNotesPages" oor:type="xs:boolean">
				<info>
					<desc>Specifies if Notes Pages are being deleted</desc>
				</info>
				<value>false</value>
			</prop>
			<prop oor:name="SaveAs" oor:type="xs:boolean">
				<info>
					<desc>Specifies if the optimization is done on a new document.</desc>
				</info>
				<value>true</value>
			</prop>
			<prop oor:name="OpenNewDocument" oor:type="xs:boolean">
				<info>
					<desc>Specifies if the newly created document is opened automatically.</desc>
				</info>
				<value>true</value>
			</prop>
		</group>
	</templates>
	<component>
		<group oor:name="Strings">
                    <info><desc>UI strings.</desc></info>
			<prop oor:name="STR_SUN_OPTIMIZATION_WIZARD2" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_SUN_OPTIMIZATION_WIZARD2</desc></info>
				<value>Presentation Minimizer</value>
			</prop>
			<prop oor:name="STR_STEPS" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_STEPS.</desc></info>
				<value>Steps</value>
			</prop>
			<prop oor:name="STR_BACK" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_BACK.</desc></info>
				<value>&lt; ~Back</value>
			</prop>
			<prop oor:name="STR_NEXT" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_NEXT.</desc></info>
				<value>~Next &gt;</value>
			</prop>
			<prop oor:name="STR_FINISH" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_FINISH.</desc></info>
				<value>~Finish</value>
			</prop>
			<prop oor:name="STR_CANCEL" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_CANCEL.</desc></info>
				<value>Cancel</value>
			</prop>
			<prop oor:name="STR_INTRODUCTION" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_INTRODUCTION.</desc></info>
				<value>Introduction</value>
			</prop>
			<prop oor:name="STR_INTRODUCTION_T" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_INTRODUCTION_T.</desc></info>
				<value>The Presentation Minimizer is used to reduce the file size of the current presentation. Images will be compressed and data, that is no longer needed, will be removed.

          At the last step of the wizard you can choose to apply the changes to the current presentation or to create an optimized new version of the presentation.</value>
			</prop>
			<prop oor:name="STR_CHOSE_SETTINGS" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_CHOSE_SETTINGS.</desc></info>
				<value>~Choose settings for the Presentation Minimization Wizard</value>
			</prop>
			<prop oor:name="STR_REMOVE" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_REMOVE.</desc></info>
				<value>~Delete</value>
			</prop>
			<prop oor:name="STR_GRAPHIC_OPTIMIZATION" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_GRAPHIC_OPTIMIZATION.</desc></info>
				<value>Choose settings for optimizing pictures and graphics</value>
			</prop>
			<prop oor:name="STR_IMAGE_OPTIMIZATION" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_IMAGE_OPTIMIZATION.</desc></info>
				<value>Graphics</value>
			</prop>
			<prop oor:name="STR_LOSSLESS_COMPRESSION" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_LOSSLESS_COMPRESSION.</desc></info>
				<value>~Lossless compression</value>
			</prop>
			<prop oor:name="STR_JPEG_COMPRESSION" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_JPEG_COMPRESSION.</desc></info>
				<value>~JPEG compression</value>
			</prop>
			<prop oor:name="STR_QUALITY" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_QUALITY.</desc></info>
				<value>~Quality</value>
			</prop>
			<prop oor:name="STR_REMOVE_CROP_AREA" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_REMOVE_CROP_AREA.</desc></info>
				<value>~Delete cropped graphic areas</value>
			</prop>
			<prop oor:name="STR_IMAGE_RESOLUTION" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_IMAGE_RESOLUTION.</desc></info>
				<value>~Image Resolution</value>
			</prop>
			<prop oor:name="STR_IMAGE_RESOLUTION_0" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_IMAGE_RESOLUTION_0.</desc></info>
				<value>0;&lt;no change&gt;</value>
			</prop>
			<prop oor:name="STR_IMAGE_RESOLUTION_1" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_IMAGE_RESOLUTION_1.</desc></info>
				<value>90;90 DPI (screen resolution)</value>
			</prop>
			<prop oor:name="STR_IMAGE_RESOLUTION_2" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_IMAGE_RESOLUTION_2.</desc></info>
				<value>150;150 DPI (projector resolution)</value>
			</prop>
			<prop oor:name="STR_IMAGE_RESOLUTION_3" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_IMAGE_RESOLUTION_3.</desc></info>
				<value>300;300 DPI (print resolution)</value>
			</prop>
			<prop oor:name="STR_EMBED_LINKED_GRAPHICS" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_EMBED_LINKED_GRAPHICS.</desc></info>
				<value>~Break links to external graphics</value>
			</prop>
			<prop oor:name="STR_OLE_OBJECTS" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_OLE_OBJECTS.</desc></info>
				<value>OLE Objects</value>
			</prop>
			<prop oor:name="STR_OLE_OPTIMIZATION" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_OLE_OPTIMIZATION.</desc></info>
				<value>Choose settings for replacing OLE objects</value>
			</prop>
			<prop oor:name="STR_OLE_REPLACE" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_OLE_REPLACE.</desc></info>
				<value>Create static replacement graphics for OLE objects</value>
			</prop>
			<prop oor:name="STR_ALL_OLE_OBJECTS" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_ALL_OLE_OBJECTS.</desc></info>
				<value>For ~all OLE objects</value>
			</prop>
			<prop oor:name="STR_ALIEN_OLE_OBJECTS_ONLY" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_ALIEN_OLE_OBJECTS_ONLY.</desc></info>
				<value>~For OLE objects not based on OpenDocument format</value>
			</prop>
			<prop oor:name="STR_OLE_OBJECTS_DESC" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_OLE_OBJECTS_DESC.</desc></info>
				<value>Object Linking and Embedding (OLE) is a technology that allows embedding and linking to documents and other objects.

The current presentation contains no OLE objects.</value>
			</prop>
			<prop oor:name="STR_NO_OLE_OBJECTS_DESC" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_NO_OLE_OBJECTS_DESC.</desc></info>
				<value>Object Linking and Embedding (OLE) is a technology that allows embedding and linking to documents and other objects.

The current presentation contains no OLE objects.</value>
			</prop>
			<prop oor:name="STR_SLIDES" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_SLIDES.</desc></info>
				<value>Slides</value>
			</prop>
			<prop oor:name="STR_CHOOSE_SLIDES" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_CHOOSE_SLIDES.</desc></info>
				<value>Choose which slides to delete</value>
			</prop>
			<prop oor:name="STR_MASTER_PAGES" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_MASTER_PAGES.</desc></info>
				<value>Master Pages</value>
			</prop>
			<prop oor:name="STR_DELETE_MASTER_PAGES" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_DELETE_MASTER_PAGES.</desc></info>
				<value>Delete unused ~master pages</value>
			</prop>
			<prop oor:name="STR_DELETE_NOTES_PAGES" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_DELETE_NOTES_PAGES.</desc></info>
				<value>~Clear notes</value>
			</prop>
			<prop oor:name="STR_DELETE_HIDDEN_SLIDES" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_DELETE_HIDDEN_SLIDES.</desc></info>
				<value>Delete hidden ~slides</value>
			</prop>
			<prop oor:name="STR_CUSTOM_SHOW" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_CUSTOM_SHOW.</desc></info>
				<value>Delete slides that are not used for the ~custom slide show</value>
			</prop>
			<prop oor:name="STR_SUMMARY" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_SUMMARY.</desc></info>
				<value>Summary</value>
			</prop>
			<prop oor:name="STR_SUMMARY_TITLE" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_SUMMARY_TITLE.</desc></info>
				<value>Choose where to apply the following changes</value>
			</prop>
			<prop oor:name="STR_PROGRESS" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_PROGRESS.</desc></info>
				<value>Progress</value>
			</prop>
			<prop oor:name="STR_OBJECTS_OPTIMIZED" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_OBJECTS_OPTIMIZED.</desc></info>
				<value>Objects optimized</value>
			</prop>
			<prop oor:name="STR_APPLY_TO_CURRENT" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_APPLY_TO_CURRENT.</desc></info>
				<value>~Apply changes to current presentation</value>
			</prop>
			<prop oor:name="STR_AUTOMATICALLY_OPEN" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_AUTOMATICALLY_OPEN.</desc></info>
				<value>~Open newly created presentation</value>
			</prop>
			<prop oor:name="STR_SAVE_SETTINGS" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_SAVE_SETTINGS.</desc></info>
				<value>~Save settings as</value>
			</prop>
			<prop oor:name="STR_SAVE_AS" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_SAVE_AS.</desc></info>
				<value>~Duplicate presentation before applying changes</value>
			</prop>
			<prop oor:name="STR_DELETE_SLIDES" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_DELETE_SLIDES.</desc></info>
				<value>Delete %SLIDES slides</value>
			</prop>
			<prop oor:name="STR_OPTIMIZE_IMAGES" oor:type="xs:string" oor:localized="true">
				<info>
					<desc>The following string is only used in plural.</desc>
				</info>
				<value>Optimize %IMAGES graphics to %QUALITY% JPEG quality at %RESOLUTION DPI.</value>
			</prop>
			<prop oor:name="STR_CREATE_REPLACEMENT" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_CREATE_REPLACEMENT.</desc></info>
				<value>Create replacement graphics for %OLE objects.</value>
			</prop>
			<prop oor:name="STR_CURRENT_FILESIZE" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_CURRENT_FILESIZE.</desc></info>
				<value>Current file size:</value>
			</prop>
			<prop oor:name="STR_ESTIMATED_FILESIZE" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_ESTIMATED_FILESIZE.</desc></info>
				<value>Estimated new file size:</value>
			</prop>
			<prop oor:name="STR_MB" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_MB.</desc></info>
				<value>%1 MB</value>
			</prop>
			<prop oor:name="MY_SETTINGS" oor:type="xs:string" oor:localized="true">
		<info><desc>String MY_SETTINGS.</desc></info>
				<value>My Settings</value>
			</prop>
			<prop oor:name="STR_DEFAULT_SESSION" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_DEFAULT_SESSION.</desc></info>
				<value>default session</value>
			</prop>
			<prop oor:name="STR_MODIFY_WARNING" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_MODIFY_WARNING.</desc></info>
				<value>The optimization will modify the current document. Do you want to continue?</value>
			</prop>
			<prop oor:name="STR_YES" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_YES.</desc></info>
				<value>~Yes</value>
			</prop>
            <prop oor:name="STR_OK" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_OK.</desc></info>
                <value>OK</value>
           </prop>
            <prop oor:name="STR_INFO_1" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_INFO_1.</desc></info>
                <value>The Presentation Minimizer has successfully updated the presentation '%TITLE'. The file size has changed from %OLDFILESIZE MB to %NEWFILESIZE MB.</value>
           </prop>
            <prop oor:name="STR_INFO_2" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_INFO_2.</desc></info>
                <value>The Presentation Minimizer has successfully updated the presentation '%TITLE'. The file size has changed from %OLDFILESIZE MB to approximated %NEWFILESIZE MB.</value>
           </prop>
            <prop oor:name="STR_INFO_3" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_INFO_3.</desc></info>
                <value>The Presentation Minimizer has successfully updated the presentation '%TITLE'. The file size has changed to %NEWFILESIZE MB.</value>
           </prop>
            <prop oor:name="STR_INFO_4" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_INFO_4.</desc></info>
                <value>The Presentation Minimizer has successfully updated the presentation '%TITLE'. The file size has changed to approximated %NEWFILESIZE MB.</value>
           </prop>
            <prop oor:name="STR_DUPLICATING_PRESENTATION" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_DUPLICATING_PRESENTATION.</desc></info>
                <value>Duplicating presentation...</value>
           </prop>
            <prop oor:name="STR_DELETING_SLIDES" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_DELETING_SLIDES.</desc></info>
                <value>Deleting slides...</value>
           </prop>
            <prop oor:name="STR_OPTIMIZING_GRAPHICS" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_OPTIMIZING_GRAPHICS.</desc></info>
                <value>Optimizing graphics...</value>
           </prop>
            <prop oor:name="STR_CREATING_OLE_REPLACEMENTS" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_CREATING_OLE_REPLACEMENTS.</desc></info>
                <value>Creating replacement graphics for OLE objects...</value>
           </prop>
			<prop oor:name="STR_FILESIZESEPARATOR" oor:type="xs:string" oor:localized="true">
		<info><desc>String STR_FILESIZESEPARATOR.</desc></info>
				<value>.</value>
			</prop>
		</group>
		<node-ref oor:name="LastUsedSettings" oor:node-type="OptimizerSettings">
			<info>
				<desc>describes the name of the last used settings</desc>
			</info>
		</node-ref>
		<group oor:name="Settings">
                    <info><desc>Describes saved settings.</desc></info>
			<set oor:name="Templates" oor:node-type="OptimizerSettings">
				<info>
					<desc>List of the saved Presentation Optimization Wizard settings</desc>
				</info>
			</set>
		</group>
	</component>
</oor:component-schema>