1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "core_resource.hrc"
21 #include "dbamiscres.hrc"
23 String RID_STR_TRIED_OPEN_TABLE
25 Text [ en-US ] = "Tried to open the table $name$.";
28 String RID_STR_CONNECTION_INVALID
30 Text [ en-US ] = "No connection could be established.";
33 String RID_STR_TABLE_IS_FILTERED
35 Text [ en-US ] = "The table $name$ already exists. It is not visible because it has been filtered out.";
38 String RID_STR_NEED_CONFIG_WRITE_ACCESS
40 Text [ en-US ] = "You have no write access to the configuration data the object is based on.";
43 String RID_STR_COULDNOTCONNECT_UNSPECIFIED
45 Text [ en-US ] = "The connection to the external data source could not be established. An unknown error occurred. The driver is probably defective.";
48 String RID_STR_COULDNOTCONNECT_NODRIVER
50 Text [ en-US ] = "The connection to the external data source could not be established. No SDBC driver was found for the URL '$name$'.";
53 String RID_STR_COULDNOTLOAD_MANAGER
55 Text [ en-US ] = "The connection to the external data source could not be established. The SDBC driver manager could not be loaded.";
60 Text [ en-US ] = "Form";
65 Text [ en-US ] = "Report";
68 String RID_STR_DATASOURCE_NOT_STORED
70 Text [ en-US ] = "The data source was not saved. Please use the interface XStorable to save the data source.";
73 String RID_STR_ONLY_QUERY
75 Text [ en-US ] = "The given command is not a SELECT statement.\nOnly queries are allowed.";
78 String RID_STR_NO_VALUE_CHANGED
80 Text [ en-US ] = "No values were modified.";
83 String RID_STR_NO_XROWUPDATE
85 Text [ en-US ] = "Values could not be inserted. The XRowUpdate interface is not supported by ResultSet.";
88 String RID_STR_NO_XRESULTSETUPDATE
90 Text [ en-US ] = "Values could not be inserted. The XResultSetUpdate interface is not supported by ResultSet.";
93 String RID_STR_NO_UPDATE_MISSING_CONDITION
95 Text [ en-US ] = "Values could not be modified, due to a missing condition statement.";
98 String RID_STR_NO_COLUMN_ADD
100 Text [ en-US ] = "The adding of columns is not supported.";
103 String RID_STR_NO_COLUMN_DROP
105 Text [ en-US ] = "The dropping of columns is not supported.";
108 String RID_STR_NO_CONDITION_FOR_PK
110 Text [ en-US ] = "The WHERE condition could not be created for the primary key.";
113 String RID_STR_COLUMN_UNKNOWN_PROP
115 Text [ en-US ] = "The column does not support the property '%value'.";
118 String RID_STR_COLUMN_NOT_SEARCHABLE
120 Text [ en-US ] = "The column is not searchable!";
123 String RID_STR_NOT_SEQUENCE_INT8
125 Text [ en-US ] = "The value of the columns is not of the type Sequence<sal_Int8>.";
128 String RID_STR_COLUMN_NOT_VALID
130 Text [ en-US ] = "The column is not valid.";
133 String RID_STR_COLUMN_MUST_VISIBLE
135 Text [ en-US ] = "The column '%name' must be visible as a column.";
138 String RID_STR_NO_XQUERIESSUPPLIER
140 Text [ en-US ] = "The interface XQueriesSupplier is not available.";
143 String RID_STR_NOT_SUPPORTED_BY_DRIVER
145 Text [ en-US ] = "The driver does not support this function.";
148 String RID_STR_NO_ABS_ZERO
150 Text [ en-US ] = "An 'absolute(0)' call is not allowed.";
153 String RID_STR_NO_RELATIVE
155 Text [ en-US ] = "Relative positioning is not allowed in this state.";
158 String RID_STR_NO_REFESH_AFTERLAST
160 Text [ en-US ] = "A row cannot be refreshed when the ResultSet is positioned after the last row.";
163 String RID_STR_NO_MOVETOINSERTROW_CALLED
165 Text [ en-US ] = "A new row cannot be inserted when the ResultSet is not first moved to the insert row.";
168 String RID_STR_NO_UPDATEROW
170 Text [ en-US ] = "A row cannot be modified in this state";
173 String RID_STR_NO_DELETEROW
175 Text [ en-US ] = "A row cannot be deleted in this state.";
178 String RID_STR_NO_TABLE_RENAME
180 Text [ en-US ] = "The driver does not support table renaming.";
183 String RID_STR_NO_ALTER_COLUMN_DEF
185 Text [ en-US ] = "The driver does not support the modification of column descriptions.";
188 String RID_STR_COLUMN_ALTER_BY_NAME
190 Text [ en-US ] = "The driver does not support the modification of column descriptions by changing the name.";
193 String RID_STR_COLUMN_ALTER_BY_INDEX
195 Text [ en-US ] = "The driver does not support the modification of column descriptions by changing the index.";
198 String RID_STR_FILE_DOES_NOT_EXIST
200 Text[ en-US ] = "The file \"$file$\" does not exist.";
203 String RID_STR_TABLE_DOES_NOT_EXIST
205 Text [ en-US ] = "There exists no table named \"$table$\".";
208 String RID_STR_QUERY_DOES_NOT_EXIST
210 Text [ en-US ] = "There exists no query named \"$table$\".";
213 String RID_STR_CONFLICTING_NAMES
215 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.";
218 String RID_STR_COMMAND_LEADING_TO_ERROR
220 Text [ en-US ] = "The SQL command leading to this error is:\n\n$command$";
223 String RID_STR_STATEMENT_WITHOUT_RESULT_SET
225 Text [ en-US ] = "The SQL command does not describe a result set.";
228 String RID_STR_NAME_MUST_NOT_BE_EMPTY
230 Text [ en-US ] = "The name must not be empty.";
233 String RID_STR_NO_NULL_OBJECTS_IN_CONTAINER
235 Text [ en-US ] = "The container cannot contain NULL objects.";
238 String RID_STR_NAME_ALREADY_USED
240 Text [ en-US ] = "There already is an object with the given name.";
243 String RID_STR_OBJECT_CONTAINER_MISMATCH
245 Text [ en-US ] = "This object cannot be part of this container.";
248 String RID_STR_OBJECT_ALREADY_CONTAINED
250 Text [ en-US ] = "The object already is, with a different name, part of the container.";
253 String RID_STR_NAME_NOT_FOUND
255 Text [ en-US ] = "Unable to find the document '$name$'.";
258 String RID_STR_ERROR_WHILE_SAVING
260 Text [ en-US ] = "Could not save the document to $location$:\n$message$";
263 String RID_NO_SUCH_DATA_SOURCE
265 Text [ en-US ] = "Error accessing data source '$name$':\n$error$";
268 String RID_STR_NO_SUB_FOLDER
270 Text [ en-US ] = "There exists no folder named \"$folder$\".";
273 String RID_STR_NO_DELETE_BEFORE_AFTER
275 Text [ en-US ] = "Cannot delete the before-first or after-last row.";
278 String RID_STR_NO_DELETE_INSERT_ROW
280 Text [ en-US ] = "Cannot delete the insert-row.";
283 String RID_STR_RESULT_IS_READONLY
285 Text [ en-US ] = "Result set is read only.";
288 String RID_STR_NO_DELETE_PRIVILEGE
290 Text [ en-US ] = "DELETE privilege not available.";
293 String RID_STR_ROW_ALREADY_DELETED
295 Text [ en-US ] = "Current row is already deleted.";
298 String RID_STR_UPDATE_FAILED
300 Text [ en-US ] = "Current row could not be updated.";
303 String RID_STR_NO_INSERT_PRIVILEGE
305 Text [ en-US ] = "INSERT privilege not available.";
308 String RID_STR_INTERNAL_ERROR
310 Text [ en-US ] = "Internal error: no statement object provided by the database driver.";
313 String RID_STR_EXPRESSION1
315 Text [ en-US ] = "Expression1";
318 String RID_STR_NO_SQL_COMMAND
320 Text [ en-US ] = "No SQL command was provided.";
323 String RID_STR_INVALID_INDEX
325 Text [ en-US ] = "Invalid column index.";
328 String RID_STR_INVALID_CURSOR_STATE
330 Text [ en-US ] = "Invalid cursor state.";
333 String RID_STR_CURSOR_BEFORE_OR_AFTER
335 Text [ en-US ] = "The cursor points to before the first or after the last row.";
338 String RID_STR_NO_BOOKMARK_BEFORE_OR_AFTER
340 Text [ en-US ] = "The rows before the first and after the last row don't have a bookmark.";
343 String RID_STR_NO_BOOKMARK_DELETED
345 Text [ en-US ] = "The current row is deleted, and thus doesn't have a bookmark.";
348 String RID_STR_CONNECTION_REQUEST
350 Text [ en-US ] = "A connection for the following URL was requested \"$name$\".";
353 String RID_STR_MISSING_EXTENSION
355 Text [ en-US ] = "The extension is not installed.";
358 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */