286N/A/*
286N/A * reserved comment block
286N/A * DO NOT REMOVE OR ALTER!
286N/A */
286N/A/*
286N/A * Copyright 1999-2004 The Apache Software Foundation.
286N/A *
286N/A * Licensed under the Apache License, Version 2.0 (the "License");
286N/A * you may not use this file except in compliance with the License.
286N/A * You may obtain a copy of the License at
286N/A *
286N/A * http://www.apache.org/licenses/LICENSE-2.0
286N/A *
286N/A * Unless required by applicable law or agreed to in writing, software
286N/A * distributed under the License is distributed on an "AS IS" BASIS,
286N/A * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
286N/A * See the License for the specific language governing permissions and
286N/A * limitations under the License.
286N/A */
286N/A/*
286N/A * $Id: XMLErrorResources_sv.java,v 1.2.4.1 2005/09/15 07:45:46 suresh_emailid Exp $
286N/A */
286N/Apackage com.sun.org.apache.xml.internal.res;
286N/A
286N/A
286N/Aimport java.util.ListResourceBundle;
286N/A
286N/A/**
286N/A * Set up error messages.
286N/A * We build a two dimensional array of message keys and
286N/A * message strings. In order to add a new message here,
286N/A * you need to first add a String constant. And you need
286N/A * to enter key, value pair as part of the contents
286N/A * array. You also need to update MAX_CODE for error strings
286N/A * and MAX_WARNING for warnings ( Needed for only information
286N/A * purpose )
286N/A */
286N/Apublic class XMLErrorResources_sv extends ListResourceBundle
286N/A{
286N/A
286N/A/*
286N/A * This file contains error and warning messages related to Xalan Error
286N/A * Handling.
286N/A *
286N/A * General notes to translators:
286N/A *
286N/A * 1) Xalan (or more properly, Xalan-interpretive) and XSLTC are names of
286N/A * components.
286N/A * XSLT is an acronym for "XML Stylesheet Language: Transformations".
286N/A * XSLTC is an acronym for XSLT Compiler.
286N/A *
286N/A * 2) A stylesheet is a description of how to transform an input XML document
286N/A * into a resultant XML document (or HTML document or text). The
286N/A * stylesheet itself is described in the form of an XML document.
286N/A *
286N/A * 3) A template is a component of a stylesheet that is used to match a
286N/A * particular portion of an input document and specifies the form of the
286N/A * corresponding portion of the output document.
286N/A *
286N/A * 4) An element is a mark-up tag in an XML document; an attribute is a
286N/A * modifier on the tag. For example, in <elem attr='val' attr2='val2'>
286N/A * "elem" is an element name, "attr" and "attr2" are attribute names with
286N/A * the values "val" and "val2", respectively.
286N/A *
286N/A * 5) A namespace declaration is a special attribute that is used to associate
286N/A * a prefix with a URI (the namespace). The meanings of element names and
286N/A * attribute names that use that prefix are defined with respect to that
286N/A * namespace.
286N/A *
286N/A * 6) "Translet" is an invented term that describes the class file that
286N/A * results from compiling an XML stylesheet into a Java class.
286N/A *
286N/A * 7) XPath is a specification that describes a notation for identifying
286N/A * nodes in a tree-structured representation of an XML document. An
286N/A * instance of that notation is referred to as an XPath expression.
286N/A *
286N/A */
286N/A
286N/A /** Maximum error messages, this is needed to keep track of the number of messages. */
286N/A public static final int MAX_CODE = 61;
286N/A
286N/A /** Maximum warnings, this is needed to keep track of the number of warnings. */
286N/A public static final int MAX_WARNING = 0;
286N/A
286N/A /** Maximum misc strings. */
286N/A public static final int MAX_OTHERS = 4;
286N/A
286N/A /** Maximum total warnings and error messages. */
286N/A public static final int MAX_MESSAGES = MAX_CODE + MAX_WARNING + 1;
286N/A
286N/A
286N/A /*
286N/A * Message keys
286N/A */
286N/A public static final String ER_FUNCTION_NOT_SUPPORTED = "ER_FUNCTION_NOT_SUPPORTED";
286N/A public static final String ER_CANNOT_OVERWRITE_CAUSE = "ER_CANNOT_OVERWRITE_CAUSE";
286N/A public static final String ER_NO_DEFAULT_IMPL = "ER_NO_DEFAULT_IMPL";
286N/A public static final String ER_CHUNKEDINTARRAY_NOT_SUPPORTED = "ER_CHUNKEDINTARRAY_NOT_SUPPORTED";
286N/A public static final String ER_OFFSET_BIGGER_THAN_SLOT = "ER_OFFSET_BIGGER_THAN_SLOT";
286N/A public static final String ER_COROUTINE_NOT_AVAIL = "ER_COROUTINE_NOT_AVAIL";
286N/A public static final String ER_COROUTINE_CO_EXIT = "ER_COROUTINE_CO_EXIT";
286N/A public static final String ER_COJOINROUTINESET_FAILED = "ER_COJOINROUTINESET_FAILED";
286N/A public static final String ER_COROUTINE_PARAM = "ER_COROUTINE_PARAM";
286N/A public static final String ER_PARSER_DOTERMINATE_ANSWERS = "ER_PARSER_DOTERMINATE_ANSWERS";
286N/A public static final String ER_NO_PARSE_CALL_WHILE_PARSING = "ER_NO_PARSE_CALL_WHILE_PARSING";
286N/A public static final String ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED = "ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED";
286N/A public static final String ER_ITERATOR_AXIS_NOT_IMPLEMENTED = "ER_ITERATOR_AXIS_NOT_IMPLEMENTED";
286N/A public static final String ER_ITERATOR_CLONE_NOT_SUPPORTED = "ER_ITERATOR_CLONE_NOT_SUPPORTED";
286N/A public static final String ER_UNKNOWN_AXIS_TYPE = "ER_UNKNOWN_AXIS_TYPE";
286N/A public static final String ER_AXIS_NOT_SUPPORTED = "ER_AXIS_NOT_SUPPORTED";
286N/A public static final String ER_NO_DTMIDS_AVAIL = "ER_NO_DTMIDS_AVAIL";
286N/A public static final String ER_NOT_SUPPORTED = "ER_NOT_SUPPORTED";
286N/A public static final String ER_NODE_NON_NULL = "ER_NODE_NON_NULL";
286N/A public static final String ER_COULD_NOT_RESOLVE_NODE = "ER_COULD_NOT_RESOLVE_NODE";
286N/A public static final String ER_STARTPARSE_WHILE_PARSING = "ER_STARTPARSE_WHILE_PARSING";
286N/A public static final String ER_STARTPARSE_NEEDS_SAXPARSER = "ER_STARTPARSE_NEEDS_SAXPARSER";
286N/A public static final String ER_COULD_NOT_INIT_PARSER = "ER_COULD_NOT_INIT_PARSER";
286N/A public static final String ER_EXCEPTION_CREATING_POOL = "ER_EXCEPTION_CREATING_POOL";
286N/A public static final String ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE = "ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE";
286N/A public static final String ER_SCHEME_REQUIRED = "ER_SCHEME_REQUIRED";
286N/A public static final String ER_NO_SCHEME_IN_URI = "ER_NO_SCHEME_IN_URI";
286N/A public static final String ER_NO_SCHEME_INURI = "ER_NO_SCHEME_INURI";
286N/A public static final String ER_PATH_INVALID_CHAR = "ER_PATH_INVALID_CHAR";
286N/A public static final String ER_SCHEME_FROM_NULL_STRING = "ER_SCHEME_FROM_NULL_STRING";
286N/A public static final String ER_SCHEME_NOT_CONFORMANT = "ER_SCHEME_NOT_CONFORMANT";
286N/A public static final String ER_HOST_ADDRESS_NOT_WELLFORMED = "ER_HOST_ADDRESS_NOT_WELLFORMED";
286N/A public static final String ER_PORT_WHEN_HOST_NULL = "ER_PORT_WHEN_HOST_NULL";
286N/A public static final String ER_INVALID_PORT = "ER_INVALID_PORT";
286N/A public static final String ER_FRAG_FOR_GENERIC_URI ="ER_FRAG_FOR_GENERIC_URI";
286N/A public static final String ER_FRAG_WHEN_PATH_NULL = "ER_FRAG_WHEN_PATH_NULL";
286N/A public static final String ER_FRAG_INVALID_CHAR = "ER_FRAG_INVALID_CHAR";
286N/A public static final String ER_PARSER_IN_USE = "ER_PARSER_IN_USE";
286N/A public static final String ER_CANNOT_CHANGE_WHILE_PARSING = "ER_CANNOT_CHANGE_WHILE_PARSING";
286N/A public static final String ER_SELF_CAUSATION_NOT_PERMITTED = "ER_SELF_CAUSATION_NOT_PERMITTED";
286N/A public static final String ER_NO_USERINFO_IF_NO_HOST = "ER_NO_USERINFO_IF_NO_HOST";
286N/A public static final String ER_NO_PORT_IF_NO_HOST = "ER_NO_PORT_IF_NO_HOST";
286N/A public static final String ER_NO_QUERY_STRING_IN_PATH = "ER_NO_QUERY_STRING_IN_PATH";
286N/A public static final String ER_NO_FRAGMENT_STRING_IN_PATH = "ER_NO_FRAGMENT_STRING_IN_PATH";
286N/A public static final String ER_CANNOT_INIT_URI_EMPTY_PARMS = "ER_CANNOT_INIT_URI_EMPTY_PARMS";
286N/A public static final String ER_METHOD_NOT_SUPPORTED ="ER_METHOD_NOT_SUPPORTED";
286N/A public static final String ER_INCRSAXSRCFILTER_NOT_RESTARTABLE = "ER_INCRSAXSRCFILTER_NOT_RESTARTABLE";
286N/A public static final String ER_XMLRDR_NOT_BEFORE_STARTPARSE = "ER_XMLRDR_NOT_BEFORE_STARTPARSE";
286N/A public static final String ER_AXIS_TRAVERSER_NOT_SUPPORTED = "ER_AXIS_TRAVERSER_NOT_SUPPORTED";
286N/A public static final String ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER = "ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER";
286N/A public static final String ER_SYSTEMID_UNKNOWN = "ER_SYSTEMID_UNKNOWN";
286N/A public static final String ER_LOCATION_UNKNOWN = "ER_LOCATION_UNKNOWN";
286N/A public static final String ER_PREFIX_MUST_RESOLVE = "ER_PREFIX_MUST_RESOLVE";
286N/A public static final String ER_CREATEDOCUMENT_NOT_SUPPORTED = "ER_CREATEDOCUMENT_NOT_SUPPORTED";
286N/A public static final String ER_CHILD_HAS_NO_OWNER_DOCUMENT = "ER_CHILD_HAS_NO_OWNER_DOCUMENT";
286N/A public static final String ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT = "ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT";
286N/A public static final String ER_CANT_OUTPUT_TEXT_BEFORE_DOC = "ER_CANT_OUTPUT_TEXT_BEFORE_DOC";
286N/A public static final String ER_CANT_HAVE_MORE_THAN_ONE_ROOT = "ER_CANT_HAVE_MORE_THAN_ONE_ROOT";
286N/A public static final String ER_ARG_LOCALNAME_NULL = "ER_ARG_LOCALNAME_NULL";
286N/A public static final String ER_ARG_LOCALNAME_INVALID = "ER_ARG_LOCALNAME_INVALID";
286N/A public static final String ER_ARG_PREFIX_INVALID = "ER_ARG_PREFIX_INVALID";
286N/A public static final String ER_NAME_CANT_START_WITH_COLON = "ER_NAME_CANT_START_WITH_COLON";
286N/A
286N/A // Message keys used by the serializer
286N/A public static final String ER_RESOURCE_COULD_NOT_FIND = "ER_RESOURCE_COULD_NOT_FIND";
286N/A public static final String ER_RESOURCE_COULD_NOT_LOAD = "ER_RESOURCE_COULD_NOT_LOAD";
286N/A public static final String ER_BUFFER_SIZE_LESSTHAN_ZERO = "ER_BUFFER_SIZE_LESSTHAN_ZERO";
286N/A public static final String ER_INVALID_UTF16_SURROGATE = "ER_INVALID_UTF16_SURROGATE";
286N/A public static final String ER_OIERROR = "ER_OIERROR";
286N/A public static final String ER_NAMESPACE_PREFIX = "ER_NAMESPACE_PREFIX";
286N/A public static final String ER_STRAY_ATTRIBUTE = "ER_STRAY_ATTIRBUTE";
286N/A public static final String ER_STRAY_NAMESPACE = "ER_STRAY_NAMESPACE";
286N/A public static final String ER_COULD_NOT_LOAD_RESOURCE = "ER_COULD_NOT_LOAD_RESOURCE";
286N/A public static final String ER_COULD_NOT_LOAD_METHOD_PROPERTY = "ER_COULD_NOT_LOAD_METHOD_PROPERTY";
286N/A public static final String ER_SERIALIZER_NOT_CONTENTHANDLER = "ER_SERIALIZER_NOT_CONTENTHANDLER";
286N/A public static final String ER_ILLEGAL_ATTRIBUTE_POSITION = "ER_ILLEGAL_ATTRIBUTE_POSITION";
286N/A public static final String ER_ILLEGAL_CHARACTER = "ER_ILLEGAL_CHARACTER";
286N/A
286N/A /*
286N/A * Now fill in the message text.
286N/A * Then fill in the message text for that message code in the
286N/A * array. Use the new error code as the index into the array.
286N/A */
286N/A
286N/A // Error messages...
286N/A
286N/A /** The lookup table for error messages. */
286N/A private static final Object[][] _contents = {
286N/A
286N/A /** Error message ID that has a null message, but takes in a single object. */
286N/A {"ER0000" , "{0}" },
286N/A
286N/A { ER_FUNCTION_NOT_SUPPORTED,
286N/A "Funktionen st\u00F6ds inte!"},
286N/A
286N/A { ER_CANNOT_OVERWRITE_CAUSE,
286N/A "Orsak kan inte skrivas \u00F6ver"},
286N/A
286N/A { ER_NO_DEFAULT_IMPL,
286N/A "Hittade ingen standardimplementering "},
286N/A
286N/A { ER_CHUNKEDINTARRAY_NOT_SUPPORTED,
286N/A "ChunkedIntArray({0}) underst\u00F6ds f\u00F6r n\u00E4rvarande inte"},
286N/A
286N/A { ER_OFFSET_BIGGER_THAN_SLOT,
286N/A "Offset st\u00F6rre \u00E4n plats"},
286N/A
286N/A { ER_COROUTINE_NOT_AVAIL,
286N/A "Sidorutin \u00E4r inte tillg\u00E4nglig, id={0}"},
286N/A
286N/A { ER_COROUTINE_CO_EXIT,
286N/A "CoroutineManager har tagit emot co_exit()-beg\u00E4ran"},
286N/A
286N/A { ER_COJOINROUTINESET_FAILED,
286N/A "co_joinCoroutineSet() utf\u00F6rdes inte"},
286N/A
286N/A { ER_COROUTINE_PARAM,
286N/A "Parameterfel f\u00F6r sidorutin ({0})"},
286N/A
286N/A { ER_PARSER_DOTERMINATE_ANSWERS,
286N/A "\nUNEXPECTED: Parsersvar {0} f\u00F6r doTerminate"},
286N/A
286N/A { ER_NO_PARSE_CALL_WHILE_PARSING,
286N/A "parse f\u00E5r inte anropas medan tolkning sker"},
286N/A
286N/A { ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED,
286N/A "Fel: typad iterator f\u00F6r axeln {0} har inte implementerats"},
286N/A
286N/A { ER_ITERATOR_AXIS_NOT_IMPLEMENTED,
286N/A "Fel: iterator f\u00F6r axeln {0} har inte implementerats "},
286N/A
286N/A { ER_ITERATOR_CLONE_NOT_SUPPORTED,
286N/A "Iteratorklon underst\u00F6ds inte"},
286N/A
286N/A { ER_UNKNOWN_AXIS_TYPE,
286N/A "Ok\u00E4nd axeltraverstyp: {0}"},
286N/A
286N/A { ER_AXIS_NOT_SUPPORTED,
286N/A "Axeltravers underst\u00F6ds inte: {0}"},
286N/A
286N/A { ER_NO_DTMIDS_AVAIL,
286N/A "Inga fler DTM-ID:n \u00E4r tillg\u00E4ngliga"},
286N/A
286N/A { ER_NOT_SUPPORTED,
286N/A "Underst\u00F6ds inte: {0}"},
286N/A
286N/A { ER_NODE_NON_NULL,
286N/A "Nod m\u00E5ste vara icke-null f\u00F6r getDTMHandleFromNode"},
286N/A
286N/A { ER_COULD_NOT_RESOLVE_NODE,
286N/A "Kunde inte matcha noden med en referens"},
286N/A
286N/A { ER_STARTPARSE_WHILE_PARSING,
286N/A "startParse f\u00E5r inte anropas medan tolkning sker"},
286N/A
286N/A { ER_STARTPARSE_NEEDS_SAXPARSER,
286N/A "startParse beh\u00F6ver en SAXParser som \u00E4r icke-null"},
286N/A
286N/A { ER_COULD_NOT_INIT_PARSER,
286N/A "kunde inte initiera parser med"},
286N/A
286N/A { ER_EXCEPTION_CREATING_POOL,
286N/A "undantag skapar ny instans f\u00F6r pool"},
286N/A
286N/A { ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE,
286N/A "S\u00F6kv\u00E4gen inneh\u00E5ller en ogiltig escape-sekvens"},
286N/A
286N/A { ER_SCHEME_REQUIRED,
286N/A "Schema kr\u00E4vs!"},
286N/A
286N/A { ER_NO_SCHEME_IN_URI,
286N/A "Schema saknas i URI: {0}"},
286N/A
286N/A { ER_NO_SCHEME_INURI,
286N/A "Schema saknas i URI"},
286N/A
286N/A { ER_PATH_INVALID_CHAR,
286N/A "S\u00F6kv\u00E4gen inneh\u00E5ller ett ogiltigt tecken: {0}"},
286N/A
286N/A { ER_SCHEME_FROM_NULL_STRING,
286N/A "Kan inte st\u00E4lla in schema fr\u00E5n null-str\u00E4ng"},
286N/A
286N/A { ER_SCHEME_NOT_CONFORMANT,
286N/A "Schemat \u00E4r inte likformigt."},
286N/A
286N/A { ER_HOST_ADDRESS_NOT_WELLFORMED,
286N/A "V\u00E4rd \u00E4r inte en v\u00E4lformulerad adress"},
286N/A
286N/A { ER_PORT_WHEN_HOST_NULL,
286N/A "Port kan inte st\u00E4llas in n\u00E4r v\u00E4rd \u00E4r null"},
286N/A
286N/A { ER_INVALID_PORT,
286N/A "Ogiltigt portnummer"},
286N/A
286N/A { ER_FRAG_FOR_GENERIC_URI,
286N/A "Fragment kan bara st\u00E4llas in f\u00F6r en allm\u00E4n URI"},
286N/A
286N/A { ER_FRAG_WHEN_PATH_NULL,
286N/A "Fragment kan inte st\u00E4llas in n\u00E4r s\u00F6kv\u00E4g \u00E4r null"},
286N/A
286N/A { ER_FRAG_INVALID_CHAR,
286N/A "Fragment inneh\u00E5ller ett ogiltigt tecken"},
286N/A
286N/A { ER_PARSER_IN_USE,
286N/A "Parser anv\u00E4nds redan"},
286N/A
286N/A { ER_CANNOT_CHANGE_WHILE_PARSING,
286N/A "Kan inte \u00E4ndra {0} {1} medan tolkning sker"},
286N/A
286N/A { ER_SELF_CAUSATION_NOT_PERMITTED,
286N/A "Sj\u00E4lvorsakande inte till\u00E5ten"},
286N/A
286N/A { ER_NO_USERINFO_IF_NO_HOST,
286N/A "Anv\u00E4ndarinfo f\u00E5r inte anges om v\u00E4rden inte \u00E4r angiven"},
286N/A
286N/A { ER_NO_PORT_IF_NO_HOST,
286N/A "Port f\u00E5r inte anges om v\u00E4rden inte \u00E4r angiven"},
286N/A
286N/A { ER_NO_QUERY_STRING_IN_PATH,
286N/A "Fr\u00E5gestr\u00E4ng kan inte anges i b\u00E5de s\u00F6kv\u00E4gen och fr\u00E5gestr\u00E4ngen"},
286N/A
286N/A { ER_NO_FRAGMENT_STRING_IN_PATH,
286N/A "Fragment kan inte anges i b\u00E5de s\u00F6kv\u00E4gen och fragmentet"},
286N/A
286N/A { ER_CANNOT_INIT_URI_EMPTY_PARMS,
286N/A "Kan inte initiera URI med tomma parametrar"},
286N/A
286N/A { ER_METHOD_NOT_SUPPORTED,
286N/A "Metoden st\u00F6ds \u00E4nnu inte "},
286N/A
286N/A { ER_INCRSAXSRCFILTER_NOT_RESTARTABLE,
286N/A "IncrementalSAXSource_Filter kan f\u00F6r n\u00E4rvarande inte startas om"},
286N/A
286N/A { ER_XMLRDR_NOT_BEFORE_STARTPARSE,
286N/A "XMLReader inte f\u00F6re startParse-beg\u00E4ran"},
286N/A
286N/A { ER_AXIS_TRAVERSER_NOT_SUPPORTED,
286N/A "Axeltravers underst\u00F6ds inte: {0}"},
286N/A
286N/A { ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER,
286N/A "ListingErrorHandler skapad med null PrintWriter!"},
286N/A
286N/A { ER_SYSTEMID_UNKNOWN,
286N/A "SystemId ok\u00E4nt"},
286N/A
286N/A { ER_LOCATION_UNKNOWN,
286N/A "Platsen f\u00F6r felet \u00E4r ok\u00E4nd"},
286N/A
286N/A { ER_PREFIX_MUST_RESOLVE,
286N/A "Prefix m\u00E5ste matchas till en namnrymd: {0}"},
286N/A
286N/A { ER_CREATEDOCUMENT_NOT_SUPPORTED,
286N/A "createDocument() st\u00F6ds inte i XPathContext!"},
286N/A
286N/A { ER_CHILD_HAS_NO_OWNER_DOCUMENT,
286N/A "Underordnat attribut har inget \u00E4gardokument!"},
286N/A
286N/A { ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT,
286N/A "Underordnat attribut har inget \u00E4gardokumentelement!"},
286N/A
286N/A { ER_CANT_OUTPUT_TEXT_BEFORE_DOC,
286N/A "Varning: utdatatext kan inte skrivas ut f\u00F6re dokumentelement! Ignoreras..."},
286N/A
286N/A { ER_CANT_HAVE_MORE_THAN_ONE_ROOT,
286N/A "En DOM kan inte ha fler \u00E4n en rot!"},
286N/A
286N/A { ER_ARG_LOCALNAME_NULL,
286N/A "Argumentet 'localName' \u00E4r null"},
286N/A
286N/A // Note to translators: A QNAME has the syntactic form [NCName:]NCName
286N/A // The localname is the portion after the optional colon; the message indicates
286N/A // that there is a problem with that part of the QNAME.
286N/A { ER_ARG_LOCALNAME_INVALID,
286N/A "Localname i QNAME b\u00F6r vara giltigt NCName"},
286N/A
286N/A // Note to translators: A QNAME has the syntactic form [NCName:]NCName
286N/A // The prefix is the portion before the optional colon; the message indicates
286N/A // that there is a problem with that part of the QNAME.
286N/A { ER_ARG_PREFIX_INVALID,
286N/A "Prefix i QNAME b\u00F6r vara giltigt NCName"},
286N/A
286N/A { ER_NAME_CANT_START_WITH_COLON,
286N/A "Namnet kan inte b\u00F6rja med kolon"},
286N/A
286N/A { "BAD_CODE", "Parameter f\u00F6r createMessage ligger utanf\u00F6r gr\u00E4nsv\u00E4rdet"},
286N/A { "FORMAT_FAILED", "Undantag utl\u00F6st vid messageFormat-anrop"},
286N/A { "line", "Rad #"},
286N/A { "column","Kolumn #"},
286N/A
286N/A {ER_SERIALIZER_NOT_CONTENTHANDLER,
286N/A "Serializerklassen ''{0}'' implementerar inte org.xml.sax.ContentHandler."},
286N/A
286N/A {ER_RESOURCE_COULD_NOT_FIND,
286N/A "Resursen [ {0} ] kunde inte h\u00E4mtas.\n {1}" },
286N/A
286N/A {ER_RESOURCE_COULD_NOT_LOAD,
286N/A "Resursen [ {0} ] kunde inte laddas: {1} \n {2} \t {3}" },
286N/A
286N/A {ER_BUFFER_SIZE_LESSTHAN_ZERO,
286N/A "Buffertstorlek <=0" },
286N/A
286N/A {ER_INVALID_UTF16_SURROGATE,
286N/A "Ogiltigt UTF-16-surrogat uppt\u00E4ckt: {0} ?" },
286N/A
286N/A {ER_OIERROR,
286N/A "IO-fel" },
286N/A
286N/A {ER_ILLEGAL_ATTRIBUTE_POSITION,
286N/A "Kan inte l\u00E4gga till attributet {0} efter underordnade noder eller innan ett element har skapats. Attributet ignoreras."},
286N/A
286N/A /*
286N/A * Note to translators: The stylesheet contained a reference to a
286N/A * namespace prefix that was undefined. The value of the substitution
286N/A * text is the name of the prefix.
286N/A */
286N/A {ER_NAMESPACE_PREFIX,
286N/A "Namnrymd f\u00F6r prefix ''{0}'' har inte deklarerats." },
286N/A /*
286N/A * Note to translators: This message is reported if the stylesheet
286N/A * being processed attempted to construct an XML document with an
286N/A * attribute in a place other than on an element. The substitution text
286N/A * specifies the name of the attribute.
286N/A */
286N/A {ER_STRAY_ATTRIBUTE,
286N/A "Attributet ''{0}'' finns utanf\u00F6r elementet." },
286N/A
286N/A /*
286N/A * Note to translators: As with the preceding message, a namespace
286N/A * declaration has the form of an attribute and is only permitted to
286N/A * appear on an element. The substitution text {0} is the namespace
286N/A * prefix and {1} is the URI that was being used in the erroneous
286N/A * namespace declaration.
286N/A */
286N/A {ER_STRAY_NAMESPACE,
286N/A "Namnrymdsdeklarationen ''{0}''=''{1}'' finns utanf\u00F6r element." },
286N/A
286N/A {ER_COULD_NOT_LOAD_RESOURCE,
286N/A "Kunde inte ladda ''{0}'' (kontrollera CLASSPATH), anv\u00E4nder nu enbart standardv\u00E4rden"},
286N/A
286N/A { ER_ILLEGAL_CHARACTER,
286N/A "F\u00F6rs\u00F6k att skriva utdatatecken med integralv\u00E4rdet {0} som inte \u00E4r representerat i angiven utdatakodning av {1}."},
286N/A
286N/A {ER_COULD_NOT_LOAD_METHOD_PROPERTY,
286N/A "Kunde inte ladda egenskapsfilen ''{0}'' f\u00F6r utdatametoden ''{1}'' (kontrollera CLASSPATH)" }
286N/A
286N/A
286N/A };
286N/A
286N/A /**
286N/A * Get the association list.
286N/A *
286N/A * @return The association list.
286N/A */
286N/A
286N/A protected Object[][] getContents() {
286N/A return _contents;
286N/A }
286N/A}