1#
2# Copyright (c) 2009, 2017, 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
32BadMessageKey = Hittar inte felmeddelandet som motsvarar meddelandenyckeln.
33FormatFailed = Ett internt fel intr\u00E4ffade vid formatering av f\u00F6ljande meddelande:\n
34
35# JAXP messages
36schema-not-supported = Angivet schemaspr\u00E5k st\u00F6ds inte.
37jaxp-order-not-supported = Egenskapen ''{0}'' m\u00E5ste anges f\u00F6re inst\u00E4llning av egenskapen ''{1}''.
38schema-already-specified = Egenskapen ''{0}'' kan inte anges om ett Schema-objekt som \u00E4r icke-null redan har angetts.
39
40# feature messages
41feature-not-supported = Funktionen ''{0}'' st\u00F6ds inte.
42feature-not-recognized = Funktionen ''{0}'' \u00E4r ok\u00E4nd.
43true-not-supported = True-tillst\u00E5nd f\u00F6r funktionen ''{0}'' st\u00F6ds inte.
44false-not-supported = False-tillst\u00E5nd f\u00F6r funktionen ''{0}'' st\u00F6ds inte.
45feature-read-only = Funktionen ''{0}'' \u00E4r skrivskyddad.
46jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: Funktionen kan inte anges till false om s\u00E4kerhetshanteraren anv\u00E4nds.
47
48# property messages
49property-not-supported = Egenskapen ''{0}'' st\u00F6ds inte.
50property-not-recognized = Egenskapen ''{0}'' \u00E4r ok\u00E4nd.
51property-read-only = Egenskapen ''{0}'' \u00E4r skrivskyddad.
52property-not-parsing-supported = Egenskapen ''{0}'' st\u00F6ds inte vid tolkning.
53dom-node-read-not-supported = Kan inte l\u00E4sa egenskap f\u00F6r DOM-nod. Det finns inget DOM-tr\u00E4d.
54incompatible-class = V\u00E4rdet angivet f\u00F6r egenskapen ''{0}'' kan inte omvandlas till {1}.
55
56start-document-not-called=Egenskapen "{0}" b\u00F6r anropas efter startDocument-h\u00E4ndelsen utl\u00F6ses
57nullparameter=namnparametern f\u00F6r "{0}" \u00E4r null
58errorHandlerNotSet=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.
59errorHandlerDebugMsg=Fel: URI = "{0}", Rad = "{1}", : {2}
60