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