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#define sHelpButton	1000
23#define sCancelButton	1001
24#define sBackButton	1002
25#define sNextButton	1003
26#define sBeginButton	1004
27#define sCloseButton    1005
28#define sWelcometextLabel1  1006
29#define sWelcometextLabel2  1007
30#define sWelcometextLabel3  1008
31#define sMSTemplateCheckbox_1_    1009
32#define sMSTemplateCheckbox_2_    1010
33#define sMSTemplateCheckbox_3_    1011
34#define sMSDocumentCheckbox_1_    1012
35#define sMSDocumentCheckbox_2_    1013
36#define sMSDocumentCheckbox_3_    1014
37#define sSearchInSubDir 1022
38#define sMSContainerName 1030
39#define sSummaryHeader  1031
40#define sSummaryFrame   1032
41#define sTextImportLabel 1033
42#define sTextExportLabel 1034
43#define sGroupnameDefault   1036
44#define sProgressDesc1	1039
45#define sProgressOneDoc	1040
46#define sProgressMoreDocs	1041
47#define sProgressMoreTemplates 1042
48#define sNoDirCreation  1050
49#define sMsgDirNotThere    1051
50#define sQueryfornewCreation    1052
51#define sFileExists    1053
52#define sMorePathsError3    1054
53#define sConvertError1  1055
54#define sConvertError2  1056
55#define sRTErrorDesc    1057
56#define sRTErrorHeader  1058
57#define sPathErrorTemplates_1_  1059
58#define sPathErrorTemplates_2_  1060
59#define sPathErrorTemplates_3_  1061
60#define sPathErrorDocument_1_   1062
61#define sPathErrorDocument_2_   1063
62#define sPathErrorDocument_3_   1064
63#define sPathErrorStarDoc_1_    1065
64#define sPathErrorStarDoc_2_    1066
65#define sPathErrorStarDoc_3_    1067
66#define sOverwriteallFiles 	1070
67#define sreeditMacro 	1071
68#define scouldNotsaveDocument 1072
69#define scouldNotopenDocument 1073
70#define sPathDialogMessage  1080
71#define sDialogTitle 1081
72#define sProgressPage1 1090
73#define sProgressPage2 1091
74#define sProgressPage3 1092
75#define sProgressFound 1093
76#define sProgressPage5 1094
77#define sReady 1100
78#define sXMLTemplateCheckbox_1_    2009
79#define sXMLTemplateCheckbox_2_    2010
80#define sXMLTemplateCheckbox_3_    2011
81#define sXMLTemplateCheckbox_4_    2012
82#define sXMLDocumentCheckbox_1_    2013
83#define sXMLDocumentCheckbox_2_    2014
84#define sXMLDocumentCheckbox_3_    2015
85#define sXMLDocumentCheckbox_4_    2016
86#define sXMLHelperApplications_1    2017
87#define sXMLHelperApplications_2    2018
88
89#define sSourceDocuments         2030
90#define sTargetDocuments         2031
91#define sCreateLogfile          2032
92#define sLogfileHelpText        2033
93#define sLogfileSummary         2034
94#define sshowLogfile			2035
95
96#define sSumInclusiveSubDir     3000
97#define sSumSaveDokumente       3001
98
99#define sSumSOTextDocuments       3100
100#define sSumSOTableDocuments      3101
101#define sSumSODrawDocuments       3102
102#define sSumSOMathDocuments       3103
103
104#define sSumSOTextTemplates       3110
105#define sSumSOTableTemplates      3111
106#define sSumSODrawTemplates       3112
107#define sSumSOGlobalDocuments     3113
108
109#define sSumMSTextDocuments       3200
110#define sSumMSTableDocuments      3201
111#define sSumMSDrawDocuments       3202
112
113#define sSumMSTextTemplates       3210
114#define sSumMSTableTemplates      3211
115#define sSumMSDrawTemplates       3212
116
117
118// --------------------------------------------------------------------
119String sHelpButton
120{
121    Text [ en-US ] = "~Help";
122};
123
124String sCancelButton
125{
126    Text [ en-US ] = "~Cancel";
127};
128
129String sBackButton
130{
131    Text [ en-US ] = "<< ~Back";
132};
133
134String sNextButton
135{
136    Text [ en-US ] = "Ne~xt >>";
137};
138
139String sBeginButton
140{
141    Text [ en-US ] = "~Convert";
142};
143
144String sCloseButton
145{
146    Text [ en-US ] = "~Close";
147};
148
149String sWelcometextLabel1
150{
151    Text [ en-US ] = "This wizard converts documents in %PRODUCTNAME format and Microsoft Office documents to the new OpenDocument format.";
152};
153
154String sWelcometextLabel2
155{
156    Text [ en-US ] = "Please note that when converting Microsoft documents any attached VBA macros lose their functionality.";
157};
158
159String sWelcometextLabel3
160{
161    Text [ en-US ] = "Select the document type for conversion:";
162};
163
164
165
166String sMSTemplateCheckbox_1_
167{
168    Text [ en-US ] = "Word templates";
169};
170
171String sMSTemplateCheckbox_2_
172{
173	Text [ en-US ] = "Excel templates";
174};
175
176String sMSTemplateCheckbox_3_
177{
178	Text [ en-US ] = "PowerPoint templates";
179};
180
181String sMSDocumentCheckbox_1_
182{
183    Text [ en-US ] = "Word documents";
184};
185
186String sMSDocumentCheckbox_2_
187{
188	Text [ en-US ] = "Excel documents";
189};
190
191String sMSDocumentCheckbox_3_
192{
193	Text [ en-US ] = "PowerPoint documents";
194};
195
196
197String sSearchInSubDir
198{
199	Text [ en-US ] = "Including subdirectories";
200};
201
202
203
204String sMSContainerName
205{
206    Text [ en-US ] = "Microsoft Office";
207};
208
209
210
211String sSummaryHeader
212{
213	Text [ en-US ] = "Summary:";
214};
215
216String sTextImportLabel
217{
218    Text [ en-US ] = "Import from:";
219};
220
221
222String sTextExportLabel
223{
224    Text [ en-US ] = "Save to:";
225};
226
227
228String sGroupnameDefault
229{
230    Text [ en-US ] = "Imported_Templates";
231};
232
233
234String sProgressDesc1
235{
236	Text [ en-US ] = "Progress: ";
237};
238
239String sProgressOneDoc
240{
241	Text [ en-US ] = "Document";
242};
243
244String sProgressMoreDocs
245{
246	Text [ en-US ] = "Documents";
247};
248
249
250String sProgressMoreTemplates
251{
252    Text [ en-US ] = "Templates";
253};
254
255
256String sNoDirCreation
257{
258    Text [ en-US ] = "The '%1' directory cannot be created: ";
259};
260
261
262String sMsgDirNotThere
263{
264    Text [ en-US ] = "The '%1' directory does not exist.";
265};
266
267
268String sQueryfornewCreation
269{
270    Text [ en-US ] = "Do you want to create it now?";
271};
272
273
274String sFileExists
275{
276    Text [ en-US ] = "The '<1>' file already exists.<CR>Do you want to overwrite it?";
277};
278
279String sMorePathsError3
280{
281	Text [ en-US ] = "Directories do not exist";
282};
283
284
285String sOverwriteallFiles
286{
287	Text [ en-US ] = "Do you want to overwrite documents without being asked?";
288};
289
290
291String sreeditMacro
292{
293	Text [ en-US ] = "Document macro has to be revised.";
294};
295
296String scouldNotsaveDocument
297{
298	Text [ en-US ] = "Document '<1>' could not be saved.";
299};
300
301
302String scouldNotopenDocument
303{
304	Text [ en-US ] = "Document '<1>' could not be opened.";
305};
306
307
308
309String sConvertError1
310{
311	Text [ en-US ] = "Do you really want to terminate conversion at this point?";
312};
313
314String sConvertError2
315{
316	Text [ en-US ] = "Cancel Wizard";
317};
318
319String sRTErrorDesc
320{
321	Text [ en-US ] = "An unexpected error has occurred in the wizard.";
322};
323
324String sRTErrorHeader
325{
326	Text [ en-US ] = "Error";
327};
328
329
330String sPathDialogMessage
331{
332	Text [ en-US ] = "Select a directory";
333};
334
335String sDialogTitle
336{
337    Text [ en-US ] = "Document Converter";
338};
339
340String sProgressPage1
341{
342    Text [ en-US ] = "Progress";
343};
344
345String sProgressPage2
346{
347    Text [ en-US ] = "Retrieving the relevant documents:";
348};
349
350String sProgressPage3
351{
352    Text [ en-US ] = "Converting the documents";
353};
354
355
356String sProgressFound
357{
358    Text [ en-US ] = "Found:";
359};
360
361
362String sProgressPage5
363{
364    Text [ en-US ] = "%1 found";
365};
366
367String sReady
368{
369    Text [ en-US ] = "Finished";
370};
371
372
373String sXMLTemplateCheckbox_1_
374{
375    Text [ en-US ] = "Text templates";
376};
377
378String sXMLTemplateCheckbox_2_
379{
380    Text [ en-US ] = "Spreadsheet templates";
381};
382
383String sXMLTemplateCheckbox_3_
384{
385    Text [ en-US ] = "Drawing/presentation templates";
386};
387
388String sXMLTemplateCheckbox_4_
389{
390    Text [ en-US ] = "Master documents";
391};
392
393
394String sXMLDocumentCheckbox_1_
395{
396    Text [ en-US ] = "Text documents";
397};
398
399String sXMLDocumentCheckbox_2_
400{
401    Text [ en-US ] = "Spreadsheets";
402};
403
404String sXMLDocumentCheckbox_3_
405{
406    Text [ en-US ] = "Drawing/presentation documents";
407};
408
409
410String sXMLDocumentCheckbox_4_
411{
412    Text [ en-US ] = "Master documents/formulas";
413};
414
415String sXMLHelperApplications_1
416{
417    Text [ en-US ] = "Master documents";
418};
419
420String sXMLHelperApplications_2
421{
422    Text [ en-US ] = "Formulas";
423};
424
425
426String sSourceDocuments
427{
428    Text [ en-US ] = "Source documents";
429};
430
431
432String sTargetDocuments
433{
434    Text [ en-US ] = "Target documents";
435};
436
437String sCreateLogfile
438{
439    Text [ en-US ] = "Create log file";
440};
441
442
443String sLogfileSummary
444{
445	Text [ en-US ] = "<COUNT> documents converted";
446};
447
448
449
450String sLogfileHelpText
451{
452    Text [ en-US ] = "A log file will be created in your work directory";
453};
454
455
456String sshowLogfile
457{
458	Text [ en-US ] = "Show log file";
459};
460
461
462String sSumInclusiveSubDir
463{
464	Text [ en-US ] = "All subdirectories will be taken into account";
465};
466
467String sSumSaveDokumente
468{
469	Text [ en-US ] = "These will be exported to the following directory:";
470};
471
472
473String sSumSOTextDocuments
474{
475    Text [ en-US ] = "All %PRODUCTNAME text documents contained in the following directory will be imported:";
476};
477
478
479String sSumSOTableDocuments
480{
481    Text [ en-US ] = "All %PRODUCTNAME spreadsheets contained in the following directory will be imported:";
482};
483
484
485String sSumSODrawDocuments
486{
487    Text [ en-US ] = "All %PRODUCTNAME drawing and presentation documents contained in the following directory will be imported:";
488};
489
490
491String sSumSOMathDocuments
492{
493    Text [ en-US ] = "All %PRODUCTNAME formula documents contained in the following directory will be imported:";
494};
495
496
497String sSumSOTextTemplates
498{
499    Text [ en-US ] = "All %PRODUCTNAME text templates contained in the following directory will be imported:";
500};
501
502
503String sSumSOTableTemplates
504{
505    Text [ en-US ] = "All %PRODUCTNAME table templates contained in the following directory will be imported:";
506};
507
508
509String sSumSODrawTemplates
510{
511    Text [ en-US ] = "All %PRODUCTNAME drawing and presentation templates contained in the following directory will be imported:";
512};
513
514String sSumSOGlobalDocuments
515{
516    Text [ en-US ] = "All %PRODUCTNAME master documents contained in the following directory will be imported:";
517};
518
519
520String sSumMSTextDocuments
521{
522    Text [ en-US ] = "All Word documents contained in the following directory will be imported:";
523};
524
525
526String sSumMSTableDocuments
527{
528    Text [ en-US ] = "All Excel documents contained in the following directory will be imported:";
529};
530
531
532String sSumMSDrawDocuments
533{
534    Text [ en-US ] = "All PowerPoint documents contained in the following directory will be imported:";
535};
536
537
538String sSumMSTextTemplates
539{
540    Text [ en-US ] = "All Word templates contained in the following directory will be imported:";
541};
542
543
544String sSumMSTableTemplates
545{
546    Text [ en-US ] = "All Excel templates contained in the following directory will be imported:";
547};
548
549
550String sSumMSDrawTemplates
551{
552    Text [ en-US ] = "All PowerPoint templates contained in the following directory will be imported:";
553};
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671