1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: strings.src,v $
10 * $Revision: 1.55.68.2 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #include "core_resource.hrc"
32 #include "dbamiscres.hrc"
34 String RID_STR_TRIED_OPEN_TABLE
36 Text [ en-US ] = "Tried to open the table $name$.";
38 String RID_STR_CONNECTION_INVALID
40 Text [ en-US ] = "No connection could be established.";
43 String RID_STR_TABLE_IS_FILTERED
45 Text [ en-US ] = "The table $name$ already exists. It is not visible because it has been filtered out.";
48 String RID_STR_NEED_CONFIG_WRITE_ACCESS
50 Text [ en-US ] = "You have no write access to the configuration data the object is based on.";
54 String RID_STR_COULDNOTCONNECT_UNSPECIFIED
56 Text [ en-US ] = "The connection to the external data source could not be established. An unknown error occurred. The driver is probably defective.";
59 String RID_STR_COULDNOTCONNECT_NODRIVER
61 Text [ en-US ] = "The connection to the external data source could not be established. No SDBC driver was found for the given URL.";
64 String RID_STR_COULDNOTLOAD_MANAGER
66 Text [ en-US ] = "The connection to the external data source could not be established. The SDBC driver manager could not be loaded.";
71 Text [ en-US ] = "Form";
76 Text [ en-US ] = "Report";
79 String RID_STR_DATASOURCE_NOT_STORED
81 Text [ en-US ] = "The data source was not saved. Please use the interface XStorable to save the data source.";
83 String RID_STR_ONLY_QUERY
85 Text [ en-US ] = "The given command is not a SELECT statement.\nOnly queries are allowed.";
87 String RID_STR_NO_VALUE_CHANGED
89 Text [ en-US ] = "No values were modified.";
91 String RID_STR_NO_XROWUPDATE
93 Text [ en-US ] = "Values could not be inserted. The XRowUpdate interface is not supported by ResultSet.";
95 String RID_STR_NO_XRESULTSETUPDATE
97 Text [ en-US ] = "Values could not be inserted. The XResultSetUpdate interface is not supported by ResultSet.";
99 String RID_STR_NO_UPDATE_MISSING_CONDITION
101 Text [ en-US ] = "Values could not be modified, due to a missing condition statement.";
103 String RID_STR_NO_COLUMN_ADD
105 Text [ en-US ] = "The adding of columns is not supported.";
107 String RID_STR_NO_COLUMN_DROP
109 Text [ en-US ] = "The dropping of columns is not supported.";
111 String RID_STR_NO_CONDITION_FOR_PK
113 Text [ en-US ] = "The WHERE condition could not be created for the primary key.";
115 String RID_STR_COLUMN_UNKNOWN_PROP
117 Text [ en-US ] = "The column does not support the property '%value'.";
119 String RID_STR_COLUMN_NOT_SEARCHABLE
121 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>.";
127 String RID_STR_COLUMN_NOT_VALID
129 Text [ en-US ] = "The column is not valid.";
131 String RID_STR_COLUMN_MUST_VISIBLE
133 Text [ en-US ] = "The column '%name' must be visible as a column.";
135 String RID_STR_NO_XQUERIESSUPPLIER
137 Text [ en-US ] = "The interface XQueriesSupplier is not available.";
139 String RID_STR_NOT_SUPPORTED_BY_DRIVER
141 Text [ en-US ] = "The driver does not support this function.";
143 String RID_STR_NO_ABS_ZERO
145 Text [ en-US ] = "An 'absolute(0)' call is not allowed.";
147 String RID_STR_NO_RELATIVE
149 Text [ en-US ] = "Relative positioning is not allowed in this state.";
151 String RID_STR_NO_REFESH_AFTERLAST
153 Text [ en-US ] = "A row cannot be refreshed when the ResultSet is positioned after the last row.";
155 String RID_STR_NO_MOVETOINSERTROW_CALLED
157 Text [ en-US ] = "A new row cannot be inserted when the ResultSet is not first moved to the insert row.";
159 String RID_STR_NO_UPDATEROW
161 Text [ en-US ] = "A row cannot be modified in this state";
163 String RID_STR_NO_DELETEROW
165 Text [ en-US ] = "A row cannot be deleted in this state.";
167 String RID_STR_NO_TABLE_RENAME
169 Text [ en-US ] = "The driver does not support table renaming.";
171 String RID_STR_NO_ALTER_COLUMN_DEF
173 Text [ en-US ] = "The driver does not support the modification of column descriptions.";
175 String RID_STR_COLUMN_ALTER_BY_NAME
177 Text [ en-US ] = "The driver does not support the modification of column descriptions by changing the name.";
179 String RID_STR_COLUMN_ALTER_BY_INDEX
181 Text [ en-US ] = "The driver does not support the modification of column descriptions by changing the index.";
183 String RID_STR_FILE_DOES_NOT_EXIST
185 Text[ en-US ] = "The file \"$file$\" does not exist.";
188 String RID_STR_TABLE_DOES_NOT_EXIST
190 Text [ en-US ] = "There exists no table named \"$table$\".";
193 String RID_STR_QUERY_DOES_NOT_EXIST
195 Text [ en-US ] = "There exists no query named \"$table$\".";
198 String RID_STR_CONFLICTING_NAMES
200 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.";
203 String RID_STR_COMMAND_LEADING_TO_ERROR
205 Text [ en-US ] = "The SQL command leading to this error is:\n\n$command$";
209 String RID_STR_STATEMENT_WITHOUT_RESULT_SET
211 Text [ en-US ] = "The SQL command does not describe a result set.";
214 String RID_STR_NAME_MUST_NOT_BE_EMPTY
216 Text [ en-US ] = "The name must not be empty.";
219 String RID_STR_NO_NULL_OBJECTS_IN_CONTAINER
221 Text [ en-US ] = "The container cannot contain NULL objects.";
224 String RID_STR_NAME_ALREADY_USED
226 Text [ en-US ] = "There already is an object with the given name.";
229 String RID_STR_OBJECT_CONTAINER_MISMATCH
231 Text [ en-US ] = "This object cannot be part of this container.";
234 String RID_STR_OBJECT_ALREADY_CONTAINED
236 Text [ en-US ] = "The object already is, with a different name, part of the container.";
239 String RID_STR_NAME_NOT_FOUND
241 Text [ en-US ] = "Unable to find the document '$name$'.";
244 String RID_STR_ERROR_WHILE_SAVING
246 Text [ en-US ] = "Could not save the document:\n\n$except$:\n$message$";
249 //-------------------------------------------------------------------------