286N/A/*
286N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
286N/A *
286N/A * This code is free software; you can redistribute it and/or modify it
286N/A * under the terms of the GNU General Public License version 2 only, as
286N/A * published by the Free Software Foundation. Oracle designates this
286N/A * particular file as subject to the "Classpath" exception as provided
286N/A * by Oracle in the LICENSE file that accompanied this code.
286N/A *
286N/A * This code is distributed in the hope that it will be useful, but WITHOUT
286N/A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
286N/A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
286N/A * version 2 for more details (a copy is included in the LICENSE file that
286N/A * accompanied this code).
286N/A *
286N/A * You should have received a copy of the GNU General Public License version
286N/A * 2 along with this work; if not, write to the Free Software Foundation,
286N/A * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
286N/A *
286N/A * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
286N/A * or visit www.oracle.com if you need additional information or have any
286N/A * questions.
286N/A */
286N/A
286N/A/*
286N/A * Copyright (c) 2009 by Oracle Corporation. All Rights Reserved.
286N/A */
286N/A
286N/A# This file stores error messages for the Xerces XML
286N/A# serializer. Many DOM Load/Save error messages also
286N/A# live here, since the serializer largely implements that package.
286N/A#
286N/A# As usual with properties files, the messages are arranged in
286N/A# key/value tuples.
286N/A#
286N/A# @version $Id: XMLSerializerMessages_sv.properties 3021 2011-03-01 00:12:28Z joehw $
286N/A
286N/A BadMessageKey = Hittar inte felmeddelandet som motsvarar meddelandenyckeln.
286N/A FormatFailed = Ett internt fel intr\u00E4ffade vid formatering av f\u00F6ljande meddelande:\n
286N/A
286N/A ArgumentIsNull = Argumentet ''{0}'' \u00E4r null.
286N/A NoWriterSupplied = Det finns ingen skrivare f\u00F6r serializer.
286N/A MethodNotSupported = Metoden ''{0}'' st\u00F6ds inte i denna fabriksinst\u00E4llning.
286N/A ResetInMiddle = Serializer kan inte \u00E5terst\u00E4llas under p\u00E5g\u00E5ende serialisering.
286N/A Internal = Internt fel: elementstatus \u00E4r noll.
286N/A NoName = Det finns inget rawName och localName \u00E4r null.
286N/A ElementQName = Elementnamnet ''{0}'' \u00E4r inte n\u00E5got QName.
286N/A ElementPrefix = Elementet ''{0}'' tillh\u00F6r inte n\u00E5gon namnrymd: prefixet kanske inte har deklarerats eller \u00E4r bundet till annan namnrymd.
286N/A AttributeQName = Attributnamnet ''{0}'' \u00E4r inte n\u00E5got QName.
286N/A AttributePrefix = Attributet ''{0}'' tillh\u00F6r inte n\u00E5gon namnrymd: prefixet kanske inte har deklarerats eller \u00E4r bundet till annan namnrymd.
286N/A InvalidNSDecl = Felaktig syntax i deklaration av namnrymd: {0}.
286N/A EndingCDATA = Teckensekvensen \"]]>\" f\u00E5r inte f\u00F6rekomma i inneh\u00E5llet, s\u00E5vida det inte anv\u00E4nds f\u00F6r att markera slut av CDATA-sektion.
286N/A SplittingCDATA = Delar en CDATA-sektion som inneh\u00E5ller CDATA-sektionens avslutningsmark\u00F6r \"]]>\".
286N/A ResourceNotFound = Resursen ''{0}'' hittades inte.
286N/A ResourceNotLoaded = Resursen ''{0}'' kunde inte laddas. {1}
286N/A SerializationStopped = Serialiseringen stoppades vid anv\u00E4ndarbeg\u00E4ran.
286N/A
286N/A # DOM Level 3 load and save messages
286N/A no-output-specified = no-output-specified: Utdatadestinationen som data ska skrivas till \u00E4r null.
286N/A unsupported-encoding = unsupported-encoding: En kodning som inte st\u00F6ds p\u00E5tr\u00E4ffades.
286N/A unable-to-serialize-node = unable-to-serialize-node: Noden kunde inte serialiseras.