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