aoqi@0: # aoqi@0: # Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. aoqi@0: # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. aoqi@0: # aoqi@0: # This code is free software; you can redistribute it and/or modify it aoqi@0: # under the terms of the GNU General Public License version 2 only, as aoqi@0: # published by the Free Software Foundation. Oracle designates this aoqi@0: # particular file as subject to the "Classpath" exception as provided aoqi@0: # by Oracle in the LICENSE file that accompanied this code. aoqi@0: # aoqi@0: # This code is distributed in the hope that it will be useful, but WITHOUT aoqi@0: # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or aoqi@0: # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License aoqi@0: # version 2 for more details (a copy is included in the LICENSE file that aoqi@0: # accompanied this code). aoqi@0: # aoqi@0: # You should have received a copy of the GNU General Public License version aoqi@0: # 2 along with this work; if not, write to the Free Software Foundation, aoqi@0: # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. aoqi@0: # aoqi@0: # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA aoqi@0: # or visit www.oracle.com if you need additional information or have any aoqi@0: # questions. aoqi@0: # aoqi@0: aoqi@0: # aoqi@0: # English diagnostic messages (and fragments) for Sun's XML parser. aoqi@0: # aoqi@0: # P-NNN ... parser messages aoqi@0: # F-NNN ... message fragments (sometimes associated with more aoqi@0: # than one message, but usually just with one) aoqi@0: # V-NNN ... validation related messages aoqi@0: # aoqi@0: # Most messages can be produced in only one way. aoqi@0: # aoqi@0: aoqi@0: aoqi@0: # aoqi@0: # Generic parsing messages, not specific to validation aoqi@0: # aoqi@0: P-000 = No parser input source! aoqi@0: P-001 = Illegal character at end of document, &#x{0}; aoqi@0: P-002 = Expansion of entity "&{0};" is not well formed aoqi@0: P-003 = Premature end of input aoqi@0: # {0} - F000-F009, F011, F021. aoqi@0: P-004 = Missing whitespace {0} aoqi@0: P-005 = Only whitespace allowed {0} aoqi@0: aoqi@0: # aoqi@0: # unadorned "missing whitespace", with P-004 only aoqi@0: # aoqi@0: # Concatenated with P-004 (P-004 + F000) aoqi@0: F-000 = after element name declaration aoqi@0: # Concatenated with P-004 (P-004 + F001) aoqi@0: F-001 = between attribute name and type aoqi@0: # Concatenated with P-004 (P-004 + F002) aoqi@0: F-002 = after NOTATION type name aoqi@0: # Concatenated with P-004 (P-004 + F003) aoqi@0: F-003 = between attribute type and default value aoqi@0: # Concatenated with P-004 (P-004 + F004) aoqi@0: F-004 = after #FIXED aoqi@0: # Concatenated with P-004 (P-004 + F005) aoqi@0: F-005 = after " terminating declaration "%HTML.Version" aoqi@0: P-008 = Next character must be "{0}" {1} {2} aoqi@0: aoqi@0: # Concatenated with P-008 (P-008 + F020) aoqi@0: F-020 = terminating reference to entity aoqi@0: # Concatenated with P-008 (P-008 + F021) aoqi@0: F-021 = terminating reference to parameter entity aoqi@0: # Concatenated with P-008 (P-008 + F022) aoqi@0: F-022 = terminating comment aoqi@0: # Concatenated with P-008 (P-008 + F023) aoqi@0: F-023 = in XML Declaration aoqi@0: # Concatenated with P-008 (P-008 + F024) aoqi@0: F-024 = terminating internal DTD subset aoqi@0: # Concatenated with P-008 (P-008 + F025) aoqi@0: F-025 = terminating declaration aoqi@0: # Concatenated with P-008 (P-008 + F026) aoqi@0: F-026 = after attribute name aoqi@0: # Concatenated with P-008 (P-008 + F027) aoqi@0: F-027 = terminating element aoqi@0: # Concatenated with P-008 (P-008 + F028) aoqi@0: F-028 = starting content model for element aoqi@0: # Concatenated with P-008 (P-008 + F029) aoqi@0: F-029 = starting list of attribute NOTATIONS aoqi@0: # Concatenated with P-008 (P-008 + F030) aoqi@0: F-030 = beginning condition DTD subset aoqi@0: # Concatenated with P-008 (P-008 + F031) aoqi@0: F-031 = terminating declaration aoqi@0: # Concatenated with P-008 (P-008 + F032) aoqi@0: F-032 = terminating declaration aoqi@0: aoqi@0: P-009 = Illegal character or entity reference syntax aoqi@0: aoqi@0: P-010 = Only external parameter entities may use "%{0};" in entity values aoqi@0: P-011 = Illegal parameter entity reference syntax aoqi@0: P-012 = Use "<" for "<" in attribute values aoqi@0: P-013 = Illegal reference to external entity "&{0};" in attribute aoqi@0: P-014 = Reference to undefined entity "&{0};" aoqi@0: # {0} - F033-F035 aoqi@0: P-015 = Expecting quoted value for {0} aoqi@0: aoqi@0: # Concatenated with P-015 (P-015 + F033) aoqi@0: F-033 = PUBLIC identifier aoqi@0: # Concatenated with P-015 (P-015 + F034) aoqi@0: F-034 = SYSTEM identifier aoqi@0: # {0} - attribute name. Concatenated with P-015 (P-015 + F033) aoqi@0: F-035 = attribute value {0} aoqi@0: aoqi@0: P-016 = Illegal character in PUBLIC identifier: "{0}" aoqi@0: P-017 = End of entity while processing comment aoqi@0: P-018 = Processing instruction target is missing aoqi@0: P-019 = XML declaration may only begin entities aoqi@0: aoqi@0: P-020 = Illegal processing instruction target: "{0}" aoqi@0: P-021 = End of input inside processing instruction aoqi@0: P-022 = Illegal processing instruction name, or missing whitespace aoqi@0: P-023 = Illegal character "&#x{0};" ({1}) at end of XML Declaration aoqi@0: P-024 = Expected "{0}=..." aoqi@0: P-025 = XML version "{0}" should be declared aoqi@0: P-026 = Illegal XML version string "{0}" aoqi@0: P-027 = XML version "{0}" is recognized, but not "{1}" aoqi@0: P-028 = Internal DTD subset must not have "" to terminate element starting on line {1} aoqi@0: P-035 = End of entity not allowed; an end tag is missing aoqi@0: P-036 = ">" must terminate declaration, not "{1}" aoqi@0: P-037 = Sequence content model must not contain "{0}" aoqi@0: P-038 = Choice content model must not contain "{0}" aoqi@0: P-039 = No content model may contain "{0}" aoqi@0: aoqi@0: P-040 = Need right parenthesis or "{1}" in content model, not "{0}" aoqi@0: P-041 = Need right parenthesis, ",", or "|" in content model, not "{0}" aoqi@0: # {0} - element name, {1} - character as a hex number aoqi@0: P-042 = Illegal mixed content model for "{0}", next char = &#x{1}; aoqi@0: # {0} - element name, {1} - character e.g.: Mixed content model for "doc" must end with ")*", not "*". aoqi@0: P-043 = Mixed content model for "{0}" must end with ")*", not "{1}" aoqi@0: P-044 = Either an attribute declaration or ">" is expected, not "{0}" aoqi@0: # {0} - attribute name, {1} - character e.g.: Illegal type (starts with "p") for attribute "xml:space" aoqi@0: P-045 = Illegal type (starts with "{1}") for attribute "{0}" aoqi@0: P-046 = Need keyword in conditional DTD section aoqi@0: P-047 = Unterminated conditional DTD section aoqi@0: P-048 = Only INCLUDE and IGNORE are allowed, not "{0}" aoqi@0: P-049 = Illegal decimal character reference aoqi@0: aoqi@0: P-050 = Illegal hexadecimal character reference aoqi@0: P-051 = Illegal XML character &#x{0}; aoqi@0: P-052 = Internal entity "&{0};" has characters after content aoqi@0: P-053 = Unparsed entities such as "&{0};" must not be included aoqi@0: P-054 = Using original entity definition for "&{0};" aoqi@0: P-055 = Relative URI "{0}"; can not be resolved without a document URI aoqi@0: P-056 = URI "{0}" has a fragment ID aoqi@0: P-057 = Need "?>" to terminate XML declaration aoqi@0: P-058 = External entity "&{0};" has characters after content aoqi@0: P-059 = External parameter entity "%{0};" has characters after markup aoqi@0: aoqi@0: P-060 = Illegal character "{0}" in encoding name aoqi@0: P-061 = Declared encoding "{0}" does not match actual one "{1}"; \ aoqi@0: this might not be an error aoqi@0: P-062 = Notation must be PUBLIC or SYSTEM aoqi@0: P-063 = Using first definition of notation "{0}" aoqi@0: P-064 = Premature end of parameter entity "%{0};" aoqi@0: P-065 = Entity Resolver did not provide SYSTEM id; may affect relative URIs aoqi@0: # P-066 ... ID available aoqi@0: P-067 = Document root element is missing aoqi@0: P-068 = Notation name is required aoqi@0: P-069 = Expansion of entity "{0}" is recursive aoqi@0: aoqi@0: P-070 = Malformed second part of surrogate pair: &#x{0}; aoqi@0: P-071 = Illegal XML character: &#x{0}; aoqi@0: P-072 = Character data cannot have "]]>" aoqi@0: # Character data section starts with "" with text in between. No change needed. aoqi@0: P-073 = EOF while parsing declaration aoqi@0: V-004 = Undeclared notation "{0}" is used by an declaration aoqi@0: V-005 = Element type "{0}" is not declared aoqi@0: V-006 = Root element type is "{0}", but was declared to be "{1}" aoqi@0: V-007 = Attribute "{0}" is not declared for element "{1}" aoqi@0: V-008 = Attribute "{0}" of element "{1}" must only have value "{2}" aoqi@0: # {0} - probably attribute name. aoqi@0: V-009 = Attribute value for "{0}" is #REQUIRED aoqi@0: aoqi@0: V-010 = This document is standalone, \ aoqi@0: so attribute "{0}" must not be defaulted aoqi@0: V-011 = This document is standalone, \ aoqi@0: so element "{0}" must not have ignorable whitespace aoqi@0: V-012 = Element "{0}" was already declared aoqi@0: V-013 = Parameter entities must not contain partial declarations aoqi@0: # {0} - element name aoqi@0: V-014 = Parameter entity nesting error in content model for "{0}" aoqi@0: V-015 = Mixed content model repeats element "{0}" aoqi@0: V-016 = This element already has an ID attribute, "{0}" aoqi@0: V-017 = ID attribute "{0}" must not be #FIXED aoqi@0: V-018 = ID attribute "{0}" must not be defaulted aoqi@0: V-019 = This document is standalone; this attribute needs to be pre-normalized aoqi@0: aoqi@0: V-020 = Parameter entities must not contain partial conditional DTD sections aoqi@0: V-021 = Parameter entities must not contain partial comments aoqi@0: V-022 = Reference to undefined parameter entity "%{0};" aoqi@0: V-023 = This document is standalone; this ignorable CDATA whitespace is forbidden aoqi@0: V-024 = No element has an ID attribute with value "{0}" aoqi@0: V-025 = ID values must be XML names; "{0}" is not a name aoqi@0: V-026 = Another element already has an ID attribute with value "{0}" aoqi@0: V-027 = IDREF/IDREFS values must be XML names; "{0}" is not a name aoqi@0: V-028 = NMTOKEN/NMTOKENS values must be XML name tokens; "{0}" is not one aoqi@0: V-029 = Value "{0}" is not one of the enumerated values for this attribute aoqi@0: aoqi@0: V-030 = Attribute value "{0}" does not name a notation aoqi@0: V-031 = Attribute value "{0}" does not name an unparsed entity aoqi@0: V-032 = NMTOKENS attributes must have at least one value aoqi@0: # 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. aoqi@0: V-033 = Empty content models must have no content aoqi@0: # Usage not found. TODO Remove aoqi@0: #V-034 = Element "{0}" does not allow "{1}" -- {2} aoqi@0: # {0} - xml element name, {1} - xml element name e.g. Element "servlet-mapping" allows no further input; "url-pattern" is not allowed. aoqi@0: V-035 = Element "{0}" allows no further input; "{1}" is not allowed aoqi@0: # Usage not found. TODO Remove aoqi@0: #V-036 = Element "{0}" does not allow "{1}" here aoqi@0: V-037 = Element "{0}" does not allow text aoqi@0: V-038 = Element "{0}" requires additional elements aoqi@0: V-039 = IDREFS attributes must have at least one value aoqi@0: aoqi@0: V-040 = ENTITIES attributes must have at least one value