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