xref: /aoo41x/main/forms/source/resource/strings.src (revision 1fd72c3e)
1*1fd72c3eSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*1fd72c3eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*1fd72c3eSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*1fd72c3eSAndrew Rist * distributed with this work for additional information
6*1fd72c3eSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*1fd72c3eSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*1fd72c3eSAndrew Rist * "License"); you may not use this file except in compliance
9*1fd72c3eSAndrew Rist * with the License.  You may obtain a copy of the License at
10*1fd72c3eSAndrew Rist *
11*1fd72c3eSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*1fd72c3eSAndrew Rist *
13*1fd72c3eSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*1fd72c3eSAndrew Rist * software distributed under the License is distributed on an
15*1fd72c3eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*1fd72c3eSAndrew Rist * KIND, either express or implied.  See the License for the
17*1fd72c3eSAndrew Rist * specific language governing permissions and limitations
18*1fd72c3eSAndrew Rist * under the License.
19*1fd72c3eSAndrew Rist *
20*1fd72c3eSAndrew Rist *************************************************************/
21*1fd72c3eSAndrew Rist
22*1fd72c3eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _FRM_RESOURCE_HRC_
25cdf0e10cSrcweir#include "frm_resource.hrc"
26cdf0e10cSrcweir#endif
27cdf0e10cSrcweir
28cdf0e10cSrcweirString RID_BASELISTBOX_ERROR_FILLLIST
29cdf0e10cSrcweir{
30cdf0e10cSrcweir	Text [ en-US ] = "The contents of a combo box or list field could not be determined.";
31cdf0e10cSrcweir};
32cdf0e10cSrcweir
33cdf0e10cSrcweirString RID_STR_IMPORT_GRAPHIC
34cdf0e10cSrcweir{
35cdf0e10cSrcweir	Text [ en-US ] = "Insert graphics" ;
36cdf0e10cSrcweir};
37cdf0e10cSrcweir
38cdf0e10cSrcweirString RID_STR_CONTROL_SUBSTITUTED_NAME
39cdf0e10cSrcweir{
40cdf0e10cSrcweir	Text [ en-US ] = "substituted";
41cdf0e10cSrcweir};
42cdf0e10cSrcweir
43cdf0e10cSrcweirString RID_STR_CONTROL_SUBSTITUTED_EPXPLAIN
44cdf0e10cSrcweir{
45cdf0e10cSrcweir	Text [ en-US ] = "An error occurred while this control was being loaded. It was therefore replaced with a placeholder.";
46cdf0e10cSrcweir};
47cdf0e10cSrcweir
48cdf0e10cSrcweirString RID_STR_READERROR
49cdf0e10cSrcweir{
50cdf0e10cSrcweir	Text [ en-US ] = "Error reading data from database" ;
51cdf0e10cSrcweir};
52cdf0e10cSrcweir
53cdf0e10cSrcweirString RID_STR_CONNECTERROR
54cdf0e10cSrcweir{
55cdf0e10cSrcweir	Text [ en-US ] = "Connection failed" ;
56cdf0e10cSrcweir};
57cdf0e10cSrcweir
58cdf0e10cSrcweirString RID_ERR_LOADING_FORM
59cdf0e10cSrcweir{
60cdf0e10cSrcweir	Text [ en-US ] = "The data content could not be loaded.";
61cdf0e10cSrcweir};
62cdf0e10cSrcweir
63cdf0e10cSrcweirString RID_ERR_REFRESHING_FORM
64cdf0e10cSrcweir{
65cdf0e10cSrcweir	Text [ en-US ] = "The data content could not be updated";
66cdf0e10cSrcweir};
67cdf0e10cSrcweir
68cdf0e10cSrcweirString RID_STR_ERR_INSERTRECORD
69cdf0e10cSrcweir{
70cdf0e10cSrcweir	Text [ en-US ] = "Error inserting the new record";
71cdf0e10cSrcweir};
72cdf0e10cSrcweir
73cdf0e10cSrcweirString RID_STR_ERR_UPDATERECORD
74cdf0e10cSrcweir{
75cdf0e10cSrcweir	Text [ en-US ] = "Error updating the current record";
76cdf0e10cSrcweir};
77cdf0e10cSrcweir
78cdf0e10cSrcweirString RID_STR_ERR_DELETERECORD
79cdf0e10cSrcweir{
80cdf0e10cSrcweir	Text [ en-US ] = "Error deleting the current record";
81cdf0e10cSrcweir};
82cdf0e10cSrcweir
83cdf0e10cSrcweirString RID_STR_ERR_DELETERECORDS
84cdf0e10cSrcweir{
85cdf0e10cSrcweir	Text [ en-US ] = "Error deleting the specified records";
86cdf0e10cSrcweir};
87cdf0e10cSrcweir
88cdf0e10cSrcweirString RID_STR_NEED_NON_NULL_OBJECT
89cdf0e10cSrcweir{
90cdf0e10cSrcweir	Text [ en-US ] = "The object cannot be NULL.";
91cdf0e10cSrcweir};
92cdf0e10cSrcweir
93cdf0e10cSrcweirString RID_STR_OPEN_GRAPHICS
94cdf0e10cSrcweir{
95cdf0e10cSrcweir	Text [ en-US ] = "Insert graphics from...";
96cdf0e10cSrcweir};
97cdf0e10cSrcweir
98cdf0e10cSrcweirString RID_STR_CLEAR_GRAPHICS
99cdf0e10cSrcweir{
100cdf0e10cSrcweir	Text [ en-US ] = "Remove graphics";
101cdf0e10cSrcweir};
102cdf0e10cSrcweir
103cdf0e10cSrcweir
104cdf0e10cSrcweirString RID_STR_INVALIDSTREAM
105cdf0e10cSrcweir{
106cdf0e10cSrcweir    Text [ en-US ] = "The given stream is invalid.";
107cdf0e10cSrcweir};
108cdf0e10cSrcweir
109cdf0e10cSrcweirString RID_STR_SYNTAXERROR
110cdf0e10cSrcweir{
111cdf0e10cSrcweir	Text [ en-US ] = "Syntax error in query expression" ;
112cdf0e10cSrcweir};
113cdf0e10cSrcweir
114cdf0e10cSrcweirString RID_STR_INCOMPATIBLE_TYPES
115cdf0e10cSrcweir{
116cdf0e10cSrcweir    Text [ en-US ] = "The value types supported by the binding cannot be used for exchanging data with this control.";
117cdf0e10cSrcweir};
118cdf0e10cSrcweir
119cdf0e10cSrcweirString RID_STR_LABEL_RECORD
120cdf0e10cSrcweir{
121cdf0e10cSrcweir    Text [ en-US ] = "Record";
122cdf0e10cSrcweir};
123cdf0e10cSrcweir
124cdf0e10cSrcweirString RID_STR_INVALID_VALIDATOR
125cdf0e10cSrcweir{
126cdf0e10cSrcweir    Text [ en-US ] = "The control is connected to an external value binding, which at the same time acts as validator. You need to revoke the value binding, before you can set a new validator.";
127cdf0e10cSrcweir};
128cdf0e10cSrcweir
129cdf0e10cSrcweirString RID_STR_LABEL_OF
130cdf0e10cSrcweir{
131cdf0e10cSrcweir    Text [ en-US ] = "of";
132cdf0e10cSrcweir};
133cdf0e10cSrcweir
134cdf0e10cSrcweirString RID_STR_QUERY_SAVE_MODIFIED_ROW
135cdf0e10cSrcweir{
136cdf0e10cSrcweir	Text [ en-US ] = "The content of the current form has been modified.\nDo you want to save your changes?";
137cdf0e10cSrcweir};
138cdf0e10cSrcweirString RID_STR_COULD_NOT_SET_ORDER
139cdf0e10cSrcweir{
140cdf0e10cSrcweir	Text [ en-US ] = "Error setting the sort criteria";
141cdf0e10cSrcweir};
142cdf0e10cSrcweirString RID_STR_COULD_NOT_SET_FILTER
143cdf0e10cSrcweir{
144cdf0e10cSrcweir	Text [ en-US ] = "Error setting the filter criteria";
145cdf0e10cSrcweir};
146cdf0e10cSrcweirString RID_STR_FEATURE_REQUIRES_PARAMETERS
147cdf0e10cSrcweir{
148cdf0e10cSrcweir    Text [ en-US ] = "To execute this function, parameters are needed.";
149cdf0e10cSrcweir};
150cdf0e10cSrcweirString RID_STR_FEATURE_NOT_EXECUTABLE
151cdf0e10cSrcweir{
152cdf0e10cSrcweir    Text [ en-US ] = "This function cannot be executed, but is only for status queries.";
153cdf0e10cSrcweir};
154cdf0e10cSrcweirString RID_STR_FEATURE_UNKNOWN
155cdf0e10cSrcweir{
156cdf0e10cSrcweir    Text [ en-US ] = "Unknown function.";
157cdf0e10cSrcweir};
158