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 
  48 no_comment_support=SAX parser \"{0}\" cannot report comments
  49 any_name_except_contains_any_name=\"except\" in \"anyName\" contains \"anyName\"
  50 attribute_multi_pattern=\"attribute\" pattern must contain at most one pattern
  51 combine_attribute_bad_value=bad value \"{0}\" for \"combine\" attribute; value must be \"choice\" or \"interleave\"
  52 expected_define=found \"{0}\" element but expected \"define\" or \"start\" or \"include\" or \"div\" element
  53 expected_empty=found \"{0}\" element but expected empty content
  54 expected_except=found \"{0}\" element but expected \"except\"
  55 expected_grammar=found \"{0}\" element but expected \"grammar\" element
  56 expected_name=found \"{0}\" element but expected a name
  57 expected_name_class=found \"{0}\" element but expected a name-class
  58 expected_param_except=only \"param\" and \"except\" child elements are allowed
  59 expected_pattern=found \"{0}\" element but expected a pattern
  60 fragment_identifier_datatype_library=URI in value of \"datatypeLibrary\" attribute must not have a fragment identifier
  61 href_fragment_id=fragment identifier ignored in value of \"href\" attribute
  62 illegal_attribute_ignored=illegal attribute \"{0}\" ignored
  63 illegal_characters_ignored=illegal characters ignored
  64 illegal_name_attribute=illegal \"name\" attribute
  65 invalid_ncname=\"{0}\" is not a valid local name
  66 invalid_uri=\"{0}\" is not a valid URI reference according to RFC 2396
  67 missing_children=missing children
  68 missing_href_attribute=missing \"href\" attribute
  69 missing_name_attribute=missing \"name\" attribute
  70 missing_name_class=expected child element specifying name class
  71 missing_type_attribute=missing \"type\" attribute
  72 multiple_except=at most one \"except\" child element is allowed
  73 name_contains_foreign_element=\"name\" element cannot contain foreign elements
  74 ns_name_except_contains_any_name=\"except\" in \"nsName\" contains \"anyName\"
  75 ns_name_except_contains_ns_name=\"except\" in \"nsName\" contains \"nsName\"
  76 param_after_except=\"param\" is not allowed after \"except\"
  77 param_contains_foreign_element=\"param\" element cannot contain foreign elements
  78 qualified_attribute=attribute name \"{0}\" incorrectly qualified with RELAX NG namespace URI
  79 relative_datatype_library=URI in value of \"datatypeLibrary\" attribute must not be relative
  80 root_bad_namespace_uri=namespace URI of document element must be \"{0}\"
  81 start_multi_pattern=\"start\" pattern must contain at most one pattern
  82 too_many_children=too many child elements: only one child element is allowed
  83 undefined_prefix=undefined prefix \"{0}\"
  84 value_contains_foreign_element=\"value\" element cannot contain foreign elements
  85 wrong_uri_version=namespace URI has wrong version: expected \"{0}\" but got \"{1}\"