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