summaryrefslogtreecommitdiff
path: root/sdext/source/minimizer/registry/schema/org/openoffice/Office/extension/SunPresentationMinimizer.xcs
blob: f121768e0e729f7aac11af53b8cbc5888951933e (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
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-schema oor:name="SunPresentationMinimizer" oor:package="org.openoffice.Office.extension" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<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 a picture has to 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>
        <prop oor:name="BitmapPath" oor:type="xs:string"/>
        <prop oor:name="HelpFile" oor:type="xs:string"/>
		<group oor:name="Strings">
			<prop oor:name="STR_SUN_OPTIMIZATION_WIZARD2" oor:type="xs:string" oor:localized="true">
				<value>Presentation Minimizer</value>
			</prop>
			<prop oor:name="STR_STEPS" oor:type="xs:string" oor:localized="true">
				<value>Steps</value>
			</prop>
			<prop oor:name="STR_HELP" oor:type="xs:string" oor:localized="true">
				<value>~Help</value>
			</prop>
			<prop oor:name="STR_BACK" oor:type="xs:string" oor:localized="true">
				<value>&lt; ~Back</value>
			</prop>
			<prop oor:name="STR_NEXT" oor:type="xs:string" oor:localized="true">
				<value>~Next &gt;</value>
			</prop>
			<prop oor:name="STR_FINISH" oor:type="xs:string" oor:localized="true">
				<value>~Finish</value>
			</prop>
			<prop oor:name="STR_CANCEL" oor:type="xs:string" oor:localized="true">
				<value>Cancel</value>
			</prop>
			<prop oor:name="STR_INTRODUCTION" oor:type="xs:string" oor:localized="true">
				<value>Introduction</value>
			</prop>
			<prop oor:name="STR_INTRODUCTION_T" oor:type="xs:string" oor:localized="true">
				<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">
				<value>~Choose settings for the Presentation Minimization Wizard</value>
			</prop>
			<prop oor:name="STR_REMOVE" oor:type="xs:string" oor:localized="true">
				<value>~Delete</value>
			</prop>
			<prop oor:name="STR_GRAPHIC_OPTIMIZATION" oor:type="xs:string" oor:localized="true">
				<value>Choose settings for optimizing pictures and graphics</value>
			</prop>
			<prop oor:name="STR_IMAGE_OPTIMIZATION" oor:type="xs:string" oor:localized="true">
				<value>Graphics</value>
			</prop>
			<prop oor:name="STR_LOSSLESS_COMPRESSION" oor:type="xs:string" oor:localized="true">
				<value>~Lossless compression</value>
			</prop>
			<prop oor:name="STR_JPEG_COMPRESSION" oor:type="xs:string" oor:localized="true">
				<value>~JPEG compression</value>
			</prop>
			<prop oor:name="STR_QUALITY" oor:type="xs:string" oor:localized="true">
				<value>~Quality</value>
			</prop>
			<prop oor:name="STR_REMOVE_CROP_AREA" oor:type="xs:string" oor:localized="true">
				<value>~Delete cropped graphic areas</value>
			</prop>
			<prop oor:name="STR_IMAGE_RESOLUTION" oor:type="xs:string" oor:localized="true">
				<value>~Image Resolution</value>
			</prop>
			<prop oor:name="STR_IMAGE_RESOLUTION_0" oor:type="xs:string" oor:localized="true">
				<value>0;&lt;no change&gt;</value>
			</prop>
			<prop oor:name="STR_IMAGE_RESOLUTION_1" oor:type="xs:string" oor:localized="true">
				<value>90;90 DPI (screen resolution)</value>
			</prop>
			<prop oor:name="STR_IMAGE_RESOLUTION_2" oor:type="xs:string" oor:localized="true">
				<value>150;150 DPI (projector resolution)</value>
			</prop>
			<prop oor:name="STR_IMAGE_RESOLUTION_3" oor:type="xs:string" oor:localized="true">
				<value>300;300 DPI (print resolution)</value>
			</prop>
			<prop oor:name="STR_EMBED_LINKED_GRAPHICS" oor:type="xs:string" oor:localized="true">
				<value>~Break links to external graphics</value>
			</prop>		
			<prop oor:name="STR_OLE_OBJECTS" oor:type="xs:string" oor:localized="true">
				<value>OLE Objects</value>
			</prop>
			<prop oor:name="STR_OLE_OPTIMIZATION" oor:type="xs:string" oor:localized="true">
				<value>Choose settings for replacing OLE objects</value>
			</prop>
			<prop oor:name="STR_OLE_REPLACE" oor:type="xs:string" oor:localized="true">
				<value>Create static replacement graphics for OLE objects</value>
			</prop>
			<prop oor:name="STR_ALL_OLE_OBJECTS" oor:type="xs:string" oor:localized="true">
				<value>For ~all OLE objects</value>
			</prop>
			<prop oor:name="STR_ALIEN_OLE_OBJECTS_ONLY" oor:type="xs:string" oor:localized="true">
				<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">
				<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">
				<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">
				<value>Slides</value>
			</prop>
			<prop oor:name="STR_CHOOSE_SLIDES" oor:type="xs:string" oor:localized="true">
				<value>Choose which slides to delete</value>
			</prop>
			<prop oor:name="STR_MASTER_PAGES" oor:type="xs:string" oor:localized="true">
				<value>Master Pages</value>
			</prop>
			<prop oor:name="STR_DELETE_MASTER_PAGES" oor:type="xs:string" oor:localized="true">
				<value>Delete unused ~master pages</value>
			</prop>
			<prop oor:name="STR_DELETE_NOTES_PAGES" oor:type="xs:string" oor:localized="true">
				<value>~Clear notes</value>
			</prop>
			<prop oor:name="STR_DELETE_HIDDEN_SLIDES" oor:type="xs:string" oor:localized="true">
				<value>Delete hidden ~slides</value>
			</prop>
			<prop oor:name="STR_CUSTOM_SHOW" oor:type="xs:string" oor:localized="true">
				<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">
				<value>Summary</value>
			</prop>
			<prop oor:name="STR_SUMMARY_TITLE" oor:type="xs:string" oor:localized="true">
				<value>Choose where to apply the following changes</value>
			</prop>
			<prop oor:name="STR_PROGRESS" oor:type="xs:string" oor:localized="true">
				<value>Progress</value>
			</prop>
			<prop oor:name="STR_OBJECTS_OPTIMIZED" oor:type="xs:string" oor:localized="true">
				<value>Objects optimized</value>
			</prop>
			<prop oor:name="STR_APPLY_TO_CURRENT" oor:type="xs:string" oor:localized="true">
				<value>~Apply changes to current presentation</value>
			</prop>
			<prop oor:name="STR_AUTOMATICALLY_OPEN" oor:type="xs:string" oor:localized="true">
				<value>~Open newly created presentation</value>
			</prop>
			<prop oor:name="STR_SAVE_SETTINGS" oor:type="xs:string" oor:localized="true">
				<value>~Save settings as</value>
			</prop>
			<prop oor:name="STR_SAVE_AS" oor:type="xs:string" oor:localized="true">
				<value>~Duplicate presentation before applying changes</value>
			</prop>
			<prop oor:name="STR_DELETE_SLIDES" oor:type="xs:string" oor:localized="true">
				<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">
				<value>Create replacement graphics for %OLE objects.</value>
			</prop>
			<prop oor:name="STR_CURRENT_FILESIZE" oor:type="xs:string" oor:localized="true">
				<value>Current file size:</value>
			</prop>
			<prop oor:name="STR_ESTIMATED_FILESIZE" oor:type="xs:string" oor:localized="true">
				<value>Estimated new file size:</value>
			</prop>
			<prop oor:name="STR_MB" oor:type="xs:string" oor:localized="true">
				<value>%1 MB</value>
			</prop>
			<prop oor:name="MY_SETTINGS" oor:type="xs:string" oor:localized="true">
				<value>My Settings</value>
			</prop>
			<prop oor:name="STR_DEFAULT_SESSION" oor:type="xs:string" oor:localized="true">
				<value>default session</value>
			</prop>
			<prop oor:name="STR_MODIFY_WARNING" oor:type="xs:string" oor:localized="true">
				<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">
				<value>~Yes</value>
			</prop>			
            <prop oor:name="STR_OK" oor:type="xs:string" oor:localized="true">
                <value>OK</value>
           </prop>
            <prop oor:name="STR_INFO_1" oor:type="xs:string" oor:localized="true">
                <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">
                <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">
                <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">
                <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">
                <value>Duplicating presentation...</value>
           </prop>
            <prop oor:name="STR_DELETING_SLIDES" oor:type="xs:string" oor:localized="true">
                <value>Deleting slides...</value>
           </prop>
            <prop oor:name="STR_OPTIMIZING_GRAPHICS" oor:type="xs:string" oor:localized="true">
                <value>Optimizing graphics...</value>
           </prop>
            <prop oor:name="STR_CREATING_OLE_REPLACEMENTS" oor:type="xs:string" oor:localized="true">
                <value>Creating replacement graphics for OLE objects...</value>
           </prop>
			<prop oor:name="STR_FILESIZESEPARATOR" oor:type="xs:string" oor:localized="true">
				<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">
			<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>