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