src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/Messages.properties

changeset 0
373ffda63c9a
equal deleted inserted replaced
-1:000000000000 0:373ffda63c9a
1 #
2 # Copyright (c) 2005, 2010, 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
26 #
27 # Copyright (C) 2004-2011
28 #
29 # Permission is hereby granted, free of charge, to any person obtaining a copy
30 # of this software and associated documentation files (the "Software"), to deal
31 # in the Software without restriction, including without limitation the rights
32 # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
33 # copies of the Software, and to permit persons to whom the Software is
34 # furnished to do so, subject to the following conditions:
35 #
36 # The above copyright notice and this permission notice shall be included in
37 # all copies or substantial portions of the Software.
38 #
39 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
41 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
42 # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
43 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
44 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
45 # THE SOFTWARE.
46 #
47 # Properties file specifying messages
48 illegal_href_attribute=illegal \"href\" attribute
49 ns_attribute_ignored=\"ns\" attribute ignored
50 reference_to_undefined=reference to undefined pattern \"{0}\"
51 missing_start_element=missing \"start\" element
52 recursive_reference=bad recursive reference to pattern \"{0}\"
53 recursive_include=recursive inclusion of URL \"{0}\"
54 duplicate_define=multiple definitions of \"{0}\" without \"combine\" attribute
55 duplicate_start=multiple definitions of start without \"combine\" attribute
56 conflict_combine_define=conflicting values of \"combine\" attribute for definition of \"{0}\"
57 conflict_combine_start=conflicting values of \"combine\" attribute for definition of start
58 missing_start_replacement=\"start\" in \"include\" does not override anything
59 missing_define_replacement=definition of \"{0}\" in \"include\" does not override anything
60 interleave_string=interleave of \"string\" or \"data\" element
61 group_string=group of \"string\" or \"data\" element
62 one_or_more_string=repeat of \"string\" or \"data\" element
63 unrecognized_datatype=datatype \"{1}\" from library \"{0}\" not recognized
64 unsupported_datatype_detail=datatype \"{1}\" from library \"{0}\" not supported: {2}
65 unrecognized_datatype_library=datatype library \"{0}\" not recognized
66 unrecognized_builtin_datatype=no such builtin datatype \"{0}\": must be \"string\" or \"token\"
67 invalid_value=\"{0}\" is not a valid value of the datatype
68 parent_ref_outside_grammar=reference to non-existent parent grammar
69 ref_outside_grammar=reference to non-existent grammar
70 expected_one_name_class=found \"{0}\" element but expected no further content
71 builtin_param=builtin datatypes do not have any parameters
72 invalid_param_display=invalid parameter:\n{0}
73 invalid_param_detail_display=invalid parameter: {0}:\n{1}
74 display_param={0}>>>>{1}
75 invalid_param_detail=invalid parameter: {0}
76 invalid_param=invalid parameter
77 invalid_params_detail=invalid parameters: {0}
78 invalid_params=invalid parameters
79 datatype_requires_parameter=datatype cannot be used without parameters
80 datatype_requires_parameter_detail=datatype cannot be used without parameters: {0}
81
82 attribute_contains_attribute=\"attribute\" contains \"attribute\"
83 attribute_contains_element=\"attribute\" contains \"element\"
84 data_except_contains_attribute=\"except\" in \"data\" contains \"attribute\"
85 data_except_contains_element=\"except\" in \"data\" contains \"element\"
86 data_except_contains_empty=\"except\" in \"data\" contains \"empty\"
87 data_except_contains_group=\"except\" in \"data\" contains \"group\"
88 data_except_contains_interleave=\"except\" in \"data\" contains \"interleave\"
89 data_except_contains_list=\"except\" in \"data\" contains \"list\"
90 data_except_contains_one_or_more=\"except\" in \"data\" contains \"oneOrMore\"
91 data_except_contains_text=\"except\" in \"data\" contains \"text\"
92 list_contains_attribute=\"list\" contains \"attribute\"
93 list_contains_element=\"list\" contains \"element\"
94 list_contains_list=\"list\" contains \"list\"
95 list_contains_text=\"list\" contains \"text\"
96 one_or_more_contains_group_contains_attribute=\"oneOrMore\" contains \"group\" contains \"attribute\"
97 one_or_more_contains_interleave_contains_attribute=\"oneOrMore\" contains \"interleave\" contains \"attribute\"
98 start_contains_attribute=\"start\" contains \"attribute\"
99 start_contains_data=\"start\" contains \"data\"
100 start_contains_empty=\"start\" contains \"empty\"
101 start_contains_group=\"start\" contains \"group\"
102 start_contains_interleave=\"start\" contains \"interleave\"
103 start_contains_list=\"start\" contains \"list\"
104 start_contains_one_or_more=\"start\" contains \"oneOrMore\"
105 start_contains_text=\"start\" contains \"text\"
106 start_contains_value=\"start\" contains \"value\"
107 duplicate_attribute=duplicate attribute
108 duplicate_attribute_detail=duplicate attribute {0}
109 interleave_element_overlap=overlapping element names in operands of \"interleave\"
110 list_contains_interleave=\"list\" contains \"interleave\"
111 interleave_text_overlap=both operands of \"interleave\" contain \"text\"
112 open_name_class_not_repeated=attribute using \"nsName\" or \"anyName\" must be in \"oneOrMore\"
113 xmlns_uri_attribute=attribute must not have namespace URI \"http://www.w3.org/2000/xmlns\"
114 xmlns_attribute=attribute must not be named \"xmlns\"
115
116 # Validation errors
117 unknown_element=unknown element {0}
118 required_elements_missing=required elements missing
119 out_of_context_element=element {0} not allowed in this context
120 impossible_attribute_ignored=attribute {0} not allowed at this point; ignored
121 bad_attribute_value=bad value for attribute {0}
122 required_attributes_missing=required attributes missing
123 unfinished_element=unfinished element
124 text_not_allowed=text not allowed here
125 document_incomplete=document incompletely matched
126 string_not_allowed=bad character content for element
127 only_text_not_allowed=element cannot have content that consists only of text
128 schema_allows_nothing=schema does not allow anything: it is equivalent to <notAllowed/>
129
130 # ID correctness errors
131 id_element_name_class=an \"element\" pattern containing an \"attribute\" pattern with a non-null ID-type must have a name class that contains only \"choice\" and \"name\" elements
132 id_attribute_name_class=an \"attribute\" pattern with a non-null ID-type must have a name class that is a single name
133 id_parent=a \"data\" or \"value\" pattern with non-null ID-type must occur as the child of an \"attribute\" pattern
134 id_type_conflict=conflicting ID-types for attribute {1} of element {0}
135
136 # ID soundness errors
137 id_no_tokens=value of attribute of type ID contained no tokens
138 id_multiple_tokens=value of attribute of type ID contained multiple tokens
139 idref_no_tokens=value of attribute of type IDREF contained no tokens
140 idref_multiple_tokens=value of attribute of type IDREF contained multiple tokens
141 idrefs_no_tokens=value of attribute of type IDREFS contained no tokens
142 missing_id=IDREF \"{0}\" without matching ID
143 duplicate_id=ID \"{0}\" has already been defined
144 first_id=first occurrence of ID \"{0}\"
145
146 # Fragments
147 name_absent_namespace=\"{0}\"
148 name_with_namespace=\"{1}\" from namespace \"{0}\"

mercurial