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