xref: /trunk/main/dbaccess/source/core/resource/strings.src (revision e08bb2f00528ee4e1985eb9019e6035fb59cd30b)
181d089aeSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
381d089aeSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
481d089aeSAndrew Rist * or more contributor license agreements.  See the NOTICE file
581d089aeSAndrew Rist * distributed with this work for additional information
681d089aeSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
781d089aeSAndrew Rist * to you under the Apache License, Version 2.0 (the
881d089aeSAndrew Rist * "License"); you may not use this file except in compliance
981d089aeSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
1181d089aeSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
1381d089aeSAndrew Rist * Unless required by applicable law or agreed to in writing,
1481d089aeSAndrew Rist * software distributed under the License is distributed on an
1581d089aeSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1681d089aeSAndrew Rist * KIND, either express or implied.  See the License for the
1781d089aeSAndrew Rist * specific language governing permissions and limitations
1881d089aeSAndrew Rist * under the License.
19cdf0e10cSrcweir *
2081d089aeSAndrew Rist *************************************************************/
2181d089aeSAndrew Rist
22cdf0e10cSrcweir#include "core_resource.hrc"
23cdf0e10cSrcweir#include "dbamiscres.hrc"
24cdf0e10cSrcweir
25cdf0e10cSrcweirString RID_STR_TRIED_OPEN_TABLE
26cdf0e10cSrcweir{
27cdf0e10cSrcweir    Text [ en-US ] = "Tried to open the table $name$." ;
28cdf0e10cSrcweir};
29cdf0e10cSrcweirString RID_STR_CONNECTION_INVALID
30cdf0e10cSrcweir{
31cdf0e10cSrcweir    Text [ en-US ] = "No connection could be established." ;
32cdf0e10cSrcweir};
33cdf0e10cSrcweir
34cdf0e10cSrcweirString RID_STR_TABLE_IS_FILTERED
35cdf0e10cSrcweir{
36cdf0e10cSrcweir    Text [ en-US ] = "The table $name$ already exists. It is not visible because it has been filtered out." ;
37cdf0e10cSrcweir};
38cdf0e10cSrcweir
39cdf0e10cSrcweirString RID_STR_NEED_CONFIG_WRITE_ACCESS
40cdf0e10cSrcweir{
41cdf0e10cSrcweir    Text [ en-US ] = "You have no write access to the configuration data the object is based on." ;
42cdf0e10cSrcweir};
43cdf0e10cSrcweir
44cdf0e10cSrcweir
45cdf0e10cSrcweirString RID_STR_COULDNOTCONNECT_UNSPECIFIED
46cdf0e10cSrcweir{
47cdf0e10cSrcweir    Text [ en-US ] = "The connection to the external data source could not be established. An unknown error occurred. The driver is probably defective." ;
48cdf0e10cSrcweir};
49cdf0e10cSrcweir
50cdf0e10cSrcweirString RID_STR_COULDNOTCONNECT_NODRIVER
51cdf0e10cSrcweir{
52cdf0e10cSrcweir    Text [ en-US ] = "The connection to the external data source could not be established. No SDBC driver was found for the given URL." ;
53cdf0e10cSrcweir};
54cdf0e10cSrcweir
55cdf0e10cSrcweirString RID_STR_COULDNOTLOAD_MANAGER
56cdf0e10cSrcweir{
57cdf0e10cSrcweir    Text [ en-US ] = "The connection to the external data source could not be established. The SDBC driver manager could not be loaded." ;
58cdf0e10cSrcweir};
59cdf0e10cSrcweir
60cdf0e10cSrcweirString RID_STR_FORM
61cdf0e10cSrcweir{
62cdf0e10cSrcweir    Text [ en-US ] = "Form" ;
63cdf0e10cSrcweir};
64cdf0e10cSrcweir
65cdf0e10cSrcweirString RID_STR_REPORT
66cdf0e10cSrcweir{
67cdf0e10cSrcweir    Text [ en-US ] = "Report" ;
68cdf0e10cSrcweir};
69cdf0e10cSrcweir
70cdf0e10cSrcweirString RID_STR_DATASOURCE_NOT_STORED
71cdf0e10cSrcweir{
72cdf0e10cSrcweir    Text [ en-US ] = "The data source was not saved. Please use the interface XStorable to save the data source." ;
73cdf0e10cSrcweir};
74cdf0e10cSrcweirString RID_STR_ONLY_QUERY
75cdf0e10cSrcweir{
76cdf0e10cSrcweir    Text [ en-US ] = "The given command is not a SELECT statement.\nOnly queries are allowed." ;
77cdf0e10cSrcweir};
78cdf0e10cSrcweirString RID_STR_NO_VALUE_CHANGED
79cdf0e10cSrcweir{
80cdf0e10cSrcweir    Text [ en-US ] = "No values were modified." ;
81cdf0e10cSrcweir};
82cdf0e10cSrcweirString RID_STR_NO_XROWUPDATE
83cdf0e10cSrcweir{
84cdf0e10cSrcweir    Text [ en-US ] = "Values could not be inserted. The XRowUpdate interface is not supported by ResultSet." ;
85cdf0e10cSrcweir};
86cdf0e10cSrcweirString RID_STR_NO_XRESULTSETUPDATE
87cdf0e10cSrcweir{
88cdf0e10cSrcweir    Text [ en-US ] = "Values could not be inserted. The XResultSetUpdate interface is not supported by ResultSet." ;
89cdf0e10cSrcweir};
90cdf0e10cSrcweirString RID_STR_NO_UPDATE_MISSING_CONDITION
91cdf0e10cSrcweir{
92cdf0e10cSrcweir    Text [ en-US ] = "Values could not be modified, due to a missing condition statement." ;
93cdf0e10cSrcweir};
94cdf0e10cSrcweirString RID_STR_NO_COLUMN_ADD
95cdf0e10cSrcweir{
96cdf0e10cSrcweir    Text [ en-US ] = "The adding of columns is not supported." ;
97cdf0e10cSrcweir};
98cdf0e10cSrcweirString RID_STR_NO_COLUMN_DROP
99cdf0e10cSrcweir{
100cdf0e10cSrcweir    Text [ en-US ] = "The dropping of columns is not supported." ;
101cdf0e10cSrcweir};
102cdf0e10cSrcweirString RID_STR_NO_CONDITION_FOR_PK
103cdf0e10cSrcweir{
104cdf0e10cSrcweir    Text [ en-US ] = "The WHERE condition could not be created for the primary key." ;
105cdf0e10cSrcweir};
106cdf0e10cSrcweirString RID_STR_COLUMN_UNKNOWN_PROP
107cdf0e10cSrcweir{
108cdf0e10cSrcweir    Text [ en-US ] = "The column does not support the property '%value'." ;
109cdf0e10cSrcweir};
110cdf0e10cSrcweirString RID_STR_COLUMN_NOT_SEARCHABLE
111cdf0e10cSrcweir{
112cdf0e10cSrcweir    Text [ en-US ] = "The column is not searchable!" ;
113cdf0e10cSrcweir};
114cdf0e10cSrcweirString RID_STR_NOT_SEQUENCE_INT8
115cdf0e10cSrcweir{
116cdf0e10cSrcweir    Text [ en-US ] = "The value of the columns is not of the type Sequence<sal_Int8>." ;
117cdf0e10cSrcweir};
118cdf0e10cSrcweirString RID_STR_COLUMN_NOT_VALID
119cdf0e10cSrcweir{
120cdf0e10cSrcweir    Text [ en-US ] = "The column is not valid." ;
121cdf0e10cSrcweir};
122cdf0e10cSrcweirString RID_STR_COLUMN_MUST_VISIBLE
123cdf0e10cSrcweir{
124cdf0e10cSrcweir    Text [ en-US ] = "The column '%name' must be visible as a column." ;
125cdf0e10cSrcweir};
126cdf0e10cSrcweirString RID_STR_NO_XQUERIESSUPPLIER
127cdf0e10cSrcweir{
128cdf0e10cSrcweir    Text [ en-US ] = "The interface XQueriesSupplier is not available." ;
129cdf0e10cSrcweir};
130cdf0e10cSrcweirString RID_STR_NOT_SUPPORTED_BY_DRIVER
131cdf0e10cSrcweir{
132cdf0e10cSrcweir    Text [ en-US ] = "The driver does not support this function." ;
133cdf0e10cSrcweir};
134cdf0e10cSrcweirString RID_STR_NO_ABS_ZERO
135cdf0e10cSrcweir{
136cdf0e10cSrcweir    Text [ en-US ] = "An 'absolute(0)' call is not allowed." ;
137cdf0e10cSrcweir};
138cdf0e10cSrcweirString RID_STR_NO_RELATIVE
139cdf0e10cSrcweir{
140cdf0e10cSrcweir    Text [ en-US ] = "Relative positioning is not allowed in this state." ;
141cdf0e10cSrcweir};
142cdf0e10cSrcweirString RID_STR_NO_REFESH_AFTERLAST
143cdf0e10cSrcweir{
144cdf0e10cSrcweir    Text [ en-US ] = "A row cannot be refreshed when the ResultSet is positioned after the last row." ;
145cdf0e10cSrcweir};
146cdf0e10cSrcweirString RID_STR_NO_MOVETOINSERTROW_CALLED
147cdf0e10cSrcweir{
148cdf0e10cSrcweir    Text [ en-US ] = "A new row cannot be inserted when the ResultSet is not first moved to the insert row." ;
149cdf0e10cSrcweir};
150cdf0e10cSrcweirString RID_STR_NO_UPDATEROW
151cdf0e10cSrcweir{
152cdf0e10cSrcweir    Text [ en-US ] = "A row cannot be modified in this state" ;
153cdf0e10cSrcweir};
154cdf0e10cSrcweirString RID_STR_NO_DELETEROW
155cdf0e10cSrcweir{
156cdf0e10cSrcweir    Text [ en-US ] = "A row cannot be deleted in this state." ;
157cdf0e10cSrcweir};
158cdf0e10cSrcweirString RID_STR_NO_TABLE_RENAME
159cdf0e10cSrcweir{
160cdf0e10cSrcweir    Text [ en-US ] = "The driver does not support table renaming." ;
161cdf0e10cSrcweir};
162cdf0e10cSrcweirString RID_STR_NO_ALTER_COLUMN_DEF
163cdf0e10cSrcweir{
164cdf0e10cSrcweir    Text [ en-US ] = "The driver does not support the modification of column descriptions." ;
165cdf0e10cSrcweir};
166cdf0e10cSrcweirString RID_STR_COLUMN_ALTER_BY_NAME
167cdf0e10cSrcweir{
168cdf0e10cSrcweir    Text [ en-US ] = "The driver does not support the modification of column descriptions by changing the name." ;
169cdf0e10cSrcweir};
170cdf0e10cSrcweirString RID_STR_COLUMN_ALTER_BY_INDEX
171cdf0e10cSrcweir{
172cdf0e10cSrcweir    Text [ en-US ] = "The driver does not support the modification of column descriptions by changing the index." ;
173cdf0e10cSrcweir};
174cdf0e10cSrcweirString RID_STR_FILE_DOES_NOT_EXIST
175cdf0e10cSrcweir{
176cdf0e10cSrcweir    Text [ en-US ] = "The file \"$file$\" does not exist." ;
177cdf0e10cSrcweir};
178cdf0e10cSrcweir
179cdf0e10cSrcweirString RID_STR_TABLE_DOES_NOT_EXIST
180cdf0e10cSrcweir{
181cdf0e10cSrcweir    Text [ en-US ] = "There exists no table named \"$table$\"." ;
182cdf0e10cSrcweir};
183cdf0e10cSrcweir
184cdf0e10cSrcweirString RID_STR_QUERY_DOES_NOT_EXIST
185cdf0e10cSrcweir{
186cdf0e10cSrcweir    Text [ en-US ] = "There exists no query named \"$table$\"." ;
187cdf0e10cSrcweir};
188cdf0e10cSrcweir
189cdf0e10cSrcweirString RID_STR_CONFLICTING_NAMES
190cdf0e10cSrcweir{
191cdf0e10cSrcweir    Text [ en-US ] = "There are tables in the database whose names conflict with the names of existing queries. To make full use of all queries and tables, make sure they have distinct names." ;
192cdf0e10cSrcweir};
193cdf0e10cSrcweir
194cdf0e10cSrcweirString RID_STR_COMMAND_LEADING_TO_ERROR
195cdf0e10cSrcweir{
196cdf0e10cSrcweir    Text [ en-US ] = "The SQL command leading to this error is:\n\n$command$" ;
197cdf0e10cSrcweir
198cdf0e10cSrcweir};
199cdf0e10cSrcweir
200cdf0e10cSrcweirString RID_STR_STATEMENT_WITHOUT_RESULT_SET
201cdf0e10cSrcweir{
202cdf0e10cSrcweir    Text [ en-US ] = "The SQL command does not describe a result set." ;
203cdf0e10cSrcweir};
204cdf0e10cSrcweir
205cdf0e10cSrcweirString RID_STR_NAME_MUST_NOT_BE_EMPTY
206cdf0e10cSrcweir{
207cdf0e10cSrcweir    Text [ en-US ] = "The name must not be empty." ;
208cdf0e10cSrcweir};
209cdf0e10cSrcweir
210cdf0e10cSrcweirString RID_STR_NO_NULL_OBJECTS_IN_CONTAINER
211cdf0e10cSrcweir{
212cdf0e10cSrcweir    Text [ en-US ] = "The container cannot contain NULL objects." ;
213cdf0e10cSrcweir};
214cdf0e10cSrcweir
215cdf0e10cSrcweirString RID_STR_NAME_ALREADY_USED
216cdf0e10cSrcweir{
217cdf0e10cSrcweir    Text [ en-US ] = "There already is an object with the given name." ;
218cdf0e10cSrcweir};
219cdf0e10cSrcweir
220cdf0e10cSrcweirString RID_STR_OBJECT_CONTAINER_MISMATCH
221cdf0e10cSrcweir{
222cdf0e10cSrcweir    Text [ en-US ] = "This object cannot be part of this container." ;
223cdf0e10cSrcweir};
224cdf0e10cSrcweir
225cdf0e10cSrcweirString RID_STR_OBJECT_ALREADY_CONTAINED
226cdf0e10cSrcweir{
227cdf0e10cSrcweir    Text [ en-US ] = "The object already is, with a different name, part of the container." ;
228cdf0e10cSrcweir};
229cdf0e10cSrcweir
230cdf0e10cSrcweirString RID_STR_NAME_NOT_FOUND
231cdf0e10cSrcweir{
232cdf0e10cSrcweir    Text [ en-US ] = "Unable to find the document '$name$'." ;
233cdf0e10cSrcweir};
234cdf0e10cSrcweir
235cdf0e10cSrcweirString RID_STR_ERROR_WHILE_SAVING
236cdf0e10cSrcweir{
237cdf0e10cSrcweir    Text [ en-US ] = "Could not save the document to $location$:\n$message$" ;
238cdf0e10cSrcweir};
239cdf0e10cSrcweir
240cdf0e10cSrcweirString RID_NO_SUCH_DATA_SOURCE
241cdf0e10cSrcweir{
242cdf0e10cSrcweir    Text [ en-US ] = "Error accessing data source '$name$':\n$error$" ;
243cdf0e10cSrcweir};
244cdf0e10cSrcweirString RID_STR_NO_SUB_FOLDER
245cdf0e10cSrcweir{
246cdf0e10cSrcweir    Text [ en-US ] = "There exists no folder named \"$folder$\"." ;
247cdf0e10cSrcweir};
248cdf0e10cSrcweirString RID_STR_NO_DELETE_BEFORE_AFTER
249cdf0e10cSrcweir{
250cdf0e10cSrcweir    Text [ en-US ] = "Cannot delete the before-first or after-last row." ;
251cdf0e10cSrcweir};
252cdf0e10cSrcweirString RID_STR_NO_DELETE_INSERT_ROW
253cdf0e10cSrcweir{
254cdf0e10cSrcweir    Text [ en-US ] = "Cannot delete the insert-row." ;
255cdf0e10cSrcweir};
256cdf0e10cSrcweirString RID_STR_RESULT_IS_READONLY
257cdf0e10cSrcweir{
258cdf0e10cSrcweir    Text [ en-US ] = "Result set is read only." ;
259cdf0e10cSrcweir};
260cdf0e10cSrcweirString RID_STR_NO_DELETE_PRIVILEGE
261cdf0e10cSrcweir{
262cdf0e10cSrcweir    Text [ en-US ] = "DELETE privilege not available." ;
263cdf0e10cSrcweir};
264cdf0e10cSrcweirString RID_STR_ROW_ALREADY_DELETED
265cdf0e10cSrcweir{
266cdf0e10cSrcweir    Text [ en-US ] = "Current row is already deleted." ;
267cdf0e10cSrcweir};
268cdf0e10cSrcweirString RID_STR_UPDATE_FAILED
269cdf0e10cSrcweir{
270cdf0e10cSrcweir    Text [ en-US ] = "Current row could not be updated." ;
271cdf0e10cSrcweir};
272cdf0e10cSrcweir//-------------------------------------------------------------------------
273cdf0e10cSrcweirString RID_STR_NO_INSERT_PRIVILEGE
274cdf0e10cSrcweir{
275cdf0e10cSrcweir    Text [ en-US ] = "INSERT privilege not available." ;
276cdf0e10cSrcweir};
277cdf0e10cSrcweirString RID_STR_INTERNAL_ERROR
278cdf0e10cSrcweir{
279cdf0e10cSrcweir    Text [ en-US ] = "Internal error: no statement object provided by the database driver." ;
280cdf0e10cSrcweir};
281cdf0e10cSrcweirString RID_STR_EXPRESSION1
282cdf0e10cSrcweir{
283cdf0e10cSrcweir    Text [ en-US ] = "Expression1" ;
284cdf0e10cSrcweir};
285cdf0e10cSrcweirString RID_STR_NO_SQL_COMMAND
286cdf0e10cSrcweir{
287cdf0e10cSrcweir    Text [ en-US ] = "No SQL command was provided." ;
288cdf0e10cSrcweir};
289cdf0e10cSrcweirString RID_STR_INVALID_INDEX
290cdf0e10cSrcweir{
291cdf0e10cSrcweir    Text [ en-US ] = "Invalid column index." ;
292cdf0e10cSrcweir};
293cdf0e10cSrcweirString RID_STR_INVALID_CURSOR_STATE
294cdf0e10cSrcweir{
295cdf0e10cSrcweir    Text [ en-US ] = "Invalid cursor state." ;
296cdf0e10cSrcweir};
297cdf0e10cSrcweirString RID_STR_CURSOR_BEFORE_OR_AFTER
298cdf0e10cSrcweir{
299cdf0e10cSrcweir    Text [ en-US ] = "The cursor points to before the first or after the last row." ;
300cdf0e10cSrcweir};
301cdf0e10cSrcweirString RID_STR_NO_BOOKMARK_BEFORE_OR_AFTER
302cdf0e10cSrcweir{
303cdf0e10cSrcweir    Text [ en-US ] = "The rows before the first and after the last row don't have a bookmark." ;
304cdf0e10cSrcweir};
305cdf0e10cSrcweirString RID_STR_NO_BOOKMARK_DELETED
306cdf0e10cSrcweir{
307cdf0e10cSrcweir    Text [ en-US ] = "The current row is deleted, and thus doesn't have a bookmark." ;
308cdf0e10cSrcweir};
309cdf0e10cSrcweirString RID_STR_NO_EMBEDDING
310cdf0e10cSrcweir{
311cdf0e10cSrcweir    Text [ en-US ] = "Embedding of database documents is not supported." ;
312cdf0e10cSrcweir};
313cdf0e10cSrcweirString RID_STR_CONNECTION_REQUEST
314cdf0e10cSrcweir{
315cdf0e10cSrcweir    Text [ en-US ] = "A connection for the following URL was requested \"$name$\"." ;
316cdf0e10cSrcweir};
317cdf0e10cSrcweirString RID_STR_MISSING_EXTENSION
318cdf0e10cSrcweir{
319cdf0e10cSrcweir    Text [ en-US ] = "The extension is not installed." ;
320cdf0e10cSrcweir};
321*e08bb2f0Smseidel
322*e08bb2f0Smseidel// ******************************************************************* EOF
323