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