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