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

Thu, 31 Aug 2017 15:18:52 +0800

author
aoqi
date
Thu, 31 Aug 2017 15:18:52 +0800
changeset 637
9c07ef4934dd
parent 384
8f2986ff0235
parent 0
373ffda63c9a
permissions
-rw-r--r--

merge

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

mercurial