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 no_comment_support=SAX parser \"{0}\" cannot report comments
  27 any_name_except_contains_any_name=\"except\" in \"anyName\" contains \"anyName\"
  28 attribute_multi_pattern=\"attribute\" pattern must contain at most one pattern
  29 combine_attribute_bad_value=bad value \"{0}\" for \"combine\" attribute; value must be \"choice\" or \"interleave\"
  30 expected_define=found \"{0}\" element but expected \"define\" or \"start\" or \"include\" or \"div\" element
  31 expected_empty=found \"{0}\" element but expected empty content
  32 expected_except=found \"{0}\" element but expected \"except\"
  33 expected_grammar=found \"{0}\" element but expected \"grammar\" element
  34 expected_name=found \"{0}\" element but expected a name
  35 expected_name_class=found \"{0}\" element but expected a name-class
  36 expected_param_except=only \"param\" and \"except\" child elements are allowed
  37 expected_pattern=found \"{0}\" element but expected a pattern
  38 fragment_identifier_datatype_library=URI in value of \"datatypeLibrary\" attribute must not have a fragment identifier
  39 href_fragment_id=fragment identifier ignored in value of \"href\" attribute
  40 illegal_attribute_ignored=illegal attribute \"{0}\" ignored
  41 illegal_characters_ignored=illegal characters ignored
  42 illegal_name_attribute=illegal \"name\" attribute
  43 invalid_ncname=\"{0}\" is not a valid local name
  44 invalid_uri=\"{0}\" is not a valid URI reference according to RFC 2396
  45 missing_children=missing children
  46 missing_href_attribute=missing \"href\" attribute
  47 missing_name_attribute=missing \"name\" attribute
  48 missing_name_class=expected child element specifying name class
  49 missing_type_attribute=missing \"type\" attribute
  50 multiple_except=at most one \"except\" child element is allowed
  51 name_contains_foreign_element=\"name\" element cannot contain foreign elements
  52 ns_name_except_contains_any_name=\"except\" in \"nsName\" contains \"anyName\"
  53 ns_name_except_contains_ns_name=\"except\" in \"nsName\" contains \"nsName\"
  54 param_after_except=\"param\" is not allowed after \"except\"
  55 param_contains_foreign_element=\"param\" element cannot contain foreign elements
  56 qualified_attribute=attribute name \"{0}\" incorrectly qualified with RELAX NG namespace URI
  57 relative_datatype_library=URI in value of \"datatypeLibrary\" attribute must not be relative
  58 root_bad_namespace_uri=namespace URI of document element must be \"{0}\"
  59 start_multi_pattern=\"start\" pattern must contain at most one pattern
  60 too_many_children=too many child elements: only one child element is allowed
  61 undefined_prefix=undefined prefix \"{0}\"
  62 value_contains_foreign_element=\"value\" element cannot contain foreign elements
  63 wrong_uri_version=namespace URI has wrong version: expected \"{0}\" but got \"{1}\"