xref: /AOO41X/main/connectivity/source/resource/conn_shared_res.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "resource/mozab_res.hrc"
29#include "resource/macab_res.hrc"
30#include "resource/calc_res.hrc"
31#include "resource/ado_res.hrc"
32#include "resource/dbase_res.hrc"
33#include "resource/file_res.hrc"
34#include "resource/evoab2_res.hrc"
35#include "resource/kab_res.hrc"
36#include "resource/adabas_res.hrc"
37#include "resource/hsqldb_res.hrc"
38
39// ============================================================================
40// = the mozab driver's resource strings
41// ============================================================================
42
43String STR_MOZILLA_ADDRESSBOOKS
44{
45    Text [ en-US ] = "Mozilla/Seamonkey Addressbook Directory";
46    Text [ x-comment ] = "This must be the term referring to address books in the user's "
47        "Mozilla/Seamonkey profile in the system.";
48};
49
50String STR_THUNDERBIRD_ADDRESSBOOKS
51{
52    Text [ en-US ] = "Thunderbird Addressbook Directory";
53    Text [ x-comment ] = "This must be the term referring to address books in the user's "
54        "Thunderbird profile in the system.";
55};
56
57String STR_OE_ADDRESSBOOK
58{
59    Text [ en-US ] = "Outlook Express Addressbook";
60};
61
62String STR_OUTLOOK_MAPI_ADDRESSBOOK
63{
64    Text [ en-US ] = "Outlook (MAPI) Addressbook";
65};
66
67String STR_NO_TABLE_CREATION_SUPPORT
68{
69    Text [ en-US ] = "Creating tables is not supported for this kind of address books.";
70};
71
72String STR_MOZILLA_IS_RUNNING
73{
74    Text [ en-US ] = "Cannot create new address books while Mozilla is running.";
75};
76
77String STR_COULD_NOT_RETRIEVE_AB_ENTRY
78{
79    Text [ en-US ] = "An address book entry could not be retrieved, an unknown error occurred.";
80};
81
82String STR_COULD_NOT_GET_DIRECTORY_NAME
83{
84    Text [ en-US ] = "An address book directory name could not be retrieved, an unknown error occurred.";
85};
86
87String STR_TIMEOUT_WAITING
88{
89    Text [ en-US ] = "Timed out while waiting for the result.";
90};
91
92String STR_ERR_EXECUTING_QUERY
93{
94    Text [ en-US ] = "An error occurred while executing the query.";
95};
96
97String STR_MOZILLA_IS_RUNNIG_NO_CHANGES
98{
99    Text [ en-US ] = "You can't make any changes to mozilla address book when mozilla is running.";
100};
101
102String STR_FOREIGN_PROCESS_CHANGED_AB
103{
104    Text [ en-US ] = "Mozilla Address Book has been changed out of this process, we can't modify it in this condition.";
105};
106
107String STR_CANT_FIND_ROW
108{
109    Text [ en-US ] = "Can't find the requested row.";
110};
111
112String STR_CANT_FIND_CARD_FOR_ROW
113{
114    Text [ en-US ] = "Can't find the card for the requested row.";
115};
116
117String STR_QUERY_AT_LEAST_ONE_TABLES
118{
119    Text [ en-US ] = "The query can not be executed. It needs at least one table.";
120};
121
122String STR_NO_COUNT_SUPPORT
123{
124    Text [ en-US ] = "The driver does not support the 'COUNT' function.";
125};
126
127String STR_STMT_TYPE_NOT_SUPPORTED
128{
129    Text [ en-US ] = "This statement type not supported by this database driver.";
130};
131
132String STR_UNSPECIFIED_ERROR
133{
134    Text [ en-US ] = "An unknown error occured.";
135};
136
137String STR_COULD_NOT_CREATE_ADDRESSBOOK
138{
139    Text [ en-US ] = "Could not create a new address book. Mozilla error code is $1$.";
140};
141
142String STR_COULD_NOT_LOAD_LIB
143{
144    Text [ en-US ] = "The library '$libname$' could not be loaded.";
145};
146
147String STR_ERROR_REFRESH_ROW
148{
149    Text [ en-US ] = "An error occured while refreshing the current row.";
150};
151
152String STR_ERROR_GET_ROW
153{
154    Text [ en-US ] = "An error occured while getting the current row.";
155};
156
157String STR_CAN_NOT_CANCEL_ROW_UPDATE
158{
159    Text [ en-US ] = "The row update can not be canceled.";
160};
161
162String STR_CAN_NOT_CREATE_ROW
163{
164    Text [ en-US ] = "A new row can not be created.";
165};
166
167String STR_QUERY_INVALID_IS_NULL_COLUMN
168{
169    Text [ en-US ] = "The query can not be executed. The 'IS NULL' can only be used with a column name.";
170};
171
172String STR_ILLEGAL_MOVEMENT
173{
174    Text [ en-US ] = "Illegal cursor movement occured.";
175};
176
177String STR_COMMIT_ROW
178{
179    Text [ en-US ] = "Please commit row '$position$' before update rows or insert new rows.";
180};
181
182String STR_INVALID_ROW_UPDATE
183{
184    Text [ en-US ] = "The update call can not be executed. The row is invalid.";
185};
186
187String STR_ROW_CAN_NOT_SAVE
188{
189    Text [ en-US ] = "The current row can not be saved.";
190};
191
192String STR_NO_HOSTNAME
193{
194    Text [ en-US ] = "No hostname was provided.";
195};
196
197String STR_NO_BASEDN
198{
199    Text [ en-US ] = "No Base DN was provided.";
200};
201
202String STR_COULD_NOT_CONNECT_LDAP
203{
204    Text [ en-US ] = "The connection to the LDAP server could not be established.";
205};
206
207// ============================================================================
208// = common strings
209// ============================================================================
210String STR_NO_CONNECTION_GIVEN
211{
212    Text [ en-US ] = "It doesn't exist a connection to the database.";
213};
214String STR_WRONG_PARAM_INDEX
215{
216    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.";
217};
218String STR_INPUTSTREAM_WRONG_LEN
219{
220    Text [ en-US ] = "End of InputStream reached before satisfying length specified when InputStream was set.";
221};
222String STR_NO_INPUTSTREAM
223{
224    Text [ en-US ] = "The input stream was not set.";
225};
226String STR_NO_ELEMENT_NAME
227{
228    Text [ en-US ] = "There is no element named '$name$'.";
229};
230String STR_INVALID_BOOKMARK
231{
232    Text [ en-US ] = "Invalid bookmark value";
233};
234String STR_PRIVILEGE_NOT_GRANTED
235{
236    Text [ en-US ] = "Privilege not granted: Only table privileges can be granted.";
237};
238String STR_PRIVILEGE_NOT_REVOKED
239{
240    Text [ en-US ] = "Privilege not revoked: Only table privileges can be revoked.";
241};
242
243String STR_UNKNOWN_COLUMN_NAME
244{
245    Text [ en-US ] = "The column name '$columnname$' is unknown.";
246};
247String STR_ERRORMSG_SEQUENCE
248{
249    Text [ en-US ] = "Function sequence error.";
250};
251String STR_INVALID_INDEX
252{
253    Text [ en-US ] = "Invalid descriptor index.";
254};
255String STR_UNSUPPORTED_FUNCTION
256{
257    Text [ en-US ] = "The driver does not support the function '$functionname$'.";
258};
259String STR_UNSUPPORTED_FEATURE
260{
261    Text [ en-US ] = "The driver does not support the functionality for '$featurename$'. It is not implemented.";
262};
263String STR_FORMULA_WRONG
264{
265    Text [ en-US ] = "The formula for TypeInfoSettings is wrong!";
266};
267String STR_STRING_LENGTH_EXCEEDED
268{
269    Text [ en-US ] = "The string '$string$' exceeds the maximum length of $maxlen$ characters when converted to the target character set '$charset$'.";
270};
271
272String STR_CANNOT_CONVERT_STRING
273{
274    Text [ en-US ] = "The string '$string$' cannot be converted using the encoding '$charset$'.";
275};
276
277String STR_URI_SYNTAX_ERROR
278{
279    Text [ en-US ] = "The connection URL is invalid.";
280};
281
282String STR_QUERY_TOO_COMPLEX
283{
284    Text [ en-US ] = "The query can not be executed. It is too complex.";
285};
286String STR_OPERATOR_TOO_COMPLEX
287{
288    Text [ en-US ] = "The query can not be executed. The operator is too complex.";
289};
290String STR_QUERY_INVALID_LIKE_COLUMN
291{
292    Text [ en-US ] = "The query can not be executed. You cannot use 'LIKE' with columns of this type.";
293};
294String STR_QUERY_INVALID_LIKE_STRING
295{
296    Text [ en-US ] = "The query can not be executed. 'LIKE' can be used with a string argument only.";
297};
298String STR_QUERY_NOT_LIKE_TOO_COMPLEX
299{
300    Text [ en-US ] = "The query can not be executed. The 'NOT LIKE' condition is too complex.";
301};
302String STR_QUERY_LIKE_WILDCARD
303{
304    Text [ en-US ] = "The query can not be executed. The 'LIKE' condition contains wildcard in the middle.";
305};
306String STR_QUERY_LIKE_WILDCARD_MANY
307{
308    Text [ en-US ] = "The query can not be executed. The 'LIKE' condition contains too many wildcards.";
309};
310String STR_INVALID_COLUMNNAME
311{
312    Text [ en-US ] = "The column name '$columnname$' is not valid.";
313};
314String STR_INVALID_COLUMN_SELECTION
315{
316    Text [ en-US ] = "The statement contains an invalid selection of columns.";
317};
318String STR_COLUMN_NOT_UPDATEABLE
319{
320    Text [ en-US ] = "The column at position '$position$' could not be updated.";
321};
322
323String STR_COULD_NOT_LOAD_FILE
324{
325    Text [ en-US ] = "The file $filename$ could not be loaded.";
326};
327
328String STR_LOAD_FILE_ERROR_MESSAGE
329{
330    Text [ en-US ] = "The attempt to load the file resulted in the following error message ($exception_type$):\n\n$error_message$";
331};
332
333// ============================================================================
334// = the ado driver's resource strings
335// ============================================================================
336String STR_TYPE_NOT_CONVERT
337{
338    Text [ en-US ] = "The type could not be converted.";
339};
340String STR_INVALID_COLUMN_DESCRIPTOR_ERROR
341{
342    Text [ en-US ] = "Could not append column: invalid column descriptor.";
343};
344
345String STR_INVALID_GROUP_DESCRIPTOR_ERROR
346{
347    Text [ en-US ] = "Could not create group: invalid object descriptor.";
348};
349String STR_INVALID_INDEX_DESCRIPTOR_ERROR
350{
351    Text [ en-US ] = "Could not create index: invalid object descriptor.";
352};
353String STR_INVALID_KEY_DESCRIPTOR_ERROR
354{
355    Text [ en-US ] = "Could not create key: invalid object descriptor.";
356};
357
358String STR_INVALID_TABLE_DESCRIPTOR_ERROR
359{
360    Text [ en-US ] = "Could not create table: invalid object descriptor.";
361};
362
363String STR_INVALID_USER_DESCRIPTOR_ERROR
364{
365    Text [ en-US ] = "Could not create user: invalid object descriptor.";
366};
367
368String STR_INVALID_VIEW_DESCRIPTOR_ERROR
369{
370    Text [ en-US ] = "Could not create view: invalid object descriptor.";
371};
372
373String STR_VIEW_NO_COMMAND_ERROR
374{
375    Text [ en-US ] = "Could not create view: no command object.";
376};
377
378String STR_NO_CONNECTION
379{
380    Text [ en-US ] = "The connection could not be created. May be the necessary data provider is not installed.";
381};
382
383// dbase
384String STR_COULD_NOT_DELETE_INDEX
385{
386    Text [ en-US ] = "The index could not be deleted. An unknown error while accessing the file system occured.";
387};
388String STR_ONL_ONE_COLUMN_PER_INDEX
389{
390    Text [ en-US ] = "The index could not be created. Only one column per index is allowed.";
391};
392String STR_COULD_NOT_CREATE_INDEX_NOT_UNIQUE
393{
394    Text [ en-US ] = "The index could not be created. The values are not unique.";
395};
396
397String STR_COULD_NOT_CREATE_INDEX
398{
399    Text [ en-US ] = "The index could not be created. An unknown error appeared.";
400};
401String STR_COULD_NOT_CREATE_INDEX_NAME
402{
403    Text [ en-US ] = "The index could not be created. The file '$filename$' is used by an other index.";
404};
405String STR_COULD_NOT_CREATE_INDEX_KEYSIZE
406{
407    Text [ en-US ] = "The index could not be created. The size of the chosen column is to big.";
408};
409
410String STR_SQL_NAME_ERROR
411{
412    Text [ en-US ] = "The name '$name$' doesn't match SQL naming constraints.";
413};
414String STR_COULD_NOT_DELETE_FILE
415{
416    Text [ en-US ] = "The file $filename$ could not be deleted.";
417};
418
419String STR_INVALID_COLUMN_TYPE
420{
421    Text [ en-US ] = "Invalid column type for column '$columnname$'.";
422};
423String STR_INVALID_COLUMN_PRECISION
424{
425    Text [ en-US ] = "Invalid precision for column '$columnname$'.";
426};
427
428String STR_INVALID_PRECISION_SCALE
429{
430    Text [ en-US ] = "Precision is less than scale for column '$columnname$'.";
431};
432
433String STR_INVALID_COLUMN_NAME_LENGTH
434{
435    Text [ en-US ] = "Invalid column name length for column '$columnname$'.";
436};
437
438String STR_DUPLICATE_VALUE_IN_COLUMN
439{
440    Text [ en-US ] = "Duplicate value found in column '$columnname$'.";
441};
442
443String STR_INVALID_COLUMN_DECIMAL_VALUE
444{
445    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.";
446};
447
448String STR_COLUMN_NOT_ALTERABLE
449{
450    Text [ en-US ] = "The column '$columnname$' could not be altered. May be the file system is write protected.";
451};
452String STR_INVALID_COLUMN_VALUE
453{
454    Text [ en-US ] = "The column '$columnname$' could not be updated. The value is invalid for that column.";
455};
456String STR_COLUMN_NOT_ADDABLE
457{
458    Text [ en-US ] = "The column '$columnname$' could not be added. May be the file system is write protected.";
459};
460String STR_COLUMN_NOT_DROP
461{
462    Text [ en-US ] = "The column at position '$position$' could not be dropped. May be the file system is write protected.";
463};
464String STR_TABLE_NOT_DROP
465{
466    Text [ en-US ] = "The table '$tablename$' could not be dropped. May be the file system is write protected.";
467};
468String STR_COULD_NOT_ALTER_TABLE
469{
470    Text [ en-US ] = "The table could not be altered.";
471};
472
473String STR_INVALID_DBASE_FILE
474{
475    Text [ en-US ] = "The file '$filename$' is an invalid (or unrecognized) dBase file.";
476};
477
478// Evoab2
479
480String STR_CANNOT_OPEN_BOOK
481{
482    Text [ en-US ] = "Cannot open Evolution address book.";
483};
484
485String STR_SORT_BY_COL_ONLY
486{
487    Text [ en-US ] = "Can only sort by table columns.";
488};
489
490// File
491String STR_QUERY_COMPLEX_COUNT
492{
493    Text [ en-US ] = "The query can not be executed. It is too complex. Only \"COUNT(*)\" is supported.";
494};
495String STR_QUERY_INVALID_BETWEEN
496{
497    Text [ en-US ] = "The query can not be executed. The 'BETWEEN' arguments are not correct.";
498};
499String STR_QUERY_FUNCTION_NOT_SUPPORTED
500{
501    Text [ en-US ] = "The query can not be executed. The function is not supported.";
502};
503String STR_TABLE_READONLY
504{
505    Text [ en-US ] = "The table can not be changed. It is read only.";
506};
507String STR_DELETE_ROW
508{
509    Text [ en-US ] = "The row could not be deleted. The option \"Display inactive records\" is set.";
510};
511String STR_ROW_ALREADY_DELETED
512{
513    Text [ en-US ] = "The row could not be deleted. It is already deleted.";
514};
515String STR_QUERY_MORE_TABLES
516{
517    Text [ en-US ] = "The query can not be executed. It contains more than one table.";
518};
519String STR_QUERY_NO_TABLE
520{
521    Text [ en-US ] = "The query can not be executed. It contains no valid table.";
522};
523String STR_QUERY_NO_COLUMN
524{
525    Text [ en-US ] = "The query can not be executed. It contains no valid columns.";
526};
527String STR_INVALID_PARA_COUNT
528{
529    Text [ en-US ] = "The count of the given parameter values doesn't match the parameters.";
530};
531String STR_NO_VALID_FILE_URL
532{
533    Text [ en-US ] = "The URL '$URL$' is not valid. A connection can not be created.";
534};
535
536
537String STR_NO_CLASSNAME
538{
539    Text [ en-US ] = "The driver class '$classname$' could not be loaded.";
540};
541String STR_NO_JAVA
542{
543    Text [ en-US ] = "No Java installation could be found. Please check your installation.";
544};
545String STR_NO_RESULTSET
546{
547    Text [ en-US ] = "The execution of the query doesn't return a valid result set.";
548};
549String STR_NO_ROWCOUNT
550{
551    Text [ en-US ] = "The execution of the update statement doesn't effect any rows.";
552};
553
554String STR_NO_CLASSNAME_PATH
555{
556    Text [ en-US ] = "The additional driver class path is '$classpath$'.";
557};
558String STR_UNKNOWN_PARA_TYPE
559{
560    Text [ en-US ] = "The type of parameter at position '$position$' is unknown.";
561};
562String STR_UNKNOWN_COLUMN_TYPE
563{
564    Text [ en-US ] = "The type of column at position '$position$' is unknown.";
565};
566
567// KAB
568
569String STR_NO_KDE_INST
570{
571    Text [ en-US ] = "No suitable KDE installation was found.";
572};
573
574String STR_KDE_VERSION_TOO_OLD
575{
576    Text [ en-US ] = "KDE version $major$.$minor$ or higher is required to access the KDE Address Book.";
577};
578String STR_KDE_VERSION_TOO_NEW
579{
580    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";
581};
582String STR_KDE_VERSION_TOO_NEW_WORK_AROUND
583{
584    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";
585};
586String STR_PARA_ONLY_PREPARED
587{
588    Text [ en-US ] = "Parameters can appear only in prepared statements.";
589};
590
591// MACAB
592String STR_NO_TABLE
593{
594    Text [ en-US ] = "No such table!";
595};
596
597String STR_NO_MAC_OS_FOUND
598{
599    Text [ en-US ] = "No suitable Mac OS installation was found.";
600};
601
602// ADABAS D
603String STR_NO_DISK_SPACE
604{
605    Text [ en-US ] = "The database file '$filename$' could not be created. Please check your disk space.";
606};
607
608String STR_COMMAND_NOT_FOUND
609{
610    Text [ en-US ] = "The database '$databasename$' could not be started because the command '$progname$' could not be executed.";
611};
612String STR_DATABASE_NEEDS_CONVERTING
613{
614    Text [ en-US ] = "The current database need to be converted. Please insert control user  and password.";
615};
616String STR_USER_NO_DELETE
617{
618    Text [ en-US ] = "This user couldn't be deleted. Otherwise the database stays in a inconsistent state.";
619};
620// hsqldb
621String STR_NO_STROAGE
622{
623    Text [ en-US ] = "The connection can not be established. No storage or URL was given.";
624};
625String STR_INVALID_FILE_URL
626{
627    Text [ en-US ] = "The given URL contains no valid local file system path. Please check the location of your database file.";
628};
629String STR_NO_TABLE_CONTAINER
630{
631    Text [ en-US ] = "An error occured while obtaining the connection's table container.";
632};
633String STR_NO_TABLE_EDITOR_DIALOG
634{
635    Text [ en-US ] = "An error occured while creating the table editor dialog.";
636};
637String STR_NO_TABLENAME
638{
639    Text [ en-US ] = "There is no table named '$tablename$'.";
640};
641String STR_NO_DOCUMENTUI
642{
643    Text [ en-US ] = "The provided DocumentUI is not allowed to be NULL.";
644};
645String STR_ERROR_NEW_VERSION
646{
647    Text = "The connection could not be established. The database was created by a newer version of %PRODUCTNAME.";
648};
649
650