com.sun.xml.rpc.resources.configuration_de.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webservices-rt Show documentation
Show all versions of webservices-rt Show documentation
This module contains the Metro runtime code.
#
# Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0, which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# This Source Code may also be made available under the following Secondary
# Licenses when the conditions for such availability set forth in the
# Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
# version 2 with the GNU Classpath Exception, which is available at
# https://www.gnu.org/software/classpath/license.html.
#
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
#
#EN: configuration error: {0}
configuration.nestedConfigurationError=Konfigurationsfehler: {0}
#EN: missing configuration attribute \"{2}\" in element \"{1}\" (line {0})
configuration.missing.attribute=fehlendes Konfigurationsattribut \"{2}\" in Element \"{1}\" (Zeile {0})
#EN: invalid attribute value \"{1}\" (line {0})
configuration.invalid.attribute.value=ung\u00fcltiger Attributwert \"{1}\" (Zeile {0})
#EN: duplicate interface found: {0}
configuration.rmi.duplicate.interface=doppelte Schnittstelle gefunden: {0}
#
#
#
#EN: error parsing configuration file: {0}
configuration.xmlReader=Fehler beim Analysieren der Konfigurationsdatei: {0}
#EN: error parsing configuration file: {0}
configuration.invalidReaderState=Fehler beim Analysieren der Konfigurationsdatei: {0}
#EN: unexpected content in configuration file (line {0})
configuration.unexpectedContent=unerwarteter Inhalt in Konfigurationsdatei (Zeile {0})
#EN: invalid element \"{1}\" in configuration file (line {0})
configuration.invalidElement=unerwartetes Element \"{1}\" in Konfigurationsdatei (Zeile {0})
#EN: invalid value for attribute \"{2}\" of element \"{1}\" in configuration file (line {0})
configuration.invalidAttributeValue=ung\u00fcltiger Wert f\u00fcr Attribut \"{2}\" des Elements \"{1}\" in der Konfigurationsdatei (Zeile {0})
#EN: unsupported configuration file version: {2}
configuration.invalidVersionNumber=nicht unterst\u00fctzte Version der Konfigurationsdatei: {2}
#EN: missing model in configuration file (line {0})
configuration.missing.model=fehlendes Modell in Konfigurationsdatei (Zeile {0})
#EN: unknown service info in configuration file (line {0})
configuration.unknown.serviceInfo=unbekannte Dienstinformationen in Konfigurationsdatei (Zeile {0})
#EN: unknown model info in configuration file (line {0})
configuration.unknown.modelInfo=unbekannte Modellinformationen in Konfigurationsdatei (Zeile {0})
#EN: duplicate handler chain found: \"{2}\" (line {0})
configuration.handlerChain.duplicate=doppelte Behandlungsroutinenkette gefunden: \"{2}\" (Zeile {0})
#EN: cannot specify imported schema for target namespace: \"{0}\"
configuration.invalidImport.targetNamespace=importiertes Schema f\u00fcr folgenden Ziel-Namespace kann nicht angegeben werden: \"{0}\"
#EN: cannot specify imported schema for target type namespace: \"{0}\"
configuration.invalidImport.targetTypeNamespace=importiertes Schema f\u00fcr folgenden Zieltyp-Namespace kann nicht angegeben werden: \"{0}\"
#EN: Invalid SOAP version \"{0}\", must be \"1.1\" or \"1.2\"
configuration.invalid.soap.version=Ung\u00fcltige SOAP-Version \"{0}\", muss sein \"1.1\" oder \"1.2\"
configuration.typemapping.unrecognized.encodingstyle: The encodingStyle \"{0}\" in the typeMapping is not recognized.