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