src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/Messages_de.properties

changeset 0
373ffda63c9a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/Messages_de.properties	Wed Apr 27 01:27:09 2016 +0800
     1.3 @@ -0,0 +1,83 @@
     1.4 +#
     1.5 +# Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.7 +#
     1.8 +# This code is free software; you can redistribute it and/or modify it
     1.9 +# under the terms of the GNU General Public License version 2 only, as
    1.10 +# published by the Free Software Foundation.  Oracle designates this
    1.11 +# particular file as subject to the "Classpath" exception as provided
    1.12 +# by Oracle in the LICENSE file that accompanied this code.
    1.13 +#
    1.14 +# This code is distributed in the hope that it will be useful, but WITHOUT
    1.15 +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.16 +# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.17 +# version 2 for more details (a copy is included in the LICENSE file that
    1.18 +# accompanied this code).
    1.19 +#
    1.20 +# You should have received a copy of the GNU General Public License version
    1.21 +# 2 along with this work; if not, write to the Free Software Foundation,
    1.22 +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.23 +#
    1.24 +# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.25 +# or visit www.oracle.com if you need additional information or have any
    1.26 +# questions.
    1.27 +#
    1.28 +
    1.29 +# Wrapped into an Exception. Not concatenated with any other string.
    1.30 +NOT_MARSHALLABLE = die Methode marshal() kann nicht mit Objektparameter verwendet werden
    1.31 +
    1.32 +# Not concatenated with any other string (written on a separate line).
    1.33 +UNSUPPORTED_RESULT = nicht unterst\u00FCtzter javax.xml.parser.transform.Result-Parameter
    1.34 +
    1.35 +# Not concatenated with any other string (written on a separate line).
    1.36 +UNSUPPORTED_ENCODING = nicht unterst\u00FCtzte Codierung: {0}
    1.37 +
    1.38 +ILLEGAL_PARAMETER = Ung\u00FCltiger "{0}"-Parameter: {1}
    1.39 +
    1.40 +# {0} - class name, {2} - method name
    1.41 +UNABLE_TO_FIND_CONVERSION_METHOD = {0} enth\u00E4lt keine Methode {1} {2}();
    1.42 +
    1.43 +MISSING_ID = Objekt "{0}" ist in einer IDREF-Eigenschaft enthalten, dieses Objekt hat jedoch keine ID.
    1.44 +
    1.45 +NOT_IMPLEMENTED_IN_2_0 = Dieses Feature ist in JAXB RI 2.0 nicht verf\u00FCgbar
    1.46 +
    1.47 +UNRECOGNIZED_ELEMENT_NAME = Der Tag-Name "{0}" ist diesem JAXBContext nicht bekannt.
    1.48 +
    1.49 +TYPE_MISMATCH = "{1}"-Eigenschaft eines "{0}"-Objekts enth\u00E4lt ein Objekt vom Typ "{2}", dies ist jedoch nicht zul\u00E4ssig. In javadoc f\u00FCr diese Eigenschaft wird beschrieben, was diese Eigenschaft akzeptieren kann.
    1.50 +
    1.51 +MISSING_OBJECT = bei einem Pflichtfeld "{0}" fehlt ein Objekt
    1.52 +
    1.53 +NOT_IDENTIFIABLE = Ein Objekt wird als IDREF referenziert, das ID-Feld ist jedoch null
    1.54 +
    1.55 +DANGLING_IDREF = Ein Baum enth\u00E4lt eine Referenz auf ID "{0}", ist jedoch nicht Bestandteil des Objektdiagramms
    1.56 +
    1.57 +# Wrapped into a IOException. Not concatenated with any other string.
    1.58 +NULL_OUTPUT_RESOLVER = Schemaausgabe-Resolver darf nicht null sein
    1.59 +
    1.60 +UNABLE_TO_MARSHAL_NON_ELEMENT = Marshalling von Typ "{0}" als Element ist nicht m\u00F6glich, weil eine @XmlRootElement-Annotation fehlt
    1.61 +
    1.62 +UNABLE_TO_MARSHAL_UNBOUND_CLASS = Marshalling von Typ "{0}" als Element ist nicht m\u00F6glich, weil er diesem Kontext nicht bekannt ist
    1.63 +
    1.64 +UNSUPPORTED_PROPERTY = "{0}" ist keine unterst\u00FCtzte Eigenschaft
    1.65 +
    1.66 +NULL_PROPERTY_NAME = Parameter f\u00FCr Eigenschaftsname darf nicht null sein
    1.67 +
    1.68 +MUST_BE_X = Eigenschaft "{0}" muss eine Instanz vom Typ {1} sein, und nicht {2}
    1.69 +
    1.70 +# {0}, {1}, {2} - class name. e.g.: Instance of "com.test.implementation.Implementation" is substituting "com.test.abstractbase.AbstractType", but "com.test.implementation.Implementation" is bound to an anonymous type.
    1.71 +SUBSTITUTED_BY_ANONYMOUS_TYPE = Instanz von "{1}" ersetzt "{0}", "{2}" ist jedoch an einen anonymen Typ gebunden.
    1.72 +
    1.73 +CYCLE_IN_MARSHALLER = Ein Zyklus wird in dem Objektdiagramm ermittelt. Dies verursacht ein endlos tiefes XML: {0}
    1.74 +
    1.75 +# {0} - class name
    1.76 +UNABLE_TO_DISCOVER_EVENTHANDLER = Methoden von "{0}" k\u00F6nnen nicht aufgelistet werden. Wenn ein Ereignis-Callback Handler auf dieser Klasse vorhanden ist, wird er ignoriert.
    1.77 +
    1.78 +ELEMENT_NEEDED_BUT_FOUND_DOCUMENT = Ein DOM-Dokument "{0}" wurde gefunden, es ist jedoch ein Element erforderlich. Verwenden Sie Document.getDocumentElement(), und legen Sie dieses Objekt stattdessen fest.
    1.79 +
    1.80 +UNKNOWN_CLASS = Weder {0} noch eine der zugeh\u00F6rigen Superklassen ist diesem Kontext bekannt.
    1.81 +
    1.82 +FAILED_TO_GENERATE_SCHEMA = Generieren von Schema nicht erfolgreich.
    1.83 +
    1.84 +ERROR_PROCESSING_SCHEMA = Fehler bei der Schemaverarbeitung.
    1.85 +
    1.86 +ILLEGAL_CONTENT = Ung\u00FCltiger XML-Content in <{0}>: "{1}".

mercurial