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