001    /*
002     * Licensed to the Apache Software Foundation (ASF) under one
003     * or more contributor license agreements. See the NOTICE file
004     * distributed with this work for additional information
005     * regarding copyright ownership. The ASF licenses this file
006     * to you under the Apache License, Version 2.0 (the  "License");
007     * you may not use this file except in compliance with the License.
008     * You may obtain a copy of the License at
009     *
010     *     http://www.apache.org/licenses/LICENSE-2.0
011     *
012     * Unless required by applicable law or agreed to in writing, software
013     * distributed under the License is distributed on an "AS IS" BASIS,
014     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
015     * See the License for the specific language governing permissions and
016     * limitations under the License.
017     */
018    /*
019     * $Id: SerializerMessages_ja.java 471981 2006-11-07 04:28:00Z minchau $
020     */
021    
022    package org.apache.xml.serializer.utils;
023    
024    import java.util.ListResourceBundle;
025    import java.util.Locale;
026    import java.util.MissingResourceException;
027    import java.util.ResourceBundle;
028    
029    /**
030     * An instance of this class is a ListResourceBundle that
031     * has the required getContents() method that returns
032     * an array of message-key/message associations.
033     * <p>
034     * The message keys are defined in {@link MsgKey}. The
035     * messages that those keys map to are defined here.
036     * <p>
037     * The messages in the English version are intended to be
038     * translated.
039     *
040     * This class is not a public API, it is only public because it is
041     * used in org.apache.xml.serializer.
042     *
043     * @xsl.usage internal
044     */
045    public class SerializerMessages_ja extends ListResourceBundle {
046    
047        /*
048         * This file contains error and warning messages related to
049         * Serializer Error Handling.
050         *
051         *  General notes to translators:
052    
053         *  1) A stylesheet is a description of how to transform an input XML document
054         *     into a resultant XML document (or HTML document or text).  The
055         *     stylesheet itself is described in the form of an XML document.
056    
057         *
058         *  2) An element is a mark-up tag in an XML document; an attribute is a
059         *     modifier on the tag.  For example, in <elem attr='val' attr2='val2'>
060         *     "elem" is an element name, "attr" and "attr2" are attribute names with
061         *     the values "val" and "val2", respectively.
062         *
063         *  3) A namespace declaration is a special attribute that is used to associate
064         *     a prefix with a URI (the namespace).  The meanings of element names and
065         *     attribute names that use that prefix are defined with respect to that
066         *     namespace.
067         *
068         *
069         */
070    
071        /** The lookup table for error messages.   */
072        public Object[][] getContents() {
073            Object[][] contents = new Object[][] {
074                {   MsgKey.BAD_MSGKEY,
075                    "\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" },
076    
077                {   MsgKey.BAD_MSGFORMAT,
078                    "\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" },
079    
080                {   MsgKey.ER_SERIALIZER_NOT_CONTENTHANDLER,
081                    "\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" },
082    
083                {   MsgKey.ER_RESOURCE_COULD_NOT_FIND,
084                        "\u30ea\u30bd\u30fc\u30b9 [ {0} ] \u306f\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\n {1}" },
085    
086                {   MsgKey.ER_RESOURCE_COULD_NOT_LOAD,
087                        "\u30ea\u30bd\u30fc\u30b9 [ {0} ] \u3092\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: {1} \n {2} \t {3}" },
088    
089                {   MsgKey.ER_BUFFER_SIZE_LESSTHAN_ZERO,
090                        "\u30d0\u30c3\u30d5\u30a1\u30fc\u30fb\u30b5\u30a4\u30ba <=0" },
091    
092                {   MsgKey.ER_INVALID_UTF16_SURROGATE,
093                        "\u7121\u52b9\u306a UTF-16 \u30b5\u30ed\u30b2\u30fc\u30c8\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f: {0} ?" },
094    
095                {   MsgKey.ER_OIERROR,
096                    "\u5165\u51fa\u529b\u30a8\u30e9\u30fc" },
097    
098                {   MsgKey.ER_ILLEGAL_ATTRIBUTE_POSITION,
099                    "\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" },
100    
101                /*
102                 * Note to translators:  The stylesheet contained a reference to a
103                 * namespace prefix that was undefined.  The value of the substitution
104                 * text is the name of the prefix.
105                 */
106                {   MsgKey.ER_NAMESPACE_PREFIX,
107                    "\u63a5\u982d\u90e8 ''{0}'' \u306e\u540d\u524d\u7a7a\u9593\u304c\u5ba3\u8a00\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002" },
108    
109                /*
110                 * Note to translators:  This message is reported if the stylesheet
111                 * being processed attempted to construct an XML document with an
112                 * attribute in a place other than on an element.  The substitution text
113                 * specifies the name of the attribute.
114                 */
115                {   MsgKey.ER_STRAY_ATTRIBUTE,
116                    "\u5c5e\u6027 ''{0}'' \u304c\u8981\u7d20\u306e\u5916\u5074\u3067\u3059\u3002" },
117    
118                /*
119                 * Note to translators:  As with the preceding message, a namespace
120                 * declaration has the form of an attribute and is only permitted to
121                 * appear on an element.  The substitution text {0} is the namespace
122                 * prefix and {1} is the URI that was being used in the erroneous
123                 * namespace declaration.
124                 */
125                {   MsgKey.ER_STRAY_NAMESPACE,
126                    "\u540d\u524d\u7a7a\u9593\u5ba3\u8a00 ''{0}''=''{1}'' \u304c\u8981\u7d20\u306e\u5916\u5074\u3067\u3059\u3002" },
127    
128                {   MsgKey.ER_COULD_NOT_LOAD_RESOURCE,
129                    "''{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" },
130    
131                {   MsgKey.ER_ILLEGAL_CHARACTER,
132                    "{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" },
133    
134                {   MsgKey.ER_COULD_NOT_LOAD_METHOD_PROPERTY,
135                    "\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)" },
136    
137                {   MsgKey.ER_INVALID_PORT,
138                    "\u7121\u52b9\u306a\u30dd\u30fc\u30c8\u756a\u53f7" },
139    
140                {   MsgKey.ER_PORT_WHEN_HOST_NULL,
141                    "\u30db\u30b9\u30c8\u304c\u30cc\u30eb\u3067\u3042\u308b\u3068\u30dd\u30fc\u30c8\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093" },
142    
143                {   MsgKey.ER_HOST_ADDRESS_NOT_WELLFORMED,
144                    "\u30db\u30b9\u30c8\u306f\u3046\u307e\u304f\u69cb\u6210\u3055\u308c\u305f\u30a2\u30c9\u30ec\u30b9\u3067\u3042\u308a\u307e\u305b\u3093" },
145    
146                {   MsgKey.ER_SCHEME_NOT_CONFORMANT,
147                    "\u30b9\u30ad\u30fc\u30e0\u306f\u4e00\u81f4\u3057\u3066\u3044\u307e\u305b\u3093\u3002" },
148    
149                {   MsgKey.ER_SCHEME_FROM_NULL_STRING,
150                    "\u30cc\u30eb\u30fb\u30b9\u30c8\u30ea\u30f3\u30b0\u304b\u3089\u306f\u30b9\u30ad\u30fc\u30e0\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093" },
151    
152                {   MsgKey.ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE,
153                    "\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" },
154    
155                {   MsgKey.ER_PATH_INVALID_CHAR,
156                    "\u30d1\u30b9\u306b\u7121\u52b9\u6587\u5b57: {0} \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059" },
157    
158                {   MsgKey.ER_FRAG_INVALID_CHAR,
159                    "\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u306b\u7121\u52b9\u6587\u5b57\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059" },
160    
161                {   MsgKey.ER_FRAG_WHEN_PATH_NULL,
162                    "\u30d1\u30b9\u304c\u30cc\u30eb\u3067\u3042\u308b\u3068\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093" },
163    
164                {   MsgKey.ER_FRAG_FOR_GENERIC_URI,
165                    "\u7dcf\u79f0 URI \u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u3057\u304b\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093" },
166    
167                {   MsgKey.ER_NO_SCHEME_IN_URI,
168                    "\u30b9\u30ad\u30fc\u30e0\u306f URI \u3067\u898b\u3064\u304b\u308a\u307e\u305b\u3093" },
169    
170                {   MsgKey.ER_CANNOT_INIT_URI_EMPTY_PARMS,
171                    "URI \u306f\u7a7a\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u4f7f\u7528\u3057\u3066\u521d\u671f\u5316\u3067\u304d\u307e\u305b\u3093" },
172    
173                {   MsgKey.ER_NO_FRAGMENT_STRING_IN_PATH,
174                    "\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" },
175    
176                {   MsgKey.ER_NO_QUERY_STRING_IN_PATH,
177                    "\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" },
178    
179                {   MsgKey.ER_NO_PORT_IF_NO_HOST,
180                    "\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" },
181    
182                {   MsgKey.ER_NO_USERINFO_IF_NO_HOST,
183                    "\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" },
184                {   MsgKey.ER_XML_VERSION_NOT_SUPPORTED,
185                    "\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" },
186    
187                {   MsgKey.ER_SCHEME_REQUIRED,
188                    "\u30b9\u30ad\u30fc\u30e0\u304c\u5fc5\u8981\u3067\u3059\u3002" },
189    
190                /*
191                 * Note to translators:  The words 'Properties' and
192                 * 'SerializerFactory' in this message are Java class names
193                 * and should not be translated.
194                 */
195                {   MsgKey.ER_FACTORY_PROPERTY_MISSING,
196                    "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" },
197    
198                {   MsgKey.ER_ENCODING_NOT_SUPPORTED,
199                    "\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" },
200    
201                 {MsgKey.ER_FEATURE_NOT_FOUND,
202                 "\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc ''{0}'' \u306f\u8a8d\u8b58\u3055\u308c\u307e\u305b\u3093\u3002"},
203    
204                 {MsgKey.ER_FEATURE_NOT_SUPPORTED,
205                 "\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"},
206    
207                 {MsgKey.ER_STRING_TOO_LONG,
208                 "\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"},
209    
210                 {MsgKey.ER_TYPE_MISMATCH_ERR,
211                 "\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"},
212    
213                 {MsgKey.ER_NO_OUTPUT_SPECIFIED,
214                 "\u66f8\u304d\u8fbc\u307e\u308c\u308b\u30c7\u30fc\u30bf\u306e\u51fa\u529b\u5b9b\u5148\u304c\u30cc\u30eb\u3067\u3059\u3002"},
215    
216                 {MsgKey.ER_UNSUPPORTED_ENCODING,
217                 "\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u306a\u3044\u30a8\u30f3\u30b3\u30fc\u30c9\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f\u3002"},
218    
219                 {MsgKey.ER_UNABLE_TO_SERIALIZE_NODE,
220                 "\u30ce\u30fc\u30c9\u3092\u76f4\u5217\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002"},
221    
222                 {MsgKey.ER_CDATA_SECTIONS_SPLIT,
223                 "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"},
224    
225                 {MsgKey.ER_WARNING_WF_NOT_CHECKED,
226                     "\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"
227                 },
228    
229                 {MsgKey.ER_WF_INVALID_CHARACTER,
230                     "\u30ce\u30fc\u30c9 ''{0}'' \u306b\u7121\u52b9\u306a XML \u6587\u5b57\u304c\u3042\u308a\u307e\u3059\u3002"
231                 },
232    
233                 { MsgKey.ER_WF_INVALID_CHARACTER_IN_COMMENT,
234                     "\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"
235                 },
236    
237                 { MsgKey.ER_WF_INVALID_CHARACTER_IN_PI,
238                     "\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"
239                 },
240    
241                 { MsgKey.ER_WF_INVALID_CHARACTER_IN_CDATA,
242                     "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"
243                 },
244    
245                 { MsgKey.ER_WF_INVALID_CHARACTER_IN_TEXT,
246                     "\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"
247                 },
248    
249                 { MsgKey.ER_WF_INVALID_CHARACTER_IN_NODE_NAME,
250                     "''{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"
251                 },
252    
253                 { MsgKey.ER_WF_DASH_IN_COMMENT,
254                     "\u30b9\u30c8\u30ea\u30f3\u30b0 \"--\" \u306f\u30b3\u30e1\u30f3\u30c8\u5185\u3067\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002"
255                 },
256    
257                 {MsgKey.ER_WF_LT_IN_ATTVAL,
258                     "\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"
259                 },
260    
261                 {MsgKey.ER_WF_REF_TO_UNPARSED_ENT,
262                     "\u89e3\u6790\u5bfe\u8c61\u5916\u5b9f\u4f53\u53c2\u7167 \"&{0};\" \u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093\u3002"
263                 },
264    
265                 {MsgKey.ER_WF_REF_TO_EXTERNAL_ENT,
266                     "\u5c5e\u6027\u5024\u3067\u306e\u5916\u90e8\u5b9f\u4f53\u53c2\u7167 \"&{0};\" \u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093\u3002"
267                 },
268    
269                 {MsgKey.ER_NS_PREFIX_CANNOT_BE_BOUND,
270                     "\u63a5\u982d\u90e8 \"{0}\" \u306f\u540d\u524d\u7a7a\u9593 \"{1}\" \u306b\u7d50\u5408\u3067\u304d\u307e\u305b\u3093\u3002"
271                 },
272    
273                 {MsgKey.ER_NULL_LOCAL_ELEMENT_NAME,
274                     "\u8981\u7d20 \"{0}\" \u306e\u30ed\u30fc\u30ab\u30eb\u540d\u304c\u30cc\u30eb\u3067\u3059\u3002"
275                 },
276    
277                 {MsgKey.ER_NULL_LOCAL_ATTR_NAME,
278                     "\u5c5e\u6027 \"{0}\" \u306e\u30ed\u30fc\u30ab\u30eb\u540d\u304c\u30cc\u30eb\u3067\u3059\u3002"
279                 },
280    
281                 { MsgKey.ER_ELEM_UNBOUND_PREFIX_IN_ENTREF,
282                     "\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"
283                 },
284    
285                 { MsgKey.ER_ATTR_UNBOUND_PREFIX_IN_ENTREF,
286                     "\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"
287                 },
288    
289            };
290    
291            return contents;
292        }
293    }