view sources/jaxp_src/src/com/sun/org/apache/xerces/internal/impl/msg/XMLSerializerMessages_sv.properties @ 276:b68688478d61

7023289: jaxp 1.4.5 development jdk7 2nd integration
author andrew
date Wed, 28 Sep 2011 17:49:24 +0100
parents
children b8d01501956a
line wrap: on
line source

#/*
# * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
# *
# * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
# *
# * The contents of this file are subject to the terms of either the GNU
# * General Public License Version 2 only ("GPL") or the Common Development
# * and Distribution License("CDDL") (collectively, the "License").  You
# * may not use this file except in compliance with the License.  You can
# * obtain a copy of the License at
# * https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
# * or packager/legal/LICENSE.txt.  See the License for the specific
# * language governing permissions and limitations under the License.
# *
# * When distributing the software, include this License Header Notice in each
# * file and include the License file at packager/legal/LICENSE.txt.
# *
# * GPL Classpath Exception:
# * Oracle designates this particular file as subject to the "Classpath"
# * exception as provided by Oracle in the GPL Version 2 section of the License
# * file that accompanied this code.
# *
# * Modifications:
# * If applicable, add the following below the License Header, with the fields
# * enclosed by brackets [] replaced by your own identifying information:
# * "Portions Copyright [year] [name of copyright owner]"
# *
# * Contributor(s):
# * If you wish your version of this file to be governed by only the CDDL or
# * only the GPL Version 2, indicate your decision by adding "[Contributor]
# * elects to include this software in this distribution under the [CDDL or GPL
# * Version 2] license."  If you don't indicate a single choice of license, a
# * recipient has the option to distribute your version of this file under
# * either the CDDL, the GPL Version 2 or to extend the choice of license to
# * its licensees as provided above.  However, if you add GPL Version 2 code
# * and therefore, elected the GPL Version 2 license, then the option applies
# * only if the new code is made subject to such option by the copyright
# * holder.
# */

# This file stores error messages for the Xerces XML
# serializer.  Many DOM Load/Save error messages also
# live here, since the serializer largely implements that package.
#
# As usual with properties files, the messages are arranged in
# key/value tuples.
#
# @version $Id: XMLSerializerMessages_sv.properties 3021 2011-03-01 00:12:28Z joehw $

    BadMessageKey = Hittar inte felmeddelandet som motsvarar meddelandenyckeln.
    FormatFailed = Ett internt fel intr\u00E4ffade vid formatering av f\u00F6ljande meddelande:\n

    ArgumentIsNull = Argumentet ''{0}'' \u00E4r null.
    NoWriterSupplied = Det finns ingen skrivare f\u00F6r serializer.
    MethodNotSupported = Metoden ''{0}'' st\u00F6ds inte i denna fabriksinst\u00E4llning.
    ResetInMiddle = Serializer kan inte \u00E5terst\u00E4llas under p\u00E5g\u00E5ende serialisering.
    Internal = Internt fel: elementstatus \u00E4r noll.
    NoName = Det finns inget rawName och localName \u00E4r null.
    ElementQName = Elementnamnet ''{0}'' \u00E4r inte n\u00E5got QName.
    ElementPrefix = Elementet ''{0}'' tillh\u00F6r inte n\u00E5gon namnrymd: prefixet kanske inte har deklarerats eller \u00E4r bundet till annan namnrymd.
    AttributeQName = Attributnamnet ''{0}'' \u00E4r inte n\u00E5got QName.
    AttributePrefix = Attributet ''{0}'' tillh\u00F6r inte n\u00E5gon namnrymd: prefixet kanske inte har deklarerats eller \u00E4r bundet till annan namnrymd.
    InvalidNSDecl = Felaktig syntax i deklaration av namnrymd: {0}.
    EndingCDATA = Teckensekvensen \"]]>\" f\u00E5r inte f\u00F6rekomma i inneh\u00E5llet, s\u00E5vida det inte anv\u00E4nds f\u00F6r att markera slut av CDATA-sektion.
    SplittingCDATA = Delar en CDATA-sektion som inneh\u00E5ller CDATA-sektionens avslutningsmark\u00F6r \"]]>\".
    ResourceNotFound = Resursen ''{0}'' hittades inte.
    ResourceNotLoaded = Resursen ''{0}'' kunde inte laddas. {1}
    SerializationStopped =  Serialiseringen stoppades vid anv\u00E4ndarbeg\u00E4ran.

    # DOM Level 3 load and save messages
    no-output-specified = no-output-specified: Utdatadestinationen som data ska skrivas till \u00E4r null.
    unsupported-encoding = unsupported-encoding: En kodning som inte st\u00F6ds p\u00E5tr\u00E4ffades.
    unable-to-serialize-node = unable-to-serialize-node: Noden kunde inte serialiseras.