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