5f19abc734274ddf8a330b1ea3e2408713d3e66c
[jalview.git] / j11lib / tmp / com / sun / xml / ws / util / resources / Messages_en.properties
1 #
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 #
4 # Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
5 #
6 # The contents of this file are subject to the terms of either the GNU
7 # General Public License Version 2 only ("GPL") or the Common Development
8 # and Distribution License("CDDL") (collectively, the "License").  You
9 # may not use this file except in compliance with the License.  You can
10 # obtain a copy of the License at
11 # https://oss.oracle.com/licenses/CDDL+GPL-1.1
12 # or LICENSE.txt.  See the License for the specific
13 # language governing permissions and limitations under the License.
14 #
15 # When distributing the software, include this License Header Notice in each
16 # file and include the License file at LICENSE.txt.
17 #
18 # GPL Classpath Exception:
19 # Oracle designates this particular file as subject to the "Classpath"
20 # exception as provided by Oracle in the GPL Version 2 section of the License
21 # file that accompanied this code.
22 #
23 # Modifications:
24 # If applicable, add the following below the License Header, with the fields
25 # enclosed by brackets [] replaced by your own identifying information:
26 # "Portions Copyright [year] [name of copyright owner]"
27 #
28 # Contributor(s):
29 # If you wish your version of this file to be governed by only the CDDL or
30 # only the GPL Version 2, indicate your decision by adding "[Contributor]
31 # elects to include this software in this distribution under the [CDDL or GPL
32 # Version 2] license."  If you don't indicate a single choice of license, a
33 # recipient has the option to distribute your version of this file under
34 # either the CDDL, the GPL Version 2 or to extend the choice of license to
35 # its licensees as provided above.  However, if you add GPL Version 2 code
36 # and therefore, elected the GPL Version 2 license, then the option applies
37 # only if the new code is made subject to such option by the copyright
38 # holder.
39 #
40
41 #
42 # English diagnostic messages (and fragments) for Sun's XML parser.
43 #
44 # P-NNN ... parser messages
45 # F-NNN ... message fragments (sometimes associated with more
46 #       than one message, but usually just with one)
47 # V-NNN ... validation related messages
48 #
49 # Most messages can be produced in only one way.
50 #
51
52
53 #
54 # Generic parsing messages, not specific to validation
55 #
56 P-000 = No parser input source!
57 P-001 = Illegal character at end of document, &#x{0};
58 P-002 = Expansion of entity "&{0};" is not well formed
59 P-003 = Premature end of input
60 # {0} - F000-F009, F011, F021.
61 P-004 = Missing whitespace {0}
62 P-005 = Only whitespace allowed {0}
63
64     #
65     # unadorned "missing whitespace", with P-004 only
66     #
67     # Concatenated with P-004 (P-004 + F000)
68     F-000 = after element name declaration
69     # Concatenated with P-004 (P-004 + F001)
70     F-001 = between attribute name and type
71     # Concatenated with P-004 (P-004 + F002)
72     F-002 = after NOTATION type name
73     # Concatenated with P-004 (P-004 + F003)
74     F-003 = between attribute type and default value
75     # Concatenated with P-004 (P-004 + F004)
76     F-004 = after #FIXED
77     # Concatenated with P-004 (P-004 + F005)
78     F-005 = after <!ENTITY declaration
79     # Concatenated with P-004 (P-004 + F006)
80     F-006 = after % in parameter entity declaration
81     # Concatenated with P-004 (P-004 + F007)
82     F-007 = after entity name
83     # Concatenated with P-004 (P-004 + F008)
84     F-008 = before SYSTEM literal URI
85     # Concatenated with P-004 (P-004 + F009)
86     F-009 = after PUBLIC keyword
87     # F-010 ... identifier can be reused
88     # Concatenated with P-004 (P-004 + F011)
89     F-011 = after notation name
90     # F-012 ... identifier can be reused
91     # F-013 ... identifier can be reused
92
93     #
94     # in declaration, in "S Name", with P-004 and P-005
95     #
96     F-014 = before name in <!DOCTYPE declaration
97     # Concatenated with P-005 (P-005 + F015)
98     F-015 = before name in <!ELEMENT declaration
99     # Concatenated with P-005 (P-005 + F016)
100     F-016 = before name in <!ATTLIST declaration
101     # Concatenated with P-005 (P-005 + F017)
102     F-017 = before name in <!ENTITY declaration
103     # Concatenated with P-005 (P-005 + F018)
104     F-018 = before NDATA notation name in <!ENTITY declaration
105     # Concatenated with P-005 (P-005 + F019)
106     F-019 = before name in <!NOTATION declaration
107
108 # {0} - character
109 P-006 = Name tokens must not start with "{0}" characters
110 P-007 = Value must be quoted
111 # {0} - character, {1} - F020-F023, F028-F032, {2} - xml entity name e.g.: Next character must be ">" terminating <!ENTITY...> declaration "%HTML.Version"
112 P-008 = Next character must be "{0}" {1} {2}
113
114     # Concatenated with P-008 (P-008 + F020)
115     F-020 = terminating reference to entity
116     # Concatenated with P-008 (P-008 + F021)
117     F-021 = terminating reference to parameter entity
118     # Concatenated with P-008 (P-008 + F022)
119     F-022 = terminating comment
120     # Concatenated with P-008 (P-008 + F023)
121     F-023 = in XML Declaration
122     # Concatenated with P-008 (P-008 + F024)
123     F-024 = terminating internal DTD subset
124     # Concatenated with P-008 (P-008 + F025)
125     F-025 = terminating <!DOCTYPE ...> declaration
126     # Concatenated with P-008 (P-008 + F026)
127     F-026 = after attribute name
128     # Concatenated with P-008 (P-008 + F027)
129     F-027 = terminating element
130     # Concatenated with P-008 (P-008 + F028)
131     F-028 = starting content model for element
132     # Concatenated with P-008 (P-008 + F029)
133     F-029 = starting list of attribute NOTATIONS
134     # Concatenated with P-008 (P-008 + F030)
135     F-030 = beginning condition DTD subset
136     # Concatenated with P-008 (P-008 + F031)
137     F-031 = terminating <!ENTITY ...> declaration
138     # Concatenated with P-008 (P-008 + F032)
139     F-032 = terminating <!NOTATION ...> declaration
140
141 P-009 = Illegal character or entity reference syntax
142
143 P-010 = Only external parameter entities may use "%{0};" in entity values
144 P-011 = Illegal parameter entity reference syntax
145 P-012 = Use "&lt;" for "<" in attribute values
146 P-013 = Illegal reference to external entity "&{0};" in attribute
147 P-014 = Reference to undefined entity "&{0};"
148 # {0} - F033-F035
149 P-015 = Expecting quoted value for {0}
150
151     # Concatenated with P-015 (P-015 + F033)
152     F-033 = PUBLIC identifier
153     # Concatenated with P-015 (P-015 + F034)
154     F-034 = SYSTEM identifier
155     # {0} - attribute name. Concatenated with P-015 (P-015 + F033)
156     F-035 = attribute value {0}
157
158 P-016 = Illegal character in PUBLIC identifier:  "{0}"
159 P-017 = End of entity while processing comment
160 P-018 = Processing instruction target is missing
161 P-019 = XML declaration may only begin entities
162
163 P-020 = Illegal processing instruction target:  "{0}"
164 P-021 = End of input inside processing instruction
165 P-022 = Illegal processing instruction name, or missing whitespace
166 P-023 = Illegal character "&#x{0};" ({1}) at end of XML Declaration
167 P-024 = Expected "{0}=..."
168 P-025 = XML version "{0}" should be declared
169 P-026 = Illegal XML version string "{0}"
170 P-027 = XML version "{0}" is recognized, but not "{1}"
171 P-028 = Internal DTD subset must not have "<![..." constructs
172 P-029 = Standalone declaration must be "yes" or "no", not "{0}"
173
174 P-030 = Whitespace required before attributes
175 P-031 = Attribute names must not start with "{0}" characters
176 P-032 = Attribute "{0}" already appeared in this tag
177 P-033 = Illegal xml:lang value "{0}"
178 P-034 = Expected "</{0}>" to terminate element starting on line {1}
179 P-035 = End of entity not allowed; an end tag is missing
180 P-036 = ">" must terminate <!ELEMENT {0} ...> declaration, not "{1}"
181 P-037 = Sequence content model must not contain "{0}"
182 P-038 = Choice content model must not contain "{0}"
183 P-039 = No content model may contain "{0}"
184
185 P-040 = Need right parenthesis or "{1}" in content model, not "{0}"
186 P-041 = Need right parenthesis, ",", or "|" in content model, not "{0}"
187 # {0} - element name, {1} - character as a hex number
188 P-042 = Illegal mixed content model for "{0}", next char = &#x{1};
189 # {0} - element name, {1} - character e.g.: Mixed content model for "doc" must end with ")*", not "*".
190 P-043 = Mixed content model for "{0}" must end with ")*", not "{1}"
191 P-044 = Either an attribute declaration or ">" is expected, not "{0}"
192 # {0} - attribute name, {1} - character e.g.: Illegal type (starts with "p") for attribute "xml:space"
193 P-045 = Illegal type (starts with "{1}") for attribute "{0}"
194 P-046 = Need keyword in conditional DTD section
195 P-047 = Unterminated conditional DTD section
196 P-048 = Only INCLUDE and IGNORE are allowed, not "{0}"
197 P-049 = Illegal decimal character reference
198
199 P-050 = Illegal hexadecimal character reference
200 P-051 = Illegal XML character &#x{0};
201 P-052 = Internal entity "&{0};" has characters after content
202 P-053 = Unparsed entities such as "&{0};" must not be included
203 P-054 = Using original entity definition for "&{0};"
204 P-055 = Relative URI "{0}"; can not be resolved without a document URI
205 P-056 = URI "{0}" has a fragment ID
206 P-057 = Need "?>" to terminate XML declaration
207 P-058 = External entity "&{0};" has characters after content
208 P-059 = External parameter entity "%{0};" has characters after markup
209
210 P-060 = Illegal character "{0}" in encoding name
211 P-061 = Declared encoding "{0}" does not match actual one "{1}"; \
212     this might not be an error
213 P-062 = Notation must be PUBLIC or SYSTEM
214 P-063 = Using first definition of notation "{0}"
215 P-064 = Premature end of parameter entity "%{0};"
216 P-065 = Entity Resolver did not provide SYSTEM id; may affect relative URIs
217 # P-066 ... ID available
218 P-067 = Document root element is missing
219 P-068 = Notation name is required
220 P-069 = Expansion of entity "{0}" is recursive
221
222 P-070 = Malformed second part of surrogate pair:  &#x{0};
223 P-071 = Illegal XML character:  &#x{0};
224 P-072 = Character data cannot have "]]>"
225 # Character data section starts with "<![CDATA[" and is terminated with "]]>" with text in between. No change needed.
226 P-073 = EOF while parsing <![CDATA[ section
227 P-074 = Illegal Unicode surrogate pair:  &#x{0}; &#x{1};
228 P-075 = Unsupported encoding: "{0}" (line number may be too low)
229 P-076 = Character conversion error: "{0}" (line number may be too low)
230 P-077 = Maximum symbol length ({0} characters) exceeded
231 P-078 = No messages for locale "{0}" are available
232 P-079 = The content beginning "<{1}" is not legal markup \
233     Perhaps the "{1}" (&#{0};) character should be a letter
234
235 P-080 = Parameter entity references must not appear within \
236     markup declarations in the internal DTD subset
237 P-081 = Incomplete Unicode surrogate pair:  &#x{0}
238
239 P-082 = Trying to access null attributes
240 P-083 = Illegal stack state
241 P-084 = Undeclared namespace prefix of element "{0}"
242 P-085 = DTD detected
243 P-086 = Illegal namespace prefix "{0}"; prefix "xml" cannot be bound to any namespace other than its usual namespace
244
245 #
246 # Validation messages, won't normally show up unless validation is
247 # being performed.  Note that V-022 relates to a spec bug:  there
248 # are both a WFC and VC on undefined PEs.  If that's a WVC violation
249 # there's no need for the VC, ever; and "standalone" would then affect
250 # WF-ness.  For the moment this assumes it's to be a VC not a WFC
251 #
252 V-000 = Validation is disabled
253 V-001 = Valid documents must have a <!DOCTYPE declaration
254 V-002 = This document is standalone, so it must not refer to "&{0};"
255 V-003 = Undeclared notation "{0}" is used by an <!ENTITY...> declaration
256 V-004 = Undeclared notation "{0}" is used by an <!ATTLIST...> declaration
257 V-005 = Element type "{0}" is not declared
258 V-006 = Root element type is "{0}", but was declared to be "{1}"
259 V-007 = Attribute "{0}" is not declared for element "{1}"
260 V-008 = Attribute "{0}" of element "{1}" must only have value "{2}"
261 # {0} - probably attribute name.
262 V-009 = Attribute value for "{0}" is #REQUIRED
263
264 V-010 = This document is standalone, \
265     so attribute "{0}" must not be defaulted
266 V-011 = This document is standalone, \
267     so element "{0}" must not have ignorable whitespace
268 V-012 = Element "{0}" was already declared
269 V-013 = Parameter entities must not contain partial declarations
270 # {0} - element name
271 V-014 = Parameter entity nesting error in content model for "{0}"
272 V-015 = Mixed content model repeats element "{0}"
273 V-016 = This element already has an ID attribute, "{0}"
274 V-017 = ID attribute "{0}" must not be #FIXED
275 V-018 = ID attribute "{0}" must not be defaulted
276 V-019 = This document is standalone; this attribute needs to be pre-normalized
277
278 V-020 = Parameter entities must not contain partial conditional DTD sections
279 V-021 = Parameter entities must not contain partial comments
280 V-022 = Reference to undefined parameter entity "%{0};"
281 V-023 = This document is standalone; this ignorable CDATA whitespace is forbidden
282 V-024 = No element has an ID attribute with value "{0}"
283 V-025 = ID values must be XML names; "{0}" is not a name
284 V-026 = Another element already has an ID attribute with value "{0}"
285 V-027 = IDREF/IDREFS values must be XML names; "{0}" is not a name
286 V-028 = NMTOKEN/NMTOKENS values must be XML name tokens; "{0}" is not one
287 V-029 = Value "{0}" is not one of the enumerated values for this attribute
288
289 V-030 = Attribute value "{0}" does not name a notation
290 V-031 = Attribute value "{0}" does not name an unparsed entity
291 V-032 = NMTOKENS attributes must have at least one value
292 # 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.
293 V-033 = Empty content models must have no content
294 # Usage not found. TODO Remove
295 #V-034 = Element "{0}" does not allow "{1}" -- {2}
296 # {0} - xml element name, {1} - xml element name e.g. Element "servlet-mapping" allows no further input; "url-pattern" is not allowed.
297 V-035 = Element "{0}" allows no further input; "{1}" is not allowed
298 # Usage not found. TODO Remove
299 #V-036 = Element "{0}" does not allow "{1}" here
300 V-037 = Element "{0}" does not allow text
301 V-038 = Element "{0}" requires additional elements
302 V-039 = IDREFS attributes must have at least one value
303
304 V-040 = ENTITIES attributes must have at least one value