ohair@286: # ohair@286: # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. ohair@286: # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. ohair@286: # ohair@286: # This code is free software; you can redistribute it and/or modify it ohair@286: # under the terms of the GNU General Public License version 2 only, as ohair@286: # published by the Free Software Foundation. Oracle designates this ohair@286: # particular file as subject to the "Classpath" exception as provided ohair@286: # by Oracle in the LICENSE file that accompanied this code. ohair@286: # ohair@286: # This code is distributed in the hope that it will be useful, but WITHOUT ohair@286: # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ohair@286: # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License ohair@286: # version 2 for more details (a copy is included in the LICENSE file that ohair@286: # accompanied this code). ohair@286: # ohair@286: # You should have received a copy of the GNU General Public License version ohair@286: # 2 along with this work; if not, write to the Free Software Foundation, ohair@286: # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. ohair@286: # ohair@286: # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA ohair@286: # or visit www.oracle.com if you need additional information or have any ohair@286: # questions. ohair@286: # ohair@286: # THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. ohair@286: # ohair@286: ohair@286: # Sample ResourceBundle properties file ohair@286: message.optinalValues = Optional values (other than initial vocabulary) of DII not supported ohair@286: message.noExternalVocabularies=No external vocabularies registered ohair@286: message.externalVocabularyNotRegistered=External vocabulary referenced by "{0}" is not registered" ohair@286: ohair@286: message.illegalState=Illegal state for decoding of EncodedCharacterString ohair@286: message.missingNamespace=Name surrogate prefix is present when namespace name is absent ohair@286: message.IIsNotTerminatedCorrectly=Notation IIs not terminated correctly ohair@286: message.unparsedEntities=Unparsed entities not terminated correctly ohair@286: message.decodingNotSupported=Document version with encoding algorithm decoding not supported ohair@286: message.qNameMissingNamespaceName=Literal qualified name with prefix but no namespace name ohair@286: message.decodingEII=Illegal state when decoding literal qualified name of EII ohair@286: ohair@286: message.decodingNonIdentifyingString=Illegal state whendecoding non identifying string ohair@286: message.decodingOctets=Illegal state when decoding octets ohair@286: message.decodingIdentifyingString=Illegal state when decoding identifying string on first bit ohair@286: message.prefixIllegal=The literal identifying string for the \"xml\" prefix is illegal ohair@286: message.xmlns=The prefix \"xmlns\" cannot be bound to any namespace explicitly ohair@286: message.wrongNamespaceName=\"xml\" prefix with a namespace name other than XML namespace name ohair@286: message.missingNamespaceName=\"xml\" prefix without an XML namespace name ohair@286: message.decodingIdentifyingStringForPrefix=Illegal state when decoding identifying string for prefix on first bit ohair@286: message.xmlnsConnotBeBoundToPrefix=The namespace \"http://www.w3.org/2000/xmlns/\" cannot be bound to any prfix explicitly ohair@286: message.illegalNamespaceName=The literal identifying string for the \"http://www.w3.org/XML/1998/namespace\" namespace name is illegal ohair@286: message.namespaceWithoutPrefix=The XML namespace is not allowed without the XML prefix ohair@286: message.decodingForNamespaceName=Illegal state when decoding identifying string for namespace name on first bit ohair@286: message.decodingNonEmptyOctet=Illegal state when decoding non empty octet string on second bit ohair@286: message.decodingIndexOnSecondBit=Illegal state when decoding index on second bit ohair@286: message.notFIDocument=Input stream is not a fast infoset document ohair@286: message.alphabetNotPresent=Restricted alphabet not present for identifier {0} ohair@286: message.alphabetIdentifiersReserved=Restricted alphabet identifiers 2 up to and including 31 are reserved for future use ohair@286: message.alphabetMustContain2orMoreChars=Restricted Alphabet must contain 2 or more characters ohair@286: message.alphabetIncorrectlyTerminated=Restricted alphabet incorrectly terminated ohair@286: message.fullBytesNotRead=Full bytes not read ohair@286: message.deliminatorTooSmall=Length deliminator too small ohair@286: message.UTF8Encoded=Illegal state for UTF-8 encoded string ohair@286: message.UTF8EncodedNCName=Illegal state for UTF-8 encoded NCName ohair@286: message.EOF=Unexpeceted EOF ohair@286: ohair@286: #encoder ohair@286: message.restrictedAlphabetNotPresent=Restricted alphabet not present in restricted alphabet table ohair@286: message.namespaceURINotIndexed=namespace URI of local name not indexed\: {0} ohair@286: message.prefixNotIndexed=prefix of local name not indexed\: {0} ohair@286: message.EncodingAlgorithmURI=Encoding algorithm URI '{0}' not a member of the encoding algorithm table ohair@286: message.nullEncodingAlgorithmURI=Null encoding algorithm URI present with data that is not byte[] ohair@286: message.CDATA=CDATA ohair@286: message.UnsupportedBuiltInAlgorithm=Unsupported built-in encoding algorithm\: {0} ohair@286: ohair@286: message.identifiers10to31Reserved=Encoding algorithm identifiers 10 up to and including 31 are reserved for future use ohair@286: message.characterOutofAlphabetRange=Character(s) not in restricted alphabet range ohair@286: message.integerMaxSize=Integer > {0} ohair@286: ohair@286: ohair@286: #com.sun.xml.internal.fastinfoset.algorithm ohair@286: message.notImplemented=Not implemented ohair@286: message.dataNotByteArray='data' not an instance of byte[] ohair@286: message.dataNotBoolean='data' not an instance of boolean[] ohair@286: message.unusedBits4=The number of unused bits is too large (should be < 4) ohair@286: message.unusedBits8=The number of unused bits is too large (should be < 8) ohair@286: message.lengthIsNotMultipleOfDouble='length' is not a multiple of {0} bytes correspond to the size of the IEEE 754 floating-point \"single format\" ohair@286: message.dataNotDouble='data' not an instance of double[] ohair@286: message.lengthNotMultipleOfFloat='length' is not a multiple of {0} bytes correspond to the size of the IEEE 754 floating-point \"single format\" ohair@286: message.dataNotFloat='data' not an instance of float[] ohair@286: message.lengthNotMultipleOfInt='length' is not a multiple of {0} bytes correspond to the size of the 'int' primitive type ohair@286: message.dataNotIntArray='data' not an instance of int[] ohair@286: message.lengthNotMultipleOfLong='length' is not a multiple of {0} bytes correspond to the size of the 'long' primitive type ohair@286: message.dataNotLongArray='data' not an instance of long[] ohair@286: message.lengthNotMultipleOfShort='length' is not a multiple of {0} bytes correspond to the size of the 'short' primitive type ohair@286: message.dataNotShortArray='data' not an instance of short[] ohair@286: message.lengthNotMultipleOfUUID='length' is not a multiple of {0} bytes correspond to the size of the 'UUID' primitive type ohair@286: message.invalidUUID=Invalid UUID string\: {0} ohair@286: ohair@286: #com.sun.xml.internal.fastinfoset.dom ohair@286: ohair@286: ohair@286: ohair@286: message.algorithmDataCannotBeReported=Document contains application-defined encoding algorithm data that cannot be reported ohair@286: ohair@286: message.CDATAAlgorithmNotSupported=CDATA encoding algorithm not supported for attribute values ohair@286: ohair@286: message.commentIIAlgorithmNotSupported=Comment II with encoding algorithm decoding not supported ohair@286: ohair@286: message.decodingAIIValue=Illegal state when decoding AII value ohair@286: ohair@286: message.AIIqNameNotInScope=Qualified name of AII not in scope ohair@286: ohair@286: message.decodingAIIs=Illegal state when decoding AIIs ohair@286: ohair@286: message.IllegalStateDecodingEIIAfterAIIs=Illegal state when decoding EII after the namespace AIIs ohair@286: ohair@286: message.EIInamespaceNameNotTerminatedCorrectly=Namespace names of EII not terminated correctly ohair@286: ohair@286: message.IllegalStateDecodingEII=Illegal state when decoding a child of an EII ohair@286: ohair@286: message.addToTableNotSupported=Add to table not supported for Encoding algorithms ohair@286: ohair@286: message.qnameOfEIINotInScope=Qualified name of EII not in scope ohair@286: ohair@286: message.IllegalStateDecodingDII=Illegal state when decoding a child of a DII ohair@286: ohair@286: message.processingInstructionIIsNotTerminatedCorrectly=Processing instruction IIs of Document Type Declaraion II not terminated correctly ohair@286: ohair@286: message.processingIIWithEncodingAlgorithm=Processing II with encoding algorithm decoding not supported ohair@286: ohair@286: message.secondOccurenceOfDTDII=A second occurence of a Document Type Declaration II is present ohair@286: ohair@286: #com.sun.xml.internal.fastinfoset.sax ohair@286: message.URINotPresent=URI not present for encoding algorithm identifier {0} ohair@286: message.algorithmNotRegistered=Encoding algorithm not registered for URI {0} ohair@286: message.featureNotSupported=Feature not supported\: {0} ohair@286: message.propertyNotRecognized=Property not recognized\: ohair@286: message.inputSource=InputSource must include a byte stream or a system ID ohair@286: message.qNameOfEIINotInScope=Qualified name of EII not in scope ohair@286: message.unsupportedAlgorithm=Unsupported built-in encoding algorithm\: {0} ohair@286: message.processingInstructionTargetIsEmpty=processingInstruction\: Target is empty ohair@286: ohair@286: #com.sun.xml.internal.fastinfoset.stax ohair@286: message.StAX2SAXReader=StAX2SAXReader does not support event {0} ohair@286: ohair@286: message.noMoreEvents=No more events to report (EOF). ohair@286: message.eventTypeNotMatch=Event type {0} specified did not match with current parser event ohair@286: message.namespaceURINotMatch=Namespace URI {0} specified did not match with current namespace URI ohair@286: message.localNameNotMatch=LocalName {0} specified did not match with current local name ohair@286: message.mustBeOnSTARTELEMENT=parser must be on START_ELEMENT to read next text ohair@286: message.unexpectedEOF=unexpected end of document when reading element text content ohair@286: ohair@286: message.getElementTextExpectTextOnly=getElementText() function expects text only element but START_ELEMENT was encountered. ohair@286: message.unexpectedEventType=Unexpected event type {0} ohair@286: message.expectedStartOrEnd=expected start or end tag ohair@286: message.nullPrefix=Prefix cannot be null. ohair@286: message.invalidCallingGetAttributeValue=Method getAttributeValue() called in invalid state ohair@286: ohair@286: message.invalidCallingGetNamespaceCount=Method getNamespaceCount() called in invalid state ohair@286: message.invalidCallingGetNamespacePrefix=Method getNamespacePrefix() called in invalid state ohair@286: message.InvalidStateForText=Invalid state for text ohair@286: message.invalidCallingGetName=Method getName() called in invalid state ohair@286: message.invalidCallingGetLocalName=Method getLocalName() called in invalid state ohair@286: message.invalidCallingGetNamespaceURI=Method getNamespaceURI() called in invalid state ohair@286: message.invalidCallingGetPrefix=Method getPrefix() called in invalid state ohair@286: message.invalidCallingGetPITarget=Method getPITarget() called in invalid state ohair@286: message.invalidCallingGetPIData=Method getPIData() called in invalid state ohair@286: ohair@286: ohair@286: message.mustBeOnSTART_ELEMENT=parser must be on START_ELEMENT to read next text. ohair@286: message.END_ELEMENTnotFound=Can not find END_ELEMENT. ohair@286: message.startOrEndNotFound=Can not find start or end element. ohair@286: message.noMoreItems=no more items to return ohair@286: message.nullPropertyName=Property name can not be null. ohair@286: ohair@286: message.validationNotSupported=This implementation does not support validation ohair@286: message.externalEntities=This implementation does not resolve external entities ohair@286: message.propertyNotSupported=Property {0} is not supported ohair@286: message.noElement=No element. ohair@286: message.nullXMLEventAllocator=XMLEvent Allocator may not be null ohair@286: ohair@286: message.nullEventReader=Event reader can not be null ohair@286: message.eventTypeNotSupported=Event type\: {0} not supported. ohair@286: message.URIUnbound=URI ''{0}'' is unbound for this attribute ohair@286: message.attributeWritingNotAllowed=Current state does not allow attribute writing ohair@286: ohair@286: #com.sun.xml.internal.fastinfoset.stax.event ohair@286: message.charactersCast=cannnot cast {0} to Characters ohair@286: message.endElementCase=cannnot cast {0} to EndElement ohair@286: message.startElementCase=cannnot cast {0} to StartElement ohair@286: message.nullReader=Reader cannot be null ohair@286: ohair@286: #com.sun.xml.internal.fastinfoset.tools ohair@286: message.AttributeValueHolderExpected=Object o is not an AttributeValueHolder ohair@286: message.optinalFileNotSpecified=An optional input file and optional output file must be specified ohair@286: ohair@286: #com.sun.xml.internal.fastinfoset.util ohair@286: ohair@286: message.illegalClass=Illegal class\: {0} ohair@286: message.arrayMaxCapacity=Array has reached maximum capacity ohair@286: message.maxNumberOfCharacters=Maximum number of characters is reached ohair@286: message.duplicateAttribute=Duplicate attribute present ohair@286: message.emptyIterator=The Iterator is empty. ohair@286: message.illegalInitialCapacity=Illegal initial capacity\: {0} ohair@286: message.illegalLoadFactor=Illegal load factor\: {0} ohair@286: message.duplicateNamespaceAttribute=Duplicate namespace attribute entry ohair@286: message.readonlyList=The list is read-only. Content can not be changed.