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