1 #
   2 # Copyright (c) 2005, 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 localized.error={0}
  27 parsing.wsdlNotDefaultNamespace=Standard-Namespace muss \\"{0}\\" sein
  28 # Not concatenated with any other string.
  29 parsing.onlyOneOfElementOrTypeRequired=Nur eines der Attribute \\"element\\" oder \\"type\\" ist in Teil \\"{0}\\" zul\u00E4ssig
  30 # Not concatenated with any other string.
  31 parsing.elementOrTypeRequired=Warnung: Teil {0} wird ignoriert, entweder das Attribut \"element\" oder das Attribut \"type\" ist in Teil \"{0}\" erforderlich
  32 parsing.invalidElement=ung\u00FCltiges Element: \"{0}\" (in Namespace \"{1}\")
  33 parsing.invalidAttributeValue=Ung\u00FCltiger Wert \"{1}\" f\u00FCr Attribut \"{0}\"
  34 parsing.invalidExtensionElement=ung\u00FCltiges Erweiterungselement: \"{0}\" (in Namespace \"{1}\")
  35 parsing.invalidWsdlElement=Ung\u00FCltiges WSDL-Element: "{0}"
  36 parsing.requiredExtensibilityElement=unbekanntes erforderliches Erweiterungselement \"{0}\" (in Namespace \"{1}\")
  37 parsing.tooManyElements=zu viele \"{0}\"-Elemente unter \"{1}\"-Element \"{2}\"
  38 parsing.invalidOperationStyle=Vorgang \"{0}\" hat einen ung\u00FCltigen Stil
  39 # {0} - "definitions". Not concatenated with any other string.
  40 parsing.onlyOneTypesAllowed=Nur ein "types"-Element ist in "{0}" zul\u00E4ssig
  41 # {0} - element local name (e.g. PingType). Wrapped into an Exception. Not concatenated with any other string.
  42 parsing.onlyOneDocumentationAllowed=Nur ein "documentation"-Element ist in "{0}" zul\u00E4ssig
  43 parsing.incorrectRootElement=Root-Element \"{2}\" (in Namespace \"{3}\"), Element \"{0}\" (in Namespace \"{1}\") gefunden
  44 parsing.unknownImportedDocumentType=importiertes Dokument hat unbekannten Typ: {0}
  45 # Not concatenated with any other string.
  46 parsing.unknownNamespacePrefix=nicht deklariertes Namespace-Pr\u00E4fix: \\"{0}\\"
  47 parsing.invalidURI=ung\u00FCltiger URI: {0}
  48 # {0} - WSDL URL
  49 parsing.ioExceptionWithSystemId=Dokument in \"{0}\" konnte nicht geparst werden
  50 # {0} - exception message
  51 parsing.ioException=Parsen nicht erfolgreich: {0}
  52 # {0} - WSDL URL, Not concatenated with any other string.
  53 parsing.saxExceptionWithSystemId=Ung\u00FCltige WSDL-Datei. Dokument in \"{0}\" konnte nicht geparst werden
  54 # {0} - exception message, Not concatenated with any other string.
  55 parsing.saxException=Ung\u00FCltige WSDL-Datei. Parsing nicht erfolgreich: {0}
  56 # {0} - exception message, Not concatenated with any other string.
  57 parsing.parserConfigException=Ung\u00FCltige WSDL-Datei. Parsing nicht erfolgreich: {0}
  58 # {0} - exception message, Not concatenated with any other string.
  59 parsing.factoryConfigException=Ung\u00FCltige WSDL-Datei. Parsing nicht erfolgreich: {0}
  60 
  61 # Wrapped into an Exception. Not concatenated with any other string.
  62 parsing.missingRequiredAttribute=erforderliches Attribut \"{1}\" von Element \"{0}\" fehlt
  63 parsing.invalidTag=Element \"{1}\" erwartet, \"{0}\" gefunden
  64 # {4} - element name
  65 parsing.invalidTagNS=Ung\u00FCltige WSDL in {4}: Element \\"{2}\\" (in Namespace \\"{3}\\") erwartet, Element \\"{0}\\" (in Namespace \\"{1}\\") gefunden
  66 parsing.nonWhitespaceTextFound=unerwarteter Text ohne Leerstellen gefunden: \"{0}\"
  67 # Not concatenated with any other string (written on a separate line).
  68 parsing.elementExpected=unerwartetes Nicht-Element gefunden
  69 #
  70 entity.duplicate=doppelte Entity: \\"{0}\\"
  71 # {0} - type of entity, {1} - entity name e.g.: duplicate "message" entity: "PingRequest", Wrapped into an Exception. Not concatenated with any other string.
  72 entity.duplicateWithType=doppelte \"{0}\" Entity: \"{1}\"
  73 
  74 entity.notFoundByID=ung\u00FCltige Entity-ID: \\"{0}\\"
  75 entity.notFoundByQName={0} \"{1}\" nicht in WSDL gefunden: {2}
  76 entity.notFound.portType=wsdl:portType \\"{0}\\" wird von wsdl:binding \\"{1}\\" referenziert, wird jedoch in der WSDL nicht gefunden
  77 entity.notFound.binding=wsdl:binding \\"{0}\\" wird von wsdl:port \\"{1}\\" referenziert, wird jedoch in der WSDL nicht gefunden
  78 
  79 # Wrapped into an Exception. Not concatenated with any other string.
  80 validation.missingRequiredAttribute=erforderliches Attribut \"{0}\" von Element \"{1}\" fehlt
  81 validation.missingRequiredProperty=erforderliche Eigenschaft \"{0}\" von Element \"{1}\" fehlt
  82 validation.missingRequiredSubEntity=Erforderliche Sub-Entity \"{0}\" von Element \"{1}\" fehlt
  83 # Wrapped into an Exception. Not concatenated with any other string.
  84 validation.invalidElement=ung\u00FCltiges Element: \"{0}\"
  85 # Usage not found. TODO Remove
  86 #validation.invalidComplexTypeInElement=invalid element: \"{1}\", has named complexType: \"{0}\"
  87 validation.invalidSimpleTypeInElement=ung\u00FCltiges Element: \\"{1}\\", enth\u00E4lt benannten simpleType: \\"{0}\\"
  88 validation.duplicatedElement=dupliziertes Element: \"{0}\"
  89 validation.duplicatePartName=Ung\u00FCltige WSDL, doppelte Teile in einer wsdl:message sind nicht zul\u00E4ssig. \nwsdl:message {0} hat einen doppelten Teilnamen: \\"{1}\\"
  90 # Wrapped into an Exception. Not concatenated with any other string.
  91 validation.invalidSubEntity=Ung\u00FCltiges untergeordnetes Element \"{0}\" von Element \"{1}\"
  92 # Wrapped into an Exception. Not concatenated with any other string.
  93 validation.invalidAttribute=Ung\u00FCltiges Attribut \"{0}\" von Element \"{1}\"
  94 validation.invalidAttributeValue=Ung\u00FCltiger Wert \"{1}\" f\u00FCr Attribut \"{0}\"
  95 # Usage not found. TODO Remove
  96 #validation.invalidRange=invalid range found (min: {0}, max: {1})
  97 validation.exclusiveAttributes=exklusive Attribute: \"{0}\", \"{1}\"
  98 validation.incorrectTargetNamespace=Ziel-Namespace ist nicht korrekt (erwartet: {1}, gefunden: {0})
  99 # Usage not found. TODO Remove
 100 #validation.unsupportedSchemaFeature=unsupported XML Schema feature: \"{0}\"
 101 validation.shouldNotHappen=interner Fehler ("{0}")
 102 # Usage not found. TODO Remove
 103 #validation.invalidToken=invalid token \"{0}\"
 104 # Usage not found. TODO Remove
 105 #validation.notSimpleType=not a simple type: \"{0}\"
 106 validation.ambiguousName=nicht eindeutiger Vorgangsname: \"{0}\"
 107 # Usage not found. TODO Remove
 108 #validation.invalidPrefix=undeclared namespace prefix: \"{0}\"
 109 # {0} - number, {1} - WSDL location e.g.: Use of SOAP Encoding is not supported. SOAP extension element on line 945 in file:/foo/bar.wsdl has use="encoded"
 110 validation.unsupportedUse.encoded="Verwendung von SOAP-Codierung wird nicht unterst\u00FCtzt. \nSOAP-Erweiterungselement in Zeile {0} in {1} enth\u00E4lt use=\\"encoded\\" "
 111 # {0}, {2} - element / attribute name, {1} - element name. Not concatenated with any other string.
 112 warning.faultEmptyAction=leere Aktion in \"{0}\" {1}-Element von \"{2}\"-Vorgang wird ignoriert, stattdessen wird Standardwert verwendet
 113 # Not concatenated with any other string.
 114 warning.inputOutputEmptyAction=leere Aktion in {0}-Element von \"{1}\"-Vorgang wird ignoriert, stattdessen wird Standardwert verwendet
 115 
 116 #wsi compliant WSDL warnings
 117 warning.wsi.r2001=Keine mit WSI-BP konforme WSDL (R2001, R2002). wsdl:import darf nur WSDL-Dokumente importieren. Es wird versucht, \\"{0}\\" zu importieren
 118 warning.wsi.r2002=Keine mit WSI-BP konforme WSDL (R2002). wsdl:import darf nicht f\u00FCr das Importieren eines XML-Schemas verwendet werden, das im WSDL-Dokument eingebettet ist. WSDL-Namespace {0} erwartet, {1} gefunden
 119 warning.wsi.r2003=Keine mit WSI-BP konforme WSDL (R2003). xsd:import darf nur innerhalb von xsd:schema-Elementen verwendet werden.
 120 warning.wsi.r2004=Keine mit WSI-BP konforme WSDL (R2001, R2004). xsd:import darf keine XML-Schemadefinitionen importieren, die inline in dem WSDL-Dokument eingebettet sind.
 121 
 122 #Parser
 123 Parsing.ParseFailed = \tWSDL konnte nicht geparst werden.
 124 
 125 Parsing.NotAWSDL=WSDL-Komponenten konnten nicht abgerufen werden, wahrscheinlich ist {0} keine g\u00FCltige WSDL-Datei.
 126 
 127 AbstractReferenceFinderImpl.UnableToParse = \tParsen von "{0}" nicht m\u00F6glich: {1}
 128 
 129 # Not concatenated with any other string.
 130 Parser.NotABindingFile = \tkeine externe Binding-Datei. Das Root-Element muss ''{''http://java.sun.com/xml/ns/jaxws''}''-Bindings sein, ist jedoch ''{''{0}''}''{1}
 131 
 132 
 133 #Internalizer
 134 Internalizer.TwoVersionAttributes = \tSowohl jaxb:version als auch Version sind vorhanden
 135 Internalizer.IncorrectVersion = \tJAXWS-Versionsattribut muss "2.0" sein
 136 
 137 Internalizer.VersionNotPresent = \tJAXWS-Versionsattribut muss vorhanden sein
 138 
 139 internalizer.targetNotAnElement= \tZielknoten ist kein Element
 140 internalizer.targetNotFound= \tKein Ziel f\u00FCr wsdlLocation gefunden: {0}
 141 
 142 Internalizer.IncorrectSchemaReference= \t"{0}" ist nicht Bestandteil dieser Kompilierung. Ist dies ein Fehler bei "{1}"?
 143 
 144 internalizer.XPathEvaluationError = XPath-Fehler: {0}
 145 internalizer.XPathEvaluatesToNoTarget = XPath-Auswertung von "{0}" ergibt einen leeren Zielknoten
 146 internalizer.XPathEvaulatesToTooManyTargets = XPath-Auswertung von "{0}" ergibt zu viele ({1})-Zielknoten
 147 internalizer.XPathEvaluatesToNonElement = XPath-Auswertung von "{0}" muss ein Element ergeben.
 148 invalid.customization.namespace=Anpassung \\"{0}\\" wird ignoriert, weil sie keinen Namespace hat. Sie muss zu dem Anpassungs-Namespace geh\u00F6ren.
 149 
 150 # {0} - wsdl document location, {1} - namespace and local name of a element e.g.: Not a WSDL document: http://foo.org/bar?wsdl, it gives "{http://www.w3.org/1999/xhtml}html", retrying with MEX...
 151 invalid.wsdl.with.dooc="Kein WSDL-Dokument: {0}, ergibt \"{1}\", Vorgang wird mit MEX wiederholt ..."
 152 invalid.wsdl=Ung\u00FCltige WSDL {0}, {1} erwartet, {2} in (Zeile{3}) gefunden
 153 # Concatenated with: Server returned HTTP response code: {code} for URL: {url} e.g.: Server returned HTTP response code: 500 for URL: http://foo/bar/mex retrying with MEX...
 154 try.with.mex= {0} \n\nVorgang wird mit MEX wiederholt ...
 155 file.not.found={0} ist nicht erreichbar
 156 parsing.unableToGetMetadata= {0}\n\n{1}
 157 failed.noservice=failed.noservice=wsdl:service konnte in den angegebenen WSDLs nicht gefunden werden: \n\n{0} Mindestens eine WSDL mit mindestens einer Servicedefinition muss bereitgestellt werden.