src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/resources/ResourceBundle.properties

Tue, 06 Mar 2012 16:09:35 -0800

author
ohair
date
Tue, 06 Mar 2012 16:09:35 -0800
changeset 286
f50545b5e2f1
child 384
8f2986ff0235
permissions
-rw-r--r--

7150322: Stop using drop source bundles in jaxws
Reviewed-by: darcy, ohrstrom

ohair@286 1 #
ohair@286 2 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
ohair@286 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ohair@286 4 #
ohair@286 5 # This code is free software; you can redistribute it and/or modify it
ohair@286 6 # under the terms of the GNU General Public License version 2 only, as
ohair@286 7 # published by the Free Software Foundation. Oracle designates this
ohair@286 8 # particular file as subject to the "Classpath" exception as provided
ohair@286 9 # by Oracle in the LICENSE file that accompanied this code.
ohair@286 10 #
ohair@286 11 # This code is distributed in the hope that it will be useful, but WITHOUT
ohair@286 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
ohair@286 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
ohair@286 14 # version 2 for more details (a copy is included in the LICENSE file that
ohair@286 15 # accompanied this code).
ohair@286 16 #
ohair@286 17 # You should have received a copy of the GNU General Public License version
ohair@286 18 # 2 along with this work; if not, write to the Free Software Foundation,
ohair@286 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ohair@286 20 #
ohair@286 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ohair@286 22 # or visit www.oracle.com if you need additional information or have any
ohair@286 23 # questions.
ohair@286 24 #
ohair@286 25 # THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC.
ohair@286 26 #
ohair@286 27
ohair@286 28 # Sample ResourceBundle properties file
ohair@286 29 message.optinalValues = Optional values (other than initial vocabulary) of DII not supported
ohair@286 30 message.noExternalVocabularies=No external vocabularies registered
ohair@286 31 message.externalVocabularyNotRegistered=External vocabulary referenced by "{0}" is not registered"
ohair@286 32
ohair@286 33 message.illegalState=Illegal state for decoding of EncodedCharacterString
ohair@286 34 message.missingNamespace=Name surrogate prefix is present when namespace name is absent
ohair@286 35 message.IIsNotTerminatedCorrectly=Notation IIs not terminated correctly
ohair@286 36 message.unparsedEntities=Unparsed entities not terminated correctly
ohair@286 37 message.decodingNotSupported=Document version with encoding algorithm decoding not supported
ohair@286 38 message.qNameMissingNamespaceName=Literal qualified name with prefix but no namespace name
ohair@286 39 message.decodingEII=Illegal state when decoding literal qualified name of EII
ohair@286 40
ohair@286 41 message.decodingNonIdentifyingString=Illegal state whendecoding non identifying string
ohair@286 42 message.decodingOctets=Illegal state when decoding octets
ohair@286 43 message.decodingIdentifyingString=Illegal state when decoding identifying string on first bit
ohair@286 44 message.prefixIllegal=The literal identifying string for the \"xml\" prefix is illegal
ohair@286 45 message.xmlns=The prefix \"xmlns\" cannot be bound to any namespace explicitly
ohair@286 46 message.wrongNamespaceName=\"xml\" prefix with a namespace name other than XML namespace name
ohair@286 47 message.missingNamespaceName=\"xml\" prefix without an XML namespace name
ohair@286 48 message.decodingIdentifyingStringForPrefix=Illegal state when decoding identifying string for prefix on first bit
ohair@286 49 message.xmlnsConnotBeBoundToPrefix=The namespace \"http://www.w3.org/2000/xmlns/\" cannot be bound to any prfix explicitly
ohair@286 50 message.illegalNamespaceName=The literal identifying string for the \"http://www.w3.org/XML/1998/namespace\" namespace name is illegal
ohair@286 51 message.namespaceWithoutPrefix=The XML namespace is not allowed without the XML prefix
ohair@286 52 message.decodingForNamespaceName=Illegal state when decoding identifying string for namespace name on first bit
ohair@286 53 message.decodingNonEmptyOctet=Illegal state when decoding non empty octet string on second bit
ohair@286 54 message.decodingIndexOnSecondBit=Illegal state when decoding index on second bit
ohair@286 55 message.notFIDocument=Input stream is not a fast infoset document
ohair@286 56 message.alphabetNotPresent=Restricted alphabet not present for identifier {0}
ohair@286 57 message.alphabetIdentifiersReserved=Restricted alphabet identifiers 2 up to and including 31 are reserved for future use
ohair@286 58 message.alphabetMustContain2orMoreChars=Restricted Alphabet must contain 2 or more characters
ohair@286 59 message.alphabetIncorrectlyTerminated=Restricted alphabet incorrectly terminated
ohair@286 60 message.fullBytesNotRead=Full bytes not read
ohair@286 61 message.deliminatorTooSmall=Length deliminator too small
ohair@286 62 message.UTF8Encoded=Illegal state for UTF-8 encoded string
ohair@286 63 message.UTF8EncodedNCName=Illegal state for UTF-8 encoded NCName
ohair@286 64 message.EOF=Unexpeceted EOF
ohair@286 65
ohair@286 66 #encoder
ohair@286 67 message.restrictedAlphabetNotPresent=Restricted alphabet not present in restricted alphabet table
ohair@286 68 message.namespaceURINotIndexed=namespace URI of local name not indexed\: {0}
ohair@286 69 message.prefixNotIndexed=prefix of local name not indexed\: {0}
ohair@286 70 message.EncodingAlgorithmURI=Encoding algorithm URI '{0}' not a member of the encoding algorithm table
ohair@286 71 message.nullEncodingAlgorithmURI=Null encoding algorithm URI present with data that is not byte[]
ohair@286 72 message.CDATA=CDATA
ohair@286 73 message.UnsupportedBuiltInAlgorithm=Unsupported built-in encoding algorithm\: {0}
ohair@286 74
ohair@286 75 message.identifiers10to31Reserved=Encoding algorithm identifiers 10 up to and including 31 are reserved for future use
ohair@286 76 message.characterOutofAlphabetRange=Character(s) not in restricted alphabet range
ohair@286 77 message.integerMaxSize=Integer > {0}
ohair@286 78
ohair@286 79
ohair@286 80 #com.sun.xml.internal.fastinfoset.algorithm
ohair@286 81 message.notImplemented=Not implemented
ohair@286 82 message.dataNotByteArray='data' not an instance of byte[]
ohair@286 83 message.dataNotBoolean='data' not an instance of boolean[]
ohair@286 84 message.unusedBits4=The number of unused bits is too large (should be < 4)
ohair@286 85 message.unusedBits8=The number of unused bits is too large (should be < 8)
ohair@286 86 message.lengthIsNotMultipleOfDouble='length' is not a multiple of {0} bytes correspond to the size of the IEEE 754 floating-point \"single format\"
ohair@286 87 message.dataNotDouble='data' not an instance of double[]
ohair@286 88 message.lengthNotMultipleOfFloat='length' is not a multiple of {0} bytes correspond to the size of the IEEE 754 floating-point \"single format\"
ohair@286 89 message.dataNotFloat='data' not an instance of float[]
ohair@286 90 message.lengthNotMultipleOfInt='length' is not a multiple of {0} bytes correspond to the size of the 'int' primitive type
ohair@286 91 message.dataNotIntArray='data' not an instance of int[]
ohair@286 92 message.lengthNotMultipleOfLong='length' is not a multiple of {0} bytes correspond to the size of the 'long' primitive type
ohair@286 93 message.dataNotLongArray='data' not an instance of long[]
ohair@286 94 message.lengthNotMultipleOfShort='length' is not a multiple of {0} bytes correspond to the size of the 'short' primitive type
ohair@286 95 message.dataNotShortArray='data' not an instance of short[]
ohair@286 96 message.lengthNotMultipleOfUUID='length' is not a multiple of {0} bytes correspond to the size of the 'UUID' primitive type
ohair@286 97 message.invalidUUID=Invalid UUID string\: {0}
ohair@286 98
ohair@286 99 #com.sun.xml.internal.fastinfoset.dom
ohair@286 100
ohair@286 101
ohair@286 102
ohair@286 103 message.algorithmDataCannotBeReported=Document contains application-defined encoding algorithm data that cannot be reported
ohair@286 104
ohair@286 105 message.CDATAAlgorithmNotSupported=CDATA encoding algorithm not supported for attribute values
ohair@286 106
ohair@286 107 message.commentIIAlgorithmNotSupported=Comment II with encoding algorithm decoding not supported
ohair@286 108
ohair@286 109 message.decodingAIIValue=Illegal state when decoding AII value
ohair@286 110
ohair@286 111 message.AIIqNameNotInScope=Qualified name of AII not in scope
ohair@286 112
ohair@286 113 message.decodingAIIs=Illegal state when decoding AIIs
ohair@286 114
ohair@286 115 message.IllegalStateDecodingEIIAfterAIIs=Illegal state when decoding EII after the namespace AIIs
ohair@286 116
ohair@286 117 message.EIInamespaceNameNotTerminatedCorrectly=Namespace names of EII not terminated correctly
ohair@286 118
ohair@286 119 message.IllegalStateDecodingEII=Illegal state when decoding a child of an EII
ohair@286 120
ohair@286 121 message.addToTableNotSupported=Add to table not supported for Encoding algorithms
ohair@286 122
ohair@286 123 message.qnameOfEIINotInScope=Qualified name of EII not in scope
ohair@286 124
ohair@286 125 message.IllegalStateDecodingDII=Illegal state when decoding a child of a DII
ohair@286 126
ohair@286 127 message.processingInstructionIIsNotTerminatedCorrectly=Processing instruction IIs of Document Type Declaraion II not terminated correctly
ohair@286 128
ohair@286 129 message.processingIIWithEncodingAlgorithm=Processing II with encoding algorithm decoding not supported
ohair@286 130
ohair@286 131 message.secondOccurenceOfDTDII=A second occurence of a Document Type Declaration II is present
ohair@286 132
ohair@286 133 #com.sun.xml.internal.fastinfoset.sax
ohair@286 134 message.URINotPresent=URI not present for encoding algorithm identifier {0}
ohair@286 135 message.algorithmNotRegistered=Encoding algorithm not registered for URI {0}
ohair@286 136 message.featureNotSupported=Feature not supported\: {0}
ohair@286 137 message.propertyNotRecognized=Property not recognized\:
ohair@286 138 message.inputSource=InputSource must include a byte stream or a system ID
ohair@286 139 message.qNameOfEIINotInScope=Qualified name of EII not in scope
ohair@286 140 message.unsupportedAlgorithm=Unsupported built-in encoding algorithm\: {0}
ohair@286 141 message.processingInstructionTargetIsEmpty=processingInstruction\: Target is empty
ohair@286 142
ohair@286 143 #com.sun.xml.internal.fastinfoset.stax
ohair@286 144 message.StAX2SAXReader=StAX2SAXReader does not support event {0}
ohair@286 145
ohair@286 146 message.noMoreEvents=No more events to report (EOF).
ohair@286 147 message.eventTypeNotMatch=Event type {0} specified did not match with current parser event
ohair@286 148 message.namespaceURINotMatch=Namespace URI {0} specified did not match with current namespace URI
ohair@286 149 message.localNameNotMatch=LocalName {0} specified did not match with current local name
ohair@286 150 message.mustBeOnSTARTELEMENT=parser must be on START_ELEMENT to read next text
ohair@286 151 message.unexpectedEOF=unexpected end of document when reading element text content
ohair@286 152
ohair@286 153 message.getElementTextExpectTextOnly=getElementText() function expects text only element but START_ELEMENT was encountered.
ohair@286 154 message.unexpectedEventType=Unexpected event type {0}
ohair@286 155 message.expectedStartOrEnd=expected start or end tag
ohair@286 156 message.nullPrefix=Prefix cannot be null.
ohair@286 157 message.invalidCallingGetAttributeValue=Method getAttributeValue() called in invalid state
ohair@286 158
ohair@286 159 message.invalidCallingGetNamespaceCount=Method getNamespaceCount() called in invalid state
ohair@286 160 message.invalidCallingGetNamespacePrefix=Method getNamespacePrefix() called in invalid state
ohair@286 161 message.InvalidStateForText=Invalid state for text
ohair@286 162 message.invalidCallingGetName=Method getName() called in invalid state
ohair@286 163 message.invalidCallingGetLocalName=Method getLocalName() called in invalid state
ohair@286 164 message.invalidCallingGetNamespaceURI=Method getNamespaceURI() called in invalid state
ohair@286 165 message.invalidCallingGetPrefix=Method getPrefix() called in invalid state
ohair@286 166 message.invalidCallingGetPITarget=Method getPITarget() called in invalid state
ohair@286 167 message.invalidCallingGetPIData=Method getPIData() called in invalid state
ohair@286 168
ohair@286 169
ohair@286 170 message.mustBeOnSTART_ELEMENT=parser must be on START_ELEMENT to read next text.
ohair@286 171 message.END_ELEMENTnotFound=Can not find END_ELEMENT.
ohair@286 172 message.startOrEndNotFound=Can not find start or end element.
ohair@286 173 message.noMoreItems=no more items to return
ohair@286 174 message.nullPropertyName=Property name can not be null.
ohair@286 175
ohair@286 176 message.validationNotSupported=This implementation does not support validation
ohair@286 177 message.externalEntities=This implementation does not resolve external entities
ohair@286 178 message.propertyNotSupported=Property {0} is not supported
ohair@286 179 message.noElement=No element.
ohair@286 180 message.nullXMLEventAllocator=XMLEvent Allocator may not be null
ohair@286 181
ohair@286 182 message.nullEventReader=Event reader can not be null
ohair@286 183 message.eventTypeNotSupported=Event type\: {0} not supported.
ohair@286 184 message.URIUnbound=URI ''{0}'' is unbound for this attribute
ohair@286 185 message.attributeWritingNotAllowed=Current state does not allow attribute writing
ohair@286 186
ohair@286 187 #com.sun.xml.internal.fastinfoset.stax.event
ohair@286 188 message.charactersCast=cannnot cast {0} to Characters
ohair@286 189 message.endElementCase=cannnot cast {0} to EndElement
ohair@286 190 message.startElementCase=cannnot cast {0} to StartElement
ohair@286 191 message.nullReader=Reader cannot be null
ohair@286 192
ohair@286 193 #com.sun.xml.internal.fastinfoset.tools
ohair@286 194 message.AttributeValueHolderExpected=Object o is not an AttributeValueHolder
ohair@286 195 message.optinalFileNotSpecified=An optional input file and optional output file must be specified
ohair@286 196
ohair@286 197 #com.sun.xml.internal.fastinfoset.util
ohair@286 198
ohair@286 199 message.illegalClass=Illegal class\: {0}
ohair@286 200 message.arrayMaxCapacity=Array has reached maximum capacity
ohair@286 201 message.maxNumberOfCharacters=Maximum number of characters is reached
ohair@286 202 message.duplicateAttribute=Duplicate attribute present
ohair@286 203 message.emptyIterator=The Iterator is empty.
ohair@286 204 message.illegalInitialCapacity=Illegal initial capacity\: {0}
ohair@286 205 message.illegalLoadFactor=Illegal load factor\: {0}
ohair@286 206 message.duplicateNamespaceAttribute=Duplicate namespace attribute entry
ohair@286 207 message.readonlyList=The list is read-only. Content can not be changed.

mercurial