xref: /trunk/main/svx/source/form/fmstring.src (revision 7fde2df7)
109a1d057SAndrew Rist/**************************************************************
2c3e329b9Smseidel *
309a1d057SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
409a1d057SAndrew Rist * or more contributor license agreements.  See the NOTICE file
509a1d057SAndrew Rist * distributed with this work for additional information
609a1d057SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
709a1d057SAndrew Rist * to you under the Apache License, Version 2.0 (the
809a1d057SAndrew Rist * "License"); you may not use this file except in compliance
909a1d057SAndrew Rist * with the License.  You may obtain a copy of the License at
10c3e329b9Smseidel *
1109a1d057SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12c3e329b9Smseidel *
1309a1d057SAndrew Rist * Unless required by applicable law or agreed to in writing,
1409a1d057SAndrew Rist * software distributed under the License is distributed on an
1509a1d057SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1609a1d057SAndrew Rist * KIND, either express or implied.  See the License for the
1709a1d057SAndrew Rist * specific language governing permissions and limitations
1809a1d057SAndrew Rist * under the License.
19c3e329b9Smseidel *
2009a1d057SAndrew Rist *************************************************************/
2109a1d057SAndrew Rist
22cdf0e10cSrcweir#include "svx/fmresids.hrc"
23c3e329b9Smseidel/* Strings for translation */
24cdf0e10cSrcweirString RID_ERR_CONTEXT_ADDFORM
25cdf0e10cSrcweir{
26c3e329b9Smseidel	Text [ en-US ] = "Error while creating form" ;
27cdf0e10cSrcweir};
28cdf0e10cSrcweirString RID_ERR_FIELDREQUIRED
29cdf0e10cSrcweir{
30c3e329b9Smseidel	Text [ en-US ] = "Input required in field '#'. Please enter a value." ;
31cdf0e10cSrcweir};
32cdf0e10cSrcweirString RID_ERR_DUPLICATE_NAME
33cdf0e10cSrcweir{
34c3e329b9Smseidel	Text [ en-US ] = "Entry already exists.\nPlease choose another name." ;
35cdf0e10cSrcweir};
36cdf0e10cSrcweirString RID_STR_FORMS
37cdf0e10cSrcweir{
38c3e329b9Smseidel	Text [ en-US ] = "Forms" ;
39cdf0e10cSrcweir};
40cdf0e10cSrcweirString RID_STR_NO_PROPERTIES
41cdf0e10cSrcweir{
42c3e329b9Smseidel	Text [ en-US ] = "No control selected" ;
43cdf0e10cSrcweir};
44cdf0e10cSrcweirString RID_STR_PROPERTIES_CONTROL
45cdf0e10cSrcweir{
46c3e329b9Smseidel	Text [ en-US ] = "Properties: " ;
47cdf0e10cSrcweir};
48cdf0e10cSrcweirString RID_STR_PROPERTIES_FORM
49cdf0e10cSrcweir{
50c3e329b9Smseidel	Text [ en-US ] = "Form Properties" ;
51cdf0e10cSrcweir};
52cdf0e10cSrcweirString RID_STR_FMEXPLORER
53cdf0e10cSrcweir{
54c3e329b9Smseidel	Text [ en-US ] = "Form Navigator" ;
55cdf0e10cSrcweir};
56cdf0e10cSrcweirString RID_STR_FORM
57cdf0e10cSrcweir{
58c3e329b9Smseidel	Text [ en-US ] = "Form" ;
59cdf0e10cSrcweir};
60cdf0e10cSrcweirResource RID_RSC_TABWIN_PREFIX
61cdf0e10cSrcweir{
62c3e329b9Smseidel	String 1
63c3e329b9Smseidel	{
64c3e329b9Smseidel		Text [ en-US ] = "Table" ;
65c3e329b9Smseidel	};
66c3e329b9Smseidel	String 2
67c3e329b9Smseidel	{
68c3e329b9Smseidel		Text [ en-US ] = "Query" ;
69c3e329b9Smseidel	};
70c3e329b9Smseidel	String 3
71c3e329b9Smseidel	{
72c3e329b9Smseidel		Text [ en-US ] = "SQL" ;
73c3e329b9Smseidel	};
74cdf0e10cSrcweir};
75cdf0e10cSrcweirString RID_STR_FORMSHELL
76cdf0e10cSrcweir{
77c3e329b9Smseidel	Text = "Form Shell" ;
78cdf0e10cSrcweir};
79cdf0e10cSrcweirString RID_STR_STDFORMNAME
80cdf0e10cSrcweir{
81c3e329b9Smseidel	Text [ en-US ]= "Form" ;
82cdf0e10cSrcweir};
83cdf0e10cSrcweirString RID_STR_PROPTITLE_HIDDEN
84cdf0e10cSrcweir{
85c3e329b9Smseidel	Text [ en-US ] = "Hidden Control" ;
86cdf0e10cSrcweir};
87cdf0e10cSrcweirString RID_STR_CONTROL
88cdf0e10cSrcweir{
89c3e329b9Smseidel	Text [ en-US ] = "Control" ;
90cdf0e10cSrcweir};
91cdf0e10cSrcweirString RID_STR_REC_TEXT
92cdf0e10cSrcweir{
93c3e329b9Smseidel	Text [ en-US ] = "Record" ;
94cdf0e10cSrcweir};
95cdf0e10cSrcweirString RID_STR_REC_FROM_TEXT
96cdf0e10cSrcweir{
97c3e329b9Smseidel	Text [ en-US ] = "of" ;
98cdf0e10cSrcweir};
99cdf0e10cSrcweirString RID_STR_FIELDSELECTION
100cdf0e10cSrcweir{
101c3e329b9Smseidel	Text [ en-US ] = "Add field:" ;
102cdf0e10cSrcweir};
103cdf0e10cSrcweirString RID_STR_WRITEERROR
104cdf0e10cSrcweir{
105c3e329b9Smseidel	Text [ en-US ] = "Error writing data to database" ;
106cdf0e10cSrcweir};
107cdf0e10cSrcweir
108cdf0e10cSrcweirString RID_STR_SYNTAXERROR
109cdf0e10cSrcweir{
110c3e329b9Smseidel	Text [ en-US ] = "Syntax error in query expression" ;
111cdf0e10cSrcweir};
112cdf0e10cSrcweir
113cdf0e10cSrcweirString RID_STR_DELETECONFIRM_RECORD
114cdf0e10cSrcweir{
115c3e329b9Smseidel	Text [ en-US ] = "You intend to delete 1 record." ;
116cdf0e10cSrcweir};
117cdf0e10cSrcweirString RID_STR_DELETECONFIRM_RECORDS
118cdf0e10cSrcweir{
119c3e329b9Smseidel	Text [ en-US ] = "# records will be deleted." ;
120cdf0e10cSrcweir};
121cdf0e10cSrcweirString RID_STR_DELETECONFIRM
122cdf0e10cSrcweir{
123c3e329b9Smseidel	Text [ en-US ] = "If you click Yes, you won't be able to undo this operation.\nDo you want to continue anyway?" ;
124cdf0e10cSrcweir};
125cdf0e10cSrcweir
126cdf0e10cSrcweirString RID_ERR_NO_ELEMENT
127cdf0e10cSrcweir{
128c3e329b9Smseidel	Text [ en-US ] = "Choose an entry from the list or enter a text corresponding to one of the list items." ;
129cdf0e10cSrcweir};
130cdf0e10cSrcweirString RID_STR_GROUPBOX
131cdf0e10cSrcweir{
132c3e329b9Smseidel	Text [ en-US ] = "Frame element" ;
133cdf0e10cSrcweir};
134cdf0e10cSrcweirString RID_STR_NAVIGATION
135cdf0e10cSrcweir{
136c3e329b9Smseidel	Text [ en-US ] = "Navigation" ;
137cdf0e10cSrcweir};
138cdf0e10cSrcweirString RID_STR_NAVIGATIONBAR
139cdf0e10cSrcweir{
140c3e329b9Smseidel	Text [ en-US ] = "Navigation bar" ;
141cdf0e10cSrcweir};
142cdf0e10cSrcweirString RID_STR_COLUMN
143cdf0e10cSrcweir{
144c3e329b9Smseidel	Text [ en-US ] = "Col" ;
145cdf0e10cSrcweir};
146cdf0e10cSrcweirString RID_STR_UNDO_PROPERTY
147cdf0e10cSrcweir{
148c3e329b9Smseidel	Text [ en-US ] = "Set property '#'" ;
149cdf0e10cSrcweir};
150cdf0e10cSrcweirString RID_STR_UNDO_CONTAINER_INSERT
151cdf0e10cSrcweir{
152c3e329b9Smseidel	Text [ en-US ] = "Insert in container" ;
153cdf0e10cSrcweir};
154cdf0e10cSrcweirString RID_STR_UNDO_CONTAINER_REMOVE
155cdf0e10cSrcweir{
156c3e329b9Smseidel	Text [ en-US ] = "Delete #" ;
157cdf0e10cSrcweir};
158cdf0e10cSrcweirString RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE
159cdf0e10cSrcweir{
160c3e329b9Smseidel	Text [ en-US ] = "Delete # objects" ;
161cdf0e10cSrcweir};
162cdf0e10cSrcweirString RID_STR_UNDO_CONTAINER_REPLACE
163cdf0e10cSrcweir{
164c3e329b9Smseidel	Text [ en-US ] = "Replace a container element" ;
165cdf0e10cSrcweir};
166cdf0e10cSrcweirString RID_STR_UNDO_DELETE_LOGICAL
167cdf0e10cSrcweir{
168c3e329b9Smseidel	Text [ en-US ] = "Delete structure" ;
169cdf0e10cSrcweir};
170cdf0e10cSrcweirString RID_STR_UNDO_MODEL_REPLACE
171cdf0e10cSrcweir{
172c3e329b9Smseidel	Text [ en-US ] = "Replace Control" ;
173cdf0e10cSrcweir};
174cdf0e10cSrcweirString RID_STR_DATE
175cdf0e10cSrcweir{
176c3e329b9Smseidel	Text [ en-US ] = "Date" ;
177cdf0e10cSrcweir};
178cdf0e10cSrcweirString RID_STR_TIME
179cdf0e10cSrcweir{
180c3e329b9Smseidel	Text [ en-US ] = "Time" ;
181cdf0e10cSrcweir};
182cdf0e10cSrcweirString RID_STR_PROPTITLE_PUSHBUTTON
183cdf0e10cSrcweir{
184c3e329b9Smseidel	Text [ en-US ] = "Push Button" ;
185cdf0e10cSrcweir};
186cdf0e10cSrcweirString RID_STR_PROPTITLE_RADIOBUTTON
187cdf0e10cSrcweir{
188c3e329b9Smseidel	Text [ en-US ] = "Option Button" ;
189cdf0e10cSrcweir};
190cdf0e10cSrcweirString RID_STR_PROPTITLE_CHECKBOX
191cdf0e10cSrcweir{
192c3e329b9Smseidel	Text [ en-US ] = "Check Box" ;
193cdf0e10cSrcweir};
194cdf0e10cSrcweirString RID_STR_PROPTITLE_FIXEDTEXT
195cdf0e10cSrcweir{
196c3e329b9Smseidel	Text [ en-US ] = "Label Field" ;
197cdf0e10cSrcweir};
198cdf0e10cSrcweirString RID_STR_PROPTITLE_GROUPBOX
199cdf0e10cSrcweir{
200c3e329b9Smseidel	Text [ en-US ] = "Group Box" ;
201cdf0e10cSrcweir};
202cdf0e10cSrcweirString RID_STR_PROPTITLE_EDIT
203cdf0e10cSrcweir{
204c3e329b9Smseidel	Text [ en-US ] = "Text Box" ;
205cdf0e10cSrcweir};
206cdf0e10cSrcweirString RID_STR_PROPTITLE_FORMATTED
207cdf0e10cSrcweir{
208c3e329b9Smseidel	Text [ en-US ] = "Formatted Field" ;
209cdf0e10cSrcweir};
210cdf0e10cSrcweirString RID_STR_PROPTITLE_LISTBOX
211cdf0e10cSrcweir{
212c3e329b9Smseidel	Text [ en-US ] = "List Box" ;
213cdf0e10cSrcweir};
214cdf0e10cSrcweirString RID_STR_PROPTITLE_COMBOBOX
215cdf0e10cSrcweir{
216c3e329b9Smseidel	Text [ en-US ] = "Combo Box" ;
217cdf0e10cSrcweir};
218cdf0e10cSrcweirString RID_STR_PROPTITLE_IMAGEBUTTON
219cdf0e10cSrcweir{
220c3e329b9Smseidel	Text [ en-US ] = "Image Button" ;
221cdf0e10cSrcweir};
222cdf0e10cSrcweirString RID_STR_PROPTITLE_IMAGECONTROL
223cdf0e10cSrcweir{
224c3e329b9Smseidel	Text [ en-US ] = "Image Control" ;
225cdf0e10cSrcweir};
226cdf0e10cSrcweirString RID_STR_PROPTITLE_FILECONTROL
227cdf0e10cSrcweir{
228c3e329b9Smseidel	Text [ en-US ] = "File Selection" ;
229cdf0e10cSrcweir};
230cdf0e10cSrcweirString RID_STR_PROPTITLE_DATEFIELD
231cdf0e10cSrcweir{
232c3e329b9Smseidel	Text [ en-US ] = "Date Field" ;
233cdf0e10cSrcweir};
234cdf0e10cSrcweirString RID_STR_PROPTITLE_TIMEFIELD
235cdf0e10cSrcweir{
236c3e329b9Smseidel	Text [ en-US ] = "Time Field" ;
237cdf0e10cSrcweir};
238cdf0e10cSrcweirString RID_STR_PROPTITLE_NUMERICFIELD
239cdf0e10cSrcweir{
240c3e329b9Smseidel	Text [ en-US ] = "Numeric Field" ;
241cdf0e10cSrcweir};
242cdf0e10cSrcweirString RID_STR_PROPTITLE_CURRENCYFIELD
243cdf0e10cSrcweir{
244c3e329b9Smseidel	Text [ en-US ] = "Currency Field" ;
245cdf0e10cSrcweir};
246cdf0e10cSrcweirString RID_STR_PROPTITLE_PATTERNFIELD
247cdf0e10cSrcweir{
248c3e329b9Smseidel	Text [ en-US ] = "Pattern Field" ;
249cdf0e10cSrcweir};
250cdf0e10cSrcweirString RID_STR_PROPTITLE_DBGRID
251cdf0e10cSrcweir{
252*7fde2df7Smseidel	Text [ en-US ] = "Table Control" ;
253cdf0e10cSrcweir};
254cdf0e10cSrcweirString RID_STR_PROPTITLE_SCROLLBAR
255cdf0e10cSrcweir{
256c3e329b9Smseidel	Text [ en-US ] = "Scrollbar" ;
257cdf0e10cSrcweir};
258cdf0e10cSrcweirString RID_STR_PROPTITLE_SPINBUTTON
259cdf0e10cSrcweir{
260c3e329b9Smseidel	Text [ en-US ] = "Spin Button" ;
261cdf0e10cSrcweir};
262cdf0e10cSrcweirString RID_STR_PROPTITLE_NAVBAR
263cdf0e10cSrcweir{
264c3e329b9Smseidel	Text [ en-US ] = "Navigation Bar" ;
265cdf0e10cSrcweir};
266cdf0e10cSrcweirString RID_STR_PROPTITLE_MULTISELECT
267cdf0e10cSrcweir{
268c3e329b9Smseidel	Text [ en-US ] = "Multiselection" ;
269cdf0e10cSrcweir};
270cdf0e10cSrcweirString RID_STR_NODATACONTROLS
271cdf0e10cSrcweir{
272c3e329b9Smseidel	Text [ en-US ] = "No data-related controls in the current form!" ;
273cdf0e10cSrcweir};
274cdf0e10cSrcweirString RID_STR_POSTFIX_DATE
275cdf0e10cSrcweir{
276c3e329b9Smseidel	Text [ en-US ] = " (Date)" ;
277cdf0e10cSrcweir};
278cdf0e10cSrcweirString RID_STR_POSTFIX_TIME
279cdf0e10cSrcweir{
280c3e329b9Smseidel	Text [ en-US ] = " (Time)" ;
281cdf0e10cSrcweir};
282cdf0e10cSrcweirString RID_STR_FILTER_NAVIGATOR
283cdf0e10cSrcweir{
284c3e329b9Smseidel	Text [ en-US ] = "Filter navigator" ;
285cdf0e10cSrcweir};
286cdf0e10cSrcweir
287cdf0e10cSrcweirString RID_STR_FILTER_FILTER_FOR
288cdf0e10cSrcweir{
289c3e329b9Smseidel	Text [ en-US ] = "Filter for" ;
290cdf0e10cSrcweir};
291cdf0e10cSrcweir
292cdf0e10cSrcweirString RID_STR_FILTER_FILTER_OR
293cdf0e10cSrcweir{
294c3e329b9Smseidel	Text [ en-US ] = "Or" ;
295cdf0e10cSrcweir};
296cdf0e10cSrcweir
297cdf0e10cSrcweirString RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY
298cdf0e10cSrcweir{
299c3e329b9Smseidel	Text [ en-US ] = "Valid bound controls which can be used in the table view do not exist in the current form." ;
300cdf0e10cSrcweir};
301cdf0e10cSrcweirString RID_STR_AUTOFIELD
302cdf0e10cSrcweir{
303c3e329b9Smseidel	Text [ en-US ] = "<AutoField>" ;
304cdf0e10cSrcweir};
305cdf0e10cSrcweir
306cdf0e10cSrcweirQueryBox RID_QRY_SAVEMODIFIED
307cdf0e10cSrcweir{
308cdf0e10cSrcweir	Buttons = WB_YES_NO_CANCEL ;
309cdf0e10cSrcweir	DefButton = WB_DEF_YES ;
310c3e329b9Smseidel	Message [ en-US ] = "The content of the current form has been modified.\nDo you want to save your changes?" ;
311cdf0e10cSrcweir};
312cdf0e10cSrcweirResource RID_RSC_SQL_INTERNATIONAL
313cdf0e10cSrcweir{
314c3e329b9Smseidel	String 1
315c3e329b9Smseidel	{
316c3e329b9Smseidel		Text [ en-US ] = "LIKE" ;
317c3e329b9Smseidel	};
318c3e329b9Smseidel	String 2
319c3e329b9Smseidel	{
320c3e329b9Smseidel		Text [ en-US ] = "NOT" ;
321c3e329b9Smseidel	};
322c3e329b9Smseidel	String 3
323c3e329b9Smseidel	{
324c3e329b9Smseidel		Text [ en-US ] = "EMPTY" ;
325c3e329b9Smseidel	};
326c3e329b9Smseidel	String 4
327c3e329b9Smseidel	{
328c3e329b9Smseidel		Text [ en-US ] = "TRUE" ;
329c3e329b9Smseidel	};
330c3e329b9Smseidel	String 5
331c3e329b9Smseidel	{
332c3e329b9Smseidel		Text [ en-US ] = "FALSE" ;
333c3e329b9Smseidel	};
334c3e329b9Smseidel	String 6
335c3e329b9Smseidel	{
336c3e329b9Smseidel		Text [ en-US ] = "IS" ;
337c3e329b9Smseidel	};
338c3e329b9Smseidel	String 7
339c3e329b9Smseidel	{
340c3e329b9Smseidel		Text [ en-US ] = "BETWEEN" ;
341c3e329b9Smseidel	};
342c3e329b9Smseidel	String 8
343c3e329b9Smseidel	{
344c3e329b9Smseidel		Text [ en-US ] = "OR" ;
345c3e329b9Smseidel	};
346c3e329b9Smseidel	String 9
347c3e329b9Smseidel	{
348c3e329b9Smseidel		Text [ en-US ] = "AND" ;
349c3e329b9Smseidel	};
350c3e329b9Smseidel	String 10
351c3e329b9Smseidel	{
352c3e329b9Smseidel		Text [ en-US ] = "Average" ;
353c3e329b9Smseidel	};
354c3e329b9Smseidel	String 11
355c3e329b9Smseidel	{
356c3e329b9Smseidel		Text [ en-US ] = "Count" ;
357c3e329b9Smseidel	};
358c3e329b9Smseidel	String 12
359c3e329b9Smseidel	{
360c3e329b9Smseidel		Text [ en-US ] = "Maximum" ;
361c3e329b9Smseidel	};
362c3e329b9Smseidel	String 13
363c3e329b9Smseidel	{
364c3e329b9Smseidel		Text [ en-US ] = "Minimum" ;
365c3e329b9Smseidel	};
366c3e329b9Smseidel	String 14
367c3e329b9Smseidel	{
368c3e329b9Smseidel		Text [ en-US ] = "Sum" ;
369c3e329b9Smseidel	};
370c3e329b9Smseidel	String 15
371c3e329b9Smseidel	{
372c3e329b9Smseidel		Text [ en-US ] = "Every" ;
373c3e329b9Smseidel	};
374c3e329b9Smseidel	String 16
375c3e329b9Smseidel	{
376c3e329b9Smseidel		Text [ en-US ] = "Any" ;
377c3e329b9Smseidel	};
378c3e329b9Smseidel	String 17
379c3e329b9Smseidel	{
380c3e329b9Smseidel		Text [ en-US ] = "Some" ;
381c3e329b9Smseidel	};
382c3e329b9Smseidel	String 18
383c3e329b9Smseidel	{
384c3e329b9Smseidel		Text [ en-US ] = "STDDEV_POP" ;
385c3e329b9Smseidel	};
386c3e329b9Smseidel	String 19
387c3e329b9Smseidel	{
388c3e329b9Smseidel		Text [ en-US ] = "STDDEV_SAMP" ;
389c3e329b9Smseidel	};
390c3e329b9Smseidel	String 20
391c3e329b9Smseidel	{
392c3e329b9Smseidel		Text [ en-US ] = "VAR_SAMP" ;
393c3e329b9Smseidel	};
394c3e329b9Smseidel	String 21
395c3e329b9Smseidel	{
396c3e329b9Smseidel		Text [ en-US ] = "VAR_POP" ;
397c3e329b9Smseidel	};
398c3e329b9Smseidel	String 22
399c3e329b9Smseidel	{
400c3e329b9Smseidel		Text [ en-US ] = "Collect" ;
401c3e329b9Smseidel	};
402c3e329b9Smseidel	String 23
403c3e329b9Smseidel	{
404c3e329b9Smseidel		Text [ en-US ] = "Fusion" ;
405c3e329b9Smseidel	};
406c3e329b9Smseidel	String 24
407c3e329b9Smseidel	{
408c3e329b9Smseidel		Text [ en-US ] = "Intersection" ;
409c3e329b9Smseidel	};
410cdf0e10cSrcweir};
411cdf0e10cSrcweir
412cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_ERROR
413cdf0e10cSrcweir{
414c3e329b9Smseidel	Text [ en-US ] = "Syntax error in SQL statement" ;
415cdf0e10cSrcweir};
416cdf0e10cSrcweir
417cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE
418cdf0e10cSrcweir{
419c3e329b9Smseidel	Text [ en-US ] = "The value #1 cannot be used with LIKE." ;
420cdf0e10cSrcweir};
421cdf0e10cSrcweir
422cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE
423cdf0e10cSrcweir{
424c3e329b9Smseidel	Text [ en-US ] = "LIKE cannot be used with this field." ;
425cdf0e10cSrcweir};
426cdf0e10cSrcweir
427cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID
428cdf0e10cSrcweir{
429c3e329b9Smseidel	Text [ en-US ] = "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY." ;
430cdf0e10cSrcweir};
431cdf0e10cSrcweir
432cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID
433cdf0e10cSrcweir{
434c3e329b9Smseidel	Text [ en-US ] = "The field cannot be compared with an integer." ;
435cdf0e10cSrcweir};
436cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_TABLE
437cdf0e10cSrcweir{
438c3e329b9Smseidel	Text [ en-US ] = "The database does not contain a table named \"#\"." ;
439cdf0e10cSrcweir};
440cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY
441cdf0e10cSrcweir{
442c3e329b9Smseidel	Text [ en-US ] = "The database does contain neither a table nor a query named \"#\"." ;
443cdf0e10cSrcweir};
444cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS
445cdf0e10cSrcweir{
446c3e329b9Smseidel	Text [ en-US ] = "The database already contains a table or view with name \"#\"." ;
447cdf0e10cSrcweir};
448cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS
449cdf0e10cSrcweir{
450c3e329b9Smseidel	Text [ en-US ] = "The database already contains a query with name \"#\"." ;
451cdf0e10cSrcweir};
452cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_COLUMN
453cdf0e10cSrcweir{
454c3e329b9Smseidel	Text [ en-US ] = "The column \"#1\" is unknown in the table \"#2\"." ;
455cdf0e10cSrcweir};
456cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID
457cdf0e10cSrcweir{
458c3e329b9Smseidel	Text [ en-US ] = "The field cannot be compared with a floating point number." ;
459cdf0e10cSrcweir};
460cdf0e10cSrcweir
461cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE
462cdf0e10cSrcweir{
463c3e329b9Smseidel	Text [ en-US ] = "The entered criterion cannot be compared with this field." ;
464cdf0e10cSrcweir};
465cdf0e10cSrcweir
466cdf0e10cSrcweirString RID_STR_DATANAVIGATOR
467cdf0e10cSrcweir{
468c3e329b9Smseidel	Text [ en-US ] = "Data Navigator" ;
469cdf0e10cSrcweir};
470cdf0e10cSrcweir
471cdf0e10cSrcweirString RID_STR_READONLY_VIEW
472cdf0e10cSrcweir{
473c3e329b9Smseidel	Text [ en-US ] = " (read-only)" ;
474cdf0e10cSrcweir};
475cdf0e10cSrcweir
476cdf0e10cSrcweirString RID_STR_ALREADYEXISTOVERWRITE
477cdf0e10cSrcweir{
478cdf0e10cSrcweir	Text [ en-US ] = "The file already exists. Overwrite?" ;
479cdf0e10cSrcweir};
480cdf0e10cSrcweirString RID_STR_OBJECT_LABEL
481cdf0e10cSrcweir{
482c3e329b9Smseidel	Text [ en-US ] = "#object# label" ;
483cdf0e10cSrcweir};
484c3e329b9Smseidel
485c3e329b9Smseidel// ********************************************************************** EOF
486