xref: /aoo42x/main/wizards/source/euro/euro.src (revision cdf0e10c)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir#define STEP_ZERO 1000
29*cdf0e10cSrcweir#define STEP_CONVERTER 1100
30*cdf0e10cSrcweir#define STEP_AUTOPILOT 1200
31*cdf0e10cSrcweir#define STATUSLINE 1300
32*cdf0e10cSrcweir#define MESSAGES 1400
33*cdf0e10cSrcweir#define CURRENCIES 1500
34*cdf0e10cSrcweir#define STEP_LASTPAGE 1600
35*cdf0e10cSrcweir// --------------------------------------------------------------------
36*cdf0e10cSrcweirString STEP_ZERO
37*cdf0e10cSrcweir{
38*cdf0e10cSrcweirText [ en-US ] = "~Cancel";
39*cdf0e10cSrcweir};
40*cdf0e10cSrcweir
41*cdf0e10cSrcweirString STEP_ZERO + 1
42*cdf0e10cSrcweir{
43*cdf0e10cSrcweirText [ en-US ] = "~Help";
44*cdf0e10cSrcweir};
45*cdf0e10cSrcweir
46*cdf0e10cSrcweirString STEP_ZERO + 2
47*cdf0e10cSrcweir{
48*cdf0e10cSrcweirText [ en-US ] = "<<~Back";
49*cdf0e10cSrcweir};
50*cdf0e10cSrcweir
51*cdf0e10cSrcweirString STEP_ZERO + 3
52*cdf0e10cSrcweir{
53*cdf0e10cSrcweirText [ en-US ] = "~Convert";
54*cdf0e10cSrcweir};
55*cdf0e10cSrcweir
56*cdf0e10cSrcweirString STEP_ZERO + 4
57*cdf0e10cSrcweir{
58*cdf0e10cSrcweirText [ en-US ] = "Note: Currency amounts from external links and currency conversion factors in formulas cannot be converted.";
59*cdf0e10cSrcweir};
60*cdf0e10cSrcweir
61*cdf0e10cSrcweirString STEP_ZERO + 5
62*cdf0e10cSrcweir{
63*cdf0e10cSrcweirText [ en-US ] = "First, unprotect all sheets.";
64*cdf0e10cSrcweir};
65*cdf0e10cSrcweir
66*cdf0e10cSrcweirString STEP_ZERO + 6
67*cdf0e10cSrcweir{
68*cdf0e10cSrcweirText [ en-US ] = "Currencies:";
69*cdf0e10cSrcweir};
70*cdf0e10cSrcweir
71*cdf0e10cSrcweir
72*cdf0e10cSrcweirString STEP_ZERO + 7
73*cdf0e10cSrcweir{
74*cdf0e10cSrcweirText [ en-US ] = "C~ontinue>>";
75*cdf0e10cSrcweir};
76*cdf0e10cSrcweir
77*cdf0e10cSrcweir
78*cdf0e10cSrcweirString STEP_ZERO + 8
79*cdf0e10cSrcweir{
80*cdf0e10cSrcweirText [ en-US ] = "C~lose";
81*cdf0e10cSrcweir};
82*cdf0e10cSrcweir
83*cdf0e10cSrcweirString STEP_CONVERTER
84*cdf0e10cSrcweir{
85*cdf0e10cSrcweirText [ en-US ] = "~Entire document";
86*cdf0e10cSrcweir};
87*cdf0e10cSrcweir
88*cdf0e10cSrcweirString STEP_CONVERTER + 1
89*cdf0e10cSrcweir{
90*cdf0e10cSrcweirText [ en-US ] = "Selection";
91*cdf0e10cSrcweir};
92*cdf0e10cSrcweir
93*cdf0e10cSrcweirString STEP_CONVERTER + 2
94*cdf0e10cSrcweir{
95*cdf0e10cSrcweirText [ en-US ] = "Cell S~tyles";
96*cdf0e10cSrcweir};
97*cdf0e10cSrcweir
98*cdf0e10cSrcweirString STEP_CONVERTER + 3
99*cdf0e10cSrcweir{
100*cdf0e10cSrcweirText [ en-US ] = "Currency cells in the current ~sheet";
101*cdf0e10cSrcweir};
102*cdf0e10cSrcweir
103*cdf0e10cSrcweirString STEP_CONVERTER + 4
104*cdf0e10cSrcweir{
105*cdf0e10cSrcweirText [ en-US ] = "Currency cells in the entire ~document";
106*cdf0e10cSrcweir};
107*cdf0e10cSrcweir
108*cdf0e10cSrcweirString STEP_CONVERTER + 5
109*cdf0e10cSrcweir{
110*cdf0e10cSrcweirText [ en-US ] = "~Selected range";
111*cdf0e10cSrcweir};
112*cdf0e10cSrcweir
113*cdf0e10cSrcweirString STEP_CONVERTER + 6
114*cdf0e10cSrcweir{
115*cdf0e10cSrcweirText [ en-US ] = "Select Cell Styles";
116*cdf0e10cSrcweir};
117*cdf0e10cSrcweir
118*cdf0e10cSrcweirString STEP_CONVERTER + 7
119*cdf0e10cSrcweir{
120*cdf0e10cSrcweirText [ en-US ] = "Select currency cells";
121*cdf0e10cSrcweir};
122*cdf0e10cSrcweir
123*cdf0e10cSrcweirString STEP_CONVERTER + 8
124*cdf0e10cSrcweir{
125*cdf0e10cSrcweirText [ en-US ] = "Currency ranges:";
126*cdf0e10cSrcweir};
127*cdf0e10cSrcweir
128*cdf0e10cSrcweirString STEP_CONVERTER + 9
129*cdf0e10cSrcweir{
130*cdf0e10cSrcweirText [ en-US ] = "Templates:";
131*cdf0e10cSrcweir};
132*cdf0e10cSrcweir
133*cdf0e10cSrcweir
134*cdf0e10cSrcweirString STEP_AUTOPILOT
135*cdf0e10cSrcweir{
136*cdf0e10cSrcweirText [ en-US ] = "Extent";
137*cdf0e10cSrcweir};
138*cdf0e10cSrcweir
139*cdf0e10cSrcweirString STEP_AUTOPILOT + 1
140*cdf0e10cSrcweir{
141*cdf0e10cSrcweirText [ en-US ] = "~Single %PRODUCTNAME Calc document";
142*cdf0e10cSrcweir};
143*cdf0e10cSrcweir
144*cdf0e10cSrcweirString STEP_AUTOPILOT + 2
145*cdf0e10cSrcweir{
146*cdf0e10cSrcweirText [ en-US ] = "Complete ~directory";
147*cdf0e10cSrcweir};
148*cdf0e10cSrcweir
149*cdf0e10cSrcweirString STEP_AUTOPILOT + 3
150*cdf0e10cSrcweir{
151*cdf0e10cSrcweirText [ en-US ] = "Source Document:";
152*cdf0e10cSrcweir};
153*cdf0e10cSrcweir
154*cdf0e10cSrcweirString STEP_AUTOPILOT + 4
155*cdf0e10cSrcweir{
156*cdf0e10cSrcweirText [ en-US ] = "Source directory:";
157*cdf0e10cSrcweir};
158*cdf0e10cSrcweir
159*cdf0e10cSrcweirString STEP_AUTOPILOT + 5
160*cdf0e10cSrcweir{
161*cdf0e10cSrcweirText [ en-US ] = "~Including subfolders";
162*cdf0e10cSrcweir};
163*cdf0e10cSrcweir
164*cdf0e10cSrcweirString STEP_AUTOPILOT + 6
165*cdf0e10cSrcweir{
166*cdf0e10cSrcweirText [ en-US ] = "Target directory:";
167*cdf0e10cSrcweir};
168*cdf0e10cSrcweir
169*cdf0e10cSrcweir
170*cdf0e10cSrcweirString STEP_AUTOPILOT + 7
171*cdf0e10cSrcweir{
172*cdf0e10cSrcweirText [ en-US ] = "Temporarily unprotect sheet without query";
173*cdf0e10cSrcweir};
174*cdf0e10cSrcweir
175*cdf0e10cSrcweir
176*cdf0e10cSrcweirString STEP_AUTOPILOT + 10
177*cdf0e10cSrcweir{
178*cdf0e10cSrcweirText [ en-US ] = "Also convert fields and tables in text documents";
179*cdf0e10cSrcweir};
180*cdf0e10cSrcweir
181*cdf0e10cSrcweir
182*cdf0e10cSrcweirString STATUSLINE
183*cdf0e10cSrcweir{
184*cdf0e10cSrcweirText [ en-US ] = "Conversion status: ";
185*cdf0e10cSrcweir};
186*cdf0e10cSrcweir
187*cdf0e10cSrcweirString STATUSLINE + 1
188*cdf0e10cSrcweir{
189*cdf0e10cSrcweirText [ en-US ] = "Conversion status of the cell templates:";
190*cdf0e10cSrcweir};
191*cdf0e10cSrcweir
192*cdf0e10cSrcweirString STATUSLINE + 2
193*cdf0e10cSrcweir{
194*cdf0e10cSrcweirText [ en-US ] = "Registration of the relevant ranges: Sheet %1Number%1 of %2TotPageCount%2";
195*cdf0e10cSrcweir};
196*cdf0e10cSrcweir
197*cdf0e10cSrcweir
198*cdf0e10cSrcweirString STATUSLINE + 3
199*cdf0e10cSrcweir{
200*cdf0e10cSrcweirText [ en-US ] = "Entry of the ranges to be converted...";
201*cdf0e10cSrcweir};
202*cdf0e10cSrcweir
203*cdf0e10cSrcweir
204*cdf0e10cSrcweir
205*cdf0e10cSrcweirString STATUSLINE + 4
206*cdf0e10cSrcweir{
207*cdf0e10cSrcweirText [ en-US ] = "Sheet protection for each sheet will be restored...";
208*cdf0e10cSrcweir};
209*cdf0e10cSrcweir
210*cdf0e10cSrcweir
211*cdf0e10cSrcweirString STATUSLINE + 5
212*cdf0e10cSrcweir{
213*cdf0e10cSrcweirText [ en-US ] = "Conversion of the currency units in the cell templates...";
214*cdf0e10cSrcweir};
215*cdf0e10cSrcweir
216*cdf0e10cSrcweir
217*cdf0e10cSrcweir
218*cdf0e10cSrcweirString MESSAGES
219*cdf0e10cSrcweir{
220*cdf0e10cSrcweirText [ en-US ] = "~Finish";
221*cdf0e10cSrcweir};
222*cdf0e10cSrcweir
223*cdf0e10cSrcweirString MESSAGES + 1
224*cdf0e10cSrcweir{
225*cdf0e10cSrcweirText [ en-US ] = "Select directory";
226*cdf0e10cSrcweir};
227*cdf0e10cSrcweir
228*cdf0e10cSrcweirString MESSAGES + 2
229*cdf0e10cSrcweir{
230*cdf0e10cSrcweirText [ en-US ] = "Select file";
231*cdf0e10cSrcweir};
232*cdf0e10cSrcweir
233*cdf0e10cSrcweirString MESSAGES + 3
234*cdf0e10cSrcweir{
235*cdf0e10cSrcweirText [ en-US ] = "Select target directory";
236*cdf0e10cSrcweir};
237*cdf0e10cSrcweir
238*cdf0e10cSrcweirString MESSAGES + 4
239*cdf0e10cSrcweir{
240*cdf0e10cSrcweirText [ en-US ] = "non-existant";
241*cdf0e10cSrcweir};
242*cdf0e10cSrcweir
243*cdf0e10cSrcweir
244*cdf0e10cSrcweirString MESSAGES + 5
245*cdf0e10cSrcweir{
246*cdf0e10cSrcweirText [ en-US ] = "Euro Converter";
247*cdf0e10cSrcweir};
248*cdf0e10cSrcweir
249*cdf0e10cSrcweir
250*cdf0e10cSrcweir
251*cdf0e10cSrcweirString MESSAGES + 6
252*cdf0e10cSrcweir{
253*cdf0e10cSrcweirText [ en-US ] = "Should protected spreadsheets be temporarily unprotected?";
254*cdf0e10cSrcweir};
255*cdf0e10cSrcweir
256*cdf0e10cSrcweir
257*cdf0e10cSrcweirString MESSAGES + 7
258*cdf0e10cSrcweir{
259*cdf0e10cSrcweirText [ en-US ] = "Enter the password to unprotect the table %1TableName%1";
260*cdf0e10cSrcweir};
261*cdf0e10cSrcweir
262*cdf0e10cSrcweir
263*cdf0e10cSrcweirString MESSAGES + 8
264*cdf0e10cSrcweir{
265*cdf0e10cSrcweirText [ en-US ] = "Wrong Password!";
266*cdf0e10cSrcweir};
267*cdf0e10cSrcweir
268*cdf0e10cSrcweir
269*cdf0e10cSrcweirString MESSAGES + 9
270*cdf0e10cSrcweir{
271*cdf0e10cSrcweirText [ en-US ] = "Protected Sheet";
272*cdf0e10cSrcweir};
273*cdf0e10cSrcweir
274*cdf0e10cSrcweir
275*cdf0e10cSrcweirString MESSAGES + 10
276*cdf0e10cSrcweir{
277*cdf0e10cSrcweirText [ en-US ] = "Warning!";
278*cdf0e10cSrcweir};
279*cdf0e10cSrcweir
280*cdf0e10cSrcweir
281*cdf0e10cSrcweirString MESSAGES + 11
282*cdf0e10cSrcweir{
283*cdf0e10cSrcweirText [ en-US ] = "Protection for the sheets will not be removed.";
284*cdf0e10cSrcweir};
285*cdf0e10cSrcweir
286*cdf0e10cSrcweir
287*cdf0e10cSrcweirString MESSAGES + 12
288*cdf0e10cSrcweir{
289*cdf0e10cSrcweirText [ en-US ] = "Sheet cannot be unprotected";
290*cdf0e10cSrcweir};
291*cdf0e10cSrcweir
292*cdf0e10cSrcweir
293*cdf0e10cSrcweirString MESSAGES + 13
294*cdf0e10cSrcweir{
295*cdf0e10cSrcweirText [ en-US ] = "The Wizard cannot edit this document as cell formats cannot be modified in documents containing protected spreadsheets.";
296*cdf0e10cSrcweir};
297*cdf0e10cSrcweir
298*cdf0e10cSrcweir
299*cdf0e10cSrcweir
300*cdf0e10cSrcweirString MESSAGES + 14
301*cdf0e10cSrcweir{
302*cdf0e10cSrcweirText [ en-US ] = "Please note that the Euro Converter will, otherwise, not be able to edit this document!";
303*cdf0e10cSrcweir};
304*cdf0e10cSrcweir
305*cdf0e10cSrcweir
306*cdf0e10cSrcweir
307*cdf0e10cSrcweirString MESSAGES + 15
308*cdf0e10cSrcweir{
309*cdf0e10cSrcweirText [ en-US ] = "Please choose a currency to be converted first!";
310*cdf0e10cSrcweir};
311*cdf0e10cSrcweir
312*cdf0e10cSrcweirString MESSAGES + 16
313*cdf0e10cSrcweir{
314*cdf0e10cSrcweirText [ en-US ] = "Password:";
315*cdf0e10cSrcweir};
316*cdf0e10cSrcweir
317*cdf0e10cSrcweirString MESSAGES + 17
318*cdf0e10cSrcweir{
319*cdf0e10cSrcweirText [ en-US ] = "OK";
320*cdf0e10cSrcweir};
321*cdf0e10cSrcweir
322*cdf0e10cSrcweirString MESSAGES + 18
323*cdf0e10cSrcweir{
324*cdf0e10cSrcweirText [ en-US ] = "Cancel";
325*cdf0e10cSrcweir};
326*cdf0e10cSrcweir
327*cdf0e10cSrcweir
328*cdf0e10cSrcweir String MESSAGES + 19
329*cdf0e10cSrcweir{
330*cdf0e10cSrcweirText [ en-US ] = "Please select a %PRODUCTNAME Calc document for editing!";
331*cdf0e10cSrcweir};
332*cdf0e10cSrcweir
333*cdf0e10cSrcweir
334*cdf0e10cSrcweirString MESSAGES + 20
335*cdf0e10cSrcweir{
336*cdf0e10cSrcweirText [ en-US ] = "'<1>' is not a directory!";
337*cdf0e10cSrcweir};
338*cdf0e10cSrcweir
339*cdf0e10cSrcweir
340*cdf0e10cSrcweirString MESSAGES + 21
341*cdf0e10cSrcweir{
342*cdf0e10cSrcweirText [ en-US ] = "Document is read-only!";
343*cdf0e10cSrcweir};
344*cdf0e10cSrcweir
345*cdf0e10cSrcweir
346*cdf0e10cSrcweirString MESSAGES + 22
347*cdf0e10cSrcweir{
348*cdf0e10cSrcweir    Text [ en-US ] = "The '<1>' file already exists.<CR>Do you want to overwrite it?";
349*cdf0e10cSrcweir};
350*cdf0e10cSrcweir
351*cdf0e10cSrcweir
352*cdf0e10cSrcweirString MESSAGES + 23
353*cdf0e10cSrcweir{
354*cdf0e10cSrcweir	Text [ en-US ] = "Do you really want to terminate conversion at this point?";
355*cdf0e10cSrcweir};
356*cdf0e10cSrcweir
357*cdf0e10cSrcweirString MESSAGES + 24
358*cdf0e10cSrcweir{
359*cdf0e10cSrcweir	Text [ en-US ] = "Cancel Wizard";
360*cdf0e10cSrcweir};
361*cdf0e10cSrcweir
362*cdf0e10cSrcweir String CURRENCIES
363*cdf0e10cSrcweir{
364*cdf0e10cSrcweirText [ en-US ] = "Portuguese Escudo";
365*cdf0e10cSrcweir};
366*cdf0e10cSrcweir
367*cdf0e10cSrcweirString CURRENCIES + 1
368*cdf0e10cSrcweir{
369*cdf0e10cSrcweirText [ en-US ] = "Dutch Guilder";
370*cdf0e10cSrcweir};
371*cdf0e10cSrcweir
372*cdf0e10cSrcweirString CURRENCIES + 2
373*cdf0e10cSrcweir{
374*cdf0e10cSrcweirText [ en-US ] = "French Franc";
375*cdf0e10cSrcweir};
376*cdf0e10cSrcweir
377*cdf0e10cSrcweirString CURRENCIES + 3
378*cdf0e10cSrcweir{
379*cdf0e10cSrcweirText [ en-US ] = "Spanish Peseta";
380*cdf0e10cSrcweir};
381*cdf0e10cSrcweir
382*cdf0e10cSrcweirString CURRENCIES + 4
383*cdf0e10cSrcweir{
384*cdf0e10cSrcweirText [ en-US ] = "Italian Lira";
385*cdf0e10cSrcweir};
386*cdf0e10cSrcweir
387*cdf0e10cSrcweirString CURRENCIES + 5
388*cdf0e10cSrcweir{
389*cdf0e10cSrcweirText [ en-US ] = "German Mark";
390*cdf0e10cSrcweir};
391*cdf0e10cSrcweir
392*cdf0e10cSrcweirString CURRENCIES + 6
393*cdf0e10cSrcweir{
394*cdf0e10cSrcweirText [ en-US ] = "Belgian Franc";
395*cdf0e10cSrcweir};
396*cdf0e10cSrcweir
397*cdf0e10cSrcweirString CURRENCIES + 7
398*cdf0e10cSrcweir{
399*cdf0e10cSrcweirText [ en-US ] = "Irish Punt";
400*cdf0e10cSrcweir};
401*cdf0e10cSrcweir
402*cdf0e10cSrcweirString CURRENCIES + 8
403*cdf0e10cSrcweir{
404*cdf0e10cSrcweirText [ en-US ] = "Luxembourg Franc";
405*cdf0e10cSrcweir};
406*cdf0e10cSrcweir
407*cdf0e10cSrcweirString CURRENCIES + 9
408*cdf0e10cSrcweir{
409*cdf0e10cSrcweirText [ en-US ] = "Austrian Schilling";
410*cdf0e10cSrcweir};
411*cdf0e10cSrcweir
412*cdf0e10cSrcweirString CURRENCIES + 10
413*cdf0e10cSrcweir{
414*cdf0e10cSrcweirText [ en-US ] = "Finnish Mark";
415*cdf0e10cSrcweir};
416*cdf0e10cSrcweir
417*cdf0e10cSrcweirString CURRENCIES + 11
418*cdf0e10cSrcweir{
419*cdf0e10cSrcweirText [ en-US ] = "Greek Drachma";
420*cdf0e10cSrcweir};
421*cdf0e10cSrcweir
422*cdf0e10cSrcweirString CURRENCIES + 12
423*cdf0e10cSrcweir{
424*cdf0e10cSrcweirText [ en-US ] = "Slovenian Tolar";
425*cdf0e10cSrcweir};
426*cdf0e10cSrcweir
427*cdf0e10cSrcweirString CURRENCIES + 13
428*cdf0e10cSrcweir{
429*cdf0e10cSrcweirText [ en-US ] = "Cypriot Pound";
430*cdf0e10cSrcweir};
431*cdf0e10cSrcweir
432*cdf0e10cSrcweirString CURRENCIES + 14
433*cdf0e10cSrcweir{
434*cdf0e10cSrcweirText [ en-US ] = "Maltese Lira";
435*cdf0e10cSrcweir};
436*cdf0e10cSrcweir
437*cdf0e10cSrcweirString CURRENCIES + 15
438*cdf0e10cSrcweir{
439*cdf0e10cSrcweirText [ en-US ] = "Slovak Koruna";
440*cdf0e10cSrcweir};
441*cdf0e10cSrcweir
442*cdf0e10cSrcweirString CURRENCIES + 16
443*cdf0e10cSrcweir{
444*cdf0e10cSrcweirText [ en-US ] = "The currency set for the document is not a European currency!";
445*cdf0e10cSrcweir};
446*cdf0e10cSrcweir
447*cdf0e10cSrcweirString CURRENCIES + 17
448*cdf0e10cSrcweir{
449*cdf0e10cSrcweirText [ en-US ] = "The language set for your operating system is not a language of the European Monetary Union.";
450*cdf0e10cSrcweir};
451*cdf0e10cSrcweir
452*cdf0e10cSrcweirString STEP_LASTPAGE
453*cdf0e10cSrcweir{
454*cdf0e10cSrcweirText [ en-US ] = "Progress";
455*cdf0e10cSrcweir};
456*cdf0e10cSrcweir
457*cdf0e10cSrcweir
458*cdf0e10cSrcweirString STEP_LASTPAGE + 1
459*cdf0e10cSrcweir{
460*cdf0e10cSrcweirText [ en-US ] = "Retrieving the relevant documents...";
461*cdf0e10cSrcweir};
462*cdf0e10cSrcweir
463*cdf0e10cSrcweirString STEP_LASTPAGE + 2
464*cdf0e10cSrcweir{
465*cdf0e10cSrcweirText [ en-US ] = "Converting the documents...";
466*cdf0e10cSrcweir};
467*cdf0e10cSrcweir
468*cdf0e10cSrcweirString STEP_LASTPAGE + 3
469*cdf0e10cSrcweir{
470*cdf0e10cSrcweirText [ en-US ] = "Settings:";
471*cdf0e10cSrcweir};
472*cdf0e10cSrcweir
473*cdf0e10cSrcweirString STEP_LASTPAGE + 4
474*cdf0e10cSrcweir{
475*cdf0e10cSrcweirText [ en-US ] = "Sheet is always unprotected";
476*cdf0e10cSrcweir};
477