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
870String RID_DB_QUERY_WIZARD_START + 44
871{
872	Text [ en-US] = "get the count of";
873};
874
875String RID_DB_QUERY_WIZARD_START + 48
876{
877	Text [ en-US] = "(none)";
878};
879
880String RID_DB_QUERY_WIZARD_START + 50
881{
882	Text [ en-US] = "Fie~lds in the Query: ";
883};
884
885
886String RID_DB_QUERY_WIZARD_START + 51
887{
888	Text [ en-US] = "Sorting order: ";
889};
890
891
892String RID_DB_QUERY_WIZARD_START + 52
893{
894	Text [ en-US] = "No sorting fields were assigned.";
895   };
896
897
898String RID_DB_QUERY_WIZARD_START + 53
899{
900	Text [ en-US] = "Search conditions: ";
901  };
902
903String RID_DB_QUERY_WIZARD_START + 54
904{
905	Text [ en-US] = "No conditions were assigned.";
906  };
907
908
909String RID_DB_QUERY_WIZARD_START + 55
910{
911	Text [ en-US] = "Aggregate functions: ";
912 };
913
914
915String RID_DB_QUERY_WIZARD_START + 56
916{
917	Text [ en-US] = "No aggregate functions were assigned.";
918 };
919
920
921String RID_DB_QUERY_WIZARD_START + 57
922{
923	Text [ en-US] = "Grouped by: ";
924};
925
926String RID_DB_QUERY_WIZARD_START + 58
927{
928	Text [ en-US] = "No Groups were assigned.";
929};
930
931
932String RID_DB_QUERY_WIZARD_START + 59
933{
934    Text [ en-US ] = "Grouping conditions: ";
935};
936
937
938String RID_DB_QUERY_WIZARD_START + 60
939{
940	Text [ en-US] = "No grouping conditions were assigned.";
941};
942
943
944String RID_DB_QUERY_WIZARD_START + 70
945{
946	Text [ en-US] = "Select the fields (columns) for your query";
947};
948
949String RID_DB_QUERY_WIZARD_START + 71
950{
951	Text [ en-US] = "Select the sorting order";
952};
953
954
955String RID_DB_QUERY_WIZARD_START + 72
956{
957	Text [ en-US] = "Select the search conditions";
958};
959
960
961String RID_DB_QUERY_WIZARD_START + 73
962{
963	Text [ en-US] = "Select the type of query";
964};
965
966String RID_DB_QUERY_WIZARD_START + 74
967{
968	Text [ en-US] = "Select the groups";
969};
970
971String RID_DB_QUERY_WIZARD_START + 75
972{
973	Text [ en-US] = "Select the grouping conditions";
974};
975
976
977String RID_DB_QUERY_WIZARD_START + 76
978{
979	Text [ en-US] = "Assign aliases if desired";
980};
981
982
983String RID_DB_QUERY_WIZARD_START + 77
984{
985	Text [ en-US] = "Check the overview and decide how to proceed";
986};
987
988
989String RID_DB_QUERY_WIZARD_START + 80
990{
991	Text [ en-US] = "Field selection";
992};
993
994
995String RID_DB_QUERY_WIZARD_START + 81
996{
997	Text [ en-US] = "Sorting order";
998};
999
1000String RID_DB_QUERY_WIZARD_START + 82
1001{
1002	Text [ en-US] = "Search conditions";
1003};
1004
1005String RID_DB_QUERY_WIZARD_START + 83
1006{
1007	Text [ en-US] = "Detail or summary";
1008};
1009
1010String RID_DB_QUERY_WIZARD_START + 84
1011{
1012	Text [ en-US] = "Grouping";
1013};
1014
1015String RID_DB_QUERY_WIZARD_START + 85
1016{
1017	Text [ en-US] = "Grouping conditions";
1018};
1019
1020String RID_DB_QUERY_WIZARD_START + 86
1021{
1022	Text [ en-US] = "Aliases";
1023};
1024
1025String RID_DB_QUERY_WIZARD_START + 87
1026{
1027	Text [ en-US] = "Overview";
1028};
1029
1030
1031String RID_DB_QUERY_WIZARD_START + 88
1032{
1033    Text [ en-US] = "A field that has not been assigned an aggregate function must be used in a group.";
1034};
1035
1036
1037String RID_DB_QUERY_WIZARD_START + 89
1038{
1039    Text [ en-US] = "The condition '<FIELDNAME> <LOGICOPERATOR> <VALUE>' was chosen twice. Each condition can only be chosen once";
1040};
1041
1042String RID_DB_QUERY_WIZARD_START + 90
1043{
1044    Text [ en-US] = "The aggregate function <FUNCTION> has been assigned twice to the fieldname '<NUMERICFIELD>'.";
1045};
1046
1047String RID_DB_QUERY_WIZARD_START + 91
1048{
1049	Text [ en-US] = ", ";
1050};
1051
1052String RID_DB_QUERY_WIZARD_START + 92
1053{
1054    Text [ en-US] = "<FIELDTITLE> (<FIELDNAME>)";
1055};
1056
1057
1058String RID_DB_QUERY_WIZARD_START + 93
1059{
1060	Text [ en-US] = "<FIELDNAME> (<SORTMODE>)";
1061};
1062
1063String RID_DB_QUERY_WIZARD_START + 94
1064{
1065	Text [ en-US] = "<FIELDNAME> <LOGICOPERATOR> <VALUE>";
1066};
1067
1068String RID_DB_QUERY_WIZARD_START + 95
1069{
1070	Text [ en-US] = "<CALCULATEDFUNCTION> <FIELDNAME>";
1071};
1072
1073
1074String RID_DB_QUERY_WIZARD_START + 96
1075{
1076    Text [ en-US] = "<FIELDNAME> <LOGICOPERATOR> <VALUE>";
1077};
1078
1079
1080
1081
1082// ============================================================================
1083
1084String RID_DB_REPORT_WIZARD_START + 0
1085{
1086	Text [ en-US ] = "Report Wizard";
1087};
1088
1089
1090String RID_DB_REPORT_WIZARD_START + 3
1091{
1092	Text [ en-US ] = "~Table";
1093};
1094
1095String RID_DB_REPORT_WIZARD_START + 4
1096{
1097	Text [ en-US ] = "Colu~mns";
1098};
1099
1100
1101String RID_DB_REPORT_WIZARD_START + 7
1102{
1103	Text [ en-US ] = "Report_";
1104};
1105
1106String RID_DB_REPORT_WIZARD_START + 8
1107{
1108	Text [ en-US ] = "- undefined -";
1109};
1110
1111String RID_DB_REPORT_WIZARD_START + 9
1112{
1113	Text [ en-US ] = "~Fields in report";
1114};
1115
1116
1117
1118String RID_DB_REPORT_WIZARD_START + 11
1119{
1120	Text [ en-US ] = "Grouping";
1121};
1122
1123String RID_DB_REPORT_WIZARD_START + 12
1124{
1125	Text [ en-US ] = "Sort options";
1126};
1127
1128String RID_DB_REPORT_WIZARD_START + 13
1129{
1130	Text [ en-US ] = "Choose layout";
1131};
1132
1133
1134String RID_DB_REPORT_WIZARD_START + 14
1135{
1136    Text [ en-US ] = "Create report";
1137};
1138
1139
1140String RID_DB_REPORT_WIZARD_START + 15
1141{
1142	Text [ en-US ] = "Layout of data";
1143};
1144
1145String RID_DB_REPORT_WIZARD_START + 16
1146{
1147	Text [ en-US ] = "Layout of headers and footers";
1148};
1149
1150
1151String RID_DB_REPORT_WIZARD_START + 19
1152{
1153    Text [ en-US ] = "Fields";
1154};
1155
1156String RID_DB_REPORT_WIZARD_START + 20
1157{
1158    Text [ en-US ] = "~Sort by";
1159};
1160
1161
1162String RID_DB_REPORT_WIZARD_START + 21
1163{
1164    Text [ en-US ] = "T~hen by";
1165};
1166
1167
1168String RID_DB_REPORT_WIZARD_START + 22
1169{
1170    Text [ en-US ] = "Orientation";
1171};
1172
1173String RID_DB_REPORT_WIZARD_START + 23
1174{
1175    Text [ en-US ] = "Portrait";
1176};
1177
1178String RID_DB_REPORT_WIZARD_START + 24
1179{
1180    Text [ en-US ] = "Landscape";
1181};
1182
1183
1184
1185String RID_DB_REPORT_WIZARD_START + 28
1186{
1187    Text [ en-US ] = "Which fields do you want to have in your report?";
1188};
1189
1190
1191String RID_DB_REPORT_WIZARD_START + 29
1192{
1193    Text [ en-US ] = "Do you want to add grouping levels?";
1194};
1195
1196
1197String RID_DB_REPORT_WIZARD_START + 30
1198{
1199    Text [ en-US ] = "According to which fields do you want to sort the data?";
1200};
1201
1202
1203String RID_DB_REPORT_WIZARD_START + 31
1204{
1205    Text [ en-US ] = "How do you want your report to look?";
1206};
1207
1208
1209String RID_DB_REPORT_WIZARD_START + 32
1210{
1211	Text [ en-US ] = "Decide how you want to proceed";
1212};
1213
1214
1215String RID_DB_REPORT_WIZARD_START + 33
1216{
1217    Text [ en-US ] = "Title of report";
1218};
1219
1220
1221String RID_DB_REPORT_WIZARD_START + 34
1222{
1223	Text [ en-US ] = "Display report";
1224};
1225
1226String RID_DB_REPORT_WIZARD_START + 35
1227{
1228	Text [ en-US ] = "Create report";
1229};
1230
1231String RID_DB_REPORT_WIZARD_START + 36
1232{
1233	Text [ en-US ] = "Ascending";
1234};
1235
1236String RID_DB_REPORT_WIZARD_START + 37
1237{
1238	Text [ en-US ] = "Descending";
1239};
1240
1241
1242String RID_DB_REPORT_WIZARD_START + 40
1243{
1244    Text [ en-US ] = "~Dynamic report";
1245};
1246
1247
1248String RID_DB_REPORT_WIZARD_START + 41
1249{
1250    Text [ en-US ] = "~Create report now";
1251};
1252
1253String RID_DB_REPORT_WIZARD_START + 42
1254{
1255    Text [ en-US ] = "~Modify report layout";
1256};
1257
1258String RID_DB_REPORT_WIZARD_START + 43
1259{
1260    Text [ en-US ] = "Static report";
1261};
1262
1263
1264String RID_DB_REPORT_WIZARD_START + 44
1265{
1266    Text [ en-US ] = "Save as";
1267};
1268
1269
1270
1271String RID_DB_REPORT_WIZARD_START + 50
1272{
1273    Text [ en-US ] = "Groupings";
1274};
1275
1276String RID_DB_REPORT_WIZARD_START + 51
1277{
1278    Text [ en-US ] = "Then b~y";
1279};
1280
1281String RID_DB_REPORT_WIZARD_START + 52
1282{
1283    Text [ en-US ] = "~Then by";
1284};
1285
1286String RID_DB_REPORT_WIZARD_START + 53
1287{
1288	Text [ en-US ] = "Asc~ending";
1289};
1290
1291String RID_DB_REPORT_WIZARD_START + 54
1292{
1293	Text [ en-US ] = "Ascend~ing";
1294};
1295
1296String RID_DB_REPORT_WIZARD_START + 55
1297{
1298	Text [ en-US ] = "Ascendin~g";
1299};
1300
1301String RID_DB_REPORT_WIZARD_START + 56
1302{
1303	Text [ en-US ] = "De~scending";
1304};
1305
1306String RID_DB_REPORT_WIZARD_START + 57
1307{
1308	Text [ en-US ] = "Des~cending";
1309};
1310
1311String RID_DB_REPORT_WIZARD_START + 58
1312{
1313	Text [ en-US ] = "De~scending";
1314};
1315
1316
1317String RID_DB_REPORT_WIZARD_START + 60
1318{
1319	Text [ en-US ] = "Binary fields cannot be displayed in the report.";
1320};
1321
1322
1323String RID_DB_REPORT_WIZARD_START + 61
1324{
1325	Text [ en-US ] = "The table '<TABLENAME>' does not exist.";
1326};
1327
1328String RID_DB_REPORT_WIZARD_START + 62
1329{
1330	Text [ en-US ] = "Creating Report...";
1331};
1332
1333String RID_DB_REPORT_WIZARD_START + 63
1334{
1335	Text [ en-US ] = "Number of records inserted: <COUNT>";
1336};
1337
1338String RID_DB_REPORT_WIZARD_START + 64
1339{
1340	Text [ en-US ] = "The form '<REPORTFORM>' does not exist.";
1341};
1342
1343String RID_DB_REPORT_WIZARD_START + 65
1344{
1345	Text [ en-US ] = "The query with the statement <BR>'<STATEMENT>' <BR> could not be run. <BR> Check your data source.";
1346};
1347
1348String RID_DB_REPORT_WIZARD_START + 66
1349{
1350	Text [ en-US ] = "The following hidden control in the form '<REPORTFORM>' could not be read: '<CONTROLNAME>'.";
1351};
1352
1353String RID_DB_REPORT_WIZARD_START + 67
1354{
1355	Text [ en-US ] = "Importing data...";
1356};
1357
1358
1359String RID_DB_REPORT_WIZARD_START + 68
1360{
1361	Text [ en-US ] = "Labeling fields";
1362};
1363
1364
1365String RID_DB_REPORT_WIZARD_START + 69
1366{
1367	Text [ en-US ] = "How do you want to label the fields?";
1368};
1369
1370String RID_DB_REPORT_WIZARD_START + 70
1371{
1372	Text [ en-US ] = "Label";
1373};
1374
1375
1376String RID_DB_REPORT_WIZARD_START + 71
1377{
1378	Text [ en-US ] = "Field";
1379};
1380
1381
1382String RID_DB_REPORT_WIZARD_START + 72
1383{
1384	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.";
1385};
1386
1387
1388String RID_DB_REPORT_WIZARD_START + 73
1389{
1390	Text [ en-US ] = "There is an invalid user field in a table.";
1391};
1392
1393
1394String RID_DB_REPORT_WIZARD_START + 74
1395{
1396	Text [ en-US ] = "The sort criterium '<FIELDNAME>' was chosen twice. Each criterium can only be chosen once.";
1397};
1398
1399
1400String RID_DB_REPORT_WIZARD_START + 75
1401{
1402	Text [ en-US ] = "Note: The dummy text will be replaced by data from the database when the report is created.";
1403};
1404
1405
1406String RID_DB_REPORT_WIZARD_START + 76
1407{
1408	Text [ en-US ] = "A report '%REPORTNAME' already exists in the database. Please assign another name.";
1409};
1410
1411
1412String RID_DB_REPORT_WIZARD_START + 78
1413{
1414	Text [ en-US ] = "How do you want to proceed after creating the report?";
1415};
1416
1417String RID_DB_REPORT_WIZARD_START + 79
1418{
1419	Text [ en-US ] = "What kind of report do you want to create?";
1420};
1421
1422String RID_DB_REPORT_WIZARD_START + 80
1423{
1424	Text [ en-US ] = "Tabular";
1425};
1426String RID_DB_REPORT_WIZARD_START + 81
1427{
1428	Text [ en-US ] = "Columnar, single-column";
1429};
1430String RID_DB_REPORT_WIZARD_START + 82
1431{
1432	Text [ en-US ] = "Columnar, two columns";
1433};
1434String RID_DB_REPORT_WIZARD_START + 83
1435{
1436	Text [ en-US ] = "Columnar, three columns";
1437};
1438String RID_DB_REPORT_WIZARD_START + 84
1439{
1440	Text [ en-US ] = "In blocks, labels left";
1441};
1442String RID_DB_REPORT_WIZARD_START + 85
1443{
1444	Text [ en-US ] = "In blocks, labels above";
1445};
1446String RID_DB_REPORT_WIZARD_START + 86
1447{
1448	Text [ en-US ] = "Title:";
1449};
1450String RID_DB_REPORT_WIZARD_START + 87
1451{
1452	Text [ en-US ] = "Author:";
1453};
1454String RID_DB_REPORT_WIZARD_START + 88
1455{
1456	Text [ en-US ] = "Date:";
1457};
1458String RID_DB_REPORT_WIZARD_START + 89
1459{
1460	Text [ en-US ] = "Page #page# of #count#";
1461};
1462String RID_DB_REPORT_WIZARD_START + 90
1463{
1464	Text [ en-US ] = "Page number:";
1465};
1466String RID_DB_REPORT_WIZARD_START + 91
1467{
1468	Text [ en-US ] = "Page count:";
1469};
1470String RID_DB_REPORT_WIZARD_START + 92
1471{
1472	Text [ en-US ] = "No valid report template was found.";
1473};
1474
1475// ============================================================================
1476
1477String RID_DB_TABLE_WIZARD_START + 1
1478{
1479    Text [ en-US] = "Table Wizard";
1480};
1481
1482String RID_DB_TABLE_WIZARD_START + 2
1483{
1484    Text [ en-US] = "Select fields";
1485};
1486
1487String RID_DB_TABLE_WIZARD_START + 3
1488{
1489    Text [ en-US] = "Set types and formats";
1490};
1491
1492String RID_DB_TABLE_WIZARD_START + 4
1493{
1494    Text [ en-US] = "Set primary key";
1495};
1496
1497String RID_DB_TABLE_WIZARD_START + 5
1498{
1499    Text [ en-US] = "Create table";
1500};
1501
1502
1503String RID_DB_TABLE_WIZARD_START + 8
1504{
1505    Text [ en-US] = "Select fields for your table";
1506};
1507
1508String RID_DB_TABLE_WIZARD_START + 9
1509{
1510    Text [ en-US] = "Set field types and formats";
1511};
1512
1513String RID_DB_TABLE_WIZARD_START + 10
1514{
1515    Text [ en-US] = "Set primary key";
1516};
1517
1518String RID_DB_TABLE_WIZARD_START + 11
1519{
1520    Text [ en-US] = "Create table";
1521};
1522
1523
1524String RID_DB_TABLE_WIZARD_START + 14
1525{
1526    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.";
1527};
1528
1529String RID_DB_TABLE_WIZARD_START + 15
1530{
1531    Text [ en-US] = "Ca~tegory";
1532};
1533
1534
1535String RID_DB_TABLE_WIZARD_START + 16
1536{
1537    Text [ en-US] = "B~usiness";
1538};
1539
1540String RID_DB_TABLE_WIZARD_START + 17
1541{
1542    Text [ en-US] = "P~ersonal";
1543};
1544
1545String RID_DB_TABLE_WIZARD_START + 18
1546{
1547    Text [ en-US] = "~Sample tables";
1548};
1549
1550
1551String RID_DB_TABLE_WIZARD_START + 19
1552{
1553    Text [ en-US] = "A~vailable fields";
1554};
1555
1556
1557String RID_DB_TABLE_WIZARD_START + 20
1558{
1559    Text [ en-US] = "Field information";
1560};
1561
1562String RID_DB_TABLE_WIZARD_START + 21
1563{
1564    Text [ en-US] = "+";
1565};
1566
1567String RID_DB_TABLE_WIZARD_START + 22
1568{
1569    Text [ en-US] = "-";
1570};
1571
1572String RID_DB_TABLE_WIZARD_START + 23
1573{
1574    Text [ en-US] = "Field name";
1575};
1576
1577String RID_DB_TABLE_WIZARD_START + 24
1578{
1579    Text [ en-US] = "Field type";
1580};
1581
1582
1583String RID_DB_TABLE_WIZARD_START + 25
1584{
1585    Text [ en-US] = "~Selected fields";
1586};
1587
1588
1589String RID_DB_TABLE_WIZARD_START + 26
1590{
1591    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.";
1592};
1593
1594String RID_DB_TABLE_WIZARD_START + 27
1595{
1596    Text [ en-US] = "~Create a primary key";
1597};
1598
1599
1600String RID_DB_TABLE_WIZARD_START + 28
1601{
1602    Text [ en-US] = "~Automatically add a primary key";
1603};
1604
1605String RID_DB_TABLE_WIZARD_START + 29
1606{
1607    Text [ en-US] = "~Use an existing field as a primary key";
1608};
1609
1610String RID_DB_TABLE_WIZARD_START + 30
1611{
1612    Text [ en-US] = "Define p~rimary key as a combination of several fields ";
1613};
1614
1615String RID_DB_TABLE_WIZARD_START + 31
1616{
1617    Text [ en-US] = "F~ieldname";
1618};
1619
1620
1621String RID_DB_TABLE_WIZARD_START + 32
1622{
1623    Text [ en-US] = "~Primary key fields";
1624};
1625
1626
1627String RID_DB_TABLE_WIZARD_START + 33
1628{
1629    Text [ en-US] = "Auto ~value";
1630};
1631
1632
1633String RID_DB_TABLE_WIZARD_START + 34
1634{
1635    Text [ en-US] = "What do you want to name your table?";
1636};
1637
1638String RID_DB_TABLE_WIZARD_START + 35
1639{
1640    Text [ en-US] = "Congratulations. You have entered all the information needed to create your table.";
1641};
1642
1643
1644String RID_DB_TABLE_WIZARD_START + 36
1645{
1646    Text [ en-US] = "What do you want to do next?";
1647};
1648
1649String RID_DB_TABLE_WIZARD_START + 37
1650{
1651    Text [ en-US] = "Modify the table design";
1652};
1653
1654String RID_DB_TABLE_WIZARD_START + 38
1655{
1656    Text [ en-US] = "Insert data immediately";
1657};
1658
1659String RID_DB_TABLE_WIZARD_START + 39
1660{
1661    Text [ en-US] = "C~reate a form based on this table";
1662};
1663
1664String RID_DB_TABLE_WIZARD_START + 40
1665{
1666    Text [ en-US] = "The table you have created could not be opened.";
1667};
1668
1669String RID_DB_TABLE_WIZARD_START + 41
1670{
1671  Text [ en-US] = "The table name '%TABLENAME' contains a character ('%SPECIALCHAR') that might not be supported by the database.";
1672};
1673
1674
1675String RID_DB_TABLE_WIZARD_START + 42
1676{
1677  Text [ en-US] = "The field name '%FIELDNAME' contains a special character ('%SPECIALCHAR') that might not be supported by the database.";
1678};
1679
1680
1681String RID_DB_TABLE_WIZARD_START + 43
1682{
1683	Text [ en-US] = "Field";
1684};
1685
1686String RID_DB_TABLE_WIZARD_START + 44
1687{
1688    Text [ en-US] = "MyTable";
1689};
1690
1691String RID_DB_TABLE_WIZARD_START + 45
1692{
1693    Text [ en-US] = "Add a Field";
1694};
1695
1696String RID_DB_TABLE_WIZARD_START + 46
1697{
1698    Text [ en-US] = "Remove the selected Field";
1699};
1700
1701String RID_DB_TABLE_WIZARD_START + 47
1702{
1703 	Text [ en-US] = "The field cannot be inserted because this would exceed the maximum number of %COUNT possible fields in the database table";
1704};
1705
1706String RID_DB_TABLE_WIZARD_START + 48
1707{
1708 	Text [ en-US] = "The name '%TABLENAME' already exists.\nPlease enter another name.";
1709};
1710
1711String RID_DB_TABLE_WIZARD_START + 49
1712{
1713 	Text [ en-US] = "Catalog of the table";
1714};
1715
1716String RID_DB_TABLE_WIZARD_START + 50
1717{
1718 	Text [ en-US] = "Schema of the table";
1719};
1720
1721String RID_DB_TABLE_WIZARD_START + 51
1722{
1723 	Text [ en-US] = "The field '%FIELDNAME' already exists.";
1724};
1725
1726
1727
1728// ============================================================================
1729// ============================						  ======================
1730// ======================		 LETTER WIZARD RESOURCES		 ================
1731// ============================						  ======================
1732// ============================================================================
1733
1734
1735String RID_LETTERWIZARDDIALOG_START + 1
1736{
1737	Text [ en-US] = "Letter Wizard";
1738};
1739
1740String RID_LETTERWIZARDDIALOG_START + 2
1741{
1742	Text [ en-US] = "Label9";
1743};
1744
1745String RID_LETTERWIZARDDIALOG_START + 3
1746{
1747	Text [ en-US] = "~Business letter";
1748};
1749
1750String RID_LETTERWIZARDDIALOG_START + 4
1751{
1752	Text [ en-US] = "~Formal personal letter";
1753};
1754
1755String RID_LETTERWIZARDDIALOG_START + 5
1756{
1757	Text [ en-US] = "~Personal letter";
1758};
1759
1760String RID_LETTERWIZARDDIALOG_START + 6
1761{
1762	Text [ en-US] = "~Use letterhead paper with pre-printed elements";
1763};
1764
1765String RID_LETTERWIZARDDIALOG_START + 7
1766{
1767	Text [ en-US] = "~Logo";
1768};
1769
1770String RID_LETTERWIZARDDIALOG_START + 8
1771{
1772	Text [ en-US] = "Return address";
1773};
1774
1775String RID_LETTERWIZARDDIALOG_START + 9
1776{
1777	Text [ en-US] = "~Include footer";
1778};
1779
1780String RID_LETTERWIZARDDIALOG_START + 10
1781{
1782	Text [ en-US] = "~Return address in envelope window";
1783};
1784
1785String RID_LETTERWIZARDDIALOG_START + 11
1786{
1787	Text [ en-US] = "~Logo";
1788};
1789
1790String RID_LETTERWIZARDDIALOG_START + 12
1791{
1792	Text [ en-US] = "~Return address in envelope window";
1793};
1794
1795String RID_LETTERWIZARDDIALOG_START + 13
1796{
1797	Text [ en-US] = "Letter Signs";
1798};
1799
1800String RID_LETTERWIZARDDIALOG_START + 14
1801{
1802	Text [ en-US] = "S~ubject line";
1803};
1804
1805String RID_LETTERWIZARDDIALOG_START + 15
1806{
1807	Text [ en-US] = "Salu~tation";
1808};
1809
1810String RID_LETTERWIZARDDIALOG_START + 16
1811{
1812	Text [ en-US] = "Fold ~marks";
1813};
1814
1815String RID_LETTERWIZARDDIALOG_START + 17
1816{
1817	Text [ en-US] = "~Complimentary close";
1818};
1819
1820String RID_LETTERWIZARDDIALOG_START + 18
1821{
1822	Text [ en-US] = "~Footer";
1823};
1824
1825String RID_LETTERWIZARDDIALOG_START + 19
1826{
1827	Text [ en-US] = "~Use user data for return address";
1828};
1829
1830String RID_LETTERWIZARDDIALOG_START + 20
1831{
1832	Text [ en-US] = "~New sender address:";
1833};
1834
1835String RID_LETTERWIZARDDIALOG_START + 21
1836{
1837	Text [ en-US] = "Use placeholders for ~recipient's address";
1838};
1839
1840String RID_LETTERWIZARDDIALOG_START + 22
1841{
1842	Text [ en-US] = "Use address database for ~mail merge";
1843};
1844
1845String RID_LETTERWIZARDDIALOG_START + 23
1846{
1847	Text [ en-US] = "Include ~only on second and following pages";
1848};
1849
1850String RID_LETTERWIZARDDIALOG_START + 24
1851{
1852	Text [ en-US] = "~Include page number";
1853};
1854
1855String RID_LETTERWIZARDDIALOG_START + 25
1856{
1857	Text [ en-US] = "Letter Template";
1858};
1859
1860String RID_LETTERWIZARDDIALOG_START + 26
1861{
1862	Text [ en-US] = "Create a ~letter from this template";
1863};
1864
1865String RID_LETTERWIZARDDIALOG_START + 27
1866{
1867	Text [ en-US] = "Make ~manual changes to this letter template";
1868};
1869
1870String RID_LETTERWIZARDDIALOG_START + 28
1871{
1872	Text [ en-US] = "Page design";
1873};
1874
1875String RID_LETTERWIZARDDIALOG_START + 29
1876{
1877	Text [ en-US] = "Page design";
1878};
1879
1880String RID_LETTERWIZARDDIALOG_START + 30
1881{
1882	Text [ en-US] = "Page design";
1883};
1884
1885String RID_LETTERWIZARDDIALOG_START + 31
1886{
1887	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.";
1888};
1889
1890String RID_LETTERWIZARDDIALOG_START + 32
1891{
1892	Text [ en-US] = "~Height:";
1893};
1894
1895String RID_LETTERWIZARDDIALOG_START + 33
1896{
1897	Text [ en-US] = "~Width:";
1898};
1899
1900String RID_LETTERWIZARDDIALOG_START + 34
1901{
1902	Text [ en-US] = "S~pacing to left margin:";
1903};
1904
1905String RID_LETTERWIZARDDIALOG_START + 35
1906{
1907	Text [ en-US] = "Spacing ~to top margin:";
1908};
1909
1910String RID_LETTERWIZARDDIALOG_START + 36
1911{
1912	Text [ en-US] = "Height:";
1913};
1914
1915String RID_LETTERWIZARDDIALOG_START + 37
1916{
1917	Text [ en-US] = "Width:";
1918};
1919
1920String RID_LETTERWIZARDDIALOG_START + 38
1921{
1922	Text [ en-US] = "S~pacing to left margin:";
1923};
1924
1925String RID_LETTERWIZARDDIALOG_START + 39
1926{
1927	Text [ en-US] = "Spacing ~to top margin:";
1928};
1929
1930String RID_LETTERWIZARDDIALOG_START + 40
1931{
1932	Text [ en-US] = "Height:";
1933};
1934
1935String RID_LETTERWIZARDDIALOG_START + 41
1936{
1937	Text [ en-US] = "Use a typical letter format for this country:";
1938};
1939
1940String RID_LETTERWIZARDDIALOG_START + 42
1941{
1942	Text [ en-US] = "Sender's address";
1943};
1944
1945String RID_LETTERWIZARDDIALOG_START + 43
1946{
1947	Text [ en-US] = "Name:";
1948};
1949
1950String RID_LETTERWIZARDDIALOG_START + 44
1951{
1952	Text [ en-US] = "Street:";
1953};
1954
1955String RID_LETTERWIZARDDIALOG_START + 45
1956{
1957	Text [ en-US] = "ZIP code/State/City:";
1958};
1959
1960String RID_LETTERWIZARDDIALOG_START + 46
1961{
1962	Text [ en-US] = "Recipient's address";
1963};
1964
1965String RID_LETTERWIZARDDIALOG_START + 47
1966{
1967	Text [ en-US] = "Footer";
1968};
1969
1970String RID_LETTERWIZARDDIALOG_START + 48
1971{
1972	Text [ en-US] = "This wizard creates a letter template which enables you to create multiple letters with the same layout and settings.";
1973};
1974
1975String RID_LETTERWIZARDDIALOG_START + 49
1976{
1977	Text [ en-US] = "To create another new letter out of the template just navigate to the template location and double-click it.";
1978};
1979
1980String RID_LETTERWIZARDDIALOG_START + 50
1981{
1982	Text [ en-US] = "Template name:";
1983};
1984
1985String RID_LETTERWIZARDDIALOG_START + 51
1986{
1987	Text [ en-US] = "Location and file name:";
1988};
1989
1990String RID_LETTERWIZARDDIALOG_START + 52
1991{
1992	Text [ en-US] = "How do you want to proceed?";
1993};
1994
1995String RID_LETTERWIZARDDIALOG_START + 53
1996{
1997	Text [ en-US] = "Please choose the type of letter and page design";
1998};
1999
2000String RID_LETTERWIZARDDIALOG_START + 54
2001{
2002	Text [ en-US] = "Select the items to be printed";
2003};
2004
2005String RID_LETTERWIZARDDIALOG_START + 55
2006{
2007	Text [ en-US] = "Specify items already on your letterhead paper";
2008};
2009
2010String RID_LETTERWIZARDDIALOG_START + 56
2011{
2012	Text [ en-US] = "Specify the sender and recipient information";
2013};
2014
2015String RID_LETTERWIZARDDIALOG_START + 57
2016{
2017	Text [ en-US] = "Fill in the information you would like in the footer";
2018};
2019
2020String RID_LETTERWIZARDDIALOG_START + 58
2021{
2022	Text [ en-US] = "Please specify last settings";
2023};
2024
2025//====================== Letter Wizard Greeting Start
2026String RID_LETTERWIZARDSALUTATION_START + 1
2027{
2028	Text [ en-US] = "To Whom it May Concern";
2029};
2030
2031String RID_LETTERWIZARDSALUTATION_START + 2
2032{
2033	Text [ en-US] = "Dear Sir or Madam";
2034};
2035
2036String RID_LETTERWIZARDSALUTATION_START + 3
2037{
2038	Text [ en-US] = "Hello";
2039};
2040
2041//====================== Letter Wizard Greeting Start
2042String RID_LETTERWIZARDGREETING_START + 1
2043{
2044	Text [ en-US] = "Sincerely";
2045};
2046
2047String RID_LETTERWIZARDGREETING_START + 2
2048{
2049	Text [ en-US] = "Best regards";
2050};
2051
2052String RID_LETTERWIZARDGREETING_START + 3
2053{
2054	Text [ en-US] = "Cheers";
2055};
2056
2057
2058//====================== Letter Wizard Roadmap Start
2059String RID_LETTERWIZARDROADMAP_START + 1
2060{
2061	Text [ en-US] = "Page design";
2062};
2063
2064String RID_LETTERWIZARDROADMAP_START + 2
2065{
2066	Text [ en-US] = "Letterhead layout";
2067};
2068
2069String RID_LETTERWIZARDROADMAP_START + 3
2070{
2071	Text [ en-US] = "Printed items";
2072};
2073
2074String RID_LETTERWIZARDROADMAP_START + 4
2075{
2076	Text [ en-US] = "Recipient and sender";
2077};
2078
2079String RID_LETTERWIZARDROADMAP_START + 5
2080{
2081	Text [ en-US] = "Footer";
2082};
2083
2084String RID_LETTERWIZARDROADMAP_START + 6
2085{
2086	Text [ en-US] = "Name and location";
2087};
2088
2089
2090// ============================================================================
2091// ============================						  ======================
2092// ======================		 FAX WIZARD RESOURCES		 ================
2093// ============================						  ======================
2094// ============================================================================
2095
2096
2097String RID_FAXWIZARDDIALOG_START + 1
2098{
2099    Text [ en-US] = "Fax Wizard";
2100};
2101
2102String RID_FAXWIZARDDIALOG_START + 2
2103{
2104    Text [ en-US] = "Label9";
2105};
2106
2107String RID_FAXWIZARDDIALOG_START + 3
2108{
2109    Text [ en-US] = "~Business Fax";
2110};
2111
2112String RID_FAXWIZARDDIALOG_START + 4
2113{
2114    Text [ en-US] = "~Personal Fax";
2115};
2116
2117String RID_FAXWIZARDDIALOG_START + 5
2118{
2119    Text [ en-US] = "~Logo";
2120};
2121
2122String RID_FAXWIZARDDIALOG_START + 6
2123{
2124    Text [ en-US] = "S~ubject line";
2125};
2126
2127String RID_FAXWIZARDDIALOG_START + 7
2128{
2129    Text [ en-US] = "S~alutation";
2130};
2131
2132String RID_FAXWIZARDDIALOG_START + 8
2133{
2134    Text [ en-US] = "~Complimentary close";
2135};
2136
2137String RID_FAXWIZARDDIALOG_START + 9
2138{
2139    Text [ en-US] = "~Footer";
2140};
2141
2142String RID_FAXWIZARDDIALOG_START + 10
2143{
2144    Text [ en-US] = "~Use user data for return address";
2145};
2146
2147String RID_FAXWIZARDDIALOG_START + 11
2148{
2149    Text [ en-US] = "~New return address";
2150};
2151
2152String RID_FAXWIZARDDIALOG_START + 12
2153{
2154    Text [ en-US] = "My Fax Template";
2155};
2156
2157String RID_FAXWIZARDDIALOG_START + 13
2158{
2159    Text [ en-US] = "Create a ~fax from this template";
2160};
2161
2162String RID_FAXWIZARDDIALOG_START + 14
2163{
2164    Text [ en-US] = "Make ~manual changes to this fax template";
2165};
2166
2167String RID_FAXWIZARDDIALOG_START + 15
2168{
2169    Text [ en-US] = "Page design";
2170};
2171
2172String RID_FAXWIZARDDIALOG_START + 16
2173{
2174    Text [ en-US] = "Page design";
2175};
2176
2177String RID_FAXWIZARDDIALOG_START + 17
2178{
2179    Text [ en-US] = "This wizard helps you to create a fax template. The template can then be used to create a fax whenever needed.";
2180};
2181
2182String RID_FAXWIZARDDIALOG_START + 18
2183{
2184    Text [ en-US] = "Return address";
2185};
2186
2187String RID_FAXWIZARDDIALOG_START + 19
2188{
2189    Text [ en-US] = "Name:";
2190};
2191
2192String RID_FAXWIZARDDIALOG_START + 20
2193{
2194    Text [ en-US] = "Street:";
2195};
2196
2197String RID_FAXWIZARDDIALOG_START + 21
2198{
2199    Text [ en-US] = "ZIP code/State/City:";
2200};
2201
2202String RID_FAXWIZARDDIALOG_START + 22
2203{
2204    Text [ en-US] = "Footer";
2205};
2206
2207String RID_FAXWIZARDDIALOG_START + 23
2208{
2209    Text [ en-US] = "This wizard creates a fax template which enables you to create multiple faxes with the same layout and settings.";
2210};
2211
2212String RID_FAXWIZARDDIALOG_START + 24
2213{
2214    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.";
2215};
2216
2217String RID_FAXWIZARDDIALOG_START + 25
2218{
2219    Text [ en-US] = "Template Name:";
2220};
2221
2222String RID_FAXWIZARDDIALOG_START + 26
2223{
2224    Text [ en-US] = "Location and file name:";
2225};
2226
2227String RID_FAXWIZARDDIALOG_START + 27
2228{
2229    Text [ en-US] = "What do you want to do next?";
2230};
2231
2232String RID_FAXWIZARDDIALOG_START + 28
2233{
2234    Text [ en-US] = "Choose the type of fax and a page design";
2235};
2236
2237String RID_FAXWIZARDDIALOG_START + 29
2238{
2239    Text [ en-US] = "Select items to include in the fax template";
2240};
2241
2242String RID_FAXWIZARDDIALOG_START + 30
2243{
2244    Text [ en-US] = "Specify sender and recipient information";
2245};
2246
2247String RID_FAXWIZARDDIALOG_START + 31
2248{
2249    Text [ en-US] = "Enter text for the footer";
2250};
2251
2252String RID_FAXWIZARDDIALOG_START + 32
2253{
2254    Text [ en-US] = "Choose a name and save the template";
2255};
2256
2257String RID_FAXWIZARDDIALOG_START + 33
2258{
2259    Text [ en-US] = "Include ~only on second and following pages";
2260};
2261
2262String RID_FAXWIZARDDIALOG_START + 34
2263{
2264    Text [ en-US] = "~Include page number";
2265};
2266
2267String RID_FAXWIZARDDIALOG_START + 35
2268{
2269    Text [ en-US] = "~Date";
2270};
2271
2272String RID_FAXWIZARDDIALOG_START + 36
2273{
2274    Text [ en-US] = "~Type of message";
2275};
2276
2277String RID_FAXWIZARDDIALOG_START + 37
2278{
2279    Text [ en-US] = "Fax Number:";
2280};
2281
2282String RID_FAXWIZARDDIALOG_START + 38
2283{
2284    Text [ en-US] = "Use placeholders for ~recipient's address";
2285};
2286
2287String RID_FAXWIZARDDIALOG_START + 39
2288{
2289    Text [ en-US] = "Use address database for ~mail merge";
2290};
2291
2292String RID_FAXWIZARDDIALOG_START + 40
2293{
2294    Text [ en-US] = "~New return address";
2295};
2296
2297//====================== Fax Wizard Communication Start
2298String RID_FAXWIZARDCOMMUNICATION_START + 1
2299{
2300	Text [ en-US] = "Important Information!";
2301};
2302
2303String RID_FAXWIZARDCOMMUNICATION_START + 2
2304{
2305	Text [ en-US] = "For your information";
2306};
2307
2308String RID_FAXWIZARDCOMMUNICATION_START + 3
2309{
2310	Text [ en-US] = "News!";
2311};
2312
2313//====================== Fax Wizard Salutation Start
2314String RID_FAXWIZARDSALUTATION_START + 1
2315{
2316	Text [ en-US] = "To whom it may concern,";
2317};
2318
2319String RID_FAXWIZARDSALUTATION_START + 2
2320{
2321	Text [ en-US] = "Dear Sir or Madam,";
2322};
2323
2324String RID_FAXWIZARDSALUTATION_START + 3
2325{
2326	Text [ en-US] = "Hello,";
2327};
2328
2329String RID_FAXWIZARDSALUTATION_START + 4
2330{
2331	Text [ en-US] = "Hi,";
2332};
2333
2334
2335//====================== Fax Wizard Greeting Start
2336String RID_FAXWIZARDGREETING_START + 1
2337{
2338	Text [ en-US] = "Sincerely";
2339};
2340
2341String RID_FAXWIZARDGREETING_START + 2
2342{
2343	Text [ en-US] = "Yours faithfully";
2344};
2345
2346String RID_FAXWIZARDGREETING_START + 3
2347{
2348	Text [ en-US] = "Regards";
2349};
2350
2351String RID_FAXWIZARDGREETING_START + 4
2352{
2353	Text [ en-US] = "Love";
2354};
2355
2356
2357//====================== Fax Wizard Roadmap Start
2358String RID_FAXWIZARDROADMAP_START + 1
2359{
2360	Text [ en-US] = "Page design";
2361};
2362
2363String RID_FAXWIZARDROADMAP_START + 2
2364{
2365	Text [ en-US] = "Items to include";
2366};
2367
2368String RID_FAXWIZARDROADMAP_START + 3
2369{
2370	Text [ en-US] = "Sender and Recipient";
2371};
2372
2373String RID_FAXWIZARDROADMAP_START + 4
2374{
2375	Text [ en-US] = "Footer";
2376};
2377
2378String RID_FAXWIZARDROADMAP_START + 5
2379{
2380	Text [ en-US] = "Name and location";
2381};
2382
2383
2384
2385
2386// ============================================================================
2387// ============================						  ======================
2388// ======================		 WEB WIZARD RESOURCES		 ================
2389// ============================						  ======================
2390// ============================================================================
2391
2392
2393String RID_WEBWIZARDDIALOG_START +1
2394{
2395    Text [ en-US  ] = "Web Wizard";
2396};
2397
2398String RID_WEBWIZARDDIALOG_START +2
2399{
2400    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.";
2401};
2402
2403String RID_WEBWIZARDDIALOG_START +4
2404{
2405    Text [ en-US  ] = "~Delete";
2406};
2407
2408String RID_WEBWIZARDDIALOG_START +5
2409{
2410    Text [ en-US  ] = "Introduction";
2411};
2412
2413String RID_WEBWIZARDDIALOG_START +6
2414{
2415    Text [ en-US  ] = "Select the documents you want to publish";
2416};
2417
2418String RID_WEBWIZARDDIALOG_START +8
2419{
2420    Text [ en-US  ] = "Document information ";
2421};
2422
2423String RID_WEBWIZARDDIALOG_START +9
2424{
2425    Text [ en-US  ] = "~Title:";
2426};
2427
2428String RID_WEBWIZARDDIALOG_START +10
2429{
2430    Text [ en-US  ] = "~Summary: ";
2431};
2432
2433String RID_WEBWIZARDDIALOG_START +11
2434{
2435    Text [ en-US  ] = "Au~thor:";
2436};
2437
2438String RID_WEBWIZARDDIALOG_START +12
2439{
2440    Text [ en-US  ] = "~Export to file format:";
2441};
2442
2443String RID_WEBWIZARDDIALOG_START +13
2444{
2445    Text [ en-US  ] = "Enter general information for your web site";
2446};
2447
2448String RID_WEBWIZARDDIALOG_START +14
2449{
2450    Text [ en-US  ] = "Title:";
2451};
2452
2453String RID_WEBWIZARDDIALOG_START +16
2454{
2455    Text [ en-US  ] = "Description:";
2456};
2457
2458String RID_WEBWIZARDDIALOG_START +18
2459{
2460    Text [ en-US  ] = "Created:";
2461};
2462
2463String RID_WEBWIZARDDIALOG_START +20
2464{
2465    Text [ en-US  ] = "E-mail:";
2466};
2467
2468String RID_WEBWIZARDDIALOG_START +21
2469{
2470    Text [ en-US  ] = "Copyright notice:";
2471};
2472
2473String RID_WEBWIZARDDIALOG_START +22
2474{
2475    Text [ en-US  ] = "Modified:";
2476};
2477
2478
2479String RID_WEBWIZARDDIALOG_START +24
2480{
2481    Text [ en-US  ] = "~Preview";
2482};
2483
2484String RID_WEBWIZARDDIALOG_START +25
2485{
2486    Text [ en-US  ] = "Where do you want to publish your web site?";
2487};
2488
2489String RID_WEBWIZARDDIALOG_START +26
2490{
2491    Text [ en-US  ] = "Publish the new web site:";
2492};
2493
2494String RID_WEBWIZARDDIALOG_START +27
2495{
2496    Text [ en-US  ] = "To a ~local folder";
2497};
2498
2499String RID_WEBWIZARDDIALOG_START +28
2500{
2501    Text [ en-US  ] = "...";
2502};
2503
2504String RID_WEBWIZARDDIALOG_START +29
2505{
2506    Text [ en-US  ] = "To a ~web server via FTP";
2507};
2508
2509String RID_WEBWIZARDDIALOG_START +31
2510{
2511    Text [ en-US  ] = "~Configure...";
2512};
2513
2514String RID_WEBWIZARDDIALOG_START +32
2515{
2516    Text [ en-US  ] = "To a ZIP ~archive";
2517};
2518
2519String RID_WEBWIZARDDIALOG_START +33
2520{
2521    Text [ en-US  ] = "...";
2522};
2523
2524String RID_WEBWIZARDDIALOG_START +34
2525{
2526    Text [ en-US  ] = "~Save settings (recommended)";
2527};
2528
2529String RID_WEBWIZARDDIALOG_START +35
2530{
2531    Text [ en-US  ] = "Save ~as:";
2532};
2533
2534String RID_WEBWIZARDDIALOG_START +36
2535{
2536    Text [ en-US  ] = "~Choose settings for the Web Wizard";
2537};
2538
2539String RID_WEBWIZARDDIALOG_START +37
2540{
2541    Text [ en-US  ] = "Web site content ";
2542};
2543
2544String RID_WEBWIZARDDIALOG_START +38
2545{
2546    Text [ en-US  ] = "~Add...";
2547};
2548
2549String RID_WEBWIZARDDIALOG_START +39
2550{
2551    Text [ en-US  ] = "Remo~ve";
2552};
2553
2554String RID_WEBWIZARDDIALOG_START +40
2555{
2556    Text [ en-US  ] = "Choose a layout for the table of contents of your web site";
2557};
2558
2559String RID_WEBWIZARDDIALOG_START +41
2560{
2561    Text [ en-US  ] = "Select a style for the table of contents page";
2562};
2563
2564String RID_WEBWIZARDDIALOG_START +42
2565{
2566    Text [ en-US  ] = "~Style:";
2567};
2568
2569String RID_WEBWIZARDDIALOG_START +48
2570{
2571    Text [ en-US  ] = "~Layouts: ";
2572};
2573
2574String RID_WEBWIZARDDIALOG_START +50
2575{
2576    Text [ en-US  ] = "~Description";
2577};
2578
2579String RID_WEBWIZARDDIALOG_START +51
2580{
2581    Text [ en-US  ] = "~Author";
2582};
2583
2584String RID_WEBWIZARDDIALOG_START +52
2585{
2586    Text [ en-US  ] = "Cr~eation date";
2587};
2588
2589String RID_WEBWIZARDDIALOG_START +53
2590{
2591    Text [ en-US  ] = "~Last change date";
2592};
2593
2594String RID_WEBWIZARDDIALOG_START +54
2595{
2596    Text [ en-US  ] = "~File name";
2597};
2598
2599String RID_WEBWIZARDDIALOG_START +55
2600{
2601    Text [ en-US  ] = "File forma~t";
2602};
2603
2604String RID_WEBWIZARDDIALOG_START +56
2605{
2606    Text [ en-US  ] = "File format ~icon";
2607};
2608
2609String RID_WEBWIZARDDIALOG_START +57
2610{
2611    Text [ en-US  ] = "Number ~of pages";
2612};
2613
2614String RID_WEBWIZARDDIALOG_START +58
2615{
2616    Text [ en-US  ] = "~Size in KB";
2617};
2618
2619String RID_WEBWIZARDDIALOG_START +59
2620{
2621    Text [ en-US  ] = "Click 'Preview' to see a preview in your browser:";
2622};
2623
2624String RID_WEBWIZARDDIALOG_START +60
2625{
2626    Text [ en-US  ] = "Customize the selected layout";
2627};
2628
2629String RID_WEBWIZARDDIALOG_START +61
2630{
2631    Text [ en-US  ] = "Include the following information for each document in the table of contents:";
2632};
2633
2634String RID_WEBWIZARDDIALOG_START +62
2635{
2636    Text [ en-US  ] = "Optimize the layout for screen resolution:";
2637};
2638
2639String RID_WEBWIZARDDIALOG_START +64
2640{
2641    Text [ en-US  ] = "~640x480";
2642};
2643
2644String RID_WEBWIZARDDIALOG_START +65
2645{
2646    Text [ en-US  ] = "~800x600";
2647};
2648
2649String RID_WEBWIZARDDIALOG_START +66
2650{
2651    Text [ en-US  ] = "~1024x768";
2652};
2653
2654String RID_WEBWIZARDDIALOG_START +70
2655{
2656    Text [ en-US  ] = "Generating Your Web Site";
2657};
2658
2659String RID_WEBWIZARDDIALOG_START +71
2660{
2661    Text [ en-US  ] = "%START - %END/%TOTAL";
2662};
2663
2664String RID_WEBWIZARDDIALOG_START +72
2665{
2666    Text [ en-US  ] = "myWebsite";
2667};
2668
2669String RID_WEBWIZARDDIALOG_START +73
2670{
2671    Text [ en-US  ] = "FTP target '%FILENAME' is a file.";
2672};
2673
2674
2675String RID_WEBWIZARDDIALOG_START +74
2676{
2677    Text [ en-US  ] = "The local target '%FILENAME' is a file.";
2678};
2679
2680String RID_WEBWIZARDDIALOG_START +75
2681{
2682    Text [ en-US  ] = "The ZIP target '%FILENAME' already exists. Do you want to overwrite the existing target? ";
2683};
2684
2685String RID_WEBWIZARDDIALOG_START +76
2686{
2687    Text [ en-US  ] = "The FTP target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?";
2688};
2689
2690String RID_WEBWIZARDDIALOG_START +77
2691{
2692    Text [ en-US  ] = "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?";
2693};
2694
2695String RID_WEBWIZARDDIALOG_START +78
2696{
2697    Text [ en-US  ] = "Settings already exist under the given name. Do you want to overwrite the existing settings? ";
2698};
2699
2700String RID_WEBWIZARDDIALOG_START +79
2701{
2702    Text [ en-US  ] = "Exporting documents...";
2703};
2704
2705String RID_WEBWIZARDDIALOG_START +80
2706{
2707    Text [ en-US  ] = "Preparing export...";
2708};
2709
2710String RID_WEBWIZARDDIALOG_START +81
2711{
2712    Text [ en-US  ] = "Copying layout files...";
2713};
2714
2715String RID_WEBWIZARDDIALOG_START +82
2716{
2717    Text [ en-US  ] = "Preparing table of contents generation...";
2718};
2719
2720String RID_WEBWIZARDDIALOG_START +83
2721{
2722    Text [ en-US  ] = "Generating table of contents...";
2723};
2724
2725String RID_WEBWIZARDDIALOG_START +84
2726{
2727    Text [ en-US  ] = "Initializing...";
2728};
2729
2730String RID_WEBWIZARDDIALOG_START +86
2731{
2732    Text [ en-US  ] = "Preparing to publish...";
2733};
2734
2735String RID_WEBWIZARDDIALOG_START +87
2736{
2737    Text [ en-US  ] = "Publishing to local directory...";
2738};
2739
2740String RID_WEBWIZARDDIALOG_START +88
2741{
2742    Text [ en-US  ] = "Publishing to FTP destination...";
2743};
2744
2745String RID_WEBWIZARDDIALOG_START +89
2746{
2747    Text [ en-US  ] = "Publishing to a ZIP archive...";
2748};
2749
2750String RID_WEBWIZARDDIALOG_START + 90
2751{
2752    Text [ en-US  ] = "Finishing...";
2753};
2754
2755String RID_WEBWIZARDDIALOG_START + 94
2756{
2757    Text [ en-US  ] = "Graphic files";
2758};
2759
2760String RID_WEBWIZARDDIALOG_START + 95
2761{
2762    Text [ en-US  ] = "All files";
2763};
2764
2765String RID_WEBWIZARDDIALOG_START + 96
2766{
2767    Text [ en-US  ] = "~ZIP archive files";
2768};
2769
2770String RID_WEBWIZARDDIALOG_START + 98
2771{
2772    Text [ en-US  ] = "Background images";
2773};
2774
2775String RID_WEBWIZARDDIALOG_START + 99
2776{
2777    Text [ en-US  ] = "Choose a background image: ";
2778};
2779
2780String RID_WEBWIZARDDIALOG_START + 100
2781{
2782    Text [ en-US  ] = "Icon sets";
2783};
2784
2785String RID_WEBWIZARDDIALOG_START + 101
2786{
2787    Text [ en-US  ] = "Choose an icon set:";
2788};
2789
2790String RID_WEBWIZARDDIALOG_START +102
2791{
2792    Text [ en-US  ] = "Other...";
2793};
2794
2795String RID_WEBWIZARDDIALOG_START +103
2796{
2797    Text [ en-US  ] = "None";
2798};
2799
2800String RID_WEBWIZARDDIALOG_START +104
2801{
2802    Text [ en-US  ] = "Your web site was created successfully into: %FILENAME";
2803};
2804
2805String RID_WEBWIZARDDIALOG_START +105
2806{
2807    Text [ en-US  ] = "One or more errors occurred when generating the web site.";
2808};
2809
2810String RID_WEBWIZARDDIALOG_START +106
2811{
2812    Text [ en-US  ] = "An error occurred while generating the table of contents page(s). ";
2813};
2814
2815String RID_WEBWIZARDDIALOG_START +107
2816{
2817    Text [ en-US  ] = "An error occurred while copying the layout files. ";
2818};
2819
2820String RID_WEBWIZARDDIALOG_START +108
2821{
2822    Text [ en-US  ] = "An error occurred while gathering document information for '%FILENAME'. ";
2823};
2824
2825String RID_WEBWIZARDDIALOG_START +109
2826{
2827    Text [ en-US  ] = "An error occurred while exporting the document '%FILENAME'.";
2828};
2829
2830String RID_WEBWIZARDDIALOG_START +110
2831{
2832    Text [ en-US  ] = "An error occurred while creating a directory for exporting '%FILENAME'.";
2833};
2834
2835String RID_WEBWIZARDDIALOG_START +111
2836{
2837    Text [ en-US  ] = "A security error occurred while exporting the document '%FILENAME'.";
2838};
2839
2840String RID_WEBWIZARDDIALOG_START +112
2841{
2842    Text [ en-US  ] = "An input/output error occurred while exporting the document '%FILENAME'.";
2843};
2844
2845String RID_WEBWIZARDDIALOG_START +113
2846{
2847    Text [ en-US  ] = "An error occurred while copying media files to the temporary directory.";
2848};
2849
2850String RID_WEBWIZARDDIALOG_START +114
2851{
2852    Text [ en-US  ] = "The web site could not be copied to the following destination: %URL";
2853};
2854
2855String RID_WEBWIZARDDIALOG_START +115
2856{
2857    Text [ en-US  ] = "An unexpected error occurred: %ERROR";
2858};
2859
2860String RID_WEBWIZARDDIALOG_START +116
2861{
2862    Text [ en-US  ] = "An unexpected error occurred while validating the file: '%FILENAME'";
2863};
2864
2865String RID_WEBWIZARDDIALOG_START +117
2866{
2867    Text [ en-US  ] = "%FILENAME' is a folder.";
2868};
2869
2870String RID_WEBWIZARDDIALOG_START +118
2871{
2872    Text [ en-US  ] = "Loading Web Wizard Settings...";
2873};
2874
2875String RID_WEBWIZARDDIALOG_START +119
2876{
2877    Text [ en-US  ] = "An unexpected error occurred.";
2878};
2879
2880String RID_WEBWIZARDDIALOG_START +120
2881{
2882    Text [ en-US  ] = "Validating documents...";
2883};
2884
2885String RID_WEBWIZARDDIALOG_START +121
2886{
2887    Text [ en-US  ] = "My Archive";
2888};
2889
2890String RID_WEBWIZARDDIALOG_START +122
2891{
2892    Text [ en-US  ] = "Introduction ";
2893};
2894
2895String RID_WEBWIZARDDIALOG_START +123
2896{
2897    Text [ en-US  ] = "Documents ";
2898};
2899
2900String RID_WEBWIZARDDIALOG_START +124
2901{
2902    Text [ en-US  ] = "Main layout";
2903};
2904
2905String RID_WEBWIZARDDIALOG_START +125
2906{
2907    Text [ en-US  ] = "Layout details";
2908};
2909
2910String RID_WEBWIZARDDIALOG_START +126
2911{
2912    Text [ en-US  ] = "Style";
2913};
2914
2915String RID_WEBWIZARDDIALOG_START +127
2916{
2917    Text [ en-US  ] = "Web site information";
2918};
2919
2920String RID_WEBWIZARDDIALOG_START +128
2921{
2922    Text [ en-US  ] = "Preview";
2923};
2924
2925String RID_WEBWIZARDDIALOG_START +130
2926{
2927    Text [ en-US  ] = "The selected settings will be deleted.\n\nDo you really want to delete these settings? ";
2928};
2929
2930String RID_WEBWIZARDDIALOG_START +131
2931{
2932    Text [ en-US  ] = "%NUMBER pages";
2933};
2934
2935String RID_WEBWIZARDDIALOG_START +132
2936{
2937    Text [ en-US  ] = "%NUMBER slides";
2938};
2939
2940String RID_WEBWIZARDDIALOG_START +133
2941{
2942    Text [ en-US  ] = "Created: %DATE";
2943};
2944
2945String RID_WEBWIZARDDIALOG_START +134
2946{
2947    Text [ en-US  ] = "Last modified: %DATE";
2948};
2949
2950String RID_WEBWIZARDDIALOG_START +135
2951{
2952    Text [ en-US  ] = "Web Wizard Settings";
2953};
2954
2955String RID_WEBWIZARDDIALOG_START +136
2956{
2957    Text [ en-US  ] = "Background image:";
2958};
2959
2960String RID_WEBWIZARDDIALOG_START +137
2961{
2962    Text [ en-US  ] = "Icon set:";
2963};
2964
2965String RID_WEBWIZARDDIALOG_START +138
2966{
2967    Text [ en-US  ] = "The icon set is used for presentations in HTML format.";
2968};
2969
2970String RID_WEBWIZARDDIALOG_START +139
2971{
2972    Text [ en-US  ] = "HTML Metadata";
2973};
2974
2975String RID_WEBWIZARDDIALOG_START +140
2976{
2977    Text [ en-US  ] = "Choose...";
2978};
2979
2980String RID_WEBWIZARDDIALOG_START +141
2981{
2982    Text [ en-US  ] = "Choose...";
2983};
2984
2985String RID_WEBWIZARDDIALOG_START +142
2986{
2987    Text [ en-US  ] = "<default>";
2988};
2989
2990String RID_WEBWIZARDDIALOG_START +143
2991{
2992    Text [ en-US  ] = "Publishing via FTP Proxy is not supported.";
2993};
2994
2995String RID_WEBWIZARDDIALOG_START +144
2996{
2997    Text [ en-US  ] = "<no background image>";
2998};
2999
3000String RID_WEBWIZARDDIALOG_START +145
3001{
3002    Text [ en-US  ] = "<no icon set>";
3003};
3004
3005String RID_WEBWIZARDDIALOG_START +146
3006{
3007    Text [ en-US  ] = "The FTP directory '%FILENAME' could not be created.";
3008};
3009
3010String RID_WEBWIZARDDIALOG_START +147
3011{
3012    Text [ en-US  ] = "The FTP directory '%FILENAME' does not exist. \nCreate the directory now?";
3013};
3014
3015String RID_WEBWIZARDDIALOG_START +148
3016{
3017    Text [ en-US  ] = "The Zip file '%FILENAME' cannot be created: a directory of the same name already exists.";
3018};
3019
3020String RID_WEBWIZARDDIALOG_START +149
3021{
3022    Text [ en-US  ] = "The local directory '%FILENAME' cannot be created. \nPlease check your write-access.";
3023};
3024
3025String RID_WEBWIZARDDIALOG_START +150
3026{
3027    Text [ en-US  ] = "The local directory '%FILENAME' does not exist. \nCreate the directory now?";
3028};
3029
3030String RID_WEBWIZARDDIALOG_START +151
3031{
3032    Text [ en-US  ] = "Size: %NUMBERKB";
3033};
3034
3035
3036String RID_WEBWIZARDDIALOG_START +152
3037{
3038    Text [ en-US  ] = "File not found. Would you like to specify a new file location?";
3039};
3040
3041
3042
3043// ============================================================================
3044// =================		 WEB WIZARD FTP DIALOG RESOURCES	  =============
3045// ============================================================================
3046
3047
3048
3049
3050String RID_WEBWIZARDDIALOG_FTP +0
3051{
3052    Text [ en-US  ] = "FTP Connection";
3053};
3054
3055String RID_WEBWIZARDDIALOG_FTP +1
3056{
3057    Text [ en-US  ] = "~User name:";
3058};
3059
3060String RID_WEBWIZARDDIALOG_FTP +2
3061{
3062    Text [ en-US  ] = "~Password:";
3063};
3064
3065String RID_WEBWIZARDDIALOG_FTP +3
3066{
3067    Text [ en-US  ] = "Connect";
3068};
3069
3070String RID_WEBWIZARDDIALOG_FTP +4
3071{
3072    Text [ en-US  ] = "1. Enter FTP connection information.";
3073};
3074
3075String RID_WEBWIZARDDIALOG_FTP +5
3076{
3077    Text [ en-US  ] = "~Server name or IP address:";
3078};
3079
3080String RID_WEBWIZARDDIALOG_FTP +6
3081{
3082    Text [ en-US  ] = "2. Connect to the server.";
3083};
3084
3085String RID_WEBWIZARDDIALOG_FTP +7
3086{
3087    Text [ en-US  ] = "3. ~Choose a remote directory (optional).";
3088};
3089
3090String RID_WEBWIZARDDIALOG_FTP +8
3091{
3092    Text [ en-US  ] = "...";
3093};
3094
3095String RID_WEBWIZARDDIALOG_FTP +9
3096{
3097    Text [ en-US  ] = "Connection status is unknown";
3098};
3099
3100String RID_WEBWIZARDDIALOG_FTP +10
3101{
3102    Text [ en-US  ] = "Connection was established successfully";
3103};
3104
3105String RID_WEBWIZARDDIALOG_FTP +11
3106{
3107    Text [ en-US  ] = "Username or password is wrong";
3108};
3109
3110String RID_WEBWIZARDDIALOG_FTP +12
3111{
3112    Text [ en-US  ] = "Could not resolve server name";
3113};
3114
3115String RID_WEBWIZARDDIALOG_FTP +13
3116{
3117    Text [ en-US  ] = "You do not have sufficient user rights";
3118};
3119
3120String RID_WEBWIZARDDIALOG_FTP +14
3121{
3122    Text [ en-US  ] = "Cannot connect to server";
3123};
3124
3125String RID_WEBWIZARDDIALOG_FTP +15
3126{
3127    Text [ en-US  ] = "Unexpected error";
3128};
3129
3130String RID_WEBWIZARDDIALOG_FTP +16
3131{
3132    Text [ en-US  ] = "FTP publishing directory";
3133};
3134
3135String RID_WEBWIZARDDIALOG_FTP +17
3136{
3137    Text [ en-US  ] = "This is not an FTP folder";
3138};
3139
3140String RID_WEBWIZARDDIALOG_FTP +18
3141{
3142    Text [ en-US  ] = "Connecting...";
3143};
3144
3145
3146// ============================================================================
3147// ============================						  ======================
3148// ======================		 AGENDA WIZARD RESOURCES		 ================
3149// ============================						  ======================
3150// ============================================================================
3151
3152String RID_AGENDAWIZARDDIALOG_START +1
3153{
3154    Text [en-US ] = "Agenda Wizard";
3155};
3156
3157String RID_AGENDAWIZARDDIALOG_START +2
3158{
3159    Text [en-US ] = "Make ~manual changes to this agenda template";
3160};
3161
3162String RID_AGENDAWIZARDDIALOG_START +3
3163{
3164    Text [en-US ] = "Template name:";
3165};
3166
3167String RID_AGENDAWIZARDDIALOG_START + 4
3168{
3169    Text [en-US ] = "Location and file name:";
3170};
3171
3172String RID_AGENDAWIZARDDIALOG_START +5
3173{
3174    Text [en-US ] = "What do you want to do next?";
3175};
3176
3177String RID_AGENDAWIZARDDIALOG_START +6
3178{
3179    Text [en-US ] = "Please choose the page design for the agenda";
3180};
3181
3182String RID_AGENDAWIZARDDIALOG_START +7
3183{
3184    Text [en-US ] = "Please select the headings you wish to include in your agenda template";
3185};
3186
3187String RID_AGENDAWIZARDDIALOG_START +8
3188{
3189    Text [en-US ] = "Please enter general information for the event";
3190};
3191
3192String RID_AGENDAWIZARDDIALOG_START +9
3193{
3194    Text [en-US ] = "Please specify items for the agenda";
3195};
3196
3197String RID_AGENDAWIZARDDIALOG_START +10
3198{
3199    Text [en-US ] = "Please select the names you wish to include in your agenda template";
3200};
3201
3202String RID_AGENDAWIZARDDIALOG_START +11
3203{
3204    Text [en-US ] = "Choose a name and save the template";
3205};
3206
3207String RID_AGENDAWIZARDDIALOG_START +12
3208{
3209    Text [en-US ] = "Include form for recording minutes";
3210};
3211
3212String RID_AGENDAWIZARDDIALOG_START +13
3213{
3214    Text [en-US ] = "This wizard helps you to create an agenda template. The template can then be used to create an agenda whenever needed.";
3215};
3216
3217String RID_AGENDAWIZARDDIALOG_START +14
3218{
3219    Text [en-US ] = "Time:";
3220};
3221
3222String RID_AGENDAWIZARDDIALOG_START +15
3223{
3224    Text [en-US ] = "Name:";
3225};
3226
3227String RID_AGENDAWIZARDDIALOG_START + 16
3228{
3229    Text [en-US ] = "Location:";
3230};
3231
3232String RID_AGENDAWIZARDDIALOG_START +17
3233{
3234    Text [en-US ] = "Placeholders will be used in empty fields. You can replace placeholders with text later.";
3235};
3236
3237String RID_AGENDAWIZARDDIALOG_START +18
3238{
3239    Text [en-US ] = "...";
3240};
3241
3242String RID_AGENDAWIZARDDIALOG_START +19
3243{
3244    Text [en-US ] = "Create an ~agenda from this template";
3245};
3246
3247String RID_AGENDAWIZARDDIALOG_START +20
3248{
3249    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.";
3250};
3251
3252String RID_AGENDAWIZARDDIALOG_START +21
3253{
3254    Text [en-US ] = "Agenda item";
3255};
3256
3257String RID_AGENDAWIZARDDIALOG_START +22
3258{
3259    Text [en-US ] = "Responsible";
3260};
3261
3262String RID_AGENDAWIZARDDIALOG_START +23
3263{
3264    Text [en-US ] = "Duration";
3265};
3266
3267String RID_AGENDAWIZARDDIALOG_START +24
3268{
3269    Text [en-US ] = "Meeting called by";
3270};
3271
3272String RID_AGENDAWIZARDDIALOG_START +25
3273{
3274    Text [en-US ] = "Chairperson";
3275};
3276
3277String RID_AGENDAWIZARDDIALOG_START +26
3278{
3279    Text [en-US ] = "Minute keeper";
3280};
3281
3282String RID_AGENDAWIZARDDIALOG_START +27
3283{
3284    Text [en-US ] = "Moderator";
3285};
3286
3287String RID_AGENDAWIZARDDIALOG_START +28
3288{
3289    Text [en-US ] = "Attendees";
3290};
3291
3292String RID_AGENDAWIZARDDIALOG_START +29
3293{
3294    Text [en-US ] = "Observers";
3295};
3296
3297String RID_AGENDAWIZARDDIALOG_START +30
3298{
3299    Text [en-US ] = "Facility personnel";
3300};
3301
3302String RID_AGENDAWIZARDDIALOG_START +31
3303{
3304    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.";
3305};
3306
3307String RID_AGENDAWIZARDDIALOG_START +32
3308{
3309    Text [en-US ] = "Type of meeting";
3310};
3311
3312String RID_AGENDAWIZARDDIALOG_START +33
3313{
3314    Text [en-US ] = "Please read";
3315};
3316
3317String RID_AGENDAWIZARDDIALOG_START +34
3318{
3319    Text [en-US ] = "Please bring";
3320};
3321
3322String RID_AGENDAWIZARDDIALOG_START +35
3323{
3324    Text [en-US ] = "Notes";
3325};
3326
3327String RID_AGENDAWIZARDDIALOG_START +36
3328{
3329    Text [en-US ] = "The agenda template will include placeholders for the selected items.";
3330};
3331
3332String RID_AGENDAWIZARDDIALOG_START +38
3333{
3334    Text [en-US ] = "Date:";
3335};
3336
3337String RID_AGENDAWIZARDDIALOG_START +39
3338{
3339    Text [en-US ] = "This wizard creates an agenda template which enables you to create multiple agendas with the same layout and settings.";
3340};
3341
3342String RID_AGENDAWIZARDDIALOG_START +40
3343{
3344    Text [en-US ] = "Page design:";
3345};
3346
3347String RID_AGENDAWIZARDDIALOG_START +41
3348{
3349    Text [en-US ] = "myAgendaTemplate.stw";
3350};
3351
3352String RID_AGENDAWIZARDDIALOG_START +42
3353{
3354    Text [en-US ] = "My Agenda Template";
3355};
3356
3357String RID_AGENDAWIZARDDIALOG_START +43
3358{
3359    Text [en-US ] = "An unexpected error occurred while saving the agenda template.";
3360};
3361
3362String RID_AGENDAWIZARDDIALOG_START +44
3363{
3364    Text [en-US ] = "Name";
3365};
3366
3367String RID_AGENDAWIZARDDIALOG_START +45
3368{
3369    Text [en-US ] = "Date";
3370};
3371
3372String RID_AGENDAWIZARDDIALOG_START +46
3373{
3374    Text [en-US ] = "Time";
3375};
3376
3377String RID_AGENDAWIZARDDIALOG_START + 47
3378{
3379    Text [en-US ] = "Location";
3380};
3381
3382String RID_AGENDAWIZARDDIALOG_START +48
3383{
3384    Text [en-US ] = "Click to replace this text";
3385};
3386
3387String RID_AGENDAWIZARDDIALOG_START +50
3388{
3389    Text [en-US ] = "Page design";
3390};
3391
3392String RID_AGENDAWIZARDDIALOG_START +51
3393{
3394    Text [en-US ] = "General information";
3395};
3396
3397String RID_AGENDAWIZARDDIALOG_START +52
3398{
3399    Text [en-US ] = "Headings to include";
3400};
3401
3402String RID_AGENDAWIZARDDIALOG_START +53
3403{
3404    Text [en-US ] = "Names";
3405};
3406
3407String RID_AGENDAWIZARDDIALOG_START +54
3408{
3409    Text [en-US ] = "Agenda items";
3410};
3411
3412String RID_AGENDAWIZARDDIALOG_START +55
3413{
3414    Text [en-US ] = "Name and location";
3415};
3416
3417String RID_AGENDAWIZARDDIALOG_START +56
3418{
3419    Text [en-US ] = "An unexpected error occurred while opening the agenda template.";
3420};
3421
3422String RID_AGENDAWIZARDDIALOG_START +57
3423{
3424    Text [en-US ] = "Type of meeting";
3425};
3426
3427String RID_AGENDAWIZARDDIALOG_START +58
3428{
3429    Text [en-US ] = "Please bring";
3430};
3431
3432String RID_AGENDAWIZARDDIALOG_START +59
3433{
3434    Text [en-US ] = "Please read";
3435};
3436
3437String RID_AGENDAWIZARDDIALOG_START +60
3438{
3439    Text [en-US ] = "Notes";
3440};
3441
3442String RID_AGENDAWIZARDDIALOG_START +61
3443{
3444    Text [en-US ] = "Meeting called by";
3445};
3446
3447String RID_AGENDAWIZARDDIALOG_START +62
3448{
3449    Text [en-US ] = "Chairperson";
3450};
3451
3452String RID_AGENDAWIZARDDIALOG_START +63
3453{
3454    Text [en-US ] = "Attendees";
3455};
3456
3457String RID_AGENDAWIZARDDIALOG_START +64
3458{
3459    Text [en-US ] = "Minute keeper";
3460};
3461
3462String RID_AGENDAWIZARDDIALOG_START +65
3463{
3464    Text [en-US ] = "Moderator";
3465};
3466
3467String RID_AGENDAWIZARDDIALOG_START +66
3468{
3469    Text [en-US ] = "Observers";
3470};
3471
3472String RID_AGENDAWIZARDDIALOG_START +67
3473{
3474    Text [en-US ] = "Facility personnel";
3475};
3476
3477String RID_AGENDAWIZARDDIALOG_START +68
3478{
3479    Text [en-US ] = "Insert";
3480};
3481
3482String RID_AGENDAWIZARDDIALOG_START +69
3483{
3484    Text [en-US ] = "Remove";
3485};
3486
3487String RID_AGENDAWIZARDDIALOG_START +70
3488{
3489    Text [en-US ] = "Move up";
3490};
3491
3492String RID_AGENDAWIZARDDIALOG_START +71
3493{
3494    Text [en-US ] = "Move down";
3495};
3496
3497