19f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson/*
29f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * Licensed to the Apache Software Foundation (ASF) under one
39f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * or more contributor license agreements. See the NOTICE file
49f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * distributed with this work for additional information
59f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * regarding copyright ownership. The ASF licenses this file
69f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * to you under the Apache License, Version 2.0 (the  "License");
79f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * you may not use this file except in compliance with the License.
89f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * You may obtain a copy of the License at
99f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson *
109f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson *     http://www.apache.org/licenses/LICENSE-2.0
119f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson *
129f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * Unless required by applicable law or agreed to in writing, software
139f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * distributed under the License is distributed on an "AS IS" BASIS,
149f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
159f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * See the License for the specific language governing permissions and
169f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * limitations under the License.
179f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson */
189f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson/*
199f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * $Id: SerializerMessages_ja.java 471981 2006-11-07 04:28:00Z minchau $
209f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson */
219f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
229f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilsonpackage org.apache.xml.serializer.utils;
239f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
249f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilsonimport java.util.ListResourceBundle;
259f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilsonimport java.util.Locale;
269f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilsonimport java.util.MissingResourceException;
279f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilsonimport java.util.ResourceBundle;
289f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
299f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson/**
309f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * An instance of this class is a ListResourceBundle that
319f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * has the required getContents() method that returns
329f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * an array of message-key/message associations.
339f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * <p>
349f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * The message keys are defined in {@link MsgKey}. The
359f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * messages that those keys map to are defined here.
369f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * <p>
379f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * The messages in the English version are intended to be
389f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * translated.
399f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson *
409f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * This class is not a public API, it is only public because it is
419f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * used in org.apache.xml.serializer.
429f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson *
439f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson * @xsl.usage internal
449f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson */
459f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilsonpublic class SerializerMessages_ja extends ListResourceBundle {
469f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
479f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    /*
489f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     * This file contains error and warning messages related to
499f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     * Serializer Error Handling.
509f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *
519f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *  General notes to translators:
529f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
539f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *  1) A stylesheet is a description of how to transform an input XML document
549f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *     into a resultant XML document (or HTML document or text).  The
559f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *     stylesheet itself is described in the form of an XML document.
569f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
579f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *
589f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *  2) An element is a mark-up tag in an XML document; an attribute is a
599f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *     modifier on the tag.  For example, in <elem attr='val' attr2='val2'>
609f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *     "elem" is an element name, "attr" and "attr2" are attribute names with
619f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *     the values "val" and "val2", respectively.
629f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *
639f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *  3) A namespace declaration is a special attribute that is used to associate
649f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *     a prefix with a URI (the namespace).  The meanings of element names and
659f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *     attribute names that use that prefix are defined with respect to that
669f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *     namespace.
679f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *
689f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     *
699f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson     */
709f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
719f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    /** The lookup table for error messages.   */
729f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    public Object[][] getContents() {
739f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson        Object[][] contents = new Object[][] {
749f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.BAD_MSGKEY,
759f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u30e1\u30c3\u30bb\u30fc\u30b8\u30fb\u30ad\u30fc ''{0}'' \u306f\u30e1\u30c3\u30bb\u30fc\u30b8\u30fb\u30af\u30e9\u30b9 ''{1}'' \u306b\u3042\u308a\u307e\u305b\u3093\u3002" },
769f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
779f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.BAD_MSGFORMAT,
789f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u30e1\u30c3\u30bb\u30fc\u30b8\u30fb\u30af\u30e9\u30b9 ''{1}'' \u306e\u30e1\u30c3\u30bb\u30fc\u30b8 ''{0}'' \u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u8a2d\u5b9a\u304c\u5931\u6557\u3057\u307e\u3057\u305f\u3002" },
799f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
809f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_SERIALIZER_NOT_CONTENTHANDLER,
819f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u30b7\u30ea\u30a2\u30e9\u30a4\u30b6\u30fc\u30fb\u30af\u30e9\u30b9 ''{0}'' \u306f org.xml.sax.ContentHandler \u3092\u5b9f\u88c5\u3057\u307e\u305b\u3093\u3002" },
829f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
839f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_RESOURCE_COULD_NOT_FIND,
849f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                    "\u30ea\u30bd\u30fc\u30b9 [ {0} ] \u306f\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\n {1}" },
859f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
869f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_RESOURCE_COULD_NOT_LOAD,
879f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                    "\u30ea\u30bd\u30fc\u30b9 [ {0} ] \u3092\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: {1} \n {2} \t {3}" },
889f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
899f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_BUFFER_SIZE_LESSTHAN_ZERO,
909f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                    "\u30d0\u30c3\u30d5\u30a1\u30fc\u30fb\u30b5\u30a4\u30ba <=0" },
919f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
929f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_INVALID_UTF16_SURROGATE,
939f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                    "\u7121\u52b9\u306a UTF-16 \u30b5\u30ed\u30b2\u30fc\u30c8\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f: {0} ?" },
949f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
959f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_OIERROR,
969f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u5165\u51fa\u529b\u30a8\u30e9\u30fc" },
979f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
989f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_ILLEGAL_ATTRIBUTE_POSITION,
999f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u4e0b\u4f4d\u30ce\u30fc\u30c9\u306e\u5f8c\u307e\u305f\u306f\u8981\u7d20\u304c\u751f\u6210\u3055\u308c\u308b\u524d\u306b\u5c5e\u6027 {0} \u306f\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002  \u5c5e\u6027\u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002" },
1009f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1019f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            /*
1029f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             * Note to translators:  The stylesheet contained a reference to a
1039f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             * namespace prefix that was undefined.  The value of the substitution
1049f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             * text is the name of the prefix.
1059f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             */
1069f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_NAMESPACE_PREFIX,
1079f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u63a5\u982d\u90e8 ''{0}'' \u306e\u540d\u524d\u7a7a\u9593\u304c\u5ba3\u8a00\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002" },
1089f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1099f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            /*
1109f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             * Note to translators:  This message is reported if the stylesheet
1119f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             * being processed attempted to construct an XML document with an
1129f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             * attribute in a place other than on an element.  The substitution text
1139f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             * specifies the name of the attribute.
1149f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             */
1159f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_STRAY_ATTRIBUTE,
1169f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u5c5e\u6027 ''{0}'' \u304c\u8981\u7d20\u306e\u5916\u5074\u3067\u3059\u3002" },
1179f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1189f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            /*
1199f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             * Note to translators:  As with the preceding message, a namespace
1209f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             * declaration has the form of an attribute and is only permitted to
1219f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             * appear on an element.  The substitution text {0} is the namespace
1229f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             * prefix and {1} is the URI that was being used in the erroneous
1239f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             * namespace declaration.
1249f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             */
1259f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_STRAY_NAMESPACE,
1269f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u540d\u524d\u7a7a\u9593\u5ba3\u8a00 ''{0}''=''{1}'' \u304c\u8981\u7d20\u306e\u5916\u5074\u3067\u3059\u3002" },
1279f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1289f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_COULD_NOT_LOAD_RESOURCE,
1299f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "''{0}'' \u3092\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f (CLASSPATH \u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044)\u3002\u73fe\u5728\u306f\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u3082\u306e\u306e\u307f\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059\u3002" },
1309f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1319f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_ILLEGAL_CHARACTER,
1329f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "{1} \u306e\u6307\u5b9a\u3055\u308c\u305f\u51fa\u529b\u30a8\u30f3\u30b3\u30fc\u30c9\u3067\u8868\u305b\u306a\u3044\u6574\u6570\u5024 {0} \u306e\u6587\u5b57\u306e\u51fa\u529b\u3092\u8a66\u307f\u307e\u3057\u305f\u3002" },
1339f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1349f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_COULD_NOT_LOAD_METHOD_PROPERTY,
1359f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u51fa\u529b\u30e1\u30bd\u30c3\u30c9 ''{1}'' \u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30fb\u30d5\u30a1\u30a4\u30eb ''{0}'' \u3092\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f (CLASSPATH \u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044)" },
1369f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1379f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_INVALID_PORT,
1389f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u7121\u52b9\u306a\u30dd\u30fc\u30c8\u756a\u53f7" },
1399f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1409f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_PORT_WHEN_HOST_NULL,
1419f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u30db\u30b9\u30c8\u304c\u30cc\u30eb\u3067\u3042\u308b\u3068\u30dd\u30fc\u30c8\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093" },
1429f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1439f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_HOST_ADDRESS_NOT_WELLFORMED,
1449f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u30db\u30b9\u30c8\u306f\u3046\u307e\u304f\u69cb\u6210\u3055\u308c\u305f\u30a2\u30c9\u30ec\u30b9\u3067\u3042\u308a\u307e\u305b\u3093" },
1459f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1469f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_SCHEME_NOT_CONFORMANT,
1479f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u30b9\u30ad\u30fc\u30e0\u306f\u4e00\u81f4\u3057\u3066\u3044\u307e\u305b\u3093\u3002" },
1489f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1499f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_SCHEME_FROM_NULL_STRING,
1509f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u30cc\u30eb\u30fb\u30b9\u30c8\u30ea\u30f3\u30b0\u304b\u3089\u306f\u30b9\u30ad\u30fc\u30e0\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093" },
1519f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1529f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE,
1539f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u30d1\u30b9\u306b\u7121\u52b9\u306a\u30a8\u30b9\u30b1\u30fc\u30d7\u30fb\u30b7\u30fc\u30b1\u30f3\u30b9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059" },
1549f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1559f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_PATH_INVALID_CHAR,
1569f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u30d1\u30b9\u306b\u7121\u52b9\u6587\u5b57: {0} \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059" },
1579f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1589f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_FRAG_INVALID_CHAR,
1599f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u306b\u7121\u52b9\u6587\u5b57\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059" },
1609f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1619f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_FRAG_WHEN_PATH_NULL,
1629f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u30d1\u30b9\u304c\u30cc\u30eb\u3067\u3042\u308b\u3068\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093" },
1639f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1649f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_FRAG_FOR_GENERIC_URI,
1659f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u7dcf\u79f0 URI \u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u3057\u304b\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093" },
1669f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1679f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_NO_SCHEME_IN_URI,
1689f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u30b9\u30ad\u30fc\u30e0\u306f URI \u3067\u898b\u3064\u304b\u308a\u307e\u305b\u3093" },
1699f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1709f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_CANNOT_INIT_URI_EMPTY_PARMS,
1719f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "URI \u306f\u7a7a\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u4f7f\u7528\u3057\u3066\u521d\u671f\u5316\u3067\u304d\u307e\u305b\u3093" },
1729f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1739f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_NO_FRAGMENT_STRING_IN_PATH,
1749f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u306f\u30d1\u30b9\u3068\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u306e\u4e21\u65b9\u306b\u6307\u5b9a\u3067\u304d\u307e\u305b\u3093" },
1759f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1769f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_NO_QUERY_STRING_IN_PATH,
1779f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u7167\u4f1a\u30b9\u30c8\u30ea\u30f3\u30b0\u306f\u30d1\u30b9\u304a\u3088\u3073\u7167\u4f1a\u30b9\u30c8\u30ea\u30f3\u30b0\u5185\u306b\u6307\u5b9a\u3067\u304d\u307e\u305b\u3093" },
1789f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1799f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_NO_PORT_IF_NO_HOST,
1809f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u30db\u30b9\u30c8\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093" },
1819f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1829f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_NO_USERINFO_IF_NO_HOST,
1839f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u30db\u30b9\u30c8\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f Userinfo \u3092\u6307\u5b9a\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093" },
1849f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_XML_VERSION_NOT_SUPPORTED,
1859f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u8b66\u544a: \u51fa\u529b\u6587\u66f8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3057\u3066 ''{0}'' \u304c\u8981\u6c42\u3055\u308c\u307e\u3057\u305f\u3002  \u3053\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306e XML \u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093\u3002  \u51fa\u529b\u6587\u66f8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f ''1.0'' \u306b\u306a\u308a\u307e\u3059\u3002" },
1869f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1879f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_SCHEME_REQUIRED,
1889f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u30b9\u30ad\u30fc\u30e0\u304c\u5fc5\u8981\u3067\u3059\u3002" },
1899f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1909f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            /*
1919f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             * Note to translators:  The words 'Properties' and
1929f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             * 'SerializerFactory' in this message are Java class names
1939f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             * and should not be translated.
1949f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             */
1959f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_FACTORY_PROPERTY_MISSING,
1969f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "SerializerFactory \u306b\u6e21\u3055\u308c\u305f Properties \u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u306f ''{0}'' \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304c\u3042\u308a\u307e\u305b\u3093\u3002" },
1979f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
1989f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson            {   MsgKey.ER_ENCODING_NOT_SUPPORTED,
1999f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                "\u8b66\u544a:  \u30a8\u30f3\u30b3\u30fc\u30c9 ''{0}'' \u306f\u3053\u306e Java \u30e9\u30f3\u30bf\u30a4\u30e0\u3067\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002" },
2009f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2019f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             {MsgKey.ER_FEATURE_NOT_FOUND,
2029f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             "\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc ''{0}'' \u306f\u8a8d\u8b58\u3055\u308c\u307e\u305b\u3093\u3002"},
2039f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2049f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             {MsgKey.ER_FEATURE_NOT_SUPPORTED,
2059f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             "\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc ''{0}'' \u306f\u8a8d\u8b58\u3055\u308c\u307e\u3059\u304c\u3001\u8981\u6c42\u3055\u308c\u305f\u5024\u306f\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002"},
2069f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2079f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             {MsgKey.ER_STRING_TOO_LONG,
2089f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             "\u7d50\u679c\u306e\u30b9\u30c8\u30ea\u30f3\u30b0\u304c\u9577\u3059\u304e\u308b\u305f\u3081\u3001DOMString \u5185\u306b\u53ce\u307e\u308a\u307e\u305b\u3093: ''{0}''\u3002"},
2099f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2109f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             {MsgKey.ER_TYPE_MISMATCH_ERR,
2119f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             "\u3053\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u540d\u306e\u5024\u306e\u578b\u306f\u3001\u671f\u5f85\u3055\u308c\u308b\u5024\u306e\u578b\u3068\u4e0d\u9069\u5408\u3067\u3059\u3002"},
2129f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2139f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             {MsgKey.ER_NO_OUTPUT_SPECIFIED,
2149f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             "\u66f8\u304d\u8fbc\u307e\u308c\u308b\u30c7\u30fc\u30bf\u306e\u51fa\u529b\u5b9b\u5148\u304c\u30cc\u30eb\u3067\u3059\u3002"},
2159f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2169f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             {MsgKey.ER_UNSUPPORTED_ENCODING,
2179f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             "\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u306a\u3044\u30a8\u30f3\u30b3\u30fc\u30c9\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f\u3002"},
2189f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2199f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             {MsgKey.ER_UNABLE_TO_SERIALIZE_NODE,
2209f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             "\u30ce\u30fc\u30c9\u3092\u76f4\u5217\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002"},
2219f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2229f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             {MsgKey.ER_CDATA_SECTIONS_SPLIT,
2239f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             "CDATA \u30bb\u30af\u30b7\u30e7\u30f3\u306b 1 \u3064\u4ee5\u4e0a\u306e\u7d42\u4e86\u30de\u30fc\u30ab\u30fc ']]>' \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002"},
2249f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2259f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             {MsgKey.ER_WARNING_WF_NOT_CHECKED,
2269f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                 "\u6574\u5f62\u5f0f\u6027\u30c1\u30a7\u30c3\u30ab\u30fc\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002  well-formed \u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u306e\u8a2d\u5b9a\u306f true \u3067\u3057\u305f\u304c\u3001\u6574\u5f62\u5f0f\u6027\u306e\u691c\u67fb\u306f\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3002"
2279f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             },
2289f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2299f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             {MsgKey.ER_WF_INVALID_CHARACTER,
2309f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                 "\u30ce\u30fc\u30c9 ''{0}'' \u306b\u7121\u52b9\u306a XML \u6587\u5b57\u304c\u3042\u308a\u307e\u3059\u3002"
2319f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             },
2329f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2339f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             { MsgKey.ER_WF_INVALID_CHARACTER_IN_COMMENT,
2349f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                 "\u30b3\u30e1\u30f3\u30c8\u306e\u4e2d\u306b\u7121\u52b9\u306a XML \u6587\u5b57 (Unicode: 0x{0}) \u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u3002"
2359f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             },
2369f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2379f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             { MsgKey.ER_WF_INVALID_CHARACTER_IN_PI,
2389f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                 "\u51e6\u7406\u547d\u4ee4\u30c7\u30fc\u30bf\u306e\u4e2d\u306b\u7121\u52b9\u306a XML \u6587\u5b57 (Unicode: 0x{0}) \u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u3002"
2399f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             },
2409f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2419f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             { MsgKey.ER_WF_INVALID_CHARACTER_IN_CDATA,
2429f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                 "CDATA \u30bb\u30af\u30b7\u30e7\u30f3\u306e\u4e2d\u306b\u7121\u52b9\u306a XML \u6587\u5b57 (Unicode: 0x{0}) \u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u3002"
2439f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             },
2449f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2459f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             { MsgKey.ER_WF_INVALID_CHARACTER_IN_TEXT,
2469f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                 "\u30ce\u30fc\u30c9\u306e\u6587\u5b57\u30c7\u30fc\u30bf\u306e\u5185\u5bb9\u306b\u7121\u52b9\u306a XML \u6587\u5b57 (Unicode: 0x{0}) \u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u3002"
2479f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             },
2489f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2499f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             { MsgKey.ER_WF_INVALID_CHARACTER_IN_NODE_NAME,
2509f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                 "''{1}'' \u3068\u3044\u3046\u540d\u524d\u306e {0} \u30ce\u30fc\u30c9\u306e\u4e2d\u306b\u7121\u52b9\u306a XML \u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u3002"
2519f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             },
2529f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2539f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             { MsgKey.ER_WF_DASH_IN_COMMENT,
2549f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                 "\u30b9\u30c8\u30ea\u30f3\u30b0 \"--\" \u306f\u30b3\u30e1\u30f3\u30c8\u5185\u3067\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002"
2559f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             },
2569f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2579f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             {MsgKey.ER_WF_LT_IN_ATTVAL,
2589f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                 "\u8981\u7d20\u578b \"{0}\" \u306b\u95a2\u9023\u3057\u305f\u5c5e\u6027 \"{1}\" \u306e\u5024\u306b\u306f ''<'' \u6587\u5b57\u3092\u542b\u3081\u3066\u306f\u3044\u3051\u307e\u305b\u3093\u3002"
2599f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             },
2609f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2619f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             {MsgKey.ER_WF_REF_TO_UNPARSED_ENT,
2629f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                 "\u89e3\u6790\u5bfe\u8c61\u5916\u5b9f\u4f53\u53c2\u7167 \"&{0};\" \u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093\u3002"
2639f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             },
2649f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2659f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             {MsgKey.ER_WF_REF_TO_EXTERNAL_ENT,
2669f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                 "\u5c5e\u6027\u5024\u3067\u306e\u5916\u90e8\u5b9f\u4f53\u53c2\u7167 \"&{0};\" \u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093\u3002"
2679f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             },
2689f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2699f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             {MsgKey.ER_NS_PREFIX_CANNOT_BE_BOUND,
2709f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                 "\u63a5\u982d\u90e8 \"{0}\" \u306f\u540d\u524d\u7a7a\u9593 \"{1}\" \u306b\u7d50\u5408\u3067\u304d\u307e\u305b\u3093\u3002"
2719f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             },
2729f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2739f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             {MsgKey.ER_NULL_LOCAL_ELEMENT_NAME,
2749f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                 "\u8981\u7d20 \"{0}\" \u306e\u30ed\u30fc\u30ab\u30eb\u540d\u304c\u30cc\u30eb\u3067\u3059\u3002"
2759f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             },
2769f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2779f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             {MsgKey.ER_NULL_LOCAL_ATTR_NAME,
2789f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                 "\u5c5e\u6027 \"{0}\" \u306e\u30ed\u30fc\u30ab\u30eb\u540d\u304c\u30cc\u30eb\u3067\u3059\u3002"
2799f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             },
2809f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2819f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             { MsgKey.ER_ELEM_UNBOUND_PREFIX_IN_ENTREF,
2829f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                 "\u5b9f\u4f53\u30ce\u30fc\u30c9 \"{0}\" \u306e\u7f6e\u63db\u30c6\u30ad\u30b9\u30c8\u306b\u3001\u672a\u7d50\u5408\u306e\u63a5\u982d\u90e8 \"{2}\" \u3092\u6301\u3064\u8981\u7d20\u30ce\u30fc\u30c9 \"{1}\" \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002"
2839f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             },
2849f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2859f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             { MsgKey.ER_ATTR_UNBOUND_PREFIX_IN_ENTREF,
2869f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson                 "\u5b9f\u4f53\u30ce\u30fc\u30c9 \"{0}\" \u306e\u7f6e\u63db\u30c6\u30ad\u30b9\u30c8\u306b\u3001\u672a\u7d50\u5408\u306e\u63a5\u982d\u90e8 \"{2}\" \u3092\u6301\u3064\u5c5e\u6027\u30ce\u30fc\u30c9 \"{1}\" \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002"
2879f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson             },
2889f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2899f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson        };
2909f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson
2919f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson        return contents;
2929f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson    }
2939f8118474e9513f7a5b7d2a05e4a0fb15d1a6569Jesse Wilson}
294