xref: /trunk/main/sdext/source/minimizer/minimizer.src (revision ffd38472365e95f6a578737bc9a5eb0fac624a86)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22#include "minimizer.hrc"
23
24Bitmap IMAGE_MINIMIZER_ROADMAP
25{
26    File = "minimizer/minimizepresi_80.png" ;
27};
28
29Bitmap IMAGE_MINIMIZER_ROADMAP_HC
30{
31    File = "minimizer/minimizepresi_80_h.png" ;
32};
33
34String STR_PRESENTATION_MINIMIZER
35{
36    Text [ en-US ] = "Presentation Minimizer" ;
37};
38
39String STR_INFO_DIALOG
40{
41    Text [ en-US ] = "Presentation Minimizer - Result" ;
42};
43
44String STR_STEPS
45{
46    Text [ en-US ] = "Steps" ;
47};
48
49String STR_HELP
50{
51    Text [ en-US ] = "~Help" ;
52};
53
54String STR_BACK
55{
56    Text [ en-US ] = "< ~Back" ;
57};
58
59String STR_NEXT
60{
61    Text [ en-US ] = "~Next >" ;
62};
63
64String STR_FINISH
65{
66    Text [ en-US ] = "~Finish" ;
67};
68
69String STR_CANCEL
70{
71    Text [ en-US ] = "Cancel" ;
72};
73
74String STR_INTRODUCTION
75{
76    Text [ en-US ] = "Introduction" ;
77};
78
79String STR_INTRODUCTION_T
80{
81    Text [ en-US ] = "The Presentation Minimizer is used to reduce the "
82        "file size of the current presentation. Images will be compressed and "
83        "data, that is no longer needed, will be removed.\n"
84        "At the last step of the wizard you can choose to apply the changes "
85        "to the current presentation or to create an optimized new version of "
86        "the presentation." ;
87};
88
89String STR_CHOOSE_SETTINGS
90{
91    Text [ en-US ] = "~Choose settings for Presentation Minimizer" ;
92};
93
94String STR_REMOVE
95{
96    Text [ en-US ] = "~Delete" ;
97};
98
99String STR_GRAPHIC_OPTIMIZATION
100{
101    Text [ en-US ] = "Choose settings for optimizing pictures and graphics" ;
102};
103
104String STR_IMAGE_OPTIMIZATION
105{
106    Text [ en-US ] = "Graphics" ;
107};
108
109String STR_LOSSLESS_COMPRESSION
110{
111    Text [ en-US ] = "~Lossless compression" ;
112};
113
114String STR_JPEG_COMPRESSION
115{
116    Text [ en-US ] = "~JPEG compression" ;
117};
118
119String STR_QUALITY
120{
121    Text [ en-US ] = "~Quality in %" ;
122};
123
124String STR_REMOVE_CROP_AREA
125{
126    Text [ en-US ] = "~Delete cropped graphic areas" ;
127};
128
129String STR_IMAGE_RESOLUTION
130{
131    Text [ en-US ] = "Reduce ~image resolution" ;
132};
133
134String STR_IMAGE_RESOLUTION_0
135{
136    Text [ en-US ] = "<no change>" ;
137};
138
139String STR_IMAGE_RESOLUTION_1
140{
141    Text [ en-US ] = "90;90 DPI (screen resolution)" ;
142};
143
144String STR_IMAGE_RESOLUTION_2
145{
146    Text [ en-US ] = "150;150 DPI (projector resolution)" ;
147};
148
149String STR_IMAGE_RESOLUTION_3
150{
151    Text [ en-US ] = "300;300 DPI (print resolution)" ;
152};
153
154String STR_EMBED_LINKED_GRAPHICS
155{
156    Text [ en-US ] = "~Break links to external graphics" ;
157};
158
159String STR_OLE_OBJECTS
160{
161    Text [ en-US ] = "OLE Objects" ;
162};
163
164String STR_OLE_OPTIMIZATION
165{
166    Text [ en-US ] = "Choose settings for replacing OLE objects" ;
167};
168
169String STR_OLE_REPLACE
170{
171    Text [ en-US ] = "Create static replacement graphics for OLE objects" ;
172};
173
174String STR_ALL_OLE_OBJECTS
175{
176    Text [ en-US ] = "For ~all OLE objects" ;
177};
178
179String STR_ALIEN_OLE_OBJECTS_ONLY
180{
181    Text [ en-US ] = "~For OLE objects not based on OpenDocument format" ;
182};
183
184String STR_OLE_OBJECTS_DESC
185{
186    Text [ en-US ] = "Object Linking and Embedding (OLE) is a technology that "
187        "allows embedding and linking to documents and other objects.\n"
188        "The current presentation contains OLE objects." ;
189};
190
191String STR_NO_OLE_OBJECTS_DESC
192{
193    Text [ en-US ] = "Object Linking and Embedding (OLE) is a technology that "
194        "allows embedding and linking to documents and other objects.\n"
195        "The current presentation contains no OLE objects." ;
196};
197
198String STR_SLIDES
199{
200    Text [ en-US ] = "Slides" ;
201};
202
203String STR_CHOOSE_SLIDES
204{
205    Text [ en-US ] = "Choose which slides to delete" ;
206};
207
208String STR_MASTER_PAGES
209{
210    Text [ en-US ] = "Master Pages" ;
211};
212
213String STR_DELETE_MASTER_PAGES
214{
215    Text [ en-US ] = "Delete unused ~master pages" ;
216};
217
218String STR_DELETE_NOTES_PAGES
219{
220    Text [ en-US ] = "~Clear notes" ;
221};
222
223String STR_DELETE_HIDDEN_SLIDES
224{
225    Text [ en-US ] = "Delete hidden ~slides" ;
226};
227
228String STR_CUSTOM_SHOW
229{
230    Text [ en-US ] = "Delete slides that are not used for the ~custom slide show" ;
231};
232
233String STR_SUMMARY
234{
235    Text [ en-US ] = "Summary" ;
236};
237
238String STR_SUMMARY_TITLE
239{
240    Text [ en-US ] = "Choose where to apply the following changes" ;
241};
242
243String STR_PROGRESS
244{
245    Text [ en-US ] = "Progress" ;
246};
247
248String STR_OBJECTS_OPTIMIZED
249{
250    Text [ en-US ] = "Objects optimized" ;
251};
252
253String STR_APPLY_TO_CURRENT
254{
255    Text [ en-US ] = "~Apply changes to current presentation" ;
256};
257
258String STR_AUTOMATICALLY_OPEN
259{
260    Text [ en-US ] = "~Open newly created presentation" ;
261};
262
263String STR_SAVE_SETTINGS
264{
265    Text [ en-US ] = "~Save settings as" ;
266};
267
268String STR_SAVE_AS
269{
270    Text [ en-US ] = "~Duplicate presentation before applying changes" ;
271};
272
273String STR_DELETE_SLIDES
274{
275    Text [ en-US ] = "Delete %SLIDES slides." ;
276};
277
278String STR_OPTIMIZE_IMAGES
279{
280    Text [ en-US ] = "Optimize %IMAGES graphics to %QUALITY% JPEG quality at %RESOLUTION DPI." ;
281};
282
283String STR_CREATE_REPLACEMENT
284{
285    Text [ en-US ] = "Create replacement graphics for %OLE objects." ;
286};
287
288String STR_CURRENT_FILESIZE
289{
290    Text [ en-US ] = "Current file size:" ;
291};
292
293String STR_ESTIMATED_FILESIZE
294{
295    Text [ en-US ] = "Estimated new file size:" ;
296};
297
298String STR_MB
299{
300    Text [ en-US ] = "%1 MB" ;
301};
302
303String STR_MY_SETTINGS
304{
305    Text [ en-US ] = "My Settings " ;
306};
307
308String STR_DEFAULT_SESSION
309{
310    Text [ en-US ] = "default session" ;
311};
312
313String STR_MODIFY_WARNING
314{
315    Text [ en-US ] = "The optimization will modify the current document. Do you want to continue?" ;
316};
317
318String STR_YES
319{
320    Text [ en-US ] = "~Yes" ;
321};
322
323String STR_OK
324{
325    Text [ en-US ] = "OK" ;
326};
327
328String STR_INFO_1
329{
330    Text [ en-US ] = "The Presentation Minimizer has successfully updated the "
331        "presentation '%TITLE'. The file size has changed "
332        "from %OLDFILESIZE MB to %NEWFILESIZE MB." ;
333};
334
335String STR_INFO_2
336{
337    Text [ en-US ] = "The Presentation Minimizer has successfully updated the "
338        "presentation '%TITLE'. The file size has changed "
339        "from %OLDFILESIZE MB to approximated %NEWFILESIZE MB." ;
340};
341
342String STR_INFO_3
343{
344    Text [ en-US ] = "The Presentation Minimizer has successfully updated the "
345        "presentation '%TITLE'. The file size has changed to %NEWFILESIZE MB." ;
346};
347
348String STR_INFO_4
349{
350    Text [ en-US ] = "The Presentation Minimizer has successfully updated the "
351        "presentation '%TITLE'. "
352        "The file size has changed to approximated %NEWFILESIZE MB." ;
353};
354
355String STR_DUPLICATING_PRESENTATION
356{
357    Text [ en-US ] = "Duplicating presentation..." ;
358};
359
360String STR_DELETING_SLIDES
361{
362    Text [ en-US ] = "Deleting slides..." ;
363};
364
365String STR_OPTIMIZING_GRAPHICS
366{
367    Text [ en-US ] = "Optimizing graphics..." ;
368};
369
370String STR_CREATING_OLE_REPLACEMENTS
371{
372    Text [ en-US ] = "Creating replacement graphics for OLE objects..." ;
373};
374
375String STR_FILESIZESEPARATOR
376{
377    Text [ en-US ] = "." ;
378};
379
380// ********************************************************************** EOF
381