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 localized messages for the Xerces
  27 # SAX implementation.
  28 #
  29 # The messages are arranged in key and value tuples in a ListResourceBundle.
  30 #
  31 # @version $Id: SAXMessages_sv.properties /st_wptg_1.8.0.0.0jdk/2 2013/05/29 00:46:23 gmolloy Exp $
  32 
  33 
  34 BadMessageKey = Hittar inte felmeddelandet som motsvarar meddelandenyckeln.
  35 FormatFailed = Ett internt fel intr\u00E4ffade vid formatering av f\u00F6ljande meddelande:\n
  36 
  37 # JAXP messages
  38 schema-not-supported = Angivet schemaspr\u00E5k st\u00F6ds inte.
  39 jaxp-order-not-supported = Egenskapen ''{0}'' m\u00E5ste anges f\u00F6re inst\u00E4llning av egenskapen ''{1}''. 
  40 schema-already-specified = Egenskapen ''{0}'' kan inte anges om ett Schema-objekt som \u00E4r icke-null redan har angetts.
  41 
  42 # feature messages
  43 feature-not-supported = Funktionen ''{0}'' st\u00F6ds inte.
  44 feature-not-recognized = Funktionen ''{0}'' \u00E4r ok\u00E4nd.
  45 true-not-supported = True-status f\u00F6r funktionen ''{0}'' st\u00F6ds inte.
  46 false-not-supported = False-status f\u00F6r funktionen ''{0}'' st\u00F6ds inte.
  47 feature-read-only = Funktionen ''{0}'' \u00E4r skrivskyddad.
  48 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: Funktionen kan inte anges till false om s\u00E4kerhetshanteraren anv\u00E4nds.
  49 
  50 # property messages
  51 property-not-supported = Egenskapen ''{0}'' st\u00F6ds inte.
  52 property-not-recognized = Egenskapen ''{0}'' \u00E4r ok\u00E4nd.
  53 property-read-only = Egenskapen ''{0}'' \u00E4r skrivskyddad.
  54 property-not-parsing-supported = Egenskapen ''{0}'' st\u00F6ds inte vid tolkning.
  55 dom-node-read-not-supported = Kan inte l\u00E4sa egenskap f\u00F6r DOM-nod. Det finns inget DOM-tr\u00E4d.
  56 incompatible-class = V\u00E4rdet angivet f\u00F6r egenskapen ''{0}'' kan inte omvandlas till {1}.
  57 
  58 start-document-not-called=Egenskapen "{0}" b\u00F6r anropas efter startDocument-h\u00E4ndelsen utl\u00F6ses
  59 nullparameter=namnparametern f\u00F6r "{0}" \u00E4r null
  60 errorHandlerNotSet=Varning: valideringen startades, men det fanns ingen angiven org.xml.sax.ErrorHandler. Parser anv\u00E4nder ErrorHandler av standardtyp vid utskrift av de f\u00F6rsta {0} felen. Korrigera felet genom anrop av setErrorHandler-metoden.
  61 errorHandlerDebugMsg=Fel: URI = "{0}", Rad = "{1}", : {2}