1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/// common
27
28#define RID_COMMON_START					500
29#define RID_DB_COMMON_START				1000
30
31// db wizards
32
33#define RID_DB_FORM_WIZARD_START			2200
34#define RID_DB_QUERY_WIZARD_START			2300
35#define RID_DB_REPORT_WIZARD_START		2400
36#define RID_DB_TABLE_WIZARD_START		2500
37
38
39#define RID_LETTERWIZARDDIALOG_START		3000
40#define RID_LETTERWIZARDGREETING_START	3080
41#define RID_LETTERWIZARDSALUTATION_START	3090
42#define RID_LETTERWIZARDROADMAP_START	3100
43#define RID_LETTERWIZARDLANGUAGE_START	3110
44
45
46#define RID_FAXWIZARDDIALOG_START			3200
47#define RID_FAXWIZARDCOMMUNICATION_START	3270
48#define RID_FAXWIZARDGREETING_START		3280
49#define RID_FAXWIZARDSALUTATION_START		3290
50#define RID_FAXWIZARDROADMAP_START		3300
51
52// web wizard
53
54#define RID_WEBWIZARDDIALOG_START			4000
55#define RID_WEBWIZARDDIALOG_FTP			4200
56
57// agenda wizard
58
59#define RID_AGENDAWIZARDDIALOG_START              5000
60
61
62
63// ============================================================================
64
65String RID_COMMON_START + 0
66{
67	Text [ en-US ] = "The directory '%1' could not be created.<BR>There may not be enough space left on your hard disk.";
68};
69
70String RID_COMMON_START + 1
71{
72	Text [ en-US] = "The text document could not be created.<BR>Please check if the module 'PRODUCTNAME Writer' is installed.";
73};
74
75String RID_COMMON_START + 2
76{
77	Text [ en-US] = "The spreadsheet could not be created.<BR>Please check if the module 'PRODUCTNAME Calc' is installed.";
78};
79
80String RID_COMMON_START + 3
81{
82	Text [ en-US] = "The presentation could not be created.<BR>Please check if the module 'PRODUCTNAME Impress' is installed.";
83};
84
85String RID_COMMON_START + 4
86{
87	Text [ en-US] = "The drawing could not be created.<BR>Please check if the module 'PRODUCTNAME Draw' is installed.";
88};
89
90String RID_COMMON_START + 5
91{
92	Text [ en-US] = "The formula could not be created.<BR>Please check if the module 'PRODUCTNAME Math' is installed.";
93};
94
95String RID_COMMON_START + 6
96{
97	Text [ en-US] = "The files required could not be found.<BR>Please start the %PRODUCTNAME Setup and choose 'Repair'.";
98};
99
100String RID_COMMON_START + 7
101{
102	Text [ en-US] = "The file '<PATH>' already exists.<BR><BR>Would you like to overwrite the existing file?";
103};
104
105String RID_COMMON_START + 8
106{
107	Text [ en-US] = "Yes";
108};
109
110String RID_COMMON_START + 9
111{
112	Text [ en-US] = "Yes to All";
113};
114
115String RID_COMMON_START + 10
116{
117	Text [ en-US] = "No";
118};
119
120String RID_COMMON_START + 11
121{
122	Text [ en-US] = "Cancel";
123};
124
125String RID_COMMON_START + 12
126{
127	Text [ en-US] = "~Finish";
128};
129
130String RID_COMMON_START + 13
131{
132	Text [ en-US] = "< ~Back";
133};
134
135String RID_COMMON_START + 14
136{
137	Text [ en-US] = "~Next >";
138};
139
140String RID_COMMON_START + 15
141{
142	Text [ en-US ] = "~Help";
143};
144
145String RID_COMMON_START + 16
146{
147	Text [ en-US] = "Steps";
148};
149
150String RID_COMMON_START + 17
151{
152	Text [ en-US] = "Close";
153};
154
155String RID_COMMON_START + 18
156{
157	Text [ en-US] = "OK";
158};
159
160String RID_COMMON_START + 19
161{
162	Text [ en-US] = "The file already exists. Do you want to overwrite it?";
163};
164
165String RID_COMMON_START + 20
166{
167	Text [ en-US] = "Template created via <wizard_name> on <current_date>.";
168};
169
170String RID_COMMON_START + 21
171{
172	Text [ en-US] = "The wizard could not be run, because important files were not found.\nUnder 'Tools - Options - %PRODUCTNAME - Paths' click the 'Default' button to reset the paths to the original default settings.\nThen run the wizard again.";
173};
174
175
176// end of common section ======================================================
177
178
179String RID_DB_COMMON_START + 0
180{
181    Text [ en-US] = "C~reate";
182};
183String RID_DB_COMMON_START + 1
184{
185    Text [ en-US] = "~Cancel";
186};
187
188String RID_DB_COMMON_START + 2
189{
190    Text [ en-US] = "<< ~Back";
191};
192
193String RID_DB_COMMON_START + 3
194{
195    Text [ en-US] = "~Next >>";
196};
197String RID_DB_COMMON_START + 4
198{
199    Text [ en-US] = "~Database";
200};
201String RID_DB_COMMON_START + 5
202{
203    Text [ en-US] = "~Table name";
204};
205
206String RID_DB_COMMON_START + 6
207{
208	Text [ en-US] = "An error occurred while running the wizard. The wizard will be terminated.";
209};
210
211
212String RID_DB_COMMON_START + 14
213{
214    Text [ en-US ] = "No connection to the database could be established.";
215};
216
217String RID_DB_COMMON_START + 20
218{
219    Text [ en-US ] = "~Help";
220};
221
222String RID_DB_COMMON_START + 21
223{
224    Text [ en-US ] = "~Stop";
225};
226
227
228String RID_DB_COMMON_START + 30
229{
230	Text[ en-US ] = "The document could not be saved.";
231};
232
233
234String RID_DB_COMMON_START + 33
235{
236	Text[ en-US ] = "Exiting the wizard";
237};
238
239String RID_DB_COMMON_START + 34
240{
241	Text[ en-US ] = "Connecting to data source...";
242};
243
244String RID_DB_COMMON_START + 35
245{
246	Text[ en-US ] = "The connection to the data source could not be established.";
247};
248
249
250String RID_DB_COMMON_START + 36
251{
252	Text[ en-US ] = "The file path entered is not valid.";
253};
254
255
256String RID_DB_COMMON_START + 37
257{
258	Text[ en-US ] = "Please select a data source";
259};
260
261String RID_DB_COMMON_START + 38
262{
263	Text[ en-US ] = "Please select a table or query";
264};
265
266String RID_DB_COMMON_START + 39
267{
268	Text[ en-US ] = "Add field";
269};
270
271String RID_DB_COMMON_START + 40
272{
273	Text[ en-US ] = "Remove field";
274};
275
276String RID_DB_COMMON_START + 41
277{
278	Text[ en-US ] = "Add all fields";
279};
280
281String RID_DB_COMMON_START + 42
282{
283	Text[ en-US ] = "Remove all fields";
284};
285
286String RID_DB_COMMON_START + 43
287{
288	Text[ en-US ] = "Move field up";
289};
290
291String RID_DB_COMMON_START + 44
292{
293	Text[ en-US ] = "Move field down";
294};
295
296String RID_DB_COMMON_START + 45
297{
298 	Text [ en-US] = "The field names from '%NAME' could not be retrieved.";
299};
300
301
302
303// ============================================================================
304// Form Wizard
305// ============================================================================
306
307String RID_DB_FORM_WIZARD_START + 0
308{
309	Text [ en-US ] = "Form Wizard";
310};
311
312String RID_DB_FORM_WIZARD_START + 1
313{
314	Text [ en-US ] = "Fields in ~the form";
315};
316
317String RID_DB_FORM_WIZARD_START + 2
318{
319	Text [ en-US ] = "Binary fields are always listed and selectable from the left list.\nIf possible, they are interpreted as images.";
320};
321
322String RID_DB_FORM_WIZARD_START + 3
323{
324	Text [ en-US ] = "A subform is a form that is inserted in another form.\nUse subforms to show data from tables or queries with a one-to-many relationship.";
325};
326
327String RID_DB_FORM_WIZARD_START + 4
328{
329	Text [ en-US ] = "~Add Subform";
330};
331
332String RID_DB_FORM_WIZARD_START + 5
333{
334	Text [ en-US ] = "~Subform based on existing relation";
335};
336
337String RID_DB_FORM_WIZARD_START + 6
338{
339	Text [ en-US ] = "Tables or queries";
340};
341
342String RID_DB_FORM_WIZARD_START + 7
343{
344	Text [ en-US ] = "Subform based on ~manual selection of fields";
345};
346
347String RID_DB_FORM_WIZARD_START + 8
348{
349	Text [ en-US ] = "~Which relation do you want to add?";
350};
351
352String RID_DB_FORM_WIZARD_START + 9
353{
354	Text [ en-US ] = "Fields in the ~subform";
355};
356
357String RID_DB_FORM_WIZARD_START + 12
358{
359	Text [ en-US ] = "~Available fields";
360};
361
362String RID_DB_FORM_WIZARD_START + 13
363{
364	Text [ en-US ] = "Fields in form";
365};
366
367
368String RID_DB_FORM_WIZARD_START + 19
369{
370	Text [ en-US ] = "The join '<FIELDNAME1>' and '<FIELDNAME2>' has been selected twice.\nBut joins may only be used once.";
371};
372
373String RID_DB_FORM_WIZARD_START + 20
374{
375	Text [ en-US ] = "~First joined subform field";
376};
377
378String RID_DB_FORM_WIZARD_START + 21
379{
380	Text [ en-US ] = "~Second joined subform field";
381};
382
383String RID_DB_FORM_WIZARD_START + 22
384{
385	Text [ en-US ] = "~Third joined subform field";
386};
387
388String RID_DB_FORM_WIZARD_START + 23
389{
390	Text [ en-US ] = "~Fourth joined subform field";
391};
392
393String RID_DB_FORM_WIZARD_START + 24
394{
395	Text [ en-US ] = "F~irst joined main form field";
396};
397
398String RID_DB_FORM_WIZARD_START + 25
399{
400	Text [ en-US ] = "S~econd joined main form field";
401};
402
403String RID_DB_FORM_WIZARD_START + 26
404{
405	Text [ en-US ] = "T~hird joined main form field";
406};
407
408String RID_DB_FORM_WIZARD_START + 27
409{
410	Text [ en-US ] = "F~ourth joined main form field";
411};
412
413
414
415String RID_DB_FORM_WIZARD_START + 28
416{
417	Text [ en-US ] = "Field border";
418};
419
420String RID_DB_FORM_WIZARD_START + 29
421{
422	Text [ en-US ] = "No border";
423};
424
425
426String RID_DB_FORM_WIZARD_START + 30
427{
428	Text [ en-US ] = "3D look";
429};
430
431String RID_DB_FORM_WIZARD_START + 31
432{
433	Text [ en-US ] = "Flat";
434};
435
436String RID_DB_FORM_WIZARD_START + 32
437{
438	Text [ en-US ] = "Label placement";
439};
440
441String RID_DB_FORM_WIZARD_START + 33
442{
443	Text [ en-US ] = "Align left";
444};
445
446String RID_DB_FORM_WIZARD_START + 34
447{
448	Text [ en-US ] = "Align right";
449};
450
451String RID_DB_FORM_WIZARD_START + 35
452{
453	Text [ en-US ] = "Arrangement of DB fields";
454};
455
456String RID_DB_FORM_WIZARD_START + 36
457{
458	Text [ en-US ] = "Columnar - Labels Left";
459};
460
461String RID_DB_FORM_WIZARD_START + 37
462{
463	Text [ en-US ] = "Columnar - Labels on Top";
464};
465
466String RID_DB_FORM_WIZARD_START + 38
467{
468	Text [ en-US ] = "In Blocks - Labels Left";
469};
470
471String RID_DB_FORM_WIZARD_START + 39
472{
473	Text [ en-US ] = "In Blocks - Labels Above";
474};
475
476String RID_DB_FORM_WIZARD_START + 40
477{
478	Text [ en-US ] = "As Data Sheet";
479};
480
481
482String RID_DB_FORM_WIZARD_START + 41
483{
484	Text [ en-US ] = "Arrangement of the main form";
485};
486
487String RID_DB_FORM_WIZARD_START + 42
488{
489	Text [ en-US ] = "Arrangement of the subform";
490};
491
492
493String RID_DB_FORM_WIZARD_START + 44
494{
495	Text [ en-US ] = "The form is to be ~used for entering new data only.";
496};
497
498String RID_DB_FORM_WIZARD_START + 45
499{
500	Text [ en-US ] = "Existing data will not be displayed ";
501};
502
503String RID_DB_FORM_WIZARD_START + 46
504{
505	Text [ en-US ] = "T~he form is to display all data";
506};
507
508String RID_DB_FORM_WIZARD_START + 47
509{
510	Text [ en-US ] = "Do not allow ~modification of existing data";
511};
512
513String RID_DB_FORM_WIZARD_START + 48
514{
515	Text [ en-US ] = "Do not allow ~deletion of existing data";
516};
517
518String RID_DB_FORM_WIZARD_START + 49
519{
520	Text [ en-US ] = "Do not allow ~addition of new data";
521};
522
523
524
525String RID_DB_FORM_WIZARD_START + 50
526{
527	Text [ en-US ] = "Name of ~the form";
528};
529
530
531
532String RID_DB_FORM_WIZARD_START + 51
533{
534	Text [ en-US ] = "How do you want to proceed after creating the form?";
535};
536
537
538String RID_DB_FORM_WIZARD_START + 52
539{
540	Text [ en-US ] = "~Work with the form";
541};
542
543String RID_DB_FORM_WIZARD_START + 53
544{
545	Text [ en-US ] = "~Modify the form";
546};
547
548
549String RID_DB_FORM_WIZARD_START + 55
550{
551	Text [ en-US ] = "~Page Styles";
552};
553
554
555
556String RID_DB_FORM_WIZARD_START + 80
557{
558	Text [ en-US ] = "Field selection";
559};
560
561
562String RID_DB_FORM_WIZARD_START + 81
563{
564	Text [ en-US ] = "Set up a subform";
565};
566
567
568String RID_DB_FORM_WIZARD_START + 82
569{
570	Text [ en-US ] = "Add subform fields";
571};
572
573String RID_DB_FORM_WIZARD_START + 83
574{
575	Text [ en-US ] = "Get joined fields";
576};
577
578String RID_DB_FORM_WIZARD_START + 84
579{
580	Text [ en-US ] = "Arrange controls";
581};
582
583String RID_DB_FORM_WIZARD_START + 85
584{
585	Text [ en-US ] = "Set data entry";
586};
587
588String RID_DB_FORM_WIZARD_START + 86
589{
590	Text [ en-US ] = "Apply styles";
591};
592
593String RID_DB_FORM_WIZARD_START + 87
594{
595	Text [ en-US ] = "Set name";
596};
597
598String RID_DB_FORM_WIZARD_START + 88
599{
600	Text [ en-US ] = "(Date)";
601};
602
603String RID_DB_FORM_WIZARD_START + 89
604{
605	Text [ en-US ] = "(Time)";
606};
607
608
609String RID_DB_FORM_WIZARD_START + 90
610{
611	Text [ en-US ] = "Select the fields of your form";
612};
613
614
615String RID_DB_FORM_WIZARD_START + 91
616{
617	Text [ en-US ] = "Decide if you want to set up a subform";
618};
619
620String RID_DB_FORM_WIZARD_START + 92
621{
622	Text [ en-US ] = "Select the fields of your subform";
623};
624
625String RID_DB_FORM_WIZARD_START + 93
626{
627	Text [ en-US ] = "Select the joins between your forms";
628};
629
630String RID_DB_FORM_WIZARD_START + 94
631{
632	Text [ en-US ] = "Arrange the controls on your form";
633};
634
635String RID_DB_FORM_WIZARD_START + 95
636{
637	Text [ en-US ] = "Select the data entry mode";
638};
639
640String RID_DB_FORM_WIZARD_START + 96
641{
642	Text [ en-US ] = "Apply the style of your form";
643};
644
645String RID_DB_FORM_WIZARD_START + 97
646{
647	Text [ en-US ] = "Set the name of the form";
648};
649
650String RID_DB_FORM_WIZARD_START + 98
651{
652	Text [ en-US ] = "A form with the name '%FORMNAME' already exists.\nChoose another name.";
653};
654
655
656// ============================================================================
657
658String RID_DB_QUERY_WIZARD_START + 0
659{
660	Text [ en-US ] = "Query Wizard";
661};
662
663String RID_DB_QUERY_WIZARD_START + 1
664{
665	Text [ en-US] = "Query";
666};
667
668
669String RID_DB_QUERY_WIZARD_START + 2
670{
671	Text [ en-US] = "Query Wizard";
672};
673
674
675String RID_DB_QUERY_WIZARD_START + 3
676{
677	Text [ en-US] = "~Tables";
678};
679
680String RID_DB_QUERY_WIZARD_START + 4
681{
682	Text [ en-US] = "A~vailable fields";
683};
684
685
686String RID_DB_QUERY_WIZARD_START + 5
687{
688	Text [ en-US] = "Name ~of the query";
689};
690
691String RID_DB_QUERY_WIZARD_START + 6
692{
693	Text [ en-US] = "Display ~Query";
694};
695
696String RID_DB_QUERY_WIZARD_START + 7
697{
698	Text [ en-US] = "~Modify Query";
699};
700
701String RID_DB_QUERY_WIZARD_START + 8
702{
703	Text [ en-US] = "~How do you want to proceed after creating the query?";
704};
705
706
707String RID_DB_QUERY_WIZARD_START + 9
708{
709	Text [ en-US] = "Match ~all of the following";
710};
711
712String RID_DB_QUERY_WIZARD_START + 10
713{
714	Text [ en-US] = "~Match any of the following";
715};
716
717String RID_DB_QUERY_WIZARD_START + 11
718{
719	Text [ en-US] = "~Detailed query (Shows all records of the query.)";
720};
721
722String RID_DB_QUERY_WIZARD_START + 12
723{
724	Text [ en-US] = "~Summary query (Shows only results of aggregate functions.)";
725};
726
727
728String RID_DB_QUERY_WIZARD_START + 16
729{
730	Text [ en-US] = "Aggregate functions";
731};
732
733
734String RID_DB_QUERY_WIZARD_START + 17
735{
736	Text [ en-US] = "Fields";
737};
738
739String RID_DB_QUERY_WIZARD_START + 18
740{
741	Text [ en-US] = "~Group by";
742};
743
744
745String RID_DB_QUERY_WIZARD_START + 19
746{
747	Text [ en-US] = "Field";
748};
749
750String RID_DB_QUERY_WIZARD_START + 20
751{
752	Text [ en-US] = "Alias";
753};
754
755String RID_DB_QUERY_WIZARD_START + 21
756{
757	Text [ en-US] = "Table: ";
758};
759
760
761String RID_DB_QUERY_WIZARD_START + 22
762{
763	Text [ en-US] = "Query: ";
764};
765
766
767String RID_DB_QUERY_WIZARD_START + 24
768{
769	Text [ en-US] = "Condition";
770};
771
772String RID_DB_QUERY_WIZARD_START + 25
773{
774	Text [ en-US] = "Value";
775};
776
777// --------------------------------------
778// don't change anything to the next 10 values
779// they are list elements and need to be as follows
780String RID_DB_QUERY_WIZARD_START + 26
781{
782	Text [ en-US] = "is equal to";
783};
784
785String RID_DB_QUERY_WIZARD_START + 27
786{
787	Text [ en-US] = "is not equal to";
788};
789
790
791String RID_DB_QUERY_WIZARD_START + 28
792{
793	Text [ en-US] = "is smaller than";
794};
795
796String RID_DB_QUERY_WIZARD_START + 29
797{
798	Text [ en-US] = "is greater than";
799};
800
801String RID_DB_QUERY_WIZARD_START + 30
802{
803	Text [ en-US] = "is equal or less than ";
804};
805
806String RID_DB_QUERY_WIZARD_START + 31
807{
808	Text [ en-US] = "is equal or greater than";
809};
810
811String RID_DB_QUERY_WIZARD_START + 32
812{
813	Text [ en-US] = "like";
814};
815
816String RID_DB_QUERY_WIZARD_START + 33
817{
818	Text [ en-US] = "not like";
819};
820
821String RID_DB_QUERY_WIZARD_START + 34
822{
823    Text [ en-US] = "is null";
824};
825
826String RID_DB_QUERY_WIZARD_START + 35
827{
828    Text [ en-US] = "is not null";
829};
830// --------------------------------------
831
832String RID_DB_QUERY_WIZARD_START + 36
833{
834	Text [ en-US] = "true";
835};
836
837String RID_DB_QUERY_WIZARD_START + 37
838{
839	Text [ en-US] = "false";
840};
841
842String RID_DB_QUERY_WIZARD_START + 38
843{
844    Text [ en-US] = "and";
845};
846
847String RID_DB_QUERY_WIZARD_START + 39
848{
849    Text [ en-US] = "or";
850};
851
852
853String RID_DB_QUERY_WIZARD_START + 40
854{
855	Text [ en-US] = "get the sum of";
856};
857
858String RID_DB_QUERY_WIZARD_START + 41
859{
860	Text [ en-US] = "get the average of";
861};
862
863
864String RID_DB_QUERY_WIZARD_START + 42
865{
866	Text [ en-US] = "get the minimum of";
867};
868
869String RID_DB_QUERY_WIZARD_START + 43
870{
871	Text [ en-US] = "get the maximum of";
872};
873
874
875String RID_DB_QUERY_WIZARD_START + 44
876{
877	Text [ en-US] = "get the sum of <FIELD>";
878};
879
880String RID_DB_QUERY_WIZARD_START + 45
881{
882	Text [ en-US] = "get the average of <FIELD>";
883};
884
885String RID_DB_QUERY_WIZARD_START + 46
886{
887	Text [ en-US] = "get the minimum of <FIELD>";
888};
889
890String RID_DB_QUERY_WIZARD_START + 47
891{
892	Text [ en-US] = "get the maximum of <FIELD>";
893};
894
895
896String RID_DB_QUERY_WIZARD_START + 48
897{
898	Text [ en-US] = "(none)";
899};
900
901String RID_DB_QUERY_WIZARD_START + 50
902{
903	Text [ en-US] = "Fie~lds in the Query: ";
904};
905
906
907String RID_DB_QUERY_WIZARD_START + 51
908{
909	Text [ en-US] = "Sorting order: ";
910};
911
912
913String RID_DB_QUERY_WIZARD_START + 52
914{
915	Text [ en-US] = "No sorting fields were assigned.";
916   };
917
918
919String RID_DB_QUERY_WIZARD_START + 53
920{
921	Text [ en-US] = "Search conditions: ";
922  };
923
924String RID_DB_QUERY_WIZARD_START + 54
925{
926	Text [ en-US] = "No conditions were assigned.";
927  };
928
929
930String RID_DB_QUERY_WIZARD_START + 55
931{
932	Text [ en-US] = "Aggregate functions: ";
933 };
934
935
936String RID_DB_QUERY_WIZARD_START + 56
937{
938	Text [ en-US] = "No aggregate functions were assigned.";
939 };
940
941
942String RID_DB_QUERY_WIZARD_START + 57
943{
944	Text [ en-US] = "Grouped by: ";
945};
946
947String RID_DB_QUERY_WIZARD_START + 58
948{
949	Text [ en-US] = "No Groups were assigned.";
950};
951
952
953String RID_DB_QUERY_WIZARD_START + 59
954{
955    Text [ en-US ] = "Grouping conditions: ";
956};
957
958
959String RID_DB_QUERY_WIZARD_START + 60
960{
961	Text [ en-US] = "No grouping conditions were assigned.";
962};
963
964
965String RID_DB_QUERY_WIZARD_START + 70
966{
967	Text [ en-US] = "Select the fields (columns) for your query";
968};
969
970String RID_DB_QUERY_WIZARD_START + 71
971{
972	Text [ en-US] = "Select the sorting order";
973};
974
975
976String RID_DB_QUERY_WIZARD_START + 72
977{
978	Text [ en-US] = "Select the search conditions";
979};
980
981
982String RID_DB_QUERY_WIZARD_START + 73
983{
984	Text [ en-US] = "Select the type of query";
985};
986
987String RID_DB_QUERY_WIZARD_START + 74
988{
989	Text [ en-US] = "Select the groups";
990};
991
992String RID_DB_QUERY_WIZARD_START + 75
993{
994	Text [ en-US] = "Select the grouping conditions";
995};
996
997
998String RID_DB_QUERY_WIZARD_START + 76
999{
1000	Text [ en-US] = "Assign aliases if desired";
1001};
1002
1003
1004String RID_DB_QUERY_WIZARD_START + 77
1005{
1006	Text [ en-US] = "Check the overview and decide how to proceed";
1007};
1008
1009
1010String RID_DB_QUERY_WIZARD_START + 80
1011{
1012	Text [ en-US] = "Field selection";
1013};
1014
1015
1016String RID_DB_QUERY_WIZARD_START + 81
1017{
1018	Text [ en-US] = "Sorting order";
1019};
1020
1021String RID_DB_QUERY_WIZARD_START + 82
1022{
1023	Text [ en-US] = "Search conditions";
1024};
1025
1026String RID_DB_QUERY_WIZARD_START + 83
1027{
1028	Text [ en-US] = "Detail or summary";
1029};
1030
1031String RID_DB_QUERY_WIZARD_START + 84
1032{
1033	Text [ en-US] = "Grouping";
1034};
1035
1036String RID_DB_QUERY_WIZARD_START + 85
1037{
1038	Text [ en-US] = "Grouping conditions";
1039};
1040
1041String RID_DB_QUERY_WIZARD_START + 86
1042{
1043	Text [ en-US] = "Aliases";
1044};
1045
1046String RID_DB_QUERY_WIZARD_START + 87
1047{
1048	Text [ en-US] = "Overview";
1049};
1050
1051
1052String RID_DB_QUERY_WIZARD_START + 88
1053{
1054    Text [ en-US] = "A field that has not been assigned an aggregate function must be used in a group.";
1055};
1056
1057
1058String RID_DB_QUERY_WIZARD_START + 89
1059{
1060    Text [ en-US] = "The condition '<FIELDNAME> <LOGICOPERATOR> <VALUE>' was chosen twice. Each condition can only be chosen once";
1061};
1062
1063String RID_DB_QUERY_WIZARD_START + 90
1064{
1065    Text [ en-US] = "The aggregate function <FUNCTION> has been assigned twice to the fieldname '<NUMERICFIELD>'.";
1066};
1067
1068String RID_DB_QUERY_WIZARD_START + 91
1069{
1070	Text [ en-US] = ", ";
1071};
1072
1073String RID_DB_QUERY_WIZARD_START + 92
1074{
1075    Text [ en-US] = "<FIELDTITLE> (<FIELDNAME>)";
1076};
1077
1078
1079String RID_DB_QUERY_WIZARD_START + 93
1080{
1081	Text [ en-US] = "<FIELDNAME> (<SORTMODE>)";
1082};
1083
1084String RID_DB_QUERY_WIZARD_START + 94
1085{
1086	Text [ en-US] = "<FIELDNAME> <LOGICOPERATOR> <VALUE>";
1087};
1088
1089String RID_DB_QUERY_WIZARD_START + 95
1090{
1091	Text [ en-US] = "<CALCULATEDFUNCTION> <FIELDNAME>";
1092};
1093
1094
1095String RID_DB_QUERY_WIZARD_START + 96
1096{
1097    Text [ en-US] = "<FIELDNAME> <LOGICOPERATOR> <VALUE>";
1098};
1099
1100
1101
1102
1103// ============================================================================
1104
1105String RID_DB_REPORT_WIZARD_START + 0
1106{
1107	Text [ en-US ] = "Report Wizard";
1108};
1109
1110
1111String RID_DB_REPORT_WIZARD_START + 3
1112{
1113	Text [ en-US ] = "~Table";
1114};
1115
1116String RID_DB_REPORT_WIZARD_START + 4
1117{
1118	Text [ en-US ] = "Colu~mns";
1119};
1120
1121
1122String RID_DB_REPORT_WIZARD_START + 7
1123{
1124	Text [ en-US ] = "Report_";
1125};
1126
1127String RID_DB_REPORT_WIZARD_START + 8
1128{
1129	Text [ en-US ] = "- undefined -";
1130};
1131
1132String RID_DB_REPORT_WIZARD_START + 9
1133{
1134	Text [ en-US ] = "~Fields in report";
1135};
1136
1137
1138
1139String RID_DB_REPORT_WIZARD_START + 11
1140{
1141	Text [ en-US ] = "Grouping";
1142};
1143
1144String RID_DB_REPORT_WIZARD_START + 12
1145{
1146	Text [ en-US ] = "Sort options";
1147};
1148
1149String RID_DB_REPORT_WIZARD_START + 13
1150{
1151	Text [ en-US ] = "Choose layout";
1152};
1153
1154
1155String RID_DB_REPORT_WIZARD_START + 14
1156{
1157    Text [ en-US ] = "Create report";
1158};
1159
1160
1161String RID_DB_REPORT_WIZARD_START + 15
1162{
1163	Text [ en-US ] = "Layout of data";
1164};
1165
1166String RID_DB_REPORT_WIZARD_START + 16
1167{
1168	Text [ en-US ] = "Layout of headers and footers";
1169};
1170
1171
1172String RID_DB_REPORT_WIZARD_START + 19
1173{
1174    Text [ en-US ] = "Fields";
1175};
1176
1177String RID_DB_REPORT_WIZARD_START + 20
1178{
1179    Text [ en-US ] = "~Sort by";
1180};
1181
1182
1183String RID_DB_REPORT_WIZARD_START + 21
1184{
1185    Text [ en-US ] = "T~hen by";
1186};
1187
1188
1189String RID_DB_REPORT_WIZARD_START + 22
1190{
1191    Text [ en-US ] = "Orientation";
1192};
1193
1194String RID_DB_REPORT_WIZARD_START + 23
1195{
1196    Text [ en-US ] = "Portrait";
1197};
1198
1199String RID_DB_REPORT_WIZARD_START + 24
1200{
1201    Text [ en-US ] = "Landscape";
1202};
1203
1204
1205
1206String RID_DB_REPORT_WIZARD_START + 28
1207{
1208    Text [ en-US ] = "Which fields do you want to have in your report?";
1209};
1210
1211
1212String RID_DB_REPORT_WIZARD_START + 29
1213{
1214    Text [ en-US ] = "Do you want to add grouping levels?";
1215};
1216
1217
1218String RID_DB_REPORT_WIZARD_START + 30
1219{
1220    Text [ en-US ] = "According to which fields do you want to sort the data?";
1221};
1222
1223
1224String RID_DB_REPORT_WIZARD_START + 31
1225{
1226    Text [ en-US ] = "How do you want your report to look?";
1227};
1228
1229
1230String RID_DB_REPORT_WIZARD_START + 32
1231{
1232	Text [ en-US ] = "Decide how you want to proceed";
1233};
1234
1235
1236String RID_DB_REPORT_WIZARD_START + 33
1237{
1238    Text [ en-US ] = "Title of report";
1239};
1240
1241
1242String RID_DB_REPORT_WIZARD_START + 34
1243{
1244	Text [ en-US ] = "Display report";
1245};
1246
1247String RID_DB_REPORT_WIZARD_START + 35
1248{
1249	Text [ en-US ] = "Create report";
1250};
1251
1252String RID_DB_REPORT_WIZARD_START + 36
1253{
1254	Text [ en-US ] = "Ascending";
1255};
1256
1257String RID_DB_REPORT_WIZARD_START + 37
1258{
1259	Text [ en-US ] = "Descending";
1260};
1261
1262
1263String RID_DB_REPORT_WIZARD_START + 40
1264{
1265    Text [ en-US ] = "~Dynamic report";
1266};
1267
1268
1269String RID_DB_REPORT_WIZARD_START + 41
1270{
1271    Text [ en-US ] = "~Create report now";
1272};
1273
1274String RID_DB_REPORT_WIZARD_START + 42
1275{
1276    Text [ en-US ] = "~Modify report layout";
1277};
1278
1279String RID_DB_REPORT_WIZARD_START + 43
1280{
1281    Text [ en-US ] = "Static report";
1282};
1283
1284
1285String RID_DB_REPORT_WIZARD_START + 44
1286{
1287    Text [ en-US ] = "Save as";
1288};
1289
1290
1291
1292String RID_DB_REPORT_WIZARD_START + 50
1293{
1294    Text [ en-US ] = "Groupings";
1295};
1296
1297String RID_DB_REPORT_WIZARD_START + 51
1298{
1299    Text [ en-US ] = "Then b~y";
1300};
1301
1302String RID_DB_REPORT_WIZARD_START + 52
1303{
1304    Text [ en-US ] = "~Then by";
1305};
1306
1307String RID_DB_REPORT_WIZARD_START + 53
1308{
1309	Text [ en-US ] = "Asc~ending";
1310};
1311
1312String RID_DB_REPORT_WIZARD_START + 54
1313{
1314	Text [ en-US ] = "Ascend~ing";
1315};
1316
1317String RID_DB_REPORT_WIZARD_START + 55
1318{
1319	Text [ en-US ] = "Ascendin~g";
1320};
1321
1322String RID_DB_REPORT_WIZARD_START + 56
1323{
1324	Text [ en-US ] = "De~scending";
1325};
1326
1327String RID_DB_REPORT_WIZARD_START + 57
1328{
1329	Text [ en-US ] = "Des~cending";
1330};
1331
1332String RID_DB_REPORT_WIZARD_START + 58
1333{
1334	Text [ en-US ] = "De~scending";
1335};
1336
1337
1338String RID_DB_REPORT_WIZARD_START + 60
1339{
1340	Text [ en-US ] = "Binary fields cannot be displayed in the report.";
1341};
1342
1343
1344String RID_DB_REPORT_WIZARD_START + 61
1345{
1346	Text [ en-US ] = "The table '<TABLENAME>' does not exist.";
1347};
1348
1349String RID_DB_REPORT_WIZARD_START + 62
1350{
1351	Text [ en-US ] = "Creating Report...";
1352};
1353
1354String RID_DB_REPORT_WIZARD_START + 63
1355{
1356	Text [ en-US ] = "Number of records inserted: <COUNT>";
1357};
1358
1359String RID_DB_REPORT_WIZARD_START + 64
1360{
1361	Text [ en-US ] = "The form '<REPORTFORM>' does not exist.";
1362};
1363
1364String RID_DB_REPORT_WIZARD_START + 65
1365{
1366	Text [ en-US ] = "The query with the statement <BR>'<STATEMENT>' <BR> could not be run. <BR> Check your data source.";
1367};
1368
1369String RID_DB_REPORT_WIZARD_START + 66
1370{
1371	Text [ en-US ] = "The following hidden control in the form '<REPORTFORM>' could not be read: '<CONTROLNAME>'.";
1372};
1373
1374String RID_DB_REPORT_WIZARD_START + 67
1375{
1376	Text [ en-US ] = "Importing data...";
1377};
1378
1379
1380String RID_DB_REPORT_WIZARD_START + 68
1381{
1382	Text [ en-US ] = "Labeling fields";
1383};
1384
1385
1386String RID_DB_REPORT_WIZARD_START + 69
1387{
1388	Text [ en-US ] = "How do you want to label the fields?";
1389};
1390
1391String RID_DB_REPORT_WIZARD_START + 70
1392{
1393	Text [ en-US ] = "Label";
1394};
1395
1396
1397String RID_DB_REPORT_WIZARD_START + 71
1398{
1399	Text [ en-US ] = "Field";
1400};
1401
1402
1403String RID_DB_REPORT_WIZARD_START + 72
1404{
1405	Text [ en-US ] = "An error occurred in the wizard.<BR>The template '%PATH' could be erroneous.<BR>Either the required sections or tables do not exist or exist under the wrong name.<BR>See the Help for more detailed information.<BR>Please select another template.";
1406};
1407
1408
1409String RID_DB_REPORT_WIZARD_START + 73
1410{
1411	Text [ en-US ] = "There is an invalid user field in a table.";
1412};
1413
1414
1415String RID_DB_REPORT_WIZARD_START + 74
1416{
1417	Text [ en-US ] = "The sort criterium '<FIELDNAME>' was chosen twice. Each criterium can only be chosen once.";
1418};
1419
1420
1421String RID_DB_REPORT_WIZARD_START + 75
1422{
1423	Text [ en-US ] = "Note: The dummy text will be replaced by data from the database when the report is created.";
1424};
1425
1426
1427String RID_DB_REPORT_WIZARD_START + 76
1428{
1429	Text [ en-US ] = "A report '%REPORTNAME' already exists in the database. Please assign another name.";
1430};
1431
1432
1433String RID_DB_REPORT_WIZARD_START + 78
1434{
1435	Text [ en-US ] = "How do you want to proceed after creating the report?";
1436};
1437
1438String RID_DB_REPORT_WIZARD_START + 79
1439{
1440	Text [ en-US ] = "What kind of report do you want to create?";
1441};
1442
1443String RID_DB_REPORT_WIZARD_START + 80
1444{
1445	Text [ en-US ] = "Tabular";
1446};
1447String RID_DB_REPORT_WIZARD_START + 81
1448{
1449	Text [ en-US ] = "Columnar, single-column";
1450};
1451String RID_DB_REPORT_WIZARD_START + 82
1452{
1453	Text [ en-US ] = "Columnar, two columns";
1454};
1455String RID_DB_REPORT_WIZARD_START + 83
1456{
1457	Text [ en-US ] = "Columnar, three columns";
1458};
1459String RID_DB_REPORT_WIZARD_START + 84
1460{
1461	Text [ en-US ] = "In blocks, labels left";
1462};
1463String RID_DB_REPORT_WIZARD_START + 85
1464{
1465	Text [ en-US ] = "In blocks, labels above";
1466};
1467String RID_DB_REPORT_WIZARD_START + 86
1468{
1469	Text [ en-US ] = "Title:";
1470};
1471String RID_DB_REPORT_WIZARD_START + 87
1472{
1473	Text [ en-US ] = "Author:";
1474};
1475String RID_DB_REPORT_WIZARD_START + 88
1476{
1477	Text [ en-US ] = "Date:";
1478};
1479String RID_DB_REPORT_WIZARD_START + 89
1480{
1481	Text [ en-US ] = "Page #page# of #count#";
1482    Text [ x-comment ] = "Please don't translate the words #page# and #count#, these are placeholders.";
1483};
1484String RID_DB_REPORT_WIZARD_START + 90
1485{
1486	Text [ en-US ] = "Page number:";
1487};
1488String RID_DB_REPORT_WIZARD_START + 91
1489{
1490	Text [ en-US ] = "Page count:";
1491};
1492String RID_DB_REPORT_WIZARD_START + 92
1493{
1494	Text [ en-US ] = "No valid report template was found.";
1495};
1496
1497// ============================================================================
1498
1499String RID_DB_TABLE_WIZARD_START + 1
1500{
1501    Text [ en-US] = "Table Wizard";
1502};
1503
1504String RID_DB_TABLE_WIZARD_START + 2
1505{
1506    Text [ en-US] = "Select fields";
1507};
1508
1509String RID_DB_TABLE_WIZARD_START + 3
1510{
1511    Text [ en-US] = "Set types and formats";
1512};
1513
1514String RID_DB_TABLE_WIZARD_START + 4
1515{
1516    Text [ en-US] = "Set primary key";
1517};
1518
1519String RID_DB_TABLE_WIZARD_START + 5
1520{
1521    Text [ en-US] = "Create table";
1522};
1523
1524
1525String RID_DB_TABLE_WIZARD_START + 8
1526{
1527    Text [ en-US] = "Select fields for your table";
1528};
1529
1530String RID_DB_TABLE_WIZARD_START + 9
1531{
1532    Text [ en-US] = "Set field types and formats";
1533};
1534
1535String RID_DB_TABLE_WIZARD_START + 10
1536{
1537    Text [ en-US] = "Set primary key";
1538};
1539
1540String RID_DB_TABLE_WIZARD_START + 11
1541{
1542    Text [ en-US] = "Create table";
1543};
1544
1545
1546String RID_DB_TABLE_WIZARD_START + 14
1547{
1548    Text [ en-US] = "This wizard helps you to create a table for your database. After selecting a table category and a sample table, choose the fields you want to include in your table. You can include fields from more than one sample table.";
1549};
1550
1551String RID_DB_TABLE_WIZARD_START + 15
1552{
1553    Text [ en-US] = "Ca~tegory";
1554};
1555
1556
1557String RID_DB_TABLE_WIZARD_START + 16
1558{
1559    Text [ en-US] = "B~usiness";
1560};
1561
1562String RID_DB_TABLE_WIZARD_START + 17
1563{
1564    Text [ en-US] = "P~ersonal";
1565};
1566
1567String RID_DB_TABLE_WIZARD_START + 18
1568{
1569    Text [ en-US] = "~Sample tables";
1570};
1571
1572
1573String RID_DB_TABLE_WIZARD_START + 19
1574{
1575    Text [ en-US] = "A~vailable fields";
1576};
1577
1578
1579String RID_DB_TABLE_WIZARD_START + 20
1580{
1581    Text [ en-US] = "Field information";
1582};
1583
1584String RID_DB_TABLE_WIZARD_START + 21
1585{
1586    Text [ en-US] = "+";
1587};
1588
1589String RID_DB_TABLE_WIZARD_START + 22
1590{
1591    Text [ en-US] = "-";
1592};
1593
1594String RID_DB_TABLE_WIZARD_START + 23
1595{
1596    Text [ en-US] = "Field name";
1597};
1598
1599String RID_DB_TABLE_WIZARD_START + 24
1600{
1601    Text [ en-US] = "Field type";
1602};
1603
1604
1605String RID_DB_TABLE_WIZARD_START + 25
1606{
1607    Text [ en-US] = "~Selected fields";
1608};
1609
1610
1611String RID_DB_TABLE_WIZARD_START + 26
1612{
1613    Text [ en-US] = "A primary key uniquely identifies each record in a database table. Primary keys ease the linking of information in separate tables, and it is recommended that you have a primary key in every table. Without a primary key, it will not be possible to enter data into this table.";
1614};
1615
1616String RID_DB_TABLE_WIZARD_START + 27
1617{
1618    Text [ en-US] = "~Create a primary key";
1619};
1620
1621
1622String RID_DB_TABLE_WIZARD_START + 28
1623{
1624    Text [ en-US] = "~Automatically add a primary key";
1625};
1626
1627String RID_DB_TABLE_WIZARD_START + 29
1628{
1629    Text [ en-US] = "~Use an existing field as a primary key";
1630};
1631
1632String RID_DB_TABLE_WIZARD_START + 30
1633{
1634    Text [ en-US] = "Define p~rimary key as a combination of several fields ";
1635};
1636
1637String RID_DB_TABLE_WIZARD_START + 31
1638{
1639    Text [ en-US] = "F~ieldname";
1640};
1641
1642
1643String RID_DB_TABLE_WIZARD_START + 32
1644{
1645    Text [ en-US] = "~Primary key fields";
1646};
1647
1648
1649String RID_DB_TABLE_WIZARD_START + 33
1650{
1651    Text [ en-US] = "Auto ~value";
1652};
1653
1654
1655String RID_DB_TABLE_WIZARD_START + 34
1656{
1657    Text [ en-US] = "What do you want to name your table?";
1658};
1659
1660String RID_DB_TABLE_WIZARD_START + 35
1661{
1662    Text [ en-US] = "Congratulations. You have entered all the information needed to create your table.";
1663};
1664
1665
1666String RID_DB_TABLE_WIZARD_START + 36
1667{
1668    Text [ en-US] = "What do you want to do next?";
1669};
1670
1671String RID_DB_TABLE_WIZARD_START + 37
1672{
1673    Text [ en-US] = "Modify the table design";
1674};
1675
1676String RID_DB_TABLE_WIZARD_START + 38
1677{
1678    Text [ en-US] = "Insert data immediately";
1679};
1680
1681String RID_DB_TABLE_WIZARD_START + 39
1682{
1683    Text [ en-US] = "C~reate a form based on this table";
1684};
1685
1686String RID_DB_TABLE_WIZARD_START + 40
1687{
1688    Text [ en-US] = "The table you have created could not be opened.";
1689};
1690
1691String RID_DB_TABLE_WIZARD_START + 41
1692{
1693  Text [ en-US] = "The table name '%TABLENAME' contains a character ('%SPECIALCHAR') that might not be supported by the database.";
1694};
1695
1696
1697String RID_DB_TABLE_WIZARD_START + 42
1698{
1699  Text [ en-US] = "The field name '%FIELDNAME' contains a special character ('%SPECIALCHAR') that might not be supported by the database.";
1700};
1701
1702
1703String RID_DB_TABLE_WIZARD_START + 43
1704{
1705	Text [ en-US] = "Field";
1706};
1707
1708String RID_DB_TABLE_WIZARD_START + 44
1709{
1710    Text [ en-US] = "MyTable";
1711};
1712
1713String RID_DB_TABLE_WIZARD_START + 45
1714{
1715    Text [ en-US] = "Add a Field";
1716};
1717
1718String RID_DB_TABLE_WIZARD_START + 46
1719{
1720    Text [ en-US] = "Remove the selected Field";
1721};
1722
1723String RID_DB_TABLE_WIZARD_START + 47
1724{
1725 	Text [ en-US] = "The field cannot be inserted because this would exceed the maximum number of %COUNT possible fields in the database table";
1726};
1727
1728String RID_DB_TABLE_WIZARD_START + 48
1729{
1730 	Text [ en-US] = "The name '%TABLENAME' already exists.\nPlease enter another name.";
1731};
1732
1733String RID_DB_TABLE_WIZARD_START + 49
1734{
1735 	Text [ en-US] = "Catalog of the table";
1736};
1737
1738String RID_DB_TABLE_WIZARD_START + 50
1739{
1740 	Text [ en-US] = "Schema of the table";
1741};
1742
1743String RID_DB_TABLE_WIZARD_START + 51
1744{
1745 	Text [ en-US] = "The field '%FIELDNAME' already exists.";
1746};
1747
1748
1749
1750// ============================================================================
1751// ============================						  ======================
1752// ======================		 LETTER WIZARD RESOURCES		 ================
1753// ============================						  ======================
1754// ============================================================================
1755
1756
1757String RID_LETTERWIZARDDIALOG_START + 1
1758{
1759	Text [ en-US] = "Letter Wizard";
1760};
1761
1762String RID_LETTERWIZARDDIALOG_START + 2
1763{
1764	Text [ en-US] = "Label9";
1765};
1766
1767String RID_LETTERWIZARDDIALOG_START + 3
1768{
1769	Text [ en-US] = "~Business letter";
1770};
1771
1772String RID_LETTERWIZARDDIALOG_START + 4
1773{
1774	Text [ en-US] = "~Formal personal letter";
1775};
1776
1777String RID_LETTERWIZARDDIALOG_START + 5
1778{
1779	Text [ en-US] = "~Personal letter";
1780};
1781
1782String RID_LETTERWIZARDDIALOG_START + 6
1783{
1784	Text [ en-US] = "~Use letterhead paper with pre-printed elements";
1785};
1786
1787String RID_LETTERWIZARDDIALOG_START + 7
1788{
1789	Text [ en-US] = "~Logo";
1790};
1791
1792String RID_LETTERWIZARDDIALOG_START + 8
1793{
1794	Text [ en-US] = "Return address";
1795};
1796
1797String RID_LETTERWIZARDDIALOG_START + 9
1798{
1799	Text [ en-US] = "~Include footer";
1800};
1801
1802String RID_LETTERWIZARDDIALOG_START + 10
1803{
1804	Text [ en-US] = "~Return address in envelope window";
1805};
1806
1807String RID_LETTERWIZARDDIALOG_START + 11
1808{
1809	Text [ en-US] = "~Logo";
1810};
1811
1812String RID_LETTERWIZARDDIALOG_START + 12
1813{
1814	Text [ en-US] = "~Return address in envelope window";
1815};
1816
1817String RID_LETTERWIZARDDIALOG_START + 13
1818{
1819	Text [ en-US] = "Letter Signs";
1820};
1821
1822String RID_LETTERWIZARDDIALOG_START + 14
1823{
1824	Text [ en-US] = "S~ubject line";
1825};
1826
1827String RID_LETTERWIZARDDIALOG_START + 15
1828{
1829	Text [ en-US] = "Salu~tation";
1830};
1831
1832String RID_LETTERWIZARDDIALOG_START + 16
1833{
1834	Text [ en-US] = "Fold ~marks";
1835};
1836
1837String RID_LETTERWIZARDDIALOG_START + 17
1838{
1839	Text [ en-US] = "~Complimentary close";
1840};
1841
1842String RID_LETTERWIZARDDIALOG_START + 18
1843{
1844	Text [ en-US] = "~Footer";
1845};
1846
1847String RID_LETTERWIZARDDIALOG_START + 19
1848{
1849	Text [ en-US] = "~Use user data for return address";
1850};
1851
1852String RID_LETTERWIZARDDIALOG_START + 20
1853{
1854	Text [ en-US] = "~New sender address:";
1855};
1856
1857String RID_LETTERWIZARDDIALOG_START + 21
1858{
1859	Text [ en-US] = "Use placeholders for ~recipient's address";
1860};
1861
1862String RID_LETTERWIZARDDIALOG_START + 22
1863{
1864	Text [ en-US] = "Use address database for ~mail merge";
1865};
1866
1867String RID_LETTERWIZARDDIALOG_START + 23
1868{
1869	Text [ en-US] = "Include ~only on second and following pages";
1870};
1871
1872String RID_LETTERWIZARDDIALOG_START + 24
1873{
1874	Text [ en-US] = "~Include page number";
1875};
1876
1877String RID_LETTERWIZARDDIALOG_START + 25
1878{
1879	Text [ en-US] = "Letter Template";
1880};
1881
1882String RID_LETTERWIZARDDIALOG_START + 26
1883{
1884	Text [ en-US] = "Create a ~letter from this template";
1885};
1886
1887String RID_LETTERWIZARDDIALOG_START + 27
1888{
1889	Text [ en-US] = "Make ~manual changes to this letter template";
1890};
1891
1892String RID_LETTERWIZARDDIALOG_START + 28
1893{
1894	Text [ en-US] = "Page design";
1895};
1896
1897String RID_LETTERWIZARDDIALOG_START + 29
1898{
1899	Text [ en-US] = "Page design";
1900};
1901
1902String RID_LETTERWIZARDDIALOG_START + 30
1903{
1904	Text [ en-US] = "Page design";
1905};
1906
1907String RID_LETTERWIZARDDIALOG_START + 31
1908{
1909	Text [ en-US] = "This wizard helps you to create a letter template. You can then use the template as the basis for writing letters as often as desired.";
1910};
1911
1912String RID_LETTERWIZARDDIALOG_START + 32
1913{
1914	Text [ en-US] = "~Height:";
1915};
1916
1917String RID_LETTERWIZARDDIALOG_START + 33
1918{
1919	Text [ en-US] = "~Width:";
1920};
1921
1922String RID_LETTERWIZARDDIALOG_START + 34
1923{
1924	Text [ en-US] = "S~pacing to left margin:";
1925};
1926
1927String RID_LETTERWIZARDDIALOG_START + 35
1928{
1929	Text [ en-US] = "Spacing ~to top margin:";
1930};
1931
1932String RID_LETTERWIZARDDIALOG_START + 36
1933{
1934	Text [ en-US] = "Height:";
1935};
1936
1937String RID_LETTERWIZARDDIALOG_START + 37
1938{
1939	Text [ en-US] = "Width:";
1940};
1941
1942String RID_LETTERWIZARDDIALOG_START + 38
1943{
1944	Text [ en-US] = "S~pacing to left margin:";
1945};
1946
1947String RID_LETTERWIZARDDIALOG_START + 39
1948{
1949	Text [ en-US] = "Spacing ~to top margin:";
1950};
1951
1952String RID_LETTERWIZARDDIALOG_START + 40
1953{
1954	Text [ en-US] = "Height:";
1955};
1956
1957String RID_LETTERWIZARDDIALOG_START + 41
1958{
1959	Text [ en-US] = "Use a typical letter format for this country:";
1960};
1961
1962String RID_LETTERWIZARDDIALOG_START + 42
1963{
1964	Text [ en-US] = "Sender's address";
1965};
1966
1967String RID_LETTERWIZARDDIALOG_START + 43
1968{
1969	Text [ en-US] = "Name:";
1970};
1971
1972String RID_LETTERWIZARDDIALOG_START + 44
1973{
1974	Text [ en-US] = "Street:";
1975};
1976
1977String RID_LETTERWIZARDDIALOG_START + 45
1978{
1979	Text [ en-US] = "ZIP code/State/City:";
1980};
1981
1982String RID_LETTERWIZARDDIALOG_START + 46
1983{
1984	Text [ en-US] = "Recipient's address";
1985};
1986
1987String RID_LETTERWIZARDDIALOG_START + 47
1988{
1989	Text [ en-US] = "Footer";
1990};
1991
1992String RID_LETTERWIZARDDIALOG_START + 48
1993{
1994	Text [ en-US] = "This wizard creates a letter template which enables you to create multiple letters with the same layout and settings.";
1995};
1996
1997String RID_LETTERWIZARDDIALOG_START + 49
1998{
1999	Text [ en-US] = "To create another new letter out of the template just navigate to the template location and double-click it.";
2000};
2001
2002String RID_LETTERWIZARDDIALOG_START + 50
2003{
2004	Text [ en-US] = "Template name:";
2005};
2006
2007String RID_LETTERWIZARDDIALOG_START + 51
2008{
2009	Text [ en-US] = "Location and file name:";
2010};
2011
2012String RID_LETTERWIZARDDIALOG_START + 52
2013{
2014	Text [ en-US] = "How do you want to proceed?";
2015};
2016
2017String RID_LETTERWIZARDDIALOG_START + 53
2018{
2019	Text [ en-US] = "Please choose the type of letter and page design";
2020};
2021
2022String RID_LETTERWIZARDDIALOG_START + 54
2023{
2024	Text [ en-US] = "Select the items to be printed";
2025};
2026
2027String RID_LETTERWIZARDDIALOG_START + 55
2028{
2029	Text [ en-US] = "Specify items already on your letterhead paper";
2030};
2031
2032String RID_LETTERWIZARDDIALOG_START + 56
2033{
2034	Text [ en-US] = "Specify the sender and recipient information";
2035};
2036
2037String RID_LETTERWIZARDDIALOG_START + 57
2038{
2039	Text [ en-US] = "Fill in the information you would like in the footer";
2040};
2041
2042String RID_LETTERWIZARDDIALOG_START + 58
2043{
2044	Text [ en-US] = "Please specify last settings";
2045};
2046
2047//====================== Letter Wizard Greeting Start
2048String RID_LETTERWIZARDSALUTATION_START + 1
2049{
2050	Text [ en-US] = "To Whom it May Concern";
2051};
2052
2053String RID_LETTERWIZARDSALUTATION_START + 2
2054{
2055	Text [ en-US] = "Dear Sir or Madam";
2056};
2057
2058String RID_LETTERWIZARDSALUTATION_START + 3
2059{
2060	Text [ en-US] = "Hello";
2061};
2062
2063//====================== Letter Wizard Greeting Start
2064String RID_LETTERWIZARDGREETING_START + 1
2065{
2066	Text [ en-US] = "Sincerely";
2067};
2068
2069String RID_LETTERWIZARDGREETING_START + 2
2070{
2071	Text [ en-US] = "Best regards";
2072};
2073
2074String RID_LETTERWIZARDGREETING_START + 3
2075{
2076	Text [ en-US] = "Cheers";
2077};
2078
2079
2080//====================== Letter Wizard Roadmap Start
2081String RID_LETTERWIZARDROADMAP_START + 1
2082{
2083	Text [ en-US] = "Page design";
2084};
2085
2086String RID_LETTERWIZARDROADMAP_START + 2
2087{
2088	Text [ en-US] = "Letterhead layout";
2089};
2090
2091String RID_LETTERWIZARDROADMAP_START + 3
2092{
2093	Text [ en-US] = "Printed items";
2094};
2095
2096String RID_LETTERWIZARDROADMAP_START + 4
2097{
2098	Text [ en-US] = "Recipient and sender";
2099};
2100
2101String RID_LETTERWIZARDROADMAP_START + 5
2102{
2103	Text [ en-US] = "Footer";
2104};
2105
2106String RID_LETTERWIZARDROADMAP_START + 6
2107{
2108	Text [ en-US] = "Name and location";
2109};
2110
2111
2112// ============================================================================
2113// ============================						  ======================
2114// ======================		 FAX WIZARD RESOURCES		 ================
2115// ============================						  ======================
2116// ============================================================================
2117
2118
2119String RID_FAXWIZARDDIALOG_START + 1
2120{
2121    Text [ en-US] = "Fax Wizard";
2122};
2123
2124String RID_FAXWIZARDDIALOG_START + 2
2125{
2126    Text [ en-US] = "Label9";
2127};
2128
2129String RID_FAXWIZARDDIALOG_START + 3
2130{
2131    Text [ en-US] = "~Business Fax";
2132};
2133
2134String RID_FAXWIZARDDIALOG_START + 4
2135{
2136    Text [ en-US] = "~Personal Fax";
2137};
2138
2139String RID_FAXWIZARDDIALOG_START + 5
2140{
2141    Text [ en-US] = "~Logo";
2142};
2143
2144String RID_FAXWIZARDDIALOG_START + 6
2145{
2146    Text [ en-US] = "S~ubject line";
2147};
2148
2149String RID_FAXWIZARDDIALOG_START + 7
2150{
2151    Text [ en-US] = "S~alutation";
2152};
2153
2154String RID_FAXWIZARDDIALOG_START + 8
2155{
2156    Text [ en-US] = "~Complimentary close";
2157};
2158
2159String RID_FAXWIZARDDIALOG_START + 9
2160{
2161    Text [ en-US] = "~Footer";
2162};
2163
2164String RID_FAXWIZARDDIALOG_START + 10
2165{
2166    Text [ en-US] = "~Use user data for return address";
2167};
2168
2169String RID_FAXWIZARDDIALOG_START + 11
2170{
2171    Text [ en-US] = "~New return address";
2172};
2173
2174String RID_FAXWIZARDDIALOG_START + 12
2175{
2176    Text [ en-US] = "My Fax Template";
2177};
2178
2179String RID_FAXWIZARDDIALOG_START + 13
2180{
2181    Text [ en-US] = "Create a ~fax from this template";
2182};
2183
2184String RID_FAXWIZARDDIALOG_START + 14
2185{
2186    Text [ en-US] = "Make ~manual changes to this fax template";
2187};
2188
2189String RID_FAXWIZARDDIALOG_START + 15
2190{
2191    Text [ en-US] = "Page design";
2192};
2193
2194String RID_FAXWIZARDDIALOG_START + 16
2195{
2196    Text [ en-US] = "Page design";
2197};
2198
2199String RID_FAXWIZARDDIALOG_START + 17
2200{
2201    Text [ en-US] = "This wizard helps you to create a fax template. The template can then be used to create a fax whenever needed.";
2202};
2203
2204String RID_FAXWIZARDDIALOG_START + 18
2205{
2206    Text [ en-US] = "Return address";
2207};
2208
2209String RID_FAXWIZARDDIALOG_START + 19
2210{
2211    Text [ en-US] = "Name:";
2212};
2213
2214String RID_FAXWIZARDDIALOG_START + 20
2215{
2216    Text [ en-US] = "Street:";
2217};
2218
2219String RID_FAXWIZARDDIALOG_START + 21
2220{
2221    Text [ en-US] = "ZIP code/State/City:";
2222};
2223
2224String RID_FAXWIZARDDIALOG_START + 22
2225{
2226    Text [ en-US] = "Footer";
2227};
2228
2229String RID_FAXWIZARDDIALOG_START + 23
2230{
2231    Text [ en-US] = "This wizard creates a fax template which enables you to create multiple faxes with the same layout and settings.";
2232};
2233
2234String RID_FAXWIZARDDIALOG_START + 24
2235{
2236    Text [ en-US] = "To create another new fax out of the template, go to the location where you saved the template and double-click the file.";
2237};
2238
2239String RID_FAXWIZARDDIALOG_START + 25
2240{
2241    Text [ en-US] = "Template Name:";
2242};
2243
2244String RID_FAXWIZARDDIALOG_START + 26
2245{
2246    Text [ en-US] = "Location and file name:";
2247};
2248
2249String RID_FAXWIZARDDIALOG_START + 27
2250{
2251    Text [ en-US] = "What do you want to do next?";
2252};
2253
2254String RID_FAXWIZARDDIALOG_START + 28
2255{
2256    Text [ en-US] = "Choose the type of fax and a page design";
2257};
2258
2259String RID_FAXWIZARDDIALOG_START + 29
2260{
2261    Text [ en-US] = "Select items to include in the fax template";
2262};
2263
2264String RID_FAXWIZARDDIALOG_START + 30
2265{
2266    Text [ en-US] = "Specify sender and recipient information";
2267};
2268
2269String RID_FAXWIZARDDIALOG_START + 31
2270{
2271    Text [ en-US] = "Enter text for the footer";
2272};
2273
2274String RID_FAXWIZARDDIALOG_START + 32
2275{
2276    Text [ en-US] = "Choose a name and save the template";
2277};
2278
2279String RID_FAXWIZARDDIALOG_START + 33
2280{
2281    Text [ en-US] = "Include ~only on second and following pages";
2282};
2283
2284String RID_FAXWIZARDDIALOG_START + 34
2285{
2286    Text [ en-US] = "~Include page number";
2287};
2288
2289String RID_FAXWIZARDDIALOG_START + 35
2290{
2291    Text [ en-US] = "~Date";
2292};
2293
2294String RID_FAXWIZARDDIALOG_START + 36
2295{
2296    Text [ en-US] = "~Type of message";
2297};
2298
2299String RID_FAXWIZARDDIALOG_START + 37
2300{
2301    Text [ en-US] = "Fax Number:";
2302};
2303
2304String RID_FAXWIZARDDIALOG_START + 38
2305{
2306    Text [ en-US] = "Use placeholders for ~recipient's address";
2307};
2308
2309String RID_FAXWIZARDDIALOG_START + 39
2310{
2311    Text [ en-US] = "Use address database for ~mail merge";
2312};
2313
2314String RID_FAXWIZARDDIALOG_START + 40
2315{
2316    Text [ en-US] = "~New return address";
2317};
2318
2319//====================== Fax Wizard Communication Start
2320String RID_FAXWIZARDCOMMUNICATION_START + 1
2321{
2322	Text [ en-US] = "Important Information!";
2323};
2324
2325String RID_FAXWIZARDCOMMUNICATION_START + 2
2326{
2327	Text [ en-US] = "For your information";
2328};
2329
2330String RID_FAXWIZARDCOMMUNICATION_START + 3
2331{
2332	Text [ en-US] = "News!";
2333};
2334
2335//====================== Fax Wizard Salutation Start
2336String RID_FAXWIZARDSALUTATION_START + 1
2337{
2338	Text [ en-US] = "To whom it may concern,";
2339};
2340
2341String RID_FAXWIZARDSALUTATION_START + 2
2342{
2343	Text [ en-US] = "Dear Sir or Madam,";
2344};
2345
2346String RID_FAXWIZARDSALUTATION_START + 3
2347{
2348	Text [ en-US] = "Hello,";
2349};
2350
2351String RID_FAXWIZARDSALUTATION_START + 4
2352{
2353	Text [ en-US] = "Hi,";
2354};
2355
2356
2357//====================== Fax Wizard Greeting Start
2358String RID_FAXWIZARDGREETING_START + 1
2359{
2360	Text [ en-US] = "Sincerely";
2361};
2362
2363String RID_FAXWIZARDGREETING_START + 2
2364{
2365	Text [ en-US] = "Yours faithfully";
2366};
2367
2368String RID_FAXWIZARDGREETING_START + 3
2369{
2370	Text [ en-US] = "Regards";
2371};
2372
2373String RID_FAXWIZARDGREETING_START + 4
2374{
2375	Text [ en-US] = "Love";
2376};
2377
2378
2379//====================== Fax Wizard Roadmap Start
2380String RID_FAXWIZARDROADMAP_START + 1
2381{
2382	Text [ en-US] = "Page design";
2383};
2384
2385String RID_FAXWIZARDROADMAP_START + 2
2386{
2387	Text [ en-US] = "Items to include";
2388};
2389
2390String RID_FAXWIZARDROADMAP_START + 3
2391{
2392	Text [ en-US] = "Sender and Recipient";
2393};
2394
2395String RID_FAXWIZARDROADMAP_START + 4
2396{
2397	Text [ en-US] = "Footer";
2398};
2399
2400String RID_FAXWIZARDROADMAP_START + 5
2401{
2402	Text [ en-US] = "Name and location";
2403};
2404
2405
2406
2407
2408// ============================================================================
2409// ============================						  ======================
2410// ======================		 WEB WIZARD RESOURCES		 ================
2411// ============================						  ======================
2412// ============================================================================
2413
2414
2415String RID_WEBWIZARDDIALOG_START +1
2416{
2417    Text [ en-US  ] = "Web Wizard";
2418};
2419
2420String RID_WEBWIZARDDIALOG_START +2
2421{
2422    Text [ en-US  ] = "This Web Wizard is to aid you in publishing documents on the Internet.\n\nIt will convert the documents so that they can be viewed by a web browser. In addition, it will generate a Table of Contents page with links for easy access to the documents. The Web Wizard will also allow you to customize the design and layout of your web site.\n\nYou will be able to keep the documents you have published on the web up-to-date and add or remove documents at any time.";
2423};
2424
2425String RID_WEBWIZARDDIALOG_START +4
2426{
2427    Text [ en-US  ] = "~Delete";
2428};
2429
2430String RID_WEBWIZARDDIALOG_START +5
2431{
2432    Text [ en-US  ] = "Introduction";
2433};
2434
2435String RID_WEBWIZARDDIALOG_START +6
2436{
2437    Text [ en-US  ] = "Select the documents you want to publish";
2438};
2439
2440String RID_WEBWIZARDDIALOG_START +8
2441{
2442    Text [ en-US  ] = "Document information ";
2443};
2444
2445String RID_WEBWIZARDDIALOG_START +9
2446{
2447    Text [ en-US  ] = "~Title:";
2448};
2449
2450String RID_WEBWIZARDDIALOG_START +10
2451{
2452    Text [ en-US  ] = "~Summary: ";
2453};
2454
2455String RID_WEBWIZARDDIALOG_START +11
2456{
2457    Text [ en-US  ] = "Au~thor:";
2458};
2459
2460String RID_WEBWIZARDDIALOG_START +12
2461{
2462    Text [ en-US  ] = "~Export to file format:";
2463};
2464
2465String RID_WEBWIZARDDIALOG_START +13
2466{
2467    Text [ en-US  ] = "Enter general information for your web site";
2468};
2469
2470String RID_WEBWIZARDDIALOG_START +14
2471{
2472    Text [ en-US  ] = "Title:";
2473};
2474
2475String RID_WEBWIZARDDIALOG_START +16
2476{
2477    Text [ en-US  ] = "Description:";
2478};
2479
2480String RID_WEBWIZARDDIALOG_START +18
2481{
2482    Text [ en-US  ] = "Created:";
2483};
2484
2485String RID_WEBWIZARDDIALOG_START +20
2486{
2487    Text [ en-US  ] = "E-mail:";
2488};
2489
2490String RID_WEBWIZARDDIALOG_START +21
2491{
2492    Text [ en-US  ] = "Copyright notice:";
2493};
2494
2495String RID_WEBWIZARDDIALOG_START +22
2496{
2497    Text [ en-US  ] = "Modified:";
2498};
2499
2500
2501String RID_WEBWIZARDDIALOG_START +24
2502{
2503    Text [ en-US  ] = "~Preview";
2504};
2505
2506String RID_WEBWIZARDDIALOG_START +25
2507{
2508    Text [ en-US  ] = "Where do you want to publish your web site?";
2509};
2510
2511String RID_WEBWIZARDDIALOG_START +26
2512{
2513    Text [ en-US  ] = "Publish the new web site:";
2514};
2515
2516String RID_WEBWIZARDDIALOG_START +27
2517{
2518    Text [ en-US  ] = "To a ~local folder";
2519};
2520
2521String RID_WEBWIZARDDIALOG_START +28
2522{
2523    Text [ en-US  ] = "...";
2524};
2525
2526String RID_WEBWIZARDDIALOG_START +29
2527{
2528    Text [ en-US  ] = "To a ~web server via FTP";
2529};
2530
2531String RID_WEBWIZARDDIALOG_START +31
2532{
2533    Text [ en-US  ] = "~Configure...";
2534};
2535
2536String RID_WEBWIZARDDIALOG_START +32
2537{
2538    Text [ en-US  ] = "To a ZIP ~archive";
2539};
2540
2541String RID_WEBWIZARDDIALOG_START +33
2542{
2543    Text [ en-US  ] = "...";
2544};
2545
2546String RID_WEBWIZARDDIALOG_START +34
2547{
2548    Text [ en-US  ] = "~Save settings (recommended)";
2549};
2550
2551String RID_WEBWIZARDDIALOG_START +35
2552{
2553    Text [ en-US  ] = "Save ~as:";
2554};
2555
2556String RID_WEBWIZARDDIALOG_START +36
2557{
2558    Text [ en-US  ] = "~Choose settings for the Web Wizard";
2559};
2560
2561String RID_WEBWIZARDDIALOG_START +37
2562{
2563    Text [ en-US  ] = "Web site content ";
2564};
2565
2566String RID_WEBWIZARDDIALOG_START +38
2567{
2568    Text [ en-US  ] = "~Add...";
2569};
2570
2571String RID_WEBWIZARDDIALOG_START +39
2572{
2573    Text [ en-US  ] = "Remo~ve";
2574};
2575
2576String RID_WEBWIZARDDIALOG_START +40
2577{
2578    Text [ en-US  ] = "Choose a layout for the table of contents of your web site";
2579};
2580
2581String RID_WEBWIZARDDIALOG_START +41
2582{
2583    Text [ en-US  ] = "Select a style for the table of contents page";
2584};
2585
2586String RID_WEBWIZARDDIALOG_START +42
2587{
2588    Text [ en-US  ] = "~Style:";
2589};
2590
2591String RID_WEBWIZARDDIALOG_START +48
2592{
2593    Text [ en-US  ] = "~Layouts: ";
2594};
2595
2596String RID_WEBWIZARDDIALOG_START +50
2597{
2598    Text [ en-US  ] = "~Description";
2599};
2600
2601String RID_WEBWIZARDDIALOG_START +51
2602{
2603    Text [ en-US  ] = "~Author";
2604};
2605
2606String RID_WEBWIZARDDIALOG_START +52
2607{
2608    Text [ en-US  ] = "Cr~eation date";
2609};
2610
2611String RID_WEBWIZARDDIALOG_START +53
2612{
2613    Text [ en-US  ] = "~Last change date";
2614};
2615
2616String RID_WEBWIZARDDIALOG_START +54
2617{
2618    Text [ en-US  ] = "~File name";
2619};
2620
2621String RID_WEBWIZARDDIALOG_START +55
2622{
2623    Text [ en-US  ] = "File forma~t";
2624};
2625
2626String RID_WEBWIZARDDIALOG_START +56
2627{
2628    Text [ en-US  ] = "File format ~icon";
2629};
2630
2631String RID_WEBWIZARDDIALOG_START +57
2632{
2633    Text [ en-US  ] = "Number ~of pages";
2634};
2635
2636String RID_WEBWIZARDDIALOG_START +58
2637{
2638    Text [ en-US  ] = "~Size in KB";
2639};
2640
2641String RID_WEBWIZARDDIALOG_START +59
2642{
2643    Text [ en-US  ] = "Click 'Preview' to see a preview in your browser:";
2644};
2645
2646String RID_WEBWIZARDDIALOG_START +60
2647{
2648    Text [ en-US  ] = "Customize the selected layout";
2649};
2650
2651String RID_WEBWIZARDDIALOG_START +61
2652{
2653    Text [ en-US  ] = "Include the following information for each document in the table of contents:";
2654};
2655
2656String RID_WEBWIZARDDIALOG_START +62
2657{
2658    Text [ en-US  ] = "Optimize the layout for screen resolution:";
2659};
2660
2661String RID_WEBWIZARDDIALOG_START +64
2662{
2663    Text [ en-US  ] = "~640x480";
2664};
2665
2666String RID_WEBWIZARDDIALOG_START +65
2667{
2668    Text [ en-US  ] = "~800x600";
2669};
2670
2671String RID_WEBWIZARDDIALOG_START +66
2672{
2673    Text [ en-US  ] = "~1024x768";
2674};
2675
2676String RID_WEBWIZARDDIALOG_START +70
2677{
2678    Text [ en-US  ] = "Generating Your Web Site";
2679};
2680
2681String RID_WEBWIZARDDIALOG_START +71
2682{
2683    Text [ en-US  ] = "%START - %END/%TOTAL";
2684};
2685
2686String RID_WEBWIZARDDIALOG_START +72
2687{
2688    Text [ en-US  ] = "myWebsite";
2689};
2690
2691String RID_WEBWIZARDDIALOG_START +73
2692{
2693    Text [ en-US  ] = "FTP target '%FILENAME' is a file.";
2694};
2695
2696
2697String RID_WEBWIZARDDIALOG_START +74
2698{
2699    Text [ en-US  ] = "The local target '%FILENAME' is a file.";
2700};
2701
2702String RID_WEBWIZARDDIALOG_START +75
2703{
2704    Text [ en-US  ] = "The ZIP target '%FILENAME' already exists. Do you want to overwrite the existing target? ";
2705};
2706
2707String RID_WEBWIZARDDIALOG_START +76
2708{
2709    Text [ en-US  ] = "The FTP target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?";
2710};
2711
2712String RID_WEBWIZARDDIALOG_START +77
2713{
2714    Text [ en-US  ] = "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?";
2715};
2716
2717String RID_WEBWIZARDDIALOG_START +78
2718{
2719    Text [ en-US  ] = "Settings already exist under the given name. Do you want to overwrite the existing settings? ";
2720};
2721
2722String RID_WEBWIZARDDIALOG_START +79
2723{
2724    Text [ en-US  ] = "Exporting documents...";
2725};
2726
2727String RID_WEBWIZARDDIALOG_START +80
2728{
2729    Text [ en-US  ] = "Preparing export...";
2730};
2731
2732String RID_WEBWIZARDDIALOG_START +81
2733{
2734    Text [ en-US  ] = "Copying layout files...";
2735};
2736
2737String RID_WEBWIZARDDIALOG_START +82
2738{
2739    Text [ en-US  ] = "Preparing table of contents generation...";
2740};
2741
2742String RID_WEBWIZARDDIALOG_START +83
2743{
2744    Text [ en-US  ] = "Generating table of contents...";
2745};
2746
2747String RID_WEBWIZARDDIALOG_START +84
2748{
2749    Text [ en-US  ] = "Initializing...";
2750};
2751
2752String RID_WEBWIZARDDIALOG_START +86
2753{
2754    Text [ en-US  ] = "Preparing to publish...";
2755};
2756
2757String RID_WEBWIZARDDIALOG_START +87
2758{
2759    Text [ en-US  ] = "Publishing to local directory...";
2760};
2761
2762String RID_WEBWIZARDDIALOG_START +88
2763{
2764    Text [ en-US  ] = "Publishing to FTP destination...";
2765};
2766
2767String RID_WEBWIZARDDIALOG_START +89
2768{
2769    Text [ en-US  ] = "Publishing to a ZIP archive...";
2770};
2771
2772String RID_WEBWIZARDDIALOG_START + 90
2773{
2774    Text [ en-US  ] = "Finishing...";
2775};
2776
2777String RID_WEBWIZARDDIALOG_START + 94
2778{
2779    Text [ en-US  ] = "Graphic files";
2780};
2781
2782String RID_WEBWIZARDDIALOG_START + 95
2783{
2784    Text [ en-US  ] = "All files";
2785};
2786
2787String RID_WEBWIZARDDIALOG_START + 96
2788{
2789    Text [ en-US  ] = "~ZIP archive files";
2790};
2791
2792String RID_WEBWIZARDDIALOG_START + 98
2793{
2794    Text [ en-US  ] = "Background images";
2795};
2796
2797String RID_WEBWIZARDDIALOG_START + 99
2798{
2799    Text [ en-US  ] = "Choose a background image: ";
2800};
2801
2802String RID_WEBWIZARDDIALOG_START + 100
2803{
2804    Text [ en-US  ] = "Icon sets";
2805};
2806
2807String RID_WEBWIZARDDIALOG_START + 101
2808{
2809    Text [ en-US  ] = "Choose an icon set:";
2810};
2811
2812String RID_WEBWIZARDDIALOG_START +102
2813{
2814    Text [ en-US  ] = "Other...";
2815};
2816
2817String RID_WEBWIZARDDIALOG_START +103
2818{
2819    Text [ en-US  ] = "None";
2820};
2821
2822String RID_WEBWIZARDDIALOG_START +104
2823{
2824    Text [ en-US  ] = "Your web site was created successfully into: %FILENAME";
2825};
2826
2827String RID_WEBWIZARDDIALOG_START +105
2828{
2829    Text [ en-US  ] = "One or more errors occurred when generating the web site.";
2830};
2831
2832String RID_WEBWIZARDDIALOG_START +106
2833{
2834    Text [ en-US  ] = "An error occurred while generating the table of contents page(s). ";
2835};
2836
2837String RID_WEBWIZARDDIALOG_START +107
2838{
2839    Text [ en-US  ] = "An error occurred while copying the layout files. ";
2840};
2841
2842String RID_WEBWIZARDDIALOG_START +108
2843{
2844    Text [ en-US  ] = "An error occurred while gathering document information for '%FILENAME'. ";
2845};
2846
2847String RID_WEBWIZARDDIALOG_START +109
2848{
2849    Text [ en-US  ] = "An error occurred while exporting the document '%FILENAME'.";
2850};
2851
2852String RID_WEBWIZARDDIALOG_START +110
2853{
2854    Text [ en-US  ] = "An error occurred while creating a directory for exporting '%FILENAME'.";
2855};
2856
2857String RID_WEBWIZARDDIALOG_START +111
2858{
2859    Text [ en-US  ] = "A security error occurred while exporting the document '%FILENAME'.";
2860};
2861
2862String RID_WEBWIZARDDIALOG_START +112
2863{
2864    Text [ en-US  ] = "An input/output error occurred while exporting the document '%FILENAME'.";
2865};
2866
2867String RID_WEBWIZARDDIALOG_START +113
2868{
2869    Text [ en-US  ] = "An error occurred while copying media files to the temporary directory.";
2870};
2871
2872String RID_WEBWIZARDDIALOG_START +114
2873{
2874    Text [ en-US  ] = "The web site could not be copied to the following destination: %URL";
2875};
2876
2877String RID_WEBWIZARDDIALOG_START +115
2878{
2879    Text [ en-US  ] = "An unexpected error occurred: %ERROR";
2880};
2881
2882String RID_WEBWIZARDDIALOG_START +116
2883{
2884    Text [ en-US  ] = "An unexpected error occurred while validating the file: '%FILENAME'";
2885};
2886
2887String RID_WEBWIZARDDIALOG_START +117
2888{
2889    Text [ en-US  ] = "%FILENAME' is a folder.";
2890};
2891
2892String RID_WEBWIZARDDIALOG_START +118
2893{
2894    Text [ en-US  ] = "Loading Web Wizard Settings...";
2895};
2896
2897String RID_WEBWIZARDDIALOG_START +119
2898{
2899    Text [ en-US  ] = "An unexpected error occurred.";
2900};
2901
2902String RID_WEBWIZARDDIALOG_START +120
2903{
2904    Text [ en-US  ] = "Validating documents...";
2905};
2906
2907String RID_WEBWIZARDDIALOG_START +121
2908{
2909    Text [ en-US  ] = "My Archive";
2910};
2911
2912String RID_WEBWIZARDDIALOG_START +122
2913{
2914    Text [ en-US  ] = "Introduction ";
2915};
2916
2917String RID_WEBWIZARDDIALOG_START +123
2918{
2919    Text [ en-US  ] = "Documents ";
2920};
2921
2922String RID_WEBWIZARDDIALOG_START +124
2923{
2924    Text [ en-US  ] = "Main layout";
2925};
2926
2927String RID_WEBWIZARDDIALOG_START +125
2928{
2929    Text [ en-US  ] = "Layout details";
2930};
2931
2932String RID_WEBWIZARDDIALOG_START +126
2933{
2934    Text [ en-US  ] = "Style";
2935};
2936
2937String RID_WEBWIZARDDIALOG_START +127
2938{
2939    Text [ en-US  ] = "Web site information";
2940};
2941
2942String RID_WEBWIZARDDIALOG_START +128
2943{
2944    Text [ en-US  ] = "Preview";
2945};
2946
2947String RID_WEBWIZARDDIALOG_START +130
2948{
2949    Text [ en-US  ] = "The selected settings will be deleted.\n\nDo you really want to delete these settings? ";
2950};
2951
2952String RID_WEBWIZARDDIALOG_START +131
2953{
2954    Text [ en-US  ] = "%NUMBER pages";
2955};
2956
2957String RID_WEBWIZARDDIALOG_START +132
2958{
2959    Text [ en-US  ] = "%NUMBER slides";
2960};
2961
2962String RID_WEBWIZARDDIALOG_START +133
2963{
2964    Text [ en-US  ] = "Created: %DATE";
2965};
2966
2967String RID_WEBWIZARDDIALOG_START +134
2968{
2969    Text [ en-US  ] = "Last modified: %DATE";
2970};
2971
2972String RID_WEBWIZARDDIALOG_START +135
2973{
2974    Text [ en-US  ] = "Web Wizard Settings";
2975};
2976
2977String RID_WEBWIZARDDIALOG_START +136
2978{
2979    Text [ en-US  ] = "Background image:";
2980};
2981
2982String RID_WEBWIZARDDIALOG_START +137
2983{
2984    Text [ en-US  ] = "Icon set:";
2985};
2986
2987String RID_WEBWIZARDDIALOG_START +138
2988{
2989    Text [ en-US  ] = "The icon set is used for presentations in HTML format.";
2990};
2991
2992String RID_WEBWIZARDDIALOG_START +139
2993{
2994    Text [ en-US  ] = "HTML Metadata";
2995};
2996
2997String RID_WEBWIZARDDIALOG_START +140
2998{
2999    Text [ en-US  ] = "Choose...";
3000};
3001
3002String RID_WEBWIZARDDIALOG_START +141
3003{
3004    Text [ en-US  ] = "Choose...";
3005};
3006
3007String RID_WEBWIZARDDIALOG_START +142
3008{
3009    Text [ en-US  ] = "<default>";
3010};
3011
3012String RID_WEBWIZARDDIALOG_START +143
3013{
3014    Text [ en-US  ] = "Publishing via FTP Proxy is not supported.";
3015};
3016
3017String RID_WEBWIZARDDIALOG_START +144
3018{
3019    Text [ en-US  ] = "<no background image>";
3020};
3021
3022String RID_WEBWIZARDDIALOG_START +145
3023{
3024    Text [ en-US  ] = "<no icon set>";
3025};
3026
3027String RID_WEBWIZARDDIALOG_START +146
3028{
3029    Text [ en-US  ] = "The FTP directory '%FILENAME' could not be created.";
3030};
3031
3032String RID_WEBWIZARDDIALOG_START +147
3033{
3034    Text [ en-US  ] = "The FTP directory '%FILENAME' does not exist. \nCreate the directory now?";
3035};
3036
3037String RID_WEBWIZARDDIALOG_START +148
3038{
3039    Text [ en-US  ] = "The Zip file '%FILENAME' cannot be created: a directory of the same name already exists.";
3040};
3041
3042String RID_WEBWIZARDDIALOG_START +149
3043{
3044    Text [ en-US  ] = "The local directory '%FILENAME' cannot be created. \nPlease check your write-access.";
3045};
3046
3047String RID_WEBWIZARDDIALOG_START +150
3048{
3049    Text [ en-US  ] = "The local directory '%FILENAME' does not exist. \nCreate the directory now?";
3050};
3051
3052String RID_WEBWIZARDDIALOG_START +151
3053{
3054    Text [ en-US  ] = "Size: %NUMBERKB";
3055};
3056
3057
3058String RID_WEBWIZARDDIALOG_START +152
3059{
3060    Text [ en-US  ] = "File not found. Would you like to specify a new file location?";
3061};
3062
3063
3064
3065// ============================================================================
3066// =================		 WEB WIZARD FTP DIALOG RESOURCES	  =============
3067// ============================================================================
3068
3069
3070
3071
3072String RID_WEBWIZARDDIALOG_FTP +0
3073{
3074    Text [ en-US  ] = "FTP Connection";
3075};
3076
3077String RID_WEBWIZARDDIALOG_FTP +1
3078{
3079    Text [ en-US  ] = "~User name:";
3080};
3081
3082String RID_WEBWIZARDDIALOG_FTP +2
3083{
3084    Text [ en-US  ] = "~Password:";
3085};
3086
3087String RID_WEBWIZARDDIALOG_FTP +3
3088{
3089    Text [ en-US  ] = "Connect";
3090};
3091
3092String RID_WEBWIZARDDIALOG_FTP +4
3093{
3094    Text [ en-US  ] = "1. Enter FTP connection information.";
3095};
3096
3097String RID_WEBWIZARDDIALOG_FTP +5
3098{
3099    Text [ en-US  ] = "~Server name or IP address:";
3100};
3101
3102String RID_WEBWIZARDDIALOG_FTP +6
3103{
3104    Text [ en-US  ] = "2. Connect to the server.";
3105};
3106
3107String RID_WEBWIZARDDIALOG_FTP +7
3108{
3109    Text [ en-US  ] = "3. ~Choose a remote directory (optional).";
3110};
3111
3112String RID_WEBWIZARDDIALOG_FTP +8
3113{
3114    Text [ en-US  ] = "...";
3115};
3116
3117String RID_WEBWIZARDDIALOG_FTP +9
3118{
3119    Text [ en-US  ] = "Connection status is unknown";
3120};
3121
3122String RID_WEBWIZARDDIALOG_FTP +10
3123{
3124    Text [ en-US  ] = "Connection was established successfully";
3125};
3126
3127String RID_WEBWIZARDDIALOG_FTP +11
3128{
3129    Text [ en-US  ] = "Username or password is wrong";
3130};
3131
3132String RID_WEBWIZARDDIALOG_FTP +12
3133{
3134    Text [ en-US  ] = "Could not resolve server name";
3135};
3136
3137String RID_WEBWIZARDDIALOG_FTP +13
3138{
3139    Text [ en-US  ] = "You do not have sufficient user rights";
3140};
3141
3142String RID_WEBWIZARDDIALOG_FTP +14
3143{
3144    Text [ en-US  ] = "Cannot connect to server";
3145};
3146
3147String RID_WEBWIZARDDIALOG_FTP +15
3148{
3149    Text [ en-US  ] = "Unexpected error";
3150};
3151
3152String RID_WEBWIZARDDIALOG_FTP +16
3153{
3154    Text [ en-US  ] = "FTP publishing directory";
3155};
3156
3157String RID_WEBWIZARDDIALOG_FTP +17
3158{
3159    Text [ en-US  ] = "This is not an FTP folder";
3160};
3161
3162String RID_WEBWIZARDDIALOG_FTP +18
3163{
3164    Text [ en-US  ] = "Connecting...";
3165};
3166
3167
3168// ============================================================================
3169// ============================						  ======================
3170// ======================		 AGENDA WIZARD RESOURCES		 ================
3171// ============================						  ======================
3172// ============================================================================
3173
3174String RID_AGENDAWIZARDDIALOG_START +1
3175{
3176    Text [en-US ] = "Agenda Wizard";
3177};
3178
3179String RID_AGENDAWIZARDDIALOG_START +2
3180{
3181    Text [en-US ] = "Make ~manual changes to this agenda template";
3182};
3183
3184String RID_AGENDAWIZARDDIALOG_START +3
3185{
3186    Text [en-US ] = "Template name:";
3187};
3188
3189String RID_AGENDAWIZARDDIALOG_START + 4
3190{
3191    Text [en-US ] = "Location and file name:";
3192};
3193
3194String RID_AGENDAWIZARDDIALOG_START +5
3195{
3196    Text [en-US ] = "What do you want to do next?";
3197};
3198
3199String RID_AGENDAWIZARDDIALOG_START +6
3200{
3201    Text [en-US ] = "Please choose the page design for the agenda";
3202};
3203
3204String RID_AGENDAWIZARDDIALOG_START +7
3205{
3206    Text [en-US ] = "Please select the headings you wish to include in your agenda template";
3207};
3208
3209String RID_AGENDAWIZARDDIALOG_START +8
3210{
3211    Text [en-US ] = "Please enter general information for the event";
3212};
3213
3214String RID_AGENDAWIZARDDIALOG_START +9
3215{
3216    Text [en-US ] = "Please specify items for the agenda";
3217};
3218
3219String RID_AGENDAWIZARDDIALOG_START +10
3220{
3221    Text [en-US ] = "Please select the names you wish to include in your agenda template";
3222};
3223
3224String RID_AGENDAWIZARDDIALOG_START +11
3225{
3226    Text [en-US ] = "Choose a name and save the template";
3227};
3228
3229String RID_AGENDAWIZARDDIALOG_START +12
3230{
3231    Text [en-US ] = "Include form for recording minutes";
3232};
3233
3234String RID_AGENDAWIZARDDIALOG_START +13
3235{
3236    Text [en-US ] = "This wizard helps you to create an agenda template. The template can then be used to create an agenda whenever needed.";
3237};
3238
3239String RID_AGENDAWIZARDDIALOG_START +14
3240{
3241    Text [en-US ] = "Time:";
3242};
3243
3244String RID_AGENDAWIZARDDIALOG_START +15
3245{
3246    Text [en-US ] = "Name:";
3247};
3248
3249String RID_AGENDAWIZARDDIALOG_START + 16
3250{
3251    Text [en-US ] = "Location:";
3252};
3253
3254String RID_AGENDAWIZARDDIALOG_START +17
3255{
3256    Text [en-US ] = "Placeholders will be used in empty fields. You can replace placeholders with text later.";
3257};
3258
3259String RID_AGENDAWIZARDDIALOG_START +18
3260{
3261    Text [en-US ] = "...";
3262};
3263
3264String RID_AGENDAWIZARDDIALOG_START +19
3265{
3266    Text [en-US ] = "Create an ~agenda from this template";
3267};
3268
3269String RID_AGENDAWIZARDDIALOG_START +20
3270{
3271    Text [en-US ] = "To create a new agenda out of the template, go to the location where you saved the template and double-click the file.";
3272};
3273
3274String RID_AGENDAWIZARDDIALOG_START +21
3275{
3276    Text [en-US ] = "Agenda item";
3277};
3278
3279String RID_AGENDAWIZARDDIALOG_START +22
3280{
3281    Text [en-US ] = "Responsible";
3282};
3283
3284String RID_AGENDAWIZARDDIALOG_START +23
3285{
3286    Text [en-US ] = "Duration";
3287};
3288
3289String RID_AGENDAWIZARDDIALOG_START +24
3290{
3291    Text [en-US ] = "Meeting called by";
3292};
3293
3294String RID_AGENDAWIZARDDIALOG_START +25
3295{
3296    Text [en-US ] = "Chairperson";
3297};
3298
3299String RID_AGENDAWIZARDDIALOG_START +26
3300{
3301    Text [en-US ] = "Minute keeper";
3302};
3303
3304String RID_AGENDAWIZARDDIALOG_START +27
3305{
3306    Text [en-US ] = "Moderator";
3307};
3308
3309String RID_AGENDAWIZARDDIALOG_START +28
3310{
3311    Text [en-US ] = "Attendees";
3312};
3313
3314String RID_AGENDAWIZARDDIALOG_START +29
3315{
3316    Text [en-US ] = "Observers";
3317};
3318
3319String RID_AGENDAWIZARDDIALOG_START +30
3320{
3321    Text [en-US ] = "Facility personnel";
3322};
3323
3324String RID_AGENDAWIZARDDIALOG_START +31
3325{
3326    Text [en-US ] = "The agenda template will include placeholders for the names of the selected people. When creating an agenda from the template, you can replace these placeholder with the appropriate names.";
3327};
3328
3329String RID_AGENDAWIZARDDIALOG_START +32
3330{
3331    Text [en-US ] = "Type of meeting";
3332};
3333
3334String RID_AGENDAWIZARDDIALOG_START +33
3335{
3336    Text [en-US ] = "Please read";
3337};
3338
3339String RID_AGENDAWIZARDDIALOG_START +34
3340{
3341    Text [en-US ] = "Please bring";
3342};
3343
3344String RID_AGENDAWIZARDDIALOG_START +35
3345{
3346    Text [en-US ] = "Notes";
3347};
3348
3349String RID_AGENDAWIZARDDIALOG_START +36
3350{
3351    Text [en-US ] = "The agenda template will include placeholders for the selected items.";
3352};
3353
3354String RID_AGENDAWIZARDDIALOG_START +38
3355{
3356    Text [en-US ] = "Date:";
3357};
3358
3359String RID_AGENDAWIZARDDIALOG_START +39
3360{
3361    Text [en-US ] = "This wizard creates an agenda template which enables you to create multiple agendas with the same layout and settings.";
3362};
3363
3364String RID_AGENDAWIZARDDIALOG_START +40
3365{
3366    Text [en-US ] = "Page design:";
3367};
3368
3369String RID_AGENDAWIZARDDIALOG_START +41
3370{
3371    Text [en-US ] = "myAgendaTemplate.stw";
3372};
3373
3374String RID_AGENDAWIZARDDIALOG_START +42
3375{
3376    Text [en-US ] = "My Agenda Template";
3377};
3378
3379String RID_AGENDAWIZARDDIALOG_START +43
3380{
3381    Text [en-US ] = "An unexpected error occurred while saving the agenda template.";
3382};
3383
3384String RID_AGENDAWIZARDDIALOG_START +44
3385{
3386    Text [en-US ] = "Name";
3387};
3388
3389String RID_AGENDAWIZARDDIALOG_START +45
3390{
3391    Text [en-US ] = "Date";
3392};
3393
3394String RID_AGENDAWIZARDDIALOG_START +46
3395{
3396    Text [en-US ] = "Time";
3397};
3398
3399String RID_AGENDAWIZARDDIALOG_START + 47
3400{
3401    Text [en-US ] = "Location";
3402};
3403
3404String RID_AGENDAWIZARDDIALOG_START +48
3405{
3406    Text [en-US ] = "Click to replace this text";
3407};
3408
3409String RID_AGENDAWIZARDDIALOG_START +50
3410{
3411    Text [en-US ] = "Page design";
3412};
3413
3414String RID_AGENDAWIZARDDIALOG_START +51
3415{
3416    Text [en-US ] = "General information";
3417};
3418
3419String RID_AGENDAWIZARDDIALOG_START +52
3420{
3421    Text [en-US ] = "Headings to include";
3422};
3423
3424String RID_AGENDAWIZARDDIALOG_START +53
3425{
3426    Text [en-US ] = "Names";
3427};
3428
3429String RID_AGENDAWIZARDDIALOG_START +54
3430{
3431    Text [en-US ] = "Agenda items";
3432};
3433
3434String RID_AGENDAWIZARDDIALOG_START +55
3435{
3436    Text [en-US ] = "Name and location";
3437};
3438
3439String RID_AGENDAWIZARDDIALOG_START +56
3440{
3441    Text [en-US ] = "An unexpected error occurred while opening the agenda template.";
3442};
3443
3444String RID_AGENDAWIZARDDIALOG_START +57
3445{
3446    Text [en-US ] = "Type of meeting";
3447};
3448
3449String RID_AGENDAWIZARDDIALOG_START +58
3450{
3451    Text [en-US ] = "Please bring";
3452};
3453
3454String RID_AGENDAWIZARDDIALOG_START +59
3455{
3456    Text [en-US ] = "Please read";
3457};
3458
3459String RID_AGENDAWIZARDDIALOG_START +60
3460{
3461    Text [en-US ] = "Notes";
3462};
3463
3464String RID_AGENDAWIZARDDIALOG_START +61
3465{
3466    Text [en-US ] = "Meeting called by";
3467};
3468
3469String RID_AGENDAWIZARDDIALOG_START +62
3470{
3471    Text [en-US ] = "Chairperson";
3472};
3473
3474String RID_AGENDAWIZARDDIALOG_START +63
3475{
3476    Text [en-US ] = "Attendees";
3477};
3478
3479String RID_AGENDAWIZARDDIALOG_START +64
3480{
3481    Text [en-US ] = "Minute keeper";
3482};
3483
3484String RID_AGENDAWIZARDDIALOG_START +65
3485{
3486    Text [en-US ] = "Moderator";
3487};
3488
3489String RID_AGENDAWIZARDDIALOG_START +66
3490{
3491    Text [en-US ] = "Observers";
3492};
3493
3494String RID_AGENDAWIZARDDIALOG_START +67
3495{
3496    Text [en-US ] = "Facility personnel";
3497};
3498
3499String RID_AGENDAWIZARDDIALOG_START +68
3500{
3501    Text [en-US ] = "Insert";
3502};
3503
3504String RID_AGENDAWIZARDDIALOG_START +69
3505{
3506    Text [en-US ] = "Remove";
3507};
3508
3509String RID_AGENDAWIZARDDIALOG_START +70
3510{
3511    Text [en-US ] = "Move up";
3512};
3513
3514String RID_AGENDAWIZARDDIALOG_START +71
3515{
3516    Text [en-US ] = "Move down";
3517};
3518
3519