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