53a08b03a8
Found by: jteera Reported by: Andrea Pescetti (cherry picked from commit 8f23dda62c32085f8665483e38345ee13389860e)
623 lines
17 KiB
Text
623 lines
17 KiB
Text
/* -*- 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 Addressbook 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 Addressbook 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 Addressbook";
|
|
};
|
|
|
|
String STR_OUTLOOK_MAPI_ADDRESSBOOK
|
|
{
|
|
Text [ en-US ] = "Outlook (MAPI) Addressbook";
|
|
};
|
|
|
|
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_STROAGE
|
|
{
|
|
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: */
|