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    Text [ x-comment ] = "Please don't translate the words #page# and #count#, these are placeholders.";
1479};
1480String RID_DB_REPORT_WIZARD_START + 90
1481{
1482	Text [ en-US ] = "Page number:";
1483};
1484String RID_DB_REPORT_WIZARD_START + 91
1485{
1486	Text [ en-US ] = "Page count:";
1487};
1488String RID_DB_REPORT_WIZARD_START + 92
1489{
1490	Text [ en-US ] = "No valid report template was found.";
1491};
1492
1493// ============================================================================
1494
1495String RID_DB_TABLE_WIZARD_START + 1
1496{
1497    Text [ en-US] = "Table Wizard";
1498};
1499
1500String RID_DB_TABLE_WIZARD_START + 2
1501{
1502    Text [ en-US] = "Select fields";
1503};
1504
1505String RID_DB_TABLE_WIZARD_START + 3
1506{
1507    Text [ en-US] = "Set types and formats";
1508};
1509
1510String RID_DB_TABLE_WIZARD_START + 4
1511{
1512    Text [ en-US] = "Set primary key";
1513};
1514
1515String RID_DB_TABLE_WIZARD_START + 5
1516{
1517    Text [ en-US] = "Create table";
1518};
1519
1520
1521String RID_DB_TABLE_WIZARD_START + 8
1522{
1523    Text [ en-US] = "Select fields for your table";
1524};
1525
1526String RID_DB_TABLE_WIZARD_START + 9
1527{
1528    Text [ en-US] = "Set field types and formats";
1529};
1530
1531String RID_DB_TABLE_WIZARD_START + 10
1532{
1533    Text [ en-US] = "Set primary key";
1534};
1535
1536String RID_DB_TABLE_WIZARD_START + 11
1537{
1538    Text [ en-US] = "Create table";
1539};
1540
1541
1542String RID_DB_TABLE_WIZARD_START + 14
1543{
1544    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.";
1545};
1546
1547String RID_DB_TABLE_WIZARD_START + 15
1548{
1549    Text [ en-US] = "Ca~tegory";
1550};
1551
1552
1553String RID_DB_TABLE_WIZARD_START + 16
1554{
1555    Text [ en-US] = "B~usiness";
1556};
1557
1558String RID_DB_TABLE_WIZARD_START + 17
1559{
1560    Text [ en-US] = "P~ersonal";
1561};
1562
1563String RID_DB_TABLE_WIZARD_START + 18
1564{
1565    Text [ en-US] = "~Sample tables";
1566};
1567
1568
1569String RID_DB_TABLE_WIZARD_START + 19
1570{
1571    Text [ en-US] = "A~vailable fields";
1572};
1573
1574
1575String RID_DB_TABLE_WIZARD_START + 20
1576{
1577    Text [ en-US] = "Field information";
1578};
1579
1580String RID_DB_TABLE_WIZARD_START + 21
1581{
1582    Text [ en-US] = "+";
1583};
1584
1585String RID_DB_TABLE_WIZARD_START + 22
1586{
1587    Text [ en-US] = "-";
1588};
1589
1590String RID_DB_TABLE_WIZARD_START + 23
1591{
1592    Text [ en-US] = "Field name";
1593};
1594
1595String RID_DB_TABLE_WIZARD_START + 24
1596{
1597    Text [ en-US] = "Field type";
1598};
1599
1600
1601String RID_DB_TABLE_WIZARD_START + 25
1602{
1603    Text [ en-US] = "~Selected fields";
1604};
1605
1606
1607String RID_DB_TABLE_WIZARD_START + 26
1608{
1609    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.";
1610};
1611
1612String RID_DB_TABLE_WIZARD_START + 27
1613{
1614    Text [ en-US] = "~Create a primary key";
1615};
1616
1617
1618String RID_DB_TABLE_WIZARD_START + 28
1619{
1620    Text [ en-US] = "~Automatically add a primary key";
1621};
1622
1623String RID_DB_TABLE_WIZARD_START + 29
1624{
1625    Text [ en-US] = "~Use an existing field as a primary key";
1626};
1627
1628String RID_DB_TABLE_WIZARD_START + 30
1629{
1630    Text [ en-US] = "Define p~rimary key as a combination of several fields ";
1631};
1632
1633String RID_DB_TABLE_WIZARD_START + 31
1634{
1635    Text [ en-US] = "F~ieldname";
1636};
1637
1638
1639String RID_DB_TABLE_WIZARD_START + 32
1640{
1641    Text [ en-US] = "~Primary key fields";
1642};
1643
1644
1645String RID_DB_TABLE_WIZARD_START + 33
1646{
1647    Text [ en-US] = "Auto ~value";
1648};
1649
1650
1651String RID_DB_TABLE_WIZARD_START + 34
1652{
1653    Text [ en-US] = "What do you want to name your table?";
1654};
1655
1656String RID_DB_TABLE_WIZARD_START + 35
1657{
1658    Text [ en-US] = "Congratulations. You have entered all the information needed to create your table.";
1659};
1660
1661
1662String RID_DB_TABLE_WIZARD_START + 36
1663{
1664    Text [ en-US] = "What do you want to do next?";
1665};
1666
1667String RID_DB_TABLE_WIZARD_START + 37
1668{
1669    Text [ en-US] = "Modify the table design";
1670};
1671
1672String RID_DB_TABLE_WIZARD_START + 38
1673{
1674    Text [ en-US] = "Insert data immediately";
1675};
1676
1677String RID_DB_TABLE_WIZARD_START + 39
1678{
1679    Text [ en-US] = "C~reate a form based on this table";
1680};
1681
1682String RID_DB_TABLE_WIZARD_START + 40
1683{
1684    Text [ en-US] = "The table you have created could not be opened.";
1685};
1686
1687String RID_DB_TABLE_WIZARD_START + 41
1688{
1689  Text [ en-US] = "The table name '%TABLENAME' contains a character ('%SPECIALCHAR') that might not be supported by the database.";
1690};
1691
1692
1693String RID_DB_TABLE_WIZARD_START + 42
1694{
1695  Text [ en-US] = "The field name '%FIELDNAME' contains a special character ('%SPECIALCHAR') that might not be supported by the database.";
1696};
1697
1698
1699String RID_DB_TABLE_WIZARD_START + 43
1700{
1701	Text [ en-US] = "Field";
1702};
1703
1704String RID_DB_TABLE_WIZARD_START + 44
1705{
1706    Text [ en-US] = "MyTable";
1707};
1708
1709String RID_DB_TABLE_WIZARD_START + 45
1710{
1711    Text [ en-US] = "Add a Field";
1712};
1713
1714String RID_DB_TABLE_WIZARD_START + 46
1715{
1716    Text [ en-US] = "Remove the selected Field";
1717};
1718
1719String RID_DB_TABLE_WIZARD_START + 47
1720{
1721 	Text [ en-US] = "The field cannot be inserted because this would exceed the maximum number of %COUNT possible fields in the database table";
1722};
1723
1724String RID_DB_TABLE_WIZARD_START + 48
1725{
1726 	Text [ en-US] = "The name '%TABLENAME' already exists.\nPlease enter another name.";
1727};
1728
1729String RID_DB_TABLE_WIZARD_START + 49
1730{
1731 	Text [ en-US] = "Catalog of the table";
1732};
1733
1734String RID_DB_TABLE_WIZARD_START + 50
1735{
1736 	Text [ en-US] = "Schema of the table";
1737};
1738
1739String RID_DB_TABLE_WIZARD_START + 51
1740{
1741 	Text [ en-US] = "The field '%FIELDNAME' already exists.";
1742};
1743
1744
1745
1746// ============================================================================
1747// ============================						  ======================
1748// ======================		 LETTER WIZARD RESOURCES		 ================
1749// ============================						  ======================
1750// ============================================================================
1751
1752
1753String RID_LETTERWIZARDDIALOG_START + 1
1754{
1755	Text [ en-US] = "Letter Wizard";
1756};
1757
1758String RID_LETTERWIZARDDIALOG_START + 2
1759{
1760	Text [ en-US] = "Label9";
1761};
1762
1763String RID_LETTERWIZARDDIALOG_START + 3
1764{
1765	Text [ en-US] = "~Business letter";
1766};
1767
1768String RID_LETTERWIZARDDIALOG_START + 4
1769{
1770	Text [ en-US] = "~Formal personal letter";
1771};
1772
1773String RID_LETTERWIZARDDIALOG_START + 5
1774{
1775	Text [ en-US] = "~Personal letter";
1776};
1777
1778String RID_LETTERWIZARDDIALOG_START + 6
1779{
1780	Text [ en-US] = "~Use letterhead paper with pre-printed elements";
1781};
1782
1783String RID_LETTERWIZARDDIALOG_START + 7
1784{
1785	Text [ en-US] = "~Logo";
1786};
1787
1788String RID_LETTERWIZARDDIALOG_START + 8
1789{
1790	Text [ en-US] = "Return address";
1791};
1792
1793String RID_LETTERWIZARDDIALOG_START + 9
1794{
1795	Text [ en-US] = "~Include footer";
1796};
1797
1798String RID_LETTERWIZARDDIALOG_START + 10
1799{
1800	Text [ en-US] = "~Return address in envelope window";
1801};
1802
1803String RID_LETTERWIZARDDIALOG_START + 11
1804{
1805	Text [ en-US] = "~Logo";
1806};
1807
1808String RID_LETTERWIZARDDIALOG_START + 12
1809{
1810	Text [ en-US] = "~Return address in envelope window";
1811};
1812
1813String RID_LETTERWIZARDDIALOG_START + 13
1814{
1815	Text [ en-US] = "Letter Signs";
1816};
1817
1818String RID_LETTERWIZARDDIALOG_START + 14
1819{
1820	Text [ en-US] = "S~ubject line";
1821};
1822
1823String RID_LETTERWIZARDDIALOG_START + 15
1824{
1825	Text [ en-US] = "Salu~tation";
1826};
1827
1828String RID_LETTERWIZARDDIALOG_START + 16
1829{
1830	Text [ en-US] = "Fold ~marks";
1831};
1832
1833String RID_LETTERWIZARDDIALOG_START + 17
1834{
1835	Text [ en-US] = "~Complimentary close";
1836};
1837
1838String RID_LETTERWIZARDDIALOG_START + 18
1839{
1840	Text [ en-US] = "~Footer";
1841};
1842
1843String RID_LETTERWIZARDDIALOG_START + 19
1844{
1845	Text [ en-US] = "~Use user data for return address";
1846};
1847
1848String RID_LETTERWIZARDDIALOG_START + 20
1849{
1850	Text [ en-US] = "~New sender address:";
1851};
1852
1853String RID_LETTERWIZARDDIALOG_START + 21
1854{
1855	Text [ en-US] = "Use placeholders for ~recipient's address";
1856};
1857
1858String RID_LETTERWIZARDDIALOG_START + 22
1859{
1860	Text [ en-US] = "Use address database for ~mail merge";
1861};
1862
1863String RID_LETTERWIZARDDIALOG_START + 23
1864{
1865	Text [ en-US] = "Include ~only on second and following pages";
1866};
1867
1868String RID_LETTERWIZARDDIALOG_START + 24
1869{
1870	Text [ en-US] = "~Include page number";
1871};
1872
1873String RID_LETTERWIZARDDIALOG_START + 25
1874{
1875	Text [ en-US] = "Letter Template";
1876};
1877
1878String RID_LETTERWIZARDDIALOG_START + 26
1879{
1880	Text [ en-US] = "Create a ~letter from this template";
1881};
1882
1883String RID_LETTERWIZARDDIALOG_START + 27
1884{
1885	Text [ en-US] = "Make ~manual changes to this letter template";
1886};
1887
1888String RID_LETTERWIZARDDIALOG_START + 28
1889{
1890	Text [ en-US] = "Page design";
1891};
1892
1893String RID_LETTERWIZARDDIALOG_START + 29
1894{
1895	Text [ en-US] = "Page design";
1896};
1897
1898String RID_LETTERWIZARDDIALOG_START + 30
1899{
1900	Text [ en-US] = "Page design";
1901};
1902
1903String RID_LETTERWIZARDDIALOG_START + 31
1904{
1905	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.";
1906};
1907
1908String RID_LETTERWIZARDDIALOG_START + 32
1909{
1910	Text [ en-US] = "~Height:";
1911};
1912
1913String RID_LETTERWIZARDDIALOG_START + 33
1914{
1915	Text [ en-US] = "~Width:";
1916};
1917
1918String RID_LETTERWIZARDDIALOG_START + 34
1919{
1920	Text [ en-US] = "S~pacing to left margin:";
1921};
1922
1923String RID_LETTERWIZARDDIALOG_START + 35
1924{
1925	Text [ en-US] = "Spacing ~to top margin:";
1926};
1927
1928String RID_LETTERWIZARDDIALOG_START + 36
1929{
1930	Text [ en-US] = "Height:";
1931};
1932
1933String RID_LETTERWIZARDDIALOG_START + 37
1934{
1935	Text [ en-US] = "Width:";
1936};
1937
1938String RID_LETTERWIZARDDIALOG_START + 38
1939{
1940	Text [ en-US] = "S~pacing to left margin:";
1941};
1942
1943String RID_LETTERWIZARDDIALOG_START + 39
1944{
1945	Text [ en-US] = "Spacing ~to top margin:";
1946};
1947
1948String RID_LETTERWIZARDDIALOG_START + 40
1949{
1950	Text [ en-US] = "Height:";
1951};
1952
1953String RID_LETTERWIZARDDIALOG_START + 41
1954{
1955	Text [ en-US] = "Use a typical letter format for this country:";
1956};
1957
1958String RID_LETTERWIZARDDIALOG_START + 42
1959{
1960	Text [ en-US] = "Sender's address";
1961};
1962
1963String RID_LETTERWIZARDDIALOG_START + 43
1964{
1965	Text [ en-US] = "Name:";
1966};
1967
1968String RID_LETTERWIZARDDIALOG_START + 44
1969{
1970	Text [ en-US] = "Street:";
1971};
1972
1973String RID_LETTERWIZARDDIALOG_START + 45
1974{
1975	Text [ en-US] = "ZIP code/State/City:";
1976};
1977
1978String RID_LETTERWIZARDDIALOG_START + 46
1979{
1980	Text [ en-US] = "Recipient's address";
1981};
1982
1983String RID_LETTERWIZARDDIALOG_START + 47
1984{
1985	Text [ en-US] = "Footer";
1986};
1987
1988String RID_LETTERWIZARDDIALOG_START + 48
1989{
1990	Text [ en-US] = "This wizard creates a letter template which enables you to create multiple letters with the same layout and settings.";
1991};
1992
1993String RID_LETTERWIZARDDIALOG_START + 49
1994{
1995	Text [ en-US] = "To create another new letter out of the template just navigate to the template location and double-click it.";
1996};
1997
1998String RID_LETTERWIZARDDIALOG_START + 50
1999{
2000	Text [ en-US] = "Template name:";
2001};
2002
2003String RID_LETTERWIZARDDIALOG_START + 51
2004{
2005	Text [ en-US] = "Location and file name:";
2006};
2007
2008String RID_LETTERWIZARDDIALOG_START + 52
2009{
2010	Text [ en-US] = "How do you want to proceed?";
2011};
2012
2013String RID_LETTERWIZARDDIALOG_START + 53
2014{
2015	Text [ en-US] = "Please choose the type of letter and page design";
2016};
2017
2018String RID_LETTERWIZARDDIALOG_START + 54
2019{
2020	Text [ en-US] = "Select the items to be printed";
2021};
2022
2023String RID_LETTERWIZARDDIALOG_START + 55
2024{
2025	Text [ en-US] = "Specify items already on your letterhead paper";
2026};
2027
2028String RID_LETTERWIZARDDIALOG_START + 56
2029{
2030	Text [ en-US] = "Specify the sender and recipient information";
2031};
2032
2033String RID_LETTERWIZARDDIALOG_START + 57
2034{
2035	Text [ en-US] = "Fill in the information you would like in the footer";
2036};
2037
2038String RID_LETTERWIZARDDIALOG_START + 58
2039{
2040	Text [ en-US] = "Please specify last settings";
2041};
2042
2043//====================== Letter Wizard Greeting Start
2044String RID_LETTERWIZARDSALUTATION_START + 1
2045{
2046	Text [ en-US] = "To Whom it May Concern";
2047};
2048
2049String RID_LETTERWIZARDSALUTATION_START + 2
2050{
2051	Text [ en-US] = "Dear Sir or Madam";
2052};
2053
2054String RID_LETTERWIZARDSALUTATION_START + 3
2055{
2056	Text [ en-US] = "Hello";
2057};
2058
2059//====================== Letter Wizard Greeting Start
2060String RID_LETTERWIZARDGREETING_START + 1
2061{
2062	Text [ en-US] = "Sincerely";
2063};
2064
2065String RID_LETTERWIZARDGREETING_START + 2
2066{
2067	Text [ en-US] = "Best regards";
2068};
2069
2070String RID_LETTERWIZARDGREETING_START + 3
2071{
2072	Text [ en-US] = "Cheers";
2073};
2074
2075
2076//====================== Letter Wizard Roadmap Start
2077String RID_LETTERWIZARDROADMAP_START + 1
2078{
2079	Text [ en-US] = "Page design";
2080};
2081
2082String RID_LETTERWIZARDROADMAP_START + 2
2083{
2084	Text [ en-US] = "Letterhead layout";
2085};
2086
2087String RID_LETTERWIZARDROADMAP_START + 3
2088{
2089	Text [ en-US] = "Printed items";
2090};
2091
2092String RID_LETTERWIZARDROADMAP_START + 4
2093{
2094	Text [ en-US] = "Recipient and sender";
2095};
2096
2097String RID_LETTERWIZARDROADMAP_START + 5
2098{
2099	Text [ en-US] = "Footer";
2100};
2101
2102String RID_LETTERWIZARDROADMAP_START + 6
2103{
2104	Text [ en-US] = "Name and location";
2105};
2106
2107
2108// ============================================================================
2109// ============================						  ======================
2110// ======================		 FAX WIZARD RESOURCES		 ================
2111// ============================						  ======================
2112// ============================================================================
2113
2114
2115String RID_FAXWIZARDDIALOG_START + 1
2116{
2117    Text [ en-US] = "Fax Wizard";
2118};
2119
2120String RID_FAXWIZARDDIALOG_START + 2
2121{
2122    Text [ en-US] = "Label9";
2123};
2124
2125String RID_FAXWIZARDDIALOG_START + 3
2126{
2127    Text [ en-US] = "~Business Fax";
2128};
2129
2130String RID_FAXWIZARDDIALOG_START + 4
2131{
2132    Text [ en-US] = "~Personal Fax";
2133};
2134
2135String RID_FAXWIZARDDIALOG_START + 5
2136{
2137    Text [ en-US] = "~Logo";
2138};
2139
2140String RID_FAXWIZARDDIALOG_START + 6
2141{
2142    Text [ en-US] = "S~ubject line";
2143};
2144
2145String RID_FAXWIZARDDIALOG_START + 7
2146{
2147    Text [ en-US] = "S~alutation";
2148};
2149
2150String RID_FAXWIZARDDIALOG_START + 8
2151{
2152    Text [ en-US] = "~Complimentary close";
2153};
2154
2155String RID_FAXWIZARDDIALOG_START + 9
2156{
2157    Text [ en-US] = "~Footer";
2158};
2159
2160String RID_FAXWIZARDDIALOG_START + 10
2161{
2162    Text [ en-US] = "~Use user data for return address";
2163};
2164
2165String RID_FAXWIZARDDIALOG_START + 11
2166{
2167    Text [ en-US] = "~New return address";
2168};
2169
2170String RID_FAXWIZARDDIALOG_START + 12
2171{
2172    Text [ en-US] = "My Fax Template";
2173};
2174
2175String RID_FAXWIZARDDIALOG_START + 13
2176{
2177    Text [ en-US] = "Create a ~fax from this template";
2178};
2179
2180String RID_FAXWIZARDDIALOG_START + 14
2181{
2182    Text [ en-US] = "Make ~manual changes to this fax template";
2183};
2184
2185String RID_FAXWIZARDDIALOG_START + 15
2186{
2187    Text [ en-US] = "Page design";
2188};
2189
2190String RID_FAXWIZARDDIALOG_START + 16
2191{
2192    Text [ en-US] = "Page design";
2193};
2194
2195String RID_FAXWIZARDDIALOG_START + 17
2196{
2197    Text [ en-US] = "This wizard helps you to create a fax template. The template can then be used to create a fax whenever needed.";
2198};
2199
2200String RID_FAXWIZARDDIALOG_START + 18
2201{
2202    Text [ en-US] = "Return address";
2203};
2204
2205String RID_FAXWIZARDDIALOG_START + 19
2206{
2207    Text [ en-US] = "Name:";
2208};
2209
2210String RID_FAXWIZARDDIALOG_START + 20
2211{
2212    Text [ en-US] = "Street:";
2213};
2214
2215String RID_FAXWIZARDDIALOG_START + 21
2216{
2217    Text [ en-US] = "ZIP code/State/City:";
2218};
2219
2220String RID_FAXWIZARDDIALOG_START + 22
2221{
2222    Text [ en-US] = "Footer";
2223};
2224
2225String RID_FAXWIZARDDIALOG_START + 23
2226{
2227    Text [ en-US] = "This wizard creates a fax template which enables you to create multiple faxes with the same layout and settings.";
2228};
2229
2230String RID_FAXWIZARDDIALOG_START + 24
2231{
2232    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.";
2233};
2234
2235String RID_FAXWIZARDDIALOG_START + 25
2236{
2237    Text [ en-US] = "Template Name:";
2238};
2239
2240String RID_FAXWIZARDDIALOG_START + 26
2241{
2242    Text [ en-US] = "Location and file name:";
2243};
2244
2245String RID_FAXWIZARDDIALOG_START + 27
2246{
2247    Text [ en-US] = "What do you want to do next?";
2248};
2249
2250String RID_FAXWIZARDDIALOG_START + 28
2251{
2252    Text [ en-US] = "Choose the type of fax and a page design";
2253};
2254
2255String RID_FAXWIZARDDIALOG_START + 29
2256{
2257    Text [ en-US] = "Select items to include in the fax template";
2258};
2259
2260String RID_FAXWIZARDDIALOG_START + 30
2261{
2262    Text [ en-US] = "Specify sender and recipient information";
2263};
2264
2265String RID_FAXWIZARDDIALOG_START + 31
2266{
2267    Text [ en-US] = "Enter text for the footer";
2268};
2269
2270String RID_FAXWIZARDDIALOG_START + 32
2271{
2272    Text [ en-US] = "Choose a name and save the template";
2273};
2274
2275String RID_FAXWIZARDDIALOG_START + 33
2276{
2277    Text [ en-US] = "Include ~only on second and following pages";
2278};
2279
2280String RID_FAXWIZARDDIALOG_START + 34
2281{
2282    Text [ en-US] = "~Include page number";
2283};
2284
2285String RID_FAXWIZARDDIALOG_START + 35
2286{
2287    Text [ en-US] = "~Date";
2288};
2289
2290String RID_FAXWIZARDDIALOG_START + 36
2291{
2292    Text [ en-US] = "~Type of message";
2293};
2294
2295String RID_FAXWIZARDDIALOG_START + 37
2296{
2297    Text [ en-US] = "Fax Number:";
2298};
2299
2300String RID_FAXWIZARDDIALOG_START + 38
2301{
2302    Text [ en-US] = "Use placeholders for ~recipient's address";
2303};
2304
2305String RID_FAXWIZARDDIALOG_START + 39
2306{
2307    Text [ en-US] = "Use address database for ~mail merge";
2308};
2309
2310String RID_FAXWIZARDDIALOG_START + 40
2311{
2312    Text [ en-US] = "~New return address";
2313};
2314
2315//====================== Fax Wizard Communication Start
2316String RID_FAXWIZARDCOMMUNICATION_START + 1
2317{
2318	Text [ en-US] = "Important Information!";
2319};
2320
2321String RID_FAXWIZARDCOMMUNICATION_START + 2
2322{
2323	Text [ en-US] = "For your information";
2324};
2325
2326String RID_FAXWIZARDCOMMUNICATION_START + 3
2327{
2328	Text [ en-US] = "News!";
2329};
2330
2331//====================== Fax Wizard Salutation Start
2332String RID_FAXWIZARDSALUTATION_START + 1
2333{
2334	Text [ en-US] = "To whom it may concern,";
2335};
2336
2337String RID_FAXWIZARDSALUTATION_START + 2
2338{
2339	Text [ en-US] = "Dear Sir or Madam,";
2340};
2341
2342String RID_FAXWIZARDSALUTATION_START + 3
2343{
2344	Text [ en-US] = "Hello,";
2345};
2346
2347String RID_FAXWIZARDSALUTATION_START + 4
2348{
2349	Text [ en-US] = "Hi,";
2350};
2351
2352
2353//====================== Fax Wizard Greeting Start
2354String RID_FAXWIZARDGREETING_START + 1
2355{
2356	Text [ en-US] = "Sincerely";
2357};
2358
2359String RID_FAXWIZARDGREETING_START + 2
2360{
2361	Text [ en-US] = "Yours faithfully";
2362};
2363
2364String RID_FAXWIZARDGREETING_START + 3
2365{
2366	Text [ en-US] = "Regards";
2367};
2368
2369String RID_FAXWIZARDGREETING_START + 4
2370{
2371	Text [ en-US] = "Love";
2372};
2373
2374
2375//====================== Fax Wizard Roadmap Start
2376String RID_FAXWIZARDROADMAP_START + 1
2377{
2378	Text [ en-US] = "Page design";
2379};
2380
2381String RID_FAXWIZARDROADMAP_START + 2
2382{
2383	Text [ en-US] = "Items to include";
2384};
2385
2386String RID_FAXWIZARDROADMAP_START + 3
2387{
2388	Text [ en-US] = "Sender and Recipient";
2389};
2390
2391String RID_FAXWIZARDROADMAP_START + 4
2392{
2393	Text [ en-US] = "Footer";
2394};
2395
2396String RID_FAXWIZARDROADMAP_START + 5
2397{
2398	Text [ en-US] = "Name and location";
2399};
2400
2401
2402
2403
2404// ============================================================================
2405// ============================						  ======================
2406// ======================		 WEB WIZARD RESOURCES		 ================
2407// ============================						  ======================
2408// ============================================================================
2409
2410
2411String RID_WEBWIZARDDIALOG_START +1
2412{
2413    Text [ en-US  ] = "Web Wizard";
2414};
2415
2416String RID_WEBWIZARDDIALOG_START +2
2417{
2418    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.";
2419};
2420
2421String RID_WEBWIZARDDIALOG_START +4
2422{
2423    Text [ en-US  ] = "~Delete";
2424};
2425
2426String RID_WEBWIZARDDIALOG_START +5
2427{
2428    Text [ en-US  ] = "Introduction";
2429};
2430
2431String RID_WEBWIZARDDIALOG_START +6
2432{
2433    Text [ en-US  ] = "Select the documents you want to publish";
2434};
2435
2436String RID_WEBWIZARDDIALOG_START +8
2437{
2438    Text [ en-US  ] = "Document information ";
2439};
2440
2441String RID_WEBWIZARDDIALOG_START +9
2442{
2443    Text [ en-US  ] = "~Title:";
2444};
2445
2446String RID_WEBWIZARDDIALOG_START +10
2447{
2448    Text [ en-US  ] = "~Summary: ";
2449};
2450
2451String RID_WEBWIZARDDIALOG_START +11
2452{
2453    Text [ en-US  ] = "Au~thor:";
2454};
2455
2456String RID_WEBWIZARDDIALOG_START +12
2457{
2458    Text [ en-US  ] = "~Export to file format:";
2459};
2460
2461String RID_WEBWIZARDDIALOG_START +13
2462{
2463    Text [ en-US  ] = "Enter general information for your web site";
2464};
2465
2466String RID_WEBWIZARDDIALOG_START +14
2467{
2468    Text [ en-US  ] = "Title:";
2469};
2470
2471String RID_WEBWIZARDDIALOG_START +16
2472{
2473    Text [ en-US  ] = "Description:";
2474};
2475
2476String RID_WEBWIZARDDIALOG_START +18
2477{
2478    Text [ en-US  ] = "Created:";
2479};
2480
2481String RID_WEBWIZARDDIALOG_START +20
2482{
2483    Text [ en-US  ] = "E-mail:";
2484};
2485
2486String RID_WEBWIZARDDIALOG_START +21
2487{
2488    Text [ en-US  ] = "Copyright notice:";
2489};
2490
2491String RID_WEBWIZARDDIALOG_START +22
2492{
2493    Text [ en-US  ] = "Modified:";
2494};
2495
2496
2497String RID_WEBWIZARDDIALOG_START +24
2498{
2499    Text [ en-US  ] = "~Preview";
2500};
2501
2502String RID_WEBWIZARDDIALOG_START +25
2503{
2504    Text [ en-US  ] = "Where do you want to publish your web site?";
2505};
2506
2507String RID_WEBWIZARDDIALOG_START +26
2508{
2509    Text [ en-US  ] = "Publish the new web site:";
2510};
2511
2512String RID_WEBWIZARDDIALOG_START +27
2513{
2514    Text [ en-US  ] = "To a ~local folder";
2515};
2516
2517String RID_WEBWIZARDDIALOG_START +28
2518{
2519    Text [ en-US  ] = "...";
2520};
2521
2522String RID_WEBWIZARDDIALOG_START +29
2523{
2524    Text [ en-US  ] = "To a ~web server via FTP";
2525};
2526
2527String RID_WEBWIZARDDIALOG_START +31
2528{
2529    Text [ en-US  ] = "~Configure...";
2530};
2531
2532String RID_WEBWIZARDDIALOG_START +32
2533{
2534    Text [ en-US  ] = "To a ZIP ~archive";
2535};
2536
2537String RID_WEBWIZARDDIALOG_START +33
2538{
2539    Text [ en-US  ] = "...";
2540};
2541
2542String RID_WEBWIZARDDIALOG_START +34
2543{
2544    Text [ en-US  ] = "~Save settings (recommended)";
2545};
2546
2547String RID_WEBWIZARDDIALOG_START +35
2548{
2549    Text [ en-US  ] = "Save ~as:";
2550};
2551
2552String RID_WEBWIZARDDIALOG_START +36
2553{
2554    Text [ en-US  ] = "~Choose settings for the Web Wizard";
2555};
2556
2557String RID_WEBWIZARDDIALOG_START +37
2558{
2559    Text [ en-US  ] = "Web site content ";
2560};
2561
2562String RID_WEBWIZARDDIALOG_START +38
2563{
2564    Text [ en-US  ] = "~Add...";
2565};
2566
2567String RID_WEBWIZARDDIALOG_START +39
2568{
2569    Text [ en-US  ] = "Remo~ve";
2570};
2571
2572String RID_WEBWIZARDDIALOG_START +40
2573{
2574    Text [ en-US  ] = "Choose a layout for the table of contents of your web site";
2575};
2576
2577String RID_WEBWIZARDDIALOG_START +41
2578{
2579    Text [ en-US  ] = "Select a style for the table of contents page";
2580};
2581
2582String RID_WEBWIZARDDIALOG_START +42
2583{
2584    Text [ en-US  ] = "~Style:";
2585};
2586
2587String RID_WEBWIZARDDIALOG_START +48
2588{
2589    Text [ en-US  ] = "~Layouts: ";
2590};
2591
2592String RID_WEBWIZARDDIALOG_START +50
2593{
2594    Text [ en-US  ] = "~Description";
2595};
2596
2597String RID_WEBWIZARDDIALOG_START +51
2598{
2599    Text [ en-US  ] = "~Author";
2600};
2601
2602String RID_WEBWIZARDDIALOG_START +52
2603{
2604    Text [ en-US  ] = "Cr~eation date";
2605};
2606
2607String RID_WEBWIZARDDIALOG_START +53
2608{
2609    Text [ en-US  ] = "~Last change date";
2610};
2611
2612String RID_WEBWIZARDDIALOG_START +54
2613{
2614    Text [ en-US  ] = "~File name";
2615};
2616
2617String RID_WEBWIZARDDIALOG_START +55
2618{
2619    Text [ en-US  ] = "File forma~t";
2620};
2621
2622String RID_WEBWIZARDDIALOG_START +56
2623{
2624    Text [ en-US  ] = "File format ~icon";
2625};
2626
2627String RID_WEBWIZARDDIALOG_START +57
2628{
2629    Text [ en-US  ] = "Number ~of pages";
2630};
2631
2632String RID_WEBWIZARDDIALOG_START +58
2633{
2634    Text [ en-US  ] = "~Size in KB";
2635};
2636
2637String RID_WEBWIZARDDIALOG_START +59
2638{
2639    Text [ en-US  ] = "Click 'Preview' to see a preview in your browser:";
2640};
2641
2642String RID_WEBWIZARDDIALOG_START +60
2643{
2644    Text [ en-US  ] = "Customize the selected layout";
2645};
2646
2647String RID_WEBWIZARDDIALOG_START +61
2648{
2649    Text [ en-US  ] = "Include the following information for each document in the table of contents:";
2650};
2651
2652String RID_WEBWIZARDDIALOG_START +62
2653{
2654    Text [ en-US  ] = "Optimize the layout for screen resolution:";
2655};
2656
2657String RID_WEBWIZARDDIALOG_START +64
2658{
2659    Text [ en-US  ] = "~640x480";
2660};
2661
2662String RID_WEBWIZARDDIALOG_START +65
2663{
2664    Text [ en-US  ] = "~800x600";
2665};
2666
2667String RID_WEBWIZARDDIALOG_START +66
2668{
2669    Text [ en-US  ] = "~1024x768";
2670};
2671
2672String RID_WEBWIZARDDIALOG_START +70
2673{
2674    Text [ en-US  ] = "Generating Your Web Site";
2675};
2676
2677String RID_WEBWIZARDDIALOG_START +71
2678{
2679    Text [ en-US  ] = "%START - %END/%TOTAL";
2680};
2681
2682String RID_WEBWIZARDDIALOG_START +72
2683{
2684    Text [ en-US  ] = "myWebsite";
2685};
2686
2687String RID_WEBWIZARDDIALOG_START +73
2688{
2689    Text [ en-US  ] = "FTP target '%FILENAME' is a file.";
2690};
2691
2692
2693String RID_WEBWIZARDDIALOG_START +74
2694{
2695    Text [ en-US  ] = "The local target '%FILENAME' is a file.";
2696};
2697
2698String RID_WEBWIZARDDIALOG_START +75
2699{
2700    Text [ en-US  ] = "The ZIP target '%FILENAME' already exists. Do you want to overwrite the existing target? ";
2701};
2702
2703String RID_WEBWIZARDDIALOG_START +76
2704{
2705    Text [ en-US  ] = "The FTP target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?";
2706};
2707
2708String RID_WEBWIZARDDIALOG_START +77
2709{
2710    Text [ en-US  ] = "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?";
2711};
2712
2713String RID_WEBWIZARDDIALOG_START +78
2714{
2715    Text [ en-US  ] = "Settings already exist under the given name. Do you want to overwrite the existing settings? ";
2716};
2717
2718String RID_WEBWIZARDDIALOG_START +79
2719{
2720    Text [ en-US  ] = "Exporting documents...";
2721};
2722
2723String RID_WEBWIZARDDIALOG_START +80
2724{
2725    Text [ en-US  ] = "Preparing export...";
2726};
2727
2728String RID_WEBWIZARDDIALOG_START +81
2729{
2730    Text [ en-US  ] = "Copying layout files...";
2731};
2732
2733String RID_WEBWIZARDDIALOG_START +82
2734{
2735    Text [ en-US  ] = "Preparing table of contents generation...";
2736};
2737
2738String RID_WEBWIZARDDIALOG_START +83
2739{
2740    Text [ en-US  ] = "Generating table of contents...";
2741};
2742
2743String RID_WEBWIZARDDIALOG_START +84
2744{
2745    Text [ en-US  ] = "Initializing...";
2746};
2747
2748String RID_WEBWIZARDDIALOG_START +86
2749{
2750    Text [ en-US  ] = "Preparing to publish...";
2751};
2752
2753String RID_WEBWIZARDDIALOG_START +87
2754{
2755    Text [ en-US  ] = "Publishing to local directory...";
2756};
2757
2758String RID_WEBWIZARDDIALOG_START +88
2759{
2760    Text [ en-US  ] = "Publishing to FTP destination...";
2761};
2762
2763String RID_WEBWIZARDDIALOG_START +89
2764{
2765    Text [ en-US  ] = "Publishing to a ZIP archive...";
2766};
2767
2768String RID_WEBWIZARDDIALOG_START + 90
2769{
2770    Text [ en-US  ] = "Finishing...";
2771};
2772
2773String RID_WEBWIZARDDIALOG_START + 94
2774{
2775    Text [ en-US  ] = "Graphic files";
2776};
2777
2778String RID_WEBWIZARDDIALOG_START + 95
2779{
2780    Text [ en-US  ] = "All files";
2781};
2782
2783String RID_WEBWIZARDDIALOG_START + 96
2784{
2785    Text [ en-US  ] = "~ZIP archive files";
2786};
2787
2788String RID_WEBWIZARDDIALOG_START + 98
2789{
2790    Text [ en-US  ] = "Background images";
2791};
2792
2793String RID_WEBWIZARDDIALOG_START + 99
2794{
2795    Text [ en-US  ] = "Choose a background image: ";
2796};
2797
2798String RID_WEBWIZARDDIALOG_START + 100
2799{
2800    Text [ en-US  ] = "Icon sets";
2801};
2802
2803String RID_WEBWIZARDDIALOG_START + 101
2804{
2805    Text [ en-US  ] = "Choose an icon set:";
2806};
2807
2808String RID_WEBWIZARDDIALOG_START +102
2809{
2810    Text [ en-US  ] = "Other...";
2811};
2812
2813String RID_WEBWIZARDDIALOG_START +103
2814{
2815    Text [ en-US  ] = "None";
2816};
2817
2818String RID_WEBWIZARDDIALOG_START +104
2819{
2820    Text [ en-US  ] = "Your web site was created successfully into: %FILENAME";
2821};
2822
2823String RID_WEBWIZARDDIALOG_START +105
2824{
2825    Text [ en-US  ] = "One or more errors occurred when generating the web site.";
2826};
2827
2828String RID_WEBWIZARDDIALOG_START +106
2829{
2830    Text [ en-US  ] = "An error occurred while generating the table of contents page(s). ";
2831};
2832
2833String RID_WEBWIZARDDIALOG_START +107
2834{
2835    Text [ en-US  ] = "An error occurred while copying the layout files. ";
2836};
2837
2838String RID_WEBWIZARDDIALOG_START +108
2839{
2840    Text [ en-US  ] = "An error occurred while gathering document information for '%FILENAME'. ";
2841};
2842
2843String RID_WEBWIZARDDIALOG_START +109
2844{
2845    Text [ en-US  ] = "An error occurred while exporting the document '%FILENAME'.";
2846};
2847
2848String RID_WEBWIZARDDIALOG_START +110
2849{
2850    Text [ en-US  ] = "An error occurred while creating a directory for exporting '%FILENAME'.";
2851};
2852
2853String RID_WEBWIZARDDIALOG_START +111
2854{
2855    Text [ en-US  ] = "A security error occurred while exporting the document '%FILENAME'.";
2856};
2857
2858String RID_WEBWIZARDDIALOG_START +112
2859{
2860    Text [ en-US  ] = "An input/output error occurred while exporting the document '%FILENAME'.";
2861};
2862
2863String RID_WEBWIZARDDIALOG_START +113
2864{
2865    Text [ en-US  ] = "An error occurred while copying media files to the temporary directory.";
2866};
2867
2868String RID_WEBWIZARDDIALOG_START +114
2869{
2870    Text [ en-US  ] = "The web site could not be copied to the following destination: %URL";
2871};
2872
2873String RID_WEBWIZARDDIALOG_START +115
2874{
2875    Text [ en-US  ] = "An unexpected error occurred: %ERROR";
2876};
2877
2878String RID_WEBWIZARDDIALOG_START +116
2879{
2880    Text [ en-US  ] = "An unexpected error occurred while validating the file: '%FILENAME'";
2881};
2882
2883String RID_WEBWIZARDDIALOG_START +117
2884{
2885    Text [ en-US  ] = "%FILENAME' is a folder.";
2886};
2887
2888String RID_WEBWIZARDDIALOG_START +118
2889{
2890    Text [ en-US  ] = "Loading Web Wizard Settings...";
2891};
2892
2893String RID_WEBWIZARDDIALOG_START +119
2894{
2895    Text [ en-US  ] = "An unexpected error occurred.";
2896};
2897
2898String RID_WEBWIZARDDIALOG_START +120
2899{
2900    Text [ en-US  ] = "Validating documents...";
2901};
2902
2903String RID_WEBWIZARDDIALOG_START +121
2904{
2905    Text [ en-US  ] = "My Archive";
2906};
2907
2908String RID_WEBWIZARDDIALOG_START +122
2909{
2910    Text [ en-US  ] = "Introduction ";
2911};
2912
2913String RID_WEBWIZARDDIALOG_START +123
2914{
2915    Text [ en-US  ] = "Documents ";
2916};
2917
2918String RID_WEBWIZARDDIALOG_START +124
2919{
2920    Text [ en-US  ] = "Main layout";
2921};
2922
2923String RID_WEBWIZARDDIALOG_START +125
2924{
2925    Text [ en-US  ] = "Layout details";
2926};
2927
2928String RID_WEBWIZARDDIALOG_START +126
2929{
2930    Text [ en-US  ] = "Style";
2931};
2932
2933String RID_WEBWIZARDDIALOG_START +127
2934{
2935    Text [ en-US  ] = "Web site information";
2936};
2937
2938String RID_WEBWIZARDDIALOG_START +128
2939{
2940    Text [ en-US  ] = "Preview";
2941};
2942
2943String RID_WEBWIZARDDIALOG_START +130
2944{
2945    Text [ en-US  ] = "The selected settings will be deleted.\n\nDo you really want to delete these settings? ";
2946};
2947
2948String RID_WEBWIZARDDIALOG_START +131
2949{
2950    Text [ en-US  ] = "%NUMBER pages";
2951};
2952
2953String RID_WEBWIZARDDIALOG_START +132
2954{
2955    Text [ en-US  ] = "%NUMBER slides";
2956};
2957
2958String RID_WEBWIZARDDIALOG_START +133
2959{
2960    Text [ en-US  ] = "Created: %DATE";
2961};
2962
2963String RID_WEBWIZARDDIALOG_START +134
2964{
2965    Text [ en-US  ] = "Last modified: %DATE";
2966};
2967
2968String RID_WEBWIZARDDIALOG_START +135
2969{
2970    Text [ en-US  ] = "Web Wizard Settings";
2971};
2972
2973String RID_WEBWIZARDDIALOG_START +136
2974{
2975    Text [ en-US  ] = "Background image:";
2976};
2977
2978String RID_WEBWIZARDDIALOG_START +137
2979{
2980    Text [ en-US  ] = "Icon set:";
2981};
2982
2983String RID_WEBWIZARDDIALOG_START +138
2984{
2985    Text [ en-US  ] = "The icon set is used for presentations in HTML format.";
2986};
2987
2988String RID_WEBWIZARDDIALOG_START +139
2989{
2990    Text [ en-US  ] = "HTML Metadata";
2991};
2992
2993String RID_WEBWIZARDDIALOG_START +140
2994{
2995    Text [ en-US  ] = "Choose...";
2996};
2997
2998String RID_WEBWIZARDDIALOG_START +141
2999{
3000    Text [ en-US  ] = "Choose...";
3001};
3002
3003String RID_WEBWIZARDDIALOG_START +142
3004{
3005    Text [ en-US  ] = "<default>";
3006};
3007
3008String RID_WEBWIZARDDIALOG_START +143
3009{
3010    Text [ en-US  ] = "Publishing via FTP Proxy is not supported.";
3011};
3012
3013String RID_WEBWIZARDDIALOG_START +144
3014{
3015    Text [ en-US  ] = "<no background image>";
3016};
3017
3018String RID_WEBWIZARDDIALOG_START +145
3019{
3020    Text [ en-US  ] = "<no icon set>";
3021};
3022
3023String RID_WEBWIZARDDIALOG_START +146
3024{
3025    Text [ en-US  ] = "The FTP directory '%FILENAME' could not be created.";
3026};
3027
3028String RID_WEBWIZARDDIALOG_START +147
3029{
3030    Text [ en-US  ] = "The FTP directory '%FILENAME' does not exist. \nCreate the directory now?";
3031};
3032
3033String RID_WEBWIZARDDIALOG_START +148
3034{
3035    Text [ en-US  ] = "The Zip file '%FILENAME' cannot be created: a directory of the same name already exists.";
3036};
3037
3038String RID_WEBWIZARDDIALOG_START +149
3039{
3040    Text [ en-US  ] = "The local directory '%FILENAME' cannot be created. \nPlease check your write-access.";
3041};
3042
3043String RID_WEBWIZARDDIALOG_START +150
3044{
3045    Text [ en-US  ] = "The local directory '%FILENAME' does not exist. \nCreate the directory now?";
3046};
3047
3048String RID_WEBWIZARDDIALOG_START +151
3049{
3050    Text [ en-US  ] = "Size: %NUMBERKB";
3051};
3052
3053
3054String RID_WEBWIZARDDIALOG_START +152
3055{
3056    Text [ en-US  ] = "File not found. Would you like to specify a new file location?";
3057};
3058
3059
3060
3061// ============================================================================
3062// =================		 WEB WIZARD FTP DIALOG RESOURCES	  =============
3063// ============================================================================
3064
3065
3066
3067
3068String RID_WEBWIZARDDIALOG_FTP +0
3069{
3070    Text [ en-US  ] = "FTP Connection";
3071};
3072
3073String RID_WEBWIZARDDIALOG_FTP +1
3074{
3075    Text [ en-US  ] = "~User name:";
3076};
3077
3078String RID_WEBWIZARDDIALOG_FTP +2
3079{
3080    Text [ en-US  ] = "~Password:";
3081};
3082
3083String RID_WEBWIZARDDIALOG_FTP +3
3084{
3085    Text [ en-US  ] = "Connect";
3086};
3087
3088String RID_WEBWIZARDDIALOG_FTP +4
3089{
3090    Text [ en-US  ] = "1. Enter FTP connection information.";
3091};
3092
3093String RID_WEBWIZARDDIALOG_FTP +5
3094{
3095    Text [ en-US  ] = "~Server name or IP address:";
3096};
3097
3098String RID_WEBWIZARDDIALOG_FTP +6
3099{
3100    Text [ en-US  ] = "2. Connect to the server.";
3101};
3102
3103String RID_WEBWIZARDDIALOG_FTP +7
3104{
3105    Text [ en-US  ] = "3. ~Choose a remote directory (optional).";
3106};
3107
3108String RID_WEBWIZARDDIALOG_FTP +8
3109{
3110    Text [ en-US  ] = "...";
3111};
3112
3113String RID_WEBWIZARDDIALOG_FTP +9
3114{
3115    Text [ en-US  ] = "Connection status is unknown";
3116};
3117
3118String RID_WEBWIZARDDIALOG_FTP +10
3119{
3120    Text [ en-US  ] = "Connection was established successfully";
3121};
3122
3123String RID_WEBWIZARDDIALOG_FTP +11
3124{
3125    Text [ en-US  ] = "Username or password is wrong";
3126};
3127
3128String RID_WEBWIZARDDIALOG_FTP +12
3129{
3130    Text [ en-US  ] = "Could not resolve server name";
3131};
3132
3133String RID_WEBWIZARDDIALOG_FTP +13
3134{
3135    Text [ en-US  ] = "You do not have sufficient user rights";
3136};
3137
3138String RID_WEBWIZARDDIALOG_FTP +14
3139{
3140    Text [ en-US  ] = "Cannot connect to server";
3141};
3142
3143String RID_WEBWIZARDDIALOG_FTP +15
3144{
3145    Text [ en-US  ] = "Unexpected error";
3146};
3147
3148String RID_WEBWIZARDDIALOG_FTP +16
3149{
3150    Text [ en-US  ] = "FTP publishing directory";
3151};
3152
3153String RID_WEBWIZARDDIALOG_FTP +17
3154{
3155    Text [ en-US  ] = "This is not an FTP folder";
3156};
3157
3158String RID_WEBWIZARDDIALOG_FTP +18
3159{
3160    Text [ en-US  ] = "Connecting...";
3161};
3162
3163
3164// ============================================================================
3165// ============================						  ======================
3166// ======================		 AGENDA WIZARD RESOURCES		 ================
3167// ============================						  ======================
3168// ============================================================================
3169
3170String RID_AGENDAWIZARDDIALOG_START +1
3171{
3172    Text [en-US ] = "Agenda Wizard";
3173};
3174
3175String RID_AGENDAWIZARDDIALOG_START +2
3176{
3177    Text [en-US ] = "Make ~manual changes to this agenda template";
3178};
3179
3180String RID_AGENDAWIZARDDIALOG_START +3
3181{
3182    Text [en-US ] = "Template name:";
3183};
3184
3185String RID_AGENDAWIZARDDIALOG_START + 4
3186{
3187    Text [en-US ] = "Location and file name:";
3188};
3189
3190String RID_AGENDAWIZARDDIALOG_START +5
3191{
3192    Text [en-US ] = "What do you want to do next?";
3193};
3194
3195String RID_AGENDAWIZARDDIALOG_START +6
3196{
3197    Text [en-US ] = "Please choose the page design for the agenda";
3198};
3199
3200String RID_AGENDAWIZARDDIALOG_START +7
3201{
3202    Text [en-US ] = "Please select the headings you wish to include in your agenda template";
3203};
3204
3205String RID_AGENDAWIZARDDIALOG_START +8
3206{
3207    Text [en-US ] = "Please enter general information for the event";
3208};
3209
3210String RID_AGENDAWIZARDDIALOG_START +9
3211{
3212    Text [en-US ] = "Please specify items for the agenda";
3213};
3214
3215String RID_AGENDAWIZARDDIALOG_START +10
3216{
3217    Text [en-US ] = "Please select the names you wish to include in your agenda template";
3218};
3219
3220String RID_AGENDAWIZARDDIALOG_START +11
3221{
3222    Text [en-US ] = "Choose a name and save the template";
3223};
3224
3225String RID_AGENDAWIZARDDIALOG_START +12
3226{
3227    Text [en-US ] = "Include form for recording minutes";
3228};
3229
3230String RID_AGENDAWIZARDDIALOG_START +13
3231{
3232    Text [en-US ] = "This wizard helps you to create an agenda template. The template can then be used to create an agenda whenever needed.";
3233};
3234
3235String RID_AGENDAWIZARDDIALOG_START +14
3236{
3237    Text [en-US ] = "Time:";
3238};
3239
3240String RID_AGENDAWIZARDDIALOG_START +15
3241{
3242    Text [en-US ] = "Name:";
3243};
3244
3245String RID_AGENDAWIZARDDIALOG_START + 16
3246{
3247    Text [en-US ] = "Location:";
3248};
3249
3250String RID_AGENDAWIZARDDIALOG_START +17
3251{
3252    Text [en-US ] = "Placeholders will be used in empty fields. You can replace placeholders with text later.";
3253};
3254
3255String RID_AGENDAWIZARDDIALOG_START +18
3256{
3257    Text [en-US ] = "...";
3258};
3259
3260String RID_AGENDAWIZARDDIALOG_START +19
3261{
3262    Text [en-US ] = "Create an ~agenda from this template";
3263};
3264
3265String RID_AGENDAWIZARDDIALOG_START +20
3266{
3267    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.";
3268};
3269
3270String RID_AGENDAWIZARDDIALOG_START +21
3271{
3272    Text [en-US ] = "Agenda item";
3273};
3274
3275String RID_AGENDAWIZARDDIALOG_START +22
3276{
3277    Text [en-US ] = "Responsible";
3278};
3279
3280String RID_AGENDAWIZARDDIALOG_START +23
3281{
3282    Text [en-US ] = "Duration";
3283};
3284
3285String RID_AGENDAWIZARDDIALOG_START +24
3286{
3287    Text [en-US ] = "Meeting called by";
3288};
3289
3290String RID_AGENDAWIZARDDIALOG_START +25
3291{
3292    Text [en-US ] = "Chairperson";
3293};
3294
3295String RID_AGENDAWIZARDDIALOG_START +26
3296{
3297    Text [en-US ] = "Minute keeper";
3298};
3299
3300String RID_AGENDAWIZARDDIALOG_START +27
3301{
3302    Text [en-US ] = "Moderator";
3303};
3304
3305String RID_AGENDAWIZARDDIALOG_START +28
3306{
3307    Text [en-US ] = "Attendees";
3308};
3309
3310String RID_AGENDAWIZARDDIALOG_START +29
3311{
3312    Text [en-US ] = "Observers";
3313};
3314
3315String RID_AGENDAWIZARDDIALOG_START +30
3316{
3317    Text [en-US ] = "Facility personnel";
3318};
3319
3320String RID_AGENDAWIZARDDIALOG_START +31
3321{
3322    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.";
3323};
3324
3325String RID_AGENDAWIZARDDIALOG_START +32
3326{
3327    Text [en-US ] = "Type of meeting";
3328};
3329
3330String RID_AGENDAWIZARDDIALOG_START +33
3331{
3332    Text [en-US ] = "Please read";
3333};
3334
3335String RID_AGENDAWIZARDDIALOG_START +34
3336{
3337    Text [en-US ] = "Please bring";
3338};
3339
3340String RID_AGENDAWIZARDDIALOG_START +35
3341{
3342    Text [en-US ] = "Notes";
3343};
3344
3345String RID_AGENDAWIZARDDIALOG_START +36
3346{
3347    Text [en-US ] = "The agenda template will include placeholders for the selected items.";
3348};
3349
3350String RID_AGENDAWIZARDDIALOG_START +38
3351{
3352    Text [en-US ] = "Date:";
3353};
3354
3355String RID_AGENDAWIZARDDIALOG_START +39
3356{
3357    Text [en-US ] = "This wizard creates an agenda template which enables you to create multiple agendas with the same layout and settings.";
3358};
3359
3360String RID_AGENDAWIZARDDIALOG_START +40
3361{
3362    Text [en-US ] = "Page design:";
3363};
3364
3365String RID_AGENDAWIZARDDIALOG_START +41
3366{
3367    Text [en-US ] = "myAgendaTemplate.stw";
3368};
3369
3370String RID_AGENDAWIZARDDIALOG_START +42
3371{
3372    Text [en-US ] = "My Agenda Template";
3373};
3374
3375String RID_AGENDAWIZARDDIALOG_START +43
3376{
3377    Text [en-US ] = "An unexpected error occurred while saving the agenda template.";
3378};
3379
3380String RID_AGENDAWIZARDDIALOG_START +44
3381{
3382    Text [en-US ] = "Name";
3383};
3384
3385String RID_AGENDAWIZARDDIALOG_START +45
3386{
3387    Text [en-US ] = "Date";
3388};
3389
3390String RID_AGENDAWIZARDDIALOG_START +46
3391{
3392    Text [en-US ] = "Time";
3393};
3394
3395String RID_AGENDAWIZARDDIALOG_START + 47
3396{
3397    Text [en-US ] = "Location";
3398};
3399
3400String RID_AGENDAWIZARDDIALOG_START +48
3401{
3402    Text [en-US ] = "Click to replace this text";
3403};
3404
3405String RID_AGENDAWIZARDDIALOG_START +50
3406{
3407    Text [en-US ] = "Page design";
3408};
3409
3410String RID_AGENDAWIZARDDIALOG_START +51
3411{
3412    Text [en-US ] = "General information";
3413};
3414
3415String RID_AGENDAWIZARDDIALOG_START +52
3416{
3417    Text [en-US ] = "Headings to include";
3418};
3419
3420String RID_AGENDAWIZARDDIALOG_START +53
3421{
3422    Text [en-US ] = "Names";
3423};
3424
3425String RID_AGENDAWIZARDDIALOG_START +54
3426{
3427    Text [en-US ] = "Agenda items";
3428};
3429
3430String RID_AGENDAWIZARDDIALOG_START +55
3431{
3432    Text [en-US ] = "Name and location";
3433};
3434
3435String RID_AGENDAWIZARDDIALOG_START +56
3436{
3437    Text [en-US ] = "An unexpected error occurred while opening the agenda template.";
3438};
3439
3440String RID_AGENDAWIZARDDIALOG_START +57
3441{
3442    Text [en-US ] = "Type of meeting";
3443};
3444
3445String RID_AGENDAWIZARDDIALOG_START +58
3446{
3447    Text [en-US ] = "Please bring";
3448};
3449
3450String RID_AGENDAWIZARDDIALOG_START +59
3451{
3452    Text [en-US ] = "Please read";
3453};
3454
3455String RID_AGENDAWIZARDDIALOG_START +60
3456{
3457    Text [en-US ] = "Notes";
3458};
3459
3460String RID_AGENDAWIZARDDIALOG_START +61
3461{
3462    Text [en-US ] = "Meeting called by";
3463};
3464
3465String RID_AGENDAWIZARDDIALOG_START +62
3466{
3467    Text [en-US ] = "Chairperson";
3468};
3469
3470String RID_AGENDAWIZARDDIALOG_START +63
3471{
3472    Text [en-US ] = "Attendees";
3473};
3474
3475String RID_AGENDAWIZARDDIALOG_START +64
3476{
3477    Text [en-US ] = "Minute keeper";
3478};
3479
3480String RID_AGENDAWIZARDDIALOG_START +65
3481{
3482    Text [en-US ] = "Moderator";
3483};
3484
3485String RID_AGENDAWIZARDDIALOG_START +66
3486{
3487    Text [en-US ] = "Observers";
3488};
3489
3490String RID_AGENDAWIZARDDIALOG_START +67
3491{
3492    Text [en-US ] = "Facility personnel";
3493};
3494
3495String RID_AGENDAWIZARDDIALOG_START +68
3496{
3497    Text [en-US ] = "Insert";
3498};
3499
3500String RID_AGENDAWIZARDDIALOG_START +69
3501{
3502    Text [en-US ] = "Remove";
3503};
3504
3505String RID_AGENDAWIZARDDIALOG_START +70
3506{
3507    Text [en-US ] = "Move up";
3508};
3509
3510String RID_AGENDAWIZARDDIALOG_START +71
3511{
3512    Text [en-US ] = "Move down";
3513};
3514
3515