Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git] / connectivity / source / resource / conn_shared_res.src
blob1d39e10bdda57f7f6ebd555ea65319830708d165
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "resource/mozab_res.hrc"
21 #include "resource/macab_res.hrc"
22 #include "resource/calc_res.hrc"
23 #include "resource/ado_res.hrc"
24 #include "resource/dbase_res.hrc"
25 #include "resource/file_res.hrc"
26 #include "resource/evoab2_res.hrc"
27 #include "resource/kab_res.hrc"
28 #include "resource/hsqldb_res.hrc"
30 // = the mozab driver's resource strings
32 String STR_MOZILLA_ADDRESSBOOKS
34     Text [ en-US ] = "Mozilla/Seamonkey Address Book Directory";
35     Text [ x-comment ] = "This must be the term referring to address books in the user's "
36         "Mozilla/Seamonkey profile in the system.";
39 String STR_THUNDERBIRD_ADDRESSBOOKS
41     Text [ en-US ] = "Thunderbird Address Book Directory";
42     Text [ x-comment ] = "This must be the term referring to address books in the user's "
43         "Thunderbird profile in the system.";
46 String STR_OE_ADDRESSBOOK
48     Text [ en-US ] = "Outlook Express Address Book";
51 String STR_OUTLOOK_MAPI_ADDRESSBOOK
53     Text [ en-US ] = "Outlook (MAPI) Address Book";
56 String STR_NO_TABLE_CREATION_SUPPORT
58     Text [ en-US ] = "Creating tables is not supported for this kind of address books.";
61 String STR_MOZILLA_IS_RUNNING
63     Text [ en-US ] = "Cannot create new address books while Mozilla is running.";
66 String STR_COULD_NOT_RETRIEVE_AB_ENTRY
68     Text [ en-US ] = "An address book entry could not be retrieved, an unknown error occurred.";
71 String STR_COULD_NOT_GET_DIRECTORY_NAME
73     Text [ en-US ] = "An address book directory name could not be retrieved, an unknown error occurred.";
76 String STR_TIMEOUT_WAITING
78     Text [ en-US ] = "Timed out while waiting for the result.";
81 String STR_ERR_EXECUTING_QUERY
83     Text [ en-US ] = "An error occurred while executing the query.";
86 String STR_MOZILLA_IS_RUNNIG_NO_CHANGES
88     Text [ en-US ] = "You can't make any changes to Mozilla Address Book when Mozilla is running.";
91 String STR_FOREIGN_PROCESS_CHANGED_AB
93     Text [ en-US ] = "Mozilla Address Book has been changed out of this process, we can't modify it in this condition.";
96 String STR_CANT_FIND_ROW
98     Text [ en-US ] = "Can't find the requested row.";
101 String STR_CANT_FIND_CARD_FOR_ROW
103     Text [ en-US ] = "Can't find the card for the requested row.";
106 String STR_QUERY_AT_LEAST_ONE_TABLES
108     Text [ en-US ] = "The query can not be executed. It needs at least one table.";
111 String STR_NO_COUNT_SUPPORT
113     Text [ en-US ] = "The driver does not support the 'COUNT' function.";
116 String STR_STMT_TYPE_NOT_SUPPORTED
118     Text [ en-US ] = "This statement type not supported by this database driver.";
121 String STR_UNSPECIFIED_ERROR
123     Text [ en-US ] = "An unknown error occurred.";
126 String STR_COULD_NOT_CREATE_ADDRESSBOOK
128     Text [ en-US ] = "Could not create a new address book. Mozilla error code is $1$.";
131 String STR_COULD_NOT_LOAD_LIB
133     Text [ en-US ] = "The library '$libname$' could not be loaded.";
136 String STR_ERROR_REFRESH_ROW
138     Text [ en-US ] = "An error occurred while refreshing the current row.";
141 String STR_ERROR_GET_ROW
143     Text [ en-US ] = "An error occurred while getting the current row.";
146 String STR_CAN_NOT_CANCEL_ROW_UPDATE
148     Text [ en-US ] = "The row update can not be canceled.";
151 String STR_CAN_NOT_CREATE_ROW
153     Text [ en-US ] = "A new row can not be created.";
156 String STR_QUERY_INVALID_IS_NULL_COLUMN
158     Text [ en-US ] = "The query can not be executed. The 'IS NULL' can only be used with a column name.";
161 String STR_ILLEGAL_MOVEMENT
163     Text [ en-US ] = "Illegal cursor movement occurred.";
166 String STR_COMMIT_ROW
168     Text [ en-US ] = "Please commit row '$position$' before update rows or insert new rows.";
171 String STR_INVALID_ROW_UPDATE
173     Text [ en-US ] = "The update call can not be executed. The row is invalid.";
176 String STR_ROW_CAN_NOT_SAVE
178     Text [ en-US ] = "The current row can not be saved.";
181 String STR_NO_HOSTNAME
183     Text [ en-US ] = "No hostname was provided.";
186 String STR_NO_BASEDN
188     Text [ en-US ] = "No Base DN was provided.";
191 String STR_COULD_NOT_CONNECT_LDAP
193     Text [ en-US ] = "The connection to the LDAP server could not be established.";
196 // = common strings
198 String STR_NO_CONNECTION_GIVEN
200     Text [ en-US ] = "It doesn't exist a connection to the database.";
202 String STR_WRONG_PARAM_INDEX
204     Text [ en-US ] = "You tried to set a parameter at position '$pos$' but there is/are only '$count$' parameter(s) allowed. One reason may be that the property \"ParameterNameSubstitution\" is not set to TRUE in the data source.";
206 String STR_INPUTSTREAM_WRONG_LEN
208     Text [ en-US ] = "End of InputStream reached before satisfying length specified when InputStream was set.";
210 String STR_NO_INPUTSTREAM
212     Text [ en-US ] = "The input stream was not set.";
214 String STR_NO_ELEMENT_NAME
216     Text [ en-US ] = "There is no element named '$name$'.";
218 String STR_INVALID_BOOKMARK
220     Text [ en-US ] = "Invalid bookmark value";
222 String STR_PRIVILEGE_NOT_GRANTED
224     Text [ en-US ] = "Privilege not granted: Only table privileges can be granted.";
226 String STR_PRIVILEGE_NOT_REVOKED
228     Text [ en-US ] = "Privilege not revoked: Only table privileges can be revoked.";
231 String STR_UNKNOWN_COLUMN_NAME
233     Text [ en-US ] = "The column name '$columnname$' is unknown.";
235 String STR_ERRORMSG_SEQUENCE
237     Text [ en-US ] = "Function sequence error.";
239 String STR_INVALID_INDEX
241     Text [ en-US ] = "Invalid descriptor index.";
243 String STR_UNSUPPORTED_FUNCTION
245     Text [ en-US ] = "The driver does not support the function '$functionname$'.";
247 String STR_UNSUPPORTED_FEATURE
249     Text [ en-US ] = "The driver does not support the functionality for '$featurename$'. It is not implemented.";
251 String STR_FORMULA_WRONG
253     Text [ en-US ] = "The formula for TypeInfoSettings is wrong!";
255 String STR_STRING_LENGTH_EXCEEDED
257     Text [ en-US ] = "The string '$string$' exceeds the maximum length of $maxlen$ characters when converted to the target character set '$charset$'.";
260 String STR_CANNOT_CONVERT_STRING
262     Text [ en-US ] = "The string '$string$' cannot be converted using the encoding '$charset$'.";
265 String STR_URI_SYNTAX_ERROR
267     Text [ en-US ] = "The connection URL is invalid.";
270 String STR_QUERY_TOO_COMPLEX
272     Text [ en-US ] = "The query can not be executed. It is too complex.";
274 String STR_OPERATOR_TOO_COMPLEX
276     Text [ en-US ] = "The query can not be executed. The operator is too complex.";
278 String STR_QUERY_INVALID_LIKE_COLUMN
280     Text [ en-US ] = "The query can not be executed. You cannot use 'LIKE' with columns of this type.";
282 String STR_QUERY_INVALID_LIKE_STRING
284     Text [ en-US ] = "The query can not be executed. 'LIKE' can be used with a string argument only.";
286 String STR_QUERY_NOT_LIKE_TOO_COMPLEX
288     Text [ en-US ] = "The query can not be executed. The 'NOT LIKE' condition is too complex.";
290 String STR_QUERY_LIKE_WILDCARD
292     Text [ en-US ] = "The query can not be executed. The 'LIKE' condition contains wildcard in the middle.";
294 String STR_QUERY_LIKE_WILDCARD_MANY
296     Text [ en-US ] = "The query can not be executed. The 'LIKE' condition contains too many wildcards.";
298 String STR_INVALID_COLUMNNAME
300     Text [ en-US ] = "The column name '$columnname$' is not valid.";
302 String STR_INVALID_COLUMN_SELECTION
304     Text [ en-US ] = "The statement contains an invalid selection of columns.";
306 String STR_COLUMN_NOT_UPDATEABLE
308     Text [ en-US ] = "The column at position '$position$' could not be updated.";
311 String STR_COULD_NOT_LOAD_FILE
313     Text [ en-US ] = "The file $filename$ could not be loaded.";
316 String STR_LOAD_FILE_ERROR_MESSAGE
318     Text [ en-US ] = "The attempt to load the file resulted in the following error message ($exception_type$):\n\n$error_message$";
321 // = the ado driver's resource strings
323 String STR_TYPE_NOT_CONVERT
325     Text [ en-US ] = "The type could not be converted.";
327 String STR_INVALID_COLUMN_DESCRIPTOR_ERROR
329     Text [ en-US ] = "Could not append column: invalid column descriptor.";
332 String STR_INVALID_GROUP_DESCRIPTOR_ERROR
334     Text [ en-US ] = "Could not create group: invalid object descriptor.";
336 String STR_INVALID_INDEX_DESCRIPTOR_ERROR
338     Text [ en-US ] = "Could not create index: invalid object descriptor.";
340 String STR_INVALID_KEY_DESCRIPTOR_ERROR
342     Text [ en-US ] = "Could not create key: invalid object descriptor.";
345 String STR_INVALID_TABLE_DESCRIPTOR_ERROR
347     Text [ en-US ] = "Could not create table: invalid object descriptor.";
350 String STR_INVALID_USER_DESCRIPTOR_ERROR
352     Text [ en-US ] = "Could not create user: invalid object descriptor.";
355 String STR_INVALID_VIEW_DESCRIPTOR_ERROR
357     Text [ en-US ] = "Could not create view: invalid object descriptor.";
360 String STR_VIEW_NO_COMMAND_ERROR
362     Text [ en-US ] = "Could not create view: no command object.";
365 String STR_NO_CONNECTION
367     Text [ en-US ] = "The connection could not be created. May be the necessary data provider is not installed.";
370 // dbase
371 String STR_COULD_NOT_DELETE_INDEX
373     Text [ en-US ] = "The index could not be deleted. An unknown error while accessing the file system occurred.";
375 String STR_ONL_ONE_COLUMN_PER_INDEX
377     Text [ en-US ] = "The index could not be created. Only one column per index is allowed.";
379 String STR_COULD_NOT_CREATE_INDEX_NOT_UNIQUE
381     Text [ en-US ] = "The index could not be created. The values are not unique.";
384 String STR_COULD_NOT_CREATE_INDEX
386     Text [ en-US ] = "The index could not be created. An unknown error appeared.";
388 String STR_COULD_NOT_CREATE_INDEX_NAME
390     Text [ en-US ] = "The index could not be created. The file '$filename$' is used by an other index.";
392 String STR_COULD_NOT_CREATE_INDEX_KEYSIZE
394     Text [ en-US ] = "The index could not be created. The size of the chosen column is too big.";
397 String STR_SQL_NAME_ERROR
399     Text [ en-US ] = "The name '$name$' doesn't match SQL naming constraints.";
401 String STR_COULD_NOT_DELETE_FILE
403     Text [ en-US ] = "The file $filename$ could not be deleted.";
406 String STR_INVALID_COLUMN_TYPE
408     Text [ en-US ] = "Invalid column type for column '$columnname$'.";
410 String STR_INVALID_COLUMN_PRECISION
412     Text [ en-US ] = "Invalid precision for column '$columnname$'.";
415 String STR_INVALID_PRECISION_SCALE
417     Text [ en-US ] = "Precision is less than scale for column '$columnname$'.";
420 String STR_INVALID_COLUMN_NAME_LENGTH
422     Text [ en-US ] = "Invalid column name length for column '$columnname$'.";
425 String STR_DUPLICATE_VALUE_IN_COLUMN
427     Text [ en-US ] = "Duplicate value found in column '$columnname$'.";
430 String STR_INVALID_COLUMN_DECIMAL_VALUE
432     Text [ en-US ] = "The '$columnname$' column has been defined as a \"Decimal\" type, the max. length is $precision$ characters (with $scale$ decimal places).\n\nThe specified value \"$value$ is longer than the number of digits allowed.";
435 String STR_COLUMN_NOT_ALTERABLE
437     Text [ en-US ] = "The column '$columnname$' could not be altered. May be the file system is write protected.";
439 String STR_INVALID_COLUMN_VALUE
441     Text [ en-US ] = "The column '$columnname$' could not be updated. The value is invalid for that column.";
443 String STR_COLUMN_NOT_ADDABLE
445     Text [ en-US ] = "The column '$columnname$' could not be added. May be the file system is write protected.";
447 String STR_COLUMN_NOT_DROP
449     Text [ en-US ] = "The column at position '$position$' could not be dropped. May be the file system is write protected.";
451 String STR_TABLE_NOT_DROP
453     Text [ en-US ] = "The table '$tablename$' could not be dropped. May be the file system is write protected.";
455 String STR_COULD_NOT_ALTER_TABLE
457     Text [ en-US ] = "The table could not be altered.";
460 String STR_INVALID_DBASE_FILE
462     Text [ en-US ] = "The file '$filename$' is an invalid (or unrecognized) dBase file.";
465 // Evoab2
467 String STR_CANNOT_OPEN_BOOK
469     Text [ en-US ] = "Cannot open Evolution address book.";
472 String STR_SORT_BY_COL_ONLY
474     Text [ en-US ] = "Can only sort by table columns.";
477 // File
478 String STR_QUERY_COMPLEX_COUNT
480     Text [ en-US ] = "The query can not be executed. It is too complex. Only \"COUNT(*)\" is supported.";
482 String STR_QUERY_INVALID_BETWEEN
484     Text [ en-US ] = "The query can not be executed. The 'BETWEEN' arguments are not correct.";
486 String STR_QUERY_FUNCTION_NOT_SUPPORTED
488     Text [ en-US ] = "The query can not be executed. The function is not supported.";
490 String STR_TABLE_READONLY
492     Text [ en-US ] = "The table can not be changed. It is read only.";
494 String STR_DELETE_ROW
496     Text [ en-US ] = "The row could not be deleted. The option \"Display inactive records\" is set.";
498 String STR_ROW_ALREADY_DELETED
500     Text [ en-US ] = "The row could not be deleted. It is already deleted.";
502 String STR_QUERY_MORE_TABLES
504     Text [ en-US ] = "The query can not be executed. It contains more than one table.";
506 String STR_QUERY_NO_TABLE
508     Text [ en-US ] = "The query can not be executed. It contains no valid table.";
510 String STR_QUERY_NO_COLUMN
512     Text [ en-US ] = "The query can not be executed. It contains no valid columns.";
514 String STR_INVALID_PARA_COUNT
516     Text [ en-US ] = "The count of the given parameter values doesn't match the parameters.";
518 String STR_NO_VALID_FILE_URL
520     Text [ en-US ] = "The URL '$URL$' is not valid. A connection can not be created.";
523 String STR_NO_CLASSNAME
525     Text [ en-US ] = "The driver class '$classname$' could not be loaded.";
527 String STR_NO_JAVA
529     Text [ en-US ] = "No Java installation could be found. Please check your installation.";
531 String STR_NO_RESULTSET
533     Text [ en-US ] = "The execution of the query doesn't return a valid result set.";
535 String STR_NO_ROWCOUNT
537     Text [ en-US ] = "The execution of the update statement doesn't effect any rows.";
540 String STR_NO_CLASSNAME_PATH
542     Text [ en-US ] = "The additional driver class path is '$classpath$'.";
544 String STR_UNKNOWN_PARA_TYPE
546     Text [ en-US ] = "The type of parameter at position '$position$' is unknown.";
548 String STR_UNKNOWN_COLUMN_TYPE
550     Text [ en-US ] = "The type of column at position '$position$' is unknown.";
553 // KAB
555 String STR_NO_KDE_INST
557     Text [ en-US ] = "No suitable KDE installation was found.";
560 String STR_KDE_VERSION_TOO_OLD
562     Text [ en-US ] = "KDE version $major$.$minor$ or higher is required to access the KDE Address Book.";
564 String STR_KDE_VERSION_TOO_NEW
566     Text [ en-US ] = "The found KDE version is too new. Only KDE up to version $major$.$minor$ is known to work with this product.\n";
568 String STR_KDE_VERSION_TOO_NEW_WORK_AROUND
570     Text [ en-US ] = "If you are sure that your KDE version works, you might execute the following Basic macro to disable this version check:\n\n";
572 String STR_PARA_ONLY_PREPARED
574     Text [ en-US ] = "Parameters can appear only in prepared statements.";
577 // MACAB
578 String STR_NO_TABLE
580     Text [ en-US ] = "No such table!";
583 String STR_NO_MAC_OS_FOUND
585     Text [ en-US ] = "No suitable Mac OS installation was found.";
588 // hsqldb
589 String STR_NO_STORAGE
591     Text [ en-US ] = "The connection can not be established. No storage or URL was given.";
593 String STR_INVALID_FILE_URL
595     Text [ en-US ] = "The given URL contains no valid local file system path. Please check the location of your database file.";
597 String STR_NO_TABLE_CONTAINER
599     Text [ en-US ] = "An error occurred while obtaining the connection's table container.";
601 String STR_NO_TABLE_EDITOR_DIALOG
603     Text [ en-US ] = "An error occurred while creating the table editor dialog.";
605 String STR_NO_TABLENAME
607     Text [ en-US ] = "There is no table named '$tablename$'.";
609 String STR_NO_DOCUMENTUI
611     Text [ en-US ] = "The provided DocumentUI is not allowed to be NULL.";
613 String STR_ERROR_NEW_VERSION
615     Text = "The connection could not be established. The database was created by a newer version of %PRODUCTNAME.";
618 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */