merge the formfield patch from ooo-build
[ooovba.git] / connectivity / source / resource / conn_shared_res.src
blobea3fb4e06523fabe182921433ba82c10dc5e45dc
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: conn_shared_res.src,v $
10  * $Revision: 1.9.30.2 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #include "resource/mozab_res.hrc"
32 #include "resource/macab_res.hrc"
33 #include "resource/calc_res.hrc"
34 #include "resource/ado_res.hrc"
35 #include "resource/dbase_res.hrc"
36 #include "resource/file_res.hrc"
37 #include "resource/evoab2_res.hrc"
38 #include "resource/kab_res.hrc"
39 #include "resource/adabas_res.hrc"
40 #include "resource/hsqldb_res.hrc"
42 // ============================================================================
43 // = the mozab driver's resource strings
44 // ============================================================================
46 String STR_MOZILLA_ADDRESSBOOKS
48     Text [ en-US ] = "Mozilla/Seamonkey Addressbook Directory";
49     Text [ x-comment ] = "This must be the term referring to address books in the user's "
50         "Mozilla/Seamonkey profile in the system.";
53 String STR_THUNDERBIRD_ADDRESSBOOKS
55     Text [ en-US ] = "Thunderbird Addressbook Directory";
56     Text [ x-comment ] = "This must be the term referring to address books in the user's "
57         "Thunderbird profile in the system.";
60 String STR_OE_ADDRESSBOOK
62     Text [ en-US ] = "Outlook Express Addressbook";
65 String STR_OUTLOOK_MAPI_ADDRESSBOOK
67     Text [ en-US ] = "Outlook (MAPI) Addressbook";
70 String STR_NO_TABLE_CREATION_SUPPORT
72     Text [ en-US ] = "Creating tables is not supported for this kind of address books.";
75 String STR_MOZILLA_IS_RUNNING
77     Text [ en-US ] = "Cannot create new address books while Mozilla is running.";
80 String STR_COULD_NOT_RETRIEVE_AB_ENTRY
82     Text [ en-US ] = "An address book entry could not be retrieved, an unknown error occurred.";
85 String STR_COULD_NOT_GET_DIRECTORY_NAME
87     Text [ en-US ] = "An address book directory name could not be retrieved, an unknown error occurred.";
90 String STR_TIMEOUT_WAITING
92     Text [ en-US ] = "Timed out while waiting for the result.";
95 String STR_ERR_EXECUTING_QUERY
97     Text [ en-US ] = "An error occurred while executing the query.";
100 String STR_MOZILLA_IS_RUNNIG_NO_CHANGES
102     Text [ en-US ] = "You can't make any changes to mozilla address book when mozilla is running.";
105 String STR_FOREIGN_PROCESS_CHANGED_AB
107     Text [ en-US ] = "Mozilla Address Book has been changed out of this process, we can't modify it in this condition.";
110 String STR_CANT_FIND_ROW
112     Text [ en-US ] = "Can't find the requested row.";
115 String STR_CANT_FIND_CARD_FOR_ROW
117     Text [ en-US ] = "Can't find the card for the requested row.";
120 String STR_QUERY_AT_LEAST_ONE_TABLES
122     Text [ en-US ] = "The query can not be executed. It needs at least one table.";
125 String STR_NO_COUNT_SUPPORT
127     Text [ en-US ] = "The driver does not support the 'COUNT' function.";
130 String STR_STMT_TYPE_NOT_SUPPORTED
132     Text [ en-US ] = "This statement type not supported by this database driver.";
135 String STR_UNSPECIFIED_ERROR
137     Text [ en-US ] = "An unknown error occured.";
140 String STR_COULD_NOT_CREATE_ADDRESSBOOK
142     Text [ en-US ] = "Could not create a new address book. Mozilla error code is $1$.";
145 String STR_COULD_NOT_LOAD_LIB
147     Text [ en-US ] = "The library '$libname$' could not be loaded.";
150 String STR_ERROR_REFRESH_ROW
152     Text [ en-US ] = "An error occured while refreshing the current row.";
155 String STR_ERROR_GET_ROW
157     Text [ en-US ] = "An error occured while getting the current row.";
160 String STR_CAN_NOT_CANCEL_ROW_UPDATE
162     Text [ en-US ] = "The row update can not be canceled.";
165 String STR_CAN_NOT_CREATE_ROW
167     Text [ en-US ] = "A new row can not be created.";
170 String STR_QUERY_INVALID_IS_NULL_COLUMN
172     Text [ en-US ] = "The query can not be executed. The 'IS NULL' can only be used with a column name.";
175 String STR_ILLEGAL_MOVEMENT
177     Text [ en-US ] = "Illegal cursor movement occured.";
180 String STR_COMMIT_ROW
182     Text [ en-US ] = "Please commit row '$position$' before update rows or insert new rows.";
185 String STR_INVALID_ROW_UPDATE
187     Text [ en-US ] = "The update call can not be executed. The row is invalid.";
190 String STR_ROW_CAN_NOT_SAVE
192     Text [ en-US ] = "The current row can not be saved.";
195 String STR_NO_HOSTNAME
197     Text [ en-US ] = "No hostname was provided.";
200 String STR_NO_BASEDN
202     Text [ en-US ] = "No Base DN was provided.";
205 String STR_COULD_NOT_CONNECT_LDAP
207     Text [ en-US ] = "The connection to the LDAP server could not be established.";
210 // ============================================================================
211 // = common strings
212 // ============================================================================
213 String STR_NO_CONNECTION_GIVEN
215     Text [ en-US ] = "It doesn't exist a connection to the database.";
217 String STR_WRONG_PARAM_INDEX
219     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.";
221 String STR_INPUTSTREAM_WRONG_LEN
223     Text [ en-US ] = "End of InputStream reached before satisfying length specified when InputStream was set.";
225 String STR_NO_INPUTSTREAM
227     Text [ en-US ] = "The input stream was not set.";
229 String STR_NO_ELEMENT_NAME
231     Text [ en-US ] = "There is no element named '$name$'.";
233 String STR_INVALID_BOOKMARK
235     Text [ en-US ] = "Invalid bookmark value";
237 String STR_PRIVILEGE_NOT_GRANTED
239     Text [ en-US ] = "Privilege not granted: Only table privileges can be granted.";
241 String STR_PRIVILEGE_NOT_REVOKED
243     Text [ en-US ] = "Privilege not revoked: Only table privileges can be revoked.";
246 String STR_UNKNOWN_COLUMN_NAME
248     Text [ en-US ] = "The column name '$columnname$' is unknown.";
250 String STR_ERRORMSG_SEQUENCE
252     Text [ en-US ] = "Function sequence error.";
254 String STR_INVALID_INDEX
256     Text [ en-US ] = "Invalid descriptor index.";
258 String STR_UNSUPPORTED_FUNCTION
260     Text [ en-US ] = "The driver does not support the function '$functionname$'.";
262 String STR_UNSUPPORTED_FEATURE
264     Text [ en-US ] = "The driver does not support the functionality for '$featurename$'. It is not implemented.";
266 String STR_FORMULA_WRONG
268     Text [ en-US ] = "The formula for TypeInfoSettings is wrong!";
270 String STR_STRING_LENGTH_EXCEEDED
272     Text [ en-US ] = "The string '$string$' exceeds the maximum length of $maxlen$ characters when converted to the target character set '$charset$'.";
275 String STR_CANNOT_CONVERT_STRING
277     Text [ en-US ] = "The string '$string$' cannot be converted using the encoding '$charset$'.";
280 String STR_URI_SYNTAX_ERROR
282     Text [ en-US ] = "The connection URL is invalid.";
285 String STR_QUERY_TOO_COMPLEX
287     Text [ en-US ] = "The query can not be executed. It is too complex.";
289 String STR_OPERATOR_TOO_COMPLEX
291     Text [ en-US ] = "The query can not be executed. The operator is too complex.";
293 String STR_QUERY_INVALID_LIKE_COLUMN
295     Text [ en-US ] = "The query can not be executed. You cannot use 'LIKE' with columns of this type.";
297 String STR_QUERY_INVALID_LIKE_STRING
299     Text [ en-US ] = "The query can not be executed. 'LIKE' can be used with a string argument only.";
301 String STR_QUERY_NOT_LIKE_TOO_COMPLEX
303     Text [ en-US ] = "The query can not be executed. The 'NOT LIKE' condition is too complex.";
305 String STR_QUERY_LIKE_WILDCARD
307     Text [ en-US ] = "The query can not be executed. The 'LIKE' condition contains wildcard in the middle.";
309 String STR_QUERY_LIKE_WILDCARD_MANY
311     Text [ en-US ] = "The query can not be executed. The 'LIKE' condition contains too many wildcards.";
313 String STR_INVALID_COLUMNNAME
315     Text [ en-US ] = "The column name '$columnname$' is not valid.";
317 String STR_INVALID_COLUMN_SELECTION
319     Text [ en-US ] = "The statement contains an invalid selection of columns.";
321 String STR_COLUMN_NOT_UPDATEABLE
323     Text [ en-US ] = "The column at position '$position$' could not be updated.";
326 String STR_COULD_NOT_LOAD_FILE
328     Text [ en-US ] = "The file $filename$ could not be loaded.";
331 String STR_LOAD_FILE_ERROR_MESSAGE
333     Text [ en-US ] = "The attempt to load the file resulted in the following error message ($exception_type$):\n\n$error_message$";
336 // ============================================================================
337 // = the ado driver's resource strings
338 // ============================================================================
339 String STR_TYPE_NOT_CONVERT
341     Text [ en-US ] = "The type could not be converted.";
343 String STR_INVALID_COLUMN_DESCRIPTOR_ERROR
345     Text [ en-US ] = "Could not append column: invalid column descriptor.";
348 String STR_INVALID_GROUP_DESCRIPTOR_ERROR
350     Text [ en-US ] = "Could not create group: invalid object descriptor.";
352 String STR_INVALID_INDEX_DESCRIPTOR_ERROR
354     Text [ en-US ] = "Could not create index: invalid object descriptor.";
356 String STR_INVALID_KEY_DESCRIPTOR_ERROR
358     Text [ en-US ] = "Could not create key: invalid object descriptor.";
361 String STR_INVALID_TABLE_DESCRIPTOR_ERROR
363     Text [ en-US ] = "Could not create table: invalid object descriptor.";
366 String STR_INVALID_USER_DESCRIPTOR_ERROR
368     Text [ en-US ] = "Could not create user: invalid object descriptor.";
371 String STR_INVALID_VIEW_DESCRIPTOR_ERROR
373     Text [ en-US ] = "Could not create view: invalid object descriptor.";
376 String STR_VIEW_NO_COMMAND_ERROR
378     Text [ en-US ] = "Could not create view: no command object.";
381 String STR_NO_CONNECTION
383     Text [ en-US ] = "The connection could not be created. May be the necessary data provider is not installed.";
386 // dbase
387 String STR_COULD_NOT_DELETE_INDEX
389     Text [ en-US ] = "The index could not be deleted. An unknown error while accessing the file system occured.";
391 String STR_ONL_ONE_COLUMN_PER_INDEX
393     Text [ en-US ] = "The index could not be created. Only one column per index is allowed.";
395 String STR_COULD_NOT_CREATE_INDEX_NOT_UNIQUE
397     Text [ en-US ] = "The index could not be created. The values are not unique.";
400 String STR_COULD_NOT_CREATE_INDEX
402     Text [ en-US ] = "The index could not be created. An unknown error appeared.";
404 String STR_COULD_NOT_CREATE_INDEX_NAME
406     Text [ en-US ] = "The index could not be created. The file '$filename$' is used by an other index.";
408 String STR_COULD_NOT_CREATE_INDEX_KEYSIZE
410     Text [ en-US ] = "The index could not be created. The size of the chosen column is to big.";
413 String STR_SQL_NAME_ERROR
415     Text [ en-US ] = "The name '$name$' doesn't match SQL naming constraints.";
417 String STR_COULD_NOT_DELETE_FILE
419     Text [ en-US ] = "The file $filename$ could not be deleted.";
422 String STR_INVALID_COLUMN_TYPE
424     Text [ en-US ] = "Invalid column type for column '$columnname$'.";
426 String STR_INVALID_COLUMN_PRECISION
428     Text [ en-US ] = "Invalid precision for column '$columnname$'.";
431 String STR_INVALID_PRECISION_SCALE
433     Text [ en-US ] = "Precision is less than scale for column '$columnname$'.";
436 String STR_INVALID_COLUMN_NAME_LENGTH
438     Text [ en-US ] = "Invalid column name length for column '$columnname$'.";
441 String STR_DUPLICATE_VALUE_IN_COLUMN
443     Text [ en-US ] = "Duplicate value found in column '$columnname$'.";
446 String STR_INVALID_COLUMN_DECIMAL_VALUE
448     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.";
451 String STR_COLUMN_NOT_ALTERABLE
453     Text [ en-US ] = "The column '$columnname$' could not be altered. May be the file system is write protected.";
455 String STR_INVALID_COLUMN_VALUE
457     Text [ en-US ] = "The column '$columnname$' could not be updated. The value is invalid for that column.";
459 String STR_COLUMN_NOT_ADDABLE
461     Text [ en-US ] = "The column '$columnname$' could not be added. May be the file system is write protected.";
463 String STR_COLUMN_NOT_DROP
465     Text [ en-US ] = "The column at position '$position$' could not be dropped. May be the file system is write protected.";
467 String STR_TABLE_NOT_DROP
469     Text [ en-US ] = "The table '$tablename$' could not be dropped. May be the file system is write protected.";
471 String STR_COULD_NOT_ALTER_TABLE
473     Text [ en-US ] = "The table could not be altered.";
476 String STR_INVALID_DBASE_FILE
478     Text [ en-US ] = "The file '$filename$' is an invalid (or unrecognized) dBase file.";
481 // Evoab2
483 String STR_CANNOT_OPEN_BOOK
485     Text [ en-US ] = "Cannot open Evolution address book.";
488 String STR_SORT_BY_COL_ONLY
490     Text [ en-US ] = "Can only sort by table columns.";
493 // File
494 String STR_QUERY_COMPLEX_COUNT
496     Text [ en-US ] = "The query can not be executed. It is too complex. Only \"COUNT(*)\" is supported.";
498 String STR_QUERY_INVALID_BETWEEN
500     Text [ en-US ] = "The query can not be executed. The 'BETWEEN' arguments are not correct.";
502 String STR_QUERY_FUNCTION_NOT_SUPPORTED
504     Text [ en-US ] = "The query can not be executed. The function is not supported.";
506 String STR_TABLE_READONLY
508     Text [ en-US ] = "The table can not be changed. It is read only.";
510 String STR_DELETE_ROW
512     Text [ en-US ] = "The row could not be deleted. The option \"Display inactive records\" is set.";
514 String STR_ROW_ALREADY_DELETED
516     Text [ en-US ] = "The row could not be deleted. It is already deleted.";
518 String STR_QUERY_MORE_TABLES
520     Text [ en-US ] = "The query can not be executed. It contains more than one table.";
522 String STR_QUERY_NO_TABLE
524     Text [ en-US ] = "The query can not be executed. It contains no valid table.";
526 String STR_QUERY_NO_COLUMN
528     Text [ en-US ] = "The query can not be executed. It contains no valid columns.";
530 String STR_INVALID_PARA_COUNT
532     Text [ en-US ] = "The count of the given parameter values doesn't match the parameters.";
534 String STR_NO_VALID_FILE_URL
536     Text [ en-US ] = "The URL '$URL$' is not valid. A connection can not be created.";
540 String STR_NO_CLASSNAME
542     Text [ en-US ] = "The driver class '$classname$' could not be loaded.";
544 String STR_NO_JAVA
546     Text [ en-US ] = "No Java installation could be found. Please check your installation.";
548 String STR_NO_RESULTSET
550     Text [ en-US ] = "The execution of the query doesn't return a valid result set.";
552 String STR_NO_ROWCOUNT
554     Text [ en-US ] = "The execution of the update statement doesn't effect any rows.";
557 String STR_NO_CLASSNAME_PATH
559     Text [ en-US ] = "The additional driver class path is '$classpath$'.";
561 String STR_UNKNOWN_PARA_TYPE
563     Text [ en-US ] = "The type of parameter at position '$position$' is unknown.";
565 String STR_UNKNOWN_COLUMN_TYPE
567     Text [ en-US ] = "The type of column at position '$position$' is unknown.";
570 // KAB
572 String STR_NO_KDE_INST
574     Text [ en-US ] = "No suitable KDE installation was found.";
577 String STR_KDE_VERSION_TOO_OLD
579     Text [ en-US ] = "KDE version $major$.$minor$ or higher is required to access the KDE Address Book.";
581 String STR_KDE_VERSION_TOO_NEW
583     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";
585 String STR_KDE_VERSION_TOO_NEW_WORK_AROUND
587     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";
589 String STR_PARA_ONLY_PREPARED
591     Text [ en-US ] = "Parameters can appear only in prepared statements.";
594 // MACAB
595 String STR_NO_TABLE
597     Text [ en-US ] = "No such table!";
600 String STR_NO_MAC_OS_FOUND
602     Text [ en-US ] = "No suitable Mac OS installation was found.";
605 // ADABAS D
606 String STR_NO_DISK_SPACE
608     Text [ en-US ] = "The database file '$filename$' could not be created. Please check your disk space.";
611 String STR_COMMAND_NOT_FOUND
613     Text [ en-US ] = "The database '$databasename$' could not be started because the command '$progname$' could not be executed.";
615 String STR_DATABASE_NEEDS_CONVERTING
617     Text [ en-US ] = "The current database need to be converted. Please insert control user  and password.";
619 String STR_USER_NO_DELETE
621     Text [ en-US ] = "This user couldn't be deleted. Otherwise the database stays in a inconsistent state.";
623 // hsqldb
624 String STR_NO_STROAGE
626     Text [ en-US ] = "The connection can not be established. No storage or URL was given.";
628 String STR_INVALID_FILE_URL
630     Text [ en-US ] = "The given URL contains no valid local file system path. Please check the location of your database file.";
632 String STR_NO_TABLE_CONTAINER
634     Text [ en-US ] = "An error occured while obtaining the connection's table container.";
636 String STR_NO_TABLE_EDITOR_DIALOG
638     Text [ en-US ] = "An error occured while creating the table editor dialog.";
640 String STR_NO_TABLENAME
642     Text [ en-US ] = "There is no table named '$tablename$'.";
644 String STR_NO_DOCUMENTUI
646     Text [ en-US ] = "The provided DocumentUI is not allowed to be NULL.";