blob: 04584e6076538e1def41800c3bd007657e8bf074 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
#
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
# Microsystems, Inc. All Rights Reserved.
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
# For manifest.mf at top level
OpenIDE-Module-Name=Schema-to-Beans Library
OpenIDE-Module-Display-Category=Infrastructuur
OpenIDE-Module-Short-Description=Library for representing XML as JavaBeans.
OpenIDE-Module-Long-Description=XML data binding generator. This module is a library of support classes for generating beans corresponding to XML descriptors.
# Class AttrProp:
WrongEnumDecl_msg=(wrong enum declaration)
# this message also used by class Common:
# {0} = type name.
UnknownType_msg=Unknown type \"{0}\"
TooMuchDeclaration_msg=(more declaration than expected)
TooLittleDeclaration_msg=Less declaration than expected: {0}
BadAttributeDecl_msg=Attribute declaration not complete or incorrect
UseCharORWithEnum_msg=character | should be used with enum
ATTLISTParseError_msg=failed parsing the ATTLIST {0} - {1}
# Class BaseBean:
DuplicateProperties_msg=Cannot create two different properties with the same name on the same bean.
BeanPropertyDoesntExist_msg=The bean {0} has no property named {1}.
# {0} = property name.
UnknownPropertyName_msg=Unknown property name: {0}
CantWriteBeanNotInDOMTree_msg=Cannot write the tree as an XML stream: the bean is not attached to a DOM tree.
# also used by class BeanProp:
CantInstantiateBean_msg=Failed to instantiate a bean: {0}
MergeWrongClassType_msg=merger/mergee are not of the same class type: {0}/{1}
PropertyIsNotABean_msg=The property {0} is not a bean.
beanPropIsNull_msg=Detected in createAttribute, the beanProp is null for \"{0}\". It seems that createRoot hasn't been called yet.
# Class BeanBuilder:
DTDObjectGraphIsNull_msg=Error: the schema object graph is null.
CantCreateFile_msg=Failed to create the file \"{0}\", Exc: {1}.
CantCreateMetaDDFile_msg=Failed to read the metaDD file \"{0}\"
CantCreateDirIsFile_msg=Cannot create the directory \"{0}\" (already exists as a file).
RenamedProperty_msg=Renamed property from \"{0}\" to \"{1}\" in \"{2}\", due to duplicate names or a forbidden name.
MSG_UsingMdd=Using the mdd information from {0}
MSG_CreatedDirectory=Created directory {0}
MSG_GenerationSummary=The root element is ''{0}'' and its class is ''{1}''.
MSG_SkippingGenerationDueToTime=Skipping generation due to generated files are newer than source files.
MSG_DidNotChangeFile=No changes made to file.
MSG_BadTokenInFinder=Bad token ''{0}'' in finder expression.
MSG_MissingOnExpression=Missing "on" expression in finder ''{0}''.
MSG_UnableToFindExpressionFromFinder=Unable to find expression from finder, ''{0}''.
# Class BeanProp:
ParentNodeCantBeNull_msg=Parent node should not be null.
NotIndexedProperty_msg=Not an indexed property
CannotAddNullValue_msg=Cannot add a null value
InvalidIndexForTypeProperty_msg=Invalid index value for a single type property
CannotInsertElementAlreadyInGraph_msg=Cannot insert an element which is already part of a graph. The element should be cloned first.
UnknownAttributeForProperty_msg=Unknown attribute {0} for property {1}
CannotChangeFIXEDAttribute_msg=Cannot change a #FIXED attribute.
ValueDoesNotMatchEnumValues_msg=The specified value ({0}) does not match one of the enumerated values: {1}
NotImplementedYet_msg=Not implemented yet
ChangeForPropertyVetoed_msg=The change for property \"{1}\" has been vetoed.
PropertyDoesntSupportVeto_msg=The property \"{0}\" has not been generated to support vetoable exceptions.
NodeAlreadyReferenced_msg=Node already referenced: {0}
PropertyAlreadyBoundToDOMNode_msg=Property \"{0}\" already bound to a DOM node.
# Class DDFactory:
DDCreationFailed_msg=DD creation failed: {0}
CantCreateBeanForRootElement_msg=Failed to find a bean class for the root element: {0}
CantGetConstructor_msg=Failed to get the constructor
CantInstanciateBeanClass_msg=Failed to instantiate the bean class: {0}
# Class DDParser:
DDParserCannotUseKeyWithOutValue_msg=DDParser cannot use a key name without value: {0}
FinalPropertyNotDeclaredAtEndOfParsingString_msg=\"{0}\" is a final property but has not been declared at the end of the parsing String.
NotFoundInPropertyList_msg=\"{0}\" not found in the property list: {1}
# Class DDRegistry:
BeanGraphAlreadyInRegistry_msg=Bean graph {0} is already in the registry
CantRegisterGraphSameID_msg=Cannot register the graph {0} in the registry because the graph {1} is registered with the same ID: {2}
CantUpdateGraphNotInRegistry_msg=Cannot update the graph named {0} because it has not been found in the registry
BeanGraphEntryNotInRegistry_msg=Bean graph \"{0}\" entry not found in the registry
GraphNameCantBeNull_msg=Graph name cannot be null
# Class DDRegistryParser
CannotNestDeclaration_msg=Cannot nest brace-evaluation declaration
CantResolveBecauseMissingParent_msg=Cannot resolve {0} because there is no parent
ParsingPathDoesntResolveToGraphNodeElement_msg=The parsing path specified ({0}) doesn''t resolve to a graph node element. Found {1}/{2} instead.
NoElementFoundPath_msg=No element found, path {0}
NoRootFoundForPath_msg=No root found for path {0}
CantFindRootForParser_msg=Cannot find a root for the parser (absolute path specified without parent graph)
NoParentSpecified_msg=No parent specified
NoRootSpecified_msg=No root specified for {0}
CantAccessBaseBeanNode_msg=Cannot access the BaseBean node specified by {0}
# Class DOMBinding:
NoStringConstructorForWrapper_msg=The wrapper class \"{0}\" specified for the property \"{1}\" has no String constructor and doesn''t implement the Wrapper interface.
CantInstantiatePropertyClass_msg=Failed to instantiate an object of class \"{0}\" for property \"{1}\" using its String constructor with the value \"{2}\" : {3}
TypeNotSupported_msg=Type not supported ... {0} type: {1}
DOMBindingAlreadyHasNode_msg=DOMBinding already has a Node ({0}) - cannot sync the tree
UnknownAction_msg=Unknown action: {0}
# Class DocDefParser:
FilenameNotSpecified_msg={0} filename not specified
HandlerNotSpecified_msg={0} handler not specified
# Class GraphManager:
InputStreamCantBeNull_msg=InputStream should not be null
CantFindFactory_msg=Couldn''t find the factory - try specifying a Document as the node value for the createGraph() method call.
CantGetDocument_msg=Failed to get the Document
CantCreateXMLDOMDocument_msg=Failed to create the XML-DOM Document. Check your XML to make sure it is correct.
CurrentNodeHasNoBinding_msg=The current node has no binding: {0}
NameShouldStartWithSlash_msg=The name {0} should start with a /
CantFindBeanBecausePartOfNameRemoved_msg=Cannot find the specified bean because in the bean \"{0}\", part of the bean name \"{1}\" has been removed.
CantFindBeanMayHaveBeenRemoved_msg=Cannot find the bean \"{0}\" within \"{1}\" - it might have been removed.
UnknownType=Unknown type: ''{0}''.
# Generated beans
CantCreateDOMRoot_msg=Failed to create a new DOM root for ''{0}''!
DOMGraphCreateFailed_msg=DOM graph creation failed: {0}
DocRootNotInDOMGraph_msg=Doc root ''{0}'' not found in the DOM graph! Found ''{1}'' instead.
NoValueForElt_msg=The element ''{0}'' of type {1} has no value.
# Class TreeBuilder
DuplicateElement_msg=Duplicate element in parsed schema: ''{0}''.
NoRootElementCandidate=No elements found as candidates for root element.
MSG_FoundUnreferencedNode=Found node not referenced from root: ''{0}''.
# Class SchemaRep
MSG_InvalidContents=Schema is not valid. A {0} is not allowed to contain a {1}: "{2}".
MSG_DuplicateElementName=Duplicate element name, ''{0}'', at the same level in the schema is not allowed.
MSG_SameNameDifferentContents=Two elements have the same name, ''{0}'', but different contents.
MSG_TryingToCallOnWrongClass=Trying to call ''{0}'' on ''{1}''.
MSG_FailedToFindXMLSchemaType=Failed to find XML Schema type for ''{0}''.
MSG_InvalidWhiteSpaceValue=Invalid value, ''{0}'', for whiteSpace node.
MSG_FailedToParse=Failed to parse document at ''{0}''.
MSG_UnableToFindTypeDef=Unable to find definition for type ''{0}''.
MSG_ExpectedNode=Expected node ''{0}'', but found ''{1}''.
MSG_FailedToFindRef=Failed to find ref ''{0}'' from ''{1}''.
# Class JavaBeanClass
MSG_NotAGoodValue=''{0}'' is not a good value for type ''{1}''.
MSG_BadParse=Bad time/date parse of ''{0}''.
MSG_SkippingGeneration=Skipping generation of class (as specified in the mdd file).
# Class XMLSchemaParser
MSG_UnableToFind=Warning: Unable to find referred to {0}, ''{1}''.
# Class GenBeans
MSG_GeneratingClass=Generating class {0}
MSG_NothingToCompile=Nothing to compile.
MSG_Compiling=Compiling....
MSG_UnableToCompile=Unable to compile due to:
MSG_IllegalSchemaName=Illegal name of schema, ''{0}''. It must be ''XMLSchema'' or ''DTD''.