# # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. # # Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved. # # 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 # https://oss.oracle.com/licenses/CDDL+GPL-1.1 # or LICENSE.txt. 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 LICENSE.txt. # # GPL Classpath Exception: # 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. # # Modifications: # If applicable, add the following below the License Header, with the fields # enclosed by brackets [] replaced by your own identifying information: # "Portions Copyright [year] [name of copyright owner]" # # Contributor(s): # 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 don't 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. # # # English diagnostic messages (and fragments) for Sun's XML parser. # # P-NNN ... parser messages # F-NNN ... message fragments (sometimes associated with more # than one message, but usually just with one) # V-NNN ... validation related messages # # Most messages can be produced in only one way. # # # Generic parsing messages, not specific to validation # P-000 = No parser input source! P-001 = Illegal character at end of document, &#x{0}; P-002 = Expansion of entity "&{0};" is not well formed P-003 = Premature end of input # {0} - F000-F009, F011, F021. P-004 = Missing whitespace {0} P-005 = Only whitespace allowed {0} # # unadorned "missing whitespace", with P-004 only # # Concatenated with P-004 (P-004 + F000) F-000 = after element name declaration # Concatenated with P-004 (P-004 + F001) F-001 = between attribute name and type # Concatenated with P-004 (P-004 + F002) F-002 = after NOTATION type name # Concatenated with P-004 (P-004 + F003) F-003 = between attribute type and default value # Concatenated with P-004 (P-004 + F004) F-004 = after #FIXED # Concatenated with P-004 (P-004 + F005) F-005 = after " terminating declaration "%HTML.Version" P-008 = Next character must be "{0}" {1} {2} # Concatenated with P-008 (P-008 + F020) F-020 = terminating reference to entity # Concatenated with P-008 (P-008 + F021) F-021 = terminating reference to parameter entity # Concatenated with P-008 (P-008 + F022) F-022 = terminating comment # Concatenated with P-008 (P-008 + F023) F-023 = in XML Declaration # Concatenated with P-008 (P-008 + F024) F-024 = terminating internal DTD subset # Concatenated with P-008 (P-008 + F025) F-025 = terminating declaration # Concatenated with P-008 (P-008 + F026) F-026 = after attribute name # Concatenated with P-008 (P-008 + F027) F-027 = terminating element # Concatenated with P-008 (P-008 + F028) F-028 = starting content model for element # Concatenated with P-008 (P-008 + F029) F-029 = starting list of attribute NOTATIONS # Concatenated with P-008 (P-008 + F030) F-030 = beginning condition DTD subset # Concatenated with P-008 (P-008 + F031) F-031 = terminating declaration # Concatenated with P-008 (P-008 + F032) F-032 = terminating declaration P-009 = Illegal character or entity reference syntax P-010 = Only external parameter entities may use "%{0};" in entity values P-011 = Illegal parameter entity reference syntax P-012 = Use "<" for "<" in attribute values P-013 = Illegal reference to external entity "&{0};" in attribute P-014 = Reference to undefined entity "&{0};" # {0} - F033-F035 P-015 = Expecting quoted value for {0} # Concatenated with P-015 (P-015 + F033) F-033 = PUBLIC identifier # Concatenated with P-015 (P-015 + F034) F-034 = SYSTEM identifier # {0} - attribute name. Concatenated with P-015 (P-015 + F033) F-035 = attribute value {0} P-016 = Illegal character in PUBLIC identifier: "{0}" P-017 = End of entity while processing comment P-018 = Processing instruction target is missing P-019 = XML declaration may only begin entities P-020 = Illegal processing instruction target: "{0}" P-021 = End of input inside processing instruction P-022 = Illegal processing instruction name, or missing whitespace P-023 = Illegal character "&#x{0};" ({1}) at end of XML Declaration P-024 = Expected "{0}=..." P-025 = XML version "{0}" should be declared P-026 = Illegal XML version string "{0}" P-027 = XML version "{0}" is recognized, but not "{1}" P-028 = Internal DTD subset must not have "" to terminate element starting on line {1} P-035 = End of entity not allowed; an end tag is missing P-036 = ">" must terminate declaration, not "{1}" P-037 = Sequence content model must not contain "{0}" P-038 = Choice content model must not contain "{0}" P-039 = No content model may contain "{0}" P-040 = Need right parenthesis or "{1}" in content model, not "{0}" P-041 = Need right parenthesis, ",", or "|" in content model, not "{0}" # {0} - element name, {1} - character as a hex number P-042 = Illegal mixed content model for "{0}", next char = &#x{1}; # {0} - element name, {1} - character e.g.: Mixed content model for "doc" must end with ")*", not "*". P-043 = Mixed content model for "{0}" must end with ")*", not "{1}" P-044 = Either an attribute declaration or ">" is expected, not "{0}" # {0} - attribute name, {1} - character e.g.: Illegal type (starts with "p") for attribute "xml:space" P-045 = Illegal type (starts with "{1}") for attribute "{0}" P-046 = Need keyword in conditional DTD section P-047 = Unterminated conditional DTD section P-048 = Only INCLUDE and IGNORE are allowed, not "{0}" P-049 = Illegal decimal character reference P-050 = Illegal hexadecimal character reference P-051 = Illegal XML character &#x{0}; P-052 = Internal entity "&{0};" has characters after content P-053 = Unparsed entities such as "&{0};" must not be included P-054 = Using original entity definition for "&{0};" P-055 = Relative URI "{0}"; can not be resolved without a document URI P-056 = URI "{0}" has a fragment ID P-057 = Need "?>" to terminate XML declaration P-058 = External entity "&{0};" has characters after content P-059 = External parameter entity "%{0};" has characters after markup P-060 = Illegal character "{0}" in encoding name P-061 = Declared encoding "{0}" does not match actual one "{1}"; \ this might not be an error P-062 = Notation must be PUBLIC or SYSTEM P-063 = Using first definition of notation "{0}" P-064 = Premature end of parameter entity "%{0};" P-065 = Entity Resolver did not provide SYSTEM id; may affect relative URIs # P-066 ... ID available P-067 = Document root element is missing P-068 = Notation name is required P-069 = Expansion of entity "{0}" is recursive P-070 = Malformed second part of surrogate pair: &#x{0}; P-071 = Illegal XML character: &#x{0}; P-072 = Character data cannot have "]]>" # Character data section starts with "" with text in between. No change needed. P-073 = EOF while parsing declaration V-004 = Undeclared notation "{0}" is used by an declaration V-005 = Element type "{0}" is not declared V-006 = Root element type is "{0}", but was declared to be "{1}" V-007 = Attribute "{0}" is not declared for element "{1}" V-008 = Attribute "{0}" of element "{1}" must only have value "{2}" # {0} - probably attribute name. V-009 = Attribute value for "{0}" is #REQUIRED V-010 = This document is standalone, \ so attribute "{0}" must not be defaulted V-011 = This document is standalone, \ so element "{0}" must not have ignorable whitespace V-012 = Element "{0}" was already declared V-013 = Parameter entities must not contain partial declarations # {0} - element name V-014 = Parameter entity nesting error in content model for "{0}" V-015 = Mixed content model repeats element "{0}" V-016 = This element already has an ID attribute, "{0}" V-017 = ID attribute "{0}" must not be #FIXED V-018 = ID attribute "{0}" must not be defaulted V-019 = This document is standalone; this attribute needs to be pre-normalized V-020 = Parameter entities must not contain partial conditional DTD sections V-021 = Parameter entities must not contain partial comments V-022 = Reference to undefined parameter entity "%{0};" V-023 = This document is standalone; this ignorable CDATA whitespace is forbidden V-024 = No element has an ID attribute with value "{0}" V-025 = ID values must be XML names; "{0}" is not a name V-026 = Another element already has an ID attribute with value "{0}" V-027 = IDREF/IDREFS values must be XML names; "{0}" is not a name V-028 = NMTOKEN/NMTOKENS values must be XML name tokens; "{0}" is not one V-029 = Value "{0}" is not one of the enumerated values for this attribute V-030 = Attribute value "{0}" does not name a notation V-031 = Attribute value "{0}" does not name an unparsed entity V-032 = NMTOKENS attributes must have at least one value # Empty content model is a special type of XML element. I'd leave the message in English as is (also libraries from outside of Oracle use this exact message) but the word EMPTY can be translated. V-033 = Empty content models must have no content # Usage not found. TODO Remove #V-034 = Element "{0}" does not allow "{1}" -- {2} # {0} - xml element name, {1} - xml element name e.g. Element "servlet-mapping" allows no further input; "url-pattern" is not allowed. V-035 = Element "{0}" allows no further input; "{1}" is not allowed # Usage not found. TODO Remove #V-036 = Element "{0}" does not allow "{1}" here V-037 = Element "{0}" does not allow text V-038 = Element "{0}" requires additional elements V-039 = IDREFS attributes must have at least one value V-040 = ENTITIES attributes must have at least one value