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