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_cs.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_cs 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                    "Kl\u00ed\u010d zpr\u00e1vy ''{0}'' nen\u00ed obsa\u017een ve t\u0159\u00edd\u011b zpr\u00e1v ''{1}''" },
076    
077                {   MsgKey.BAD_MSGFORMAT,
078                    "Form\u00e1t zpr\u00e1vy ''{0}'' ve t\u0159\u00edd\u011b zpr\u00e1v ''{1}'' selhal. " },
079    
080                {   MsgKey.ER_SERIALIZER_NOT_CONTENTHANDLER,
081                    "T\u0159\u00edda serializace ''{0}'' neimplementuje obslu\u017en\u00fd program org.xml.sax.ContentHandler." },
082    
083                {   MsgKey.ER_RESOURCE_COULD_NOT_FIND,
084                        "Nelze naj\u00edt zdroj [ {0} ].\n {1}" },
085    
086                {   MsgKey.ER_RESOURCE_COULD_NOT_LOAD,
087                        "Nelze zav\u00e9st zdroj [ {0} ]: {1} \n {2} \t {3}" },
088    
089                {   MsgKey.ER_BUFFER_SIZE_LESSTHAN_ZERO,
090                        "Velikost vyrovn\u00e1vac\u00ed pam\u011bti <=0" },
091    
092                {   MsgKey.ER_INVALID_UTF16_SURROGATE,
093                        "Byla zji\u0161t\u011bna neplatn\u00e1 n\u00e1hrada UTF-16: {0} ?" },
094    
095                {   MsgKey.ER_OIERROR,
096                    "Chyba vstupu/v\u00fdstupu" },
097    
098                {   MsgKey.ER_ILLEGAL_ATTRIBUTE_POSITION,
099                    "Nelze p\u0159idat atribut {0} po uzlech potomk\u016f ani p\u0159ed t\u00edm, ne\u017e je vytvo\u0159en prvek. Atribut bude ignorov\u00e1n." },
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                    "Obor n\u00e1zv\u016f pro p\u0159edponu ''{0}'' nebyl deklarov\u00e1n." },
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                    "Atribut ''{0}'' se nach\u00e1z\u00ed vn\u011b prvku." },
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                    "Deklarace oboru n\u00e1zv\u016f ''{0}''=''{1}'' se nach\u00e1z\u00ed vn\u011b prvku." },
127    
128                {   MsgKey.ER_COULD_NOT_LOAD_RESOURCE,
129                    "Nelze zav\u00e9st prost\u0159edek ''{0}'' (zkontrolujte prom\u011bnnou CLASSPATH) - budou pou\u017eity pouze v\u00fdchoz\u00ed prost\u0159edky" },
130    
131                {   MsgKey.ER_ILLEGAL_CHARACTER,
132                    "Byl proveden pokus o v\u00fdstup znaku s celo\u010d\u00edselnou hodnotou {0}, kter\u00e1 nen\u00ed reprezentov\u00e1na v ur\u010den\u00e9m v\u00fdstupn\u00edm k\u00f3dov\u00e1n\u00ed {1}." },
133    
134                {   MsgKey.ER_COULD_NOT_LOAD_METHOD_PROPERTY,
135                    "Nelze na\u010d\u00edst soubor vlastnost\u00ed ''{0}'' pro v\u00fdstupn\u00ed metodu ''{1}'' (zkontrolujte prom\u011bnnou CLASSPATH)." },
136    
137                {   MsgKey.ER_INVALID_PORT,
138                    "Neplatn\u00e9 \u010d\u00edslo portu." },
139    
140                {   MsgKey.ER_PORT_WHEN_HOST_NULL,
141                    "M\u00e1-li hostitel hodnotu null, nelze nastavit port." },
142    
143                {   MsgKey.ER_HOST_ADDRESS_NOT_WELLFORMED,
144                    "Adresa hostitele m\u00e1 nespr\u00e1vn\u00fd form\u00e1t." },
145    
146                {   MsgKey.ER_SCHEME_NOT_CONFORMANT,
147                    "Sch\u00e9ma nevyhovuje." },
148    
149                {   MsgKey.ER_SCHEME_FROM_NULL_STRING,
150                    "Nelze nastavit sch\u00e9ma \u0159et\u011bzce s hodnotou null." },
151    
152                {   MsgKey.ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE,
153                    "Cesta obsahuje neplatnou escape sekvenci" },
154    
155                {   MsgKey.ER_PATH_INVALID_CHAR,
156                    "Cesta obsahuje neplatn\u00fd znak: {0}" },
157    
158                {   MsgKey.ER_FRAG_INVALID_CHAR,
159                    "Fragment obsahuje neplatn\u00fd znak." },
160    
161                {   MsgKey.ER_FRAG_WHEN_PATH_NULL,
162                    "M\u00e1-li cesta hodnotu null, nelze nastavit fragment." },
163    
164                {   MsgKey.ER_FRAG_FOR_GENERIC_URI,
165                    "Fragment lze nastavit jen u generick\u00e9ho URI." },
166    
167                {   MsgKey.ER_NO_SCHEME_IN_URI,
168                    "V URI nebylo nalezeno \u017e\u00e1dn\u00e9 sch\u00e9ma" },
169    
170                {   MsgKey.ER_CANNOT_INIT_URI_EMPTY_PARMS,
171                    "URI nelze inicializovat s pr\u00e1zdn\u00fdmi parametry." },
172    
173                {   MsgKey.ER_NO_FRAGMENT_STRING_IN_PATH,
174                    "Fragment nelze ur\u010dit z\u00e1rove\u0148 v cest\u011b i ve fragmentu." },
175    
176                {   MsgKey.ER_NO_QUERY_STRING_IN_PATH,
177                    "V \u0159et\u011bzci cesty a dotazu nelze zadat \u0159et\u011bzec dotazu." },
178    
179                {   MsgKey.ER_NO_PORT_IF_NO_HOST,
180                    "Nen\u00ed-li ur\u010den hostitel, nelze zadat port." },
181    
182                {   MsgKey.ER_NO_USERINFO_IF_NO_HOST,
183                    "Nen\u00ed-li ur\u010den hostitel, nelze zadat \u00fadaje o u\u017eivateli." },
184                {   MsgKey.ER_XML_VERSION_NOT_SUPPORTED,
185                    "Varov\u00e1n\u00ed: Je po\u017eadov\u00e1na verze ''{0}'' v\u00fdstupn\u00edho dokumentu. Tato verze form\u00e1tu XML nen\u00ed podporov\u00e1na. Bude pou\u017eita verze ''1.0'' v\u00fdstupn\u00edho dokumentu. " },
186    
187                {   MsgKey.ER_SCHEME_REQUIRED,
188                    "Je vy\u017eadov\u00e1no sch\u00e9ma!" },
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                    "Objekt vlastnost\u00ed p\u0159edan\u00fd faktorii SerializerFactory neobsahuje vlastnost ''{0}''. " },
197    
198                {   MsgKey.ER_ENCODING_NOT_SUPPORTED,
199                    "Varov\u00e1n\u00ed: K\u00f3dov\u00e1n\u00ed ''{0}'' nen\u00ed v b\u011bhov\u00e9m prost\u0159ed\u00ed Java podporov\u00e1no." },
200    
201                 {MsgKey.ER_FEATURE_NOT_FOUND,
202                 "Parametr ''{0}'' nebyl rozpozn\u00e1n."},
203    
204                 {MsgKey.ER_FEATURE_NOT_SUPPORTED,
205                 "Parametr ''{0}'' byl rozpozn\u00e1n, ale nelze nastavit po\u017eadovanou hodnotu."},
206    
207                 {MsgKey.ER_STRING_TOO_LONG,
208                 "V\u00fdsledn\u00fd \u0159et\u011bzec je p\u0159\u00edli\u0161 dlouh\u00fd pro \u0159et\u011bzec DOMString: ''{0}''."},
209    
210                 {MsgKey.ER_TYPE_MISMATCH_ERR,
211                 "Typ hodnoty pro tento n\u00e1zev parametru nen\u00ed kompatibiln\u00ed s o\u010dek\u00e1van\u00fdm typem hodnoty."},
212    
213                 {MsgKey.ER_NO_OUTPUT_SPECIFIED,
214                 "C\u00edlov\u00e9 um\u00edst\u011bn\u00ed v\u00fdstupu pro data ur\u010den\u00e1 k z\u00e1pisu je rovno hodnot\u011b Null. "},
215    
216                 {MsgKey.ER_UNSUPPORTED_ENCODING,
217                 "Bylo nalezeno nepodporovan\u00e9 k\u00f3dov\u00e1n\u00ed."},
218    
219                 {MsgKey.ER_UNABLE_TO_SERIALIZE_NODE,
220                 "Nelze prov\u00e9st serializaci uzlu. "},
221    
222                 {MsgKey.ER_CDATA_SECTIONS_SPLIT,
223                 "Sekce CDATA obsahuje jednu nebo v\u00edce ukon\u010dovac\u00edch zna\u010dek ']]>'."},
224    
225                 {MsgKey.ER_WARNING_WF_NOT_CHECKED,
226                     "Nelze vytvo\u0159it instanci modulu pro kontrolu spr\u00e1vn\u00e9ho utvo\u0159en\u00ed. Parametr spr\u00e1vn\u00e9ho utvo\u0159en\u00ed byl nastaven na hodnotu true, nepoda\u0159ilo se v\u0161ak zkontrolovat spr\u00e1vnost utvo\u0159en\u00ed. "
227                 },
228    
229                 {MsgKey.ER_WF_INVALID_CHARACTER,
230                     "Uzel ''{0}'' obsahuje neplatn\u00e9 znaky XML. "
231                 },
232    
233                 { MsgKey.ER_WF_INVALID_CHARACTER_IN_COMMENT,
234                     "V pozn\u00e1mce byl zji\u0161t\u011bn neplatn\u00fd znak XML (Unicode: 0x{0})."
235                 },
236    
237                 { MsgKey.ER_WF_INVALID_CHARACTER_IN_PI,
238                     "V datech instrukce zpracov\u00e1n\u00ed byl nalezen neplatn\u00fd znak XML (Unicode: 0x{0})."
239                 },
240    
241                 { MsgKey.ER_WF_INVALID_CHARACTER_IN_CDATA,
242                     "V odd\u00edlu CDATASection byl nalezen neplatn\u00fd znak XML (Unicode: 0x{0})."
243                 },
244    
245                 { MsgKey.ER_WF_INVALID_CHARACTER_IN_TEXT,
246                     "V obsahu znakov\u00fdch dat uzlu byl nalezen neplatn\u00fd znak XML (Unicode: 0x{0})."
247                 },
248    
249                 { MsgKey.ER_WF_INVALID_CHARACTER_IN_NODE_NAME,
250                     "V objektu {0} s n\u00e1zvem ''{1}'' byl nalezen neplatn\u00fd znak XML. "
251                 },
252    
253                 { MsgKey.ER_WF_DASH_IN_COMMENT,
254                     "V pozn\u00e1mk\u00e1ch nen\u00ed povolen \u0159et\u011bzec \"--\"."
255                 },
256    
257                 {MsgKey.ER_WF_LT_IN_ATTVAL,
258                     "Hodnota atributu \"{1}\" souvisej\u00edc\u00edho s typem prvku \"{0}\" nesm\u00ed obsahovat znak ''<''."
259                 },
260    
261                 {MsgKey.ER_WF_REF_TO_UNPARSED_ENT,
262                     "Odkaz na neanalyzovanou entitu \"&{0};\" nen\u00ed povolen."
263                 },
264    
265                 {MsgKey.ER_WF_REF_TO_EXTERNAL_ENT,
266                     "Extern\u00ed odkaz na entitu \"&{0};\" nen\u00ed v hodnot\u011b atributu povolen."
267                 },
268    
269                 {MsgKey.ER_NS_PREFIX_CANNOT_BE_BOUND,
270                     "P\u0159edpona \"{0}\" nesm\u00ed b\u00fdt v\u00e1zan\u00e1 k oboru n\u00e1zv\u016f \"{1}\"."
271                 },
272    
273                 {MsgKey.ER_NULL_LOCAL_ELEMENT_NAME,
274                     "Lok\u00e1ln\u00ed n\u00e1zev prvku \"{0}\" m\u00e1 hodnotu Null. "
275                 },
276    
277                 {MsgKey.ER_NULL_LOCAL_ATTR_NAME,
278                     "Lok\u00e1ln\u00ed n\u00e1zev atributu \"{0}\" m\u00e1 hodnotu Null. "
279                 },
280    
281                 { MsgKey.ER_ELEM_UNBOUND_PREFIX_IN_ENTREF,
282                     "Nov\u00fd text uzlu entity \"{0}\" obsahuje uzel prvku \"{1}\" s nesv\u00e1zanou p\u0159edponou \"{2}\"."
283                 },
284    
285                 { MsgKey.ER_ATTR_UNBOUND_PREFIX_IN_ENTREF,
286                     "Nov\u00fd text uzlu entity \"{0}\" obsahuje uzel atributu \"{1}\" s nesv\u00e1zanou p\u0159edponou \"{2}\". "
287                 },
288    
289            };
290    
291            return contents;
292        }
293    }