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