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