# # Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this # particular file as subject to the "Classpath" exception as provided # by Oracle in the LICENSE file that accompanied this code. # # This code is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # version 2 for more details (a copy is included in the LICENSE file that # accompanied this code). # # You should have received a copy of the GNU General Public License version # 2 along with this work; if not, write to the Free Software Foundation, # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. # # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. # # Concatenated with Driver.ErrorMessage, Driver.WarningMessage, Driver.InfoMessage (Driver.InfoMessage + exception message + ConsoleErrorReporter.UnknownLocation) if location of the error is not known. ConsoleErrorReporter.UnknownLocation = unbekanntes Verzeichnis # Concatenated with Driver.ErrorMessage, Driver.WarningMessage, Driver.InfoMessage (Driver.InfoMessage + exception message + ConsoleErrorReporter.LineXOfY). {0} - "?"/number, {1} - file location/"unknown file" e.g.: [xjc] [ERROR] Attempt to create a property having the same name as the reserved word "Class". [xjc] line 6 of example.xsd ConsoleErrorReporter.LineXOfY = \ \ Zeile {0} von {1} # may be a placeholder replacement for the second placeholder of ConsoleErrorReporter.LineXOfY (if the file location is unknown) ConsoleErrorReporter.UnknownFile = unbekannte Datei Driver.Private.Usage = Zus\u00e4tzliche private Testoptionen:\n\\ \\ -debug : Ausf\u00fchrung im Debug-Modus (umfasst -verbose)\n\\ \\ -mode : F\u00fchrt XJC in einem anderen Ausf\u00fchrungsmodus aus\n\\ \\ -private : Zeigt diese Hilfemeldung an\nModus:\n\\ \\ code : Generiert Java-Quellcode (Standard)\n\\ \\ dryrun : Kompiliert das Schema im Speicher, generiert die Java-Quelle jedoch nicht\n\\ \\ zip : Generiert den Java-Quellcode in einer .zip-Datei, wie mit der Option -d angegeben\n\\ \\ sig : Gibt die Signaturen des generierten Codes aus\n\\ \\ forest : Gibt transformierte DOM-Gesamtstruktur aus\n Driver.Public.Usage = Verwendung: xjc [-options ...] ... [-b ] ...\n\ Wenn dir angegeben wird, werden alle Schemadateien im Verzeichnis kompiliert.\n\ Wenn jar angegeben wird, wird die /META-INF/sun-jaxb.episode-Binding-Datei kompiliert.\n\ Optionen:\n\ \ \ -nv : F\u00fchrt keine strikte Validierung der Eingabeschemas durch\n\ \ \ -extension : L\u00e4sst Herstellererweiterungen zu - Befolgt die \n\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Kompatibilit\u00e4tsregeln und App E.2 der JAXB-Spezifikation nicht strikt\n\ \ \ -b : Gibt externe Bindings-Dateien an (jede muss ihre eigene Option -b haben)\n\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Wenn ein Verzeichnis angegeben wird, wird **/*.xjb durchsucht\n\ \ \ -d : Generierte Dateien werden in diesem Verzeichnis gespeichert\n\ \ \ -p : Gibt das Zielpackage an\n\ \ \ -httpproxy : set HTTP/HTTPS proxy. Format ist [user[:password]@]proxyHost:proxyPort\n\ \ \ -httpproxyfile : Wird wie -httpproxy verwendet, verwendet jedoch das Argument in einer Datei zum Schutz des Kennwortes \n\ \ \ -classpath : Gibt an, wo die Benutzerklassendateien gefunden werden\n\ \ \ -catalog : Gibt Katalogdateien zur Aufl\u00f6sung von externen Entity-Referenzen an\n\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Unterst\u00fctzt TR9401, XCatalog und OASIS-XML-Katalogformat.\n\ \ \ -readOnly : Generierte Dateien werden im schreibgesch\u00fctzten Modus gelesen\n\ \ \ -npa : Unterdr\u00fcckt die Generierung von Annotationen auf Packageebene (**/package-info.java)\n\ \ \ -no-header : Unterdr\u00fcckt die Generierung eines Datei-Headers mit Zeitstempel\n\ \ \ -target (2.0|2.1) : Verh\u00e4lt sich wie XJC 2.0 oder 2.1 und generiert Code, der keine 2.2-Features verwendet.\n\ \ \ -encoding : Gibt Zeichencodierung f\u00fcr generierte Quelldateien an\n\ \ \ -enableIntrospection : Aktiviert die ordnungsgem\u00e4\u00dfe Generierung von booleschen Gettern/Settern zur Aktivierung von Bean Introspection-APIs \n\ \ \ -contentForWildcard : Generiert Contenteigenschaft f\u00fcr Typen mit mehreren von xs:any abgeleiteten Elementen \n\ \ \ -xmlschema : Behandelt Eingabe als W3C-XML-Schema (Standard)\n\ \ \ -dtd : Behandelt Eingabe als XML DTD (experimentell, nicht unterst\u00fctzt)\n\ \ \ -wsdl : Behandelt Eingabe als WSDL und kompiliert enthaltene Schemas (experimentell, nicht unterst\u00fctzt)\n\ \ \ -verbose : Verwendet extra-verbose\n\ \ \ -quiet : Unterdr\u00fcckt die Compilerausgabe\n\ \ \ -help : Zeigt diese Hilfemeldung an\n\ \ \ -version : Zeigt Versionsinformationen an\n\ \ \ -fullversion : Zeigt vollst\u00e4ndige Versionsinformationen an\n\ Driver.AddonUsage = \nErweiterungen: # {0} - one of: DTD, WSDL; {1} - one of (respectively): -dtd, -wsdl Driver.ExperimentalLanguageWarning = Versuchen Sie, {0} zu kompilieren? Unterst\u00fctzung f\u00fcr {0} ist zu Testzwecken bestimmt. Eine Aktivierung ist mit der Option {1} m\u00f6glich. # Not concatenated with any other String. Variable: Name of a directory (input argument of the XJC utility). Driver.NonExistentDir = In ein nicht vorhandenes Verzeichnis "{0}" kann nicht geschrieben werden # Usage not found. TODO Remove #Driver.MissingRuntimePackageName = \ # the -use-runtime option is missing a package name # Not concatenated with any other string (written on a separate line). Driver.MissingModeOperand = Bei der Option -mode fehlt ein Operand # Usage not found. TODO Remove #Driver.MissingCompatibilityOperand = \ # the -compatibility option is missing an operand # Not concatenated with any other string (written on a separate line). Driver.MissingOperand = Ein Operand fehlt # Not concatenated with any other string (written on a separate line). Driver.MissingProxyHost = Entweder fehlt bei der Option -host ein Operand, \noder es wurde -port, jedoch nicht -host angegeben # Not concatenated with any other string (written on a separate line). Driver.MissingProxyPort = Entweder fehlt bei der Option -port ein Operand, \noder es wurde -host, jedoch nicht -port angegeben Driver.ILLEGAL_TARGET_VERSION = "{0}" ist keine g\u00fcltige Zielversion. "2.0" und "2.1" werden unterst\u00fctzt. # Not concatenated with any other string (written on a separate line). Driver.MISSING_PROXYFILE = Bei der Option -httpproxyfile fehlt ein Operand Driver.NO_SUCH_FILE = Keine derartige Datei: {0} Driver.ILLEGAL_PROXY = "{0}" ist kein g\u00fcltiges Proxyformat. Das Format ist [user[:password]@]proxyHost:proxyPort # Not concatenated with any other string (written on a separate line). Driver.UnrecognizedMode = unbekannter Modus {0} # Not concatenated with any other string (written on a separate line). Driver.UnrecognizedParameter = unbekannter Parameter {0} Driver.UnsupportedEncoding = nicht unterst\u00fctzte Codierung: {0} Driver.MissingGrammar = Grammatik nicht angegeben # {0} - namespace uri, {1} - local name of the attribute/element e.g.: Unexpected end of attribute {http://www.w3.org/XML/1998/namespace}:lang Driver.NotABindingFile = keine externe Binding-Datei. Das Root-Element muss ''{''http://java.sun.com/xml/ns/jaxb''}''-Bindings sein, ist jedoch ''{''{0}''}''{1} # Not concatenated with any other string (written on a separate line). Driver.ParsingSchema = Ein Schema wird geparst ... Driver.ParseFailed = Ein Schema konnte nicht geparst werden. Driver.StackOverflow = Stack-\u00dcberlauf. Entweder kompilieren Sie ein gro\u00dfes Schema, das mehr Ressourcen erfordert, oder XJC enth\u00e4lt einen Bug. Erweitern Sie zuerst die Stack-Gr\u00f6\u00dfe mit der Option -Xss JVM. Wenn das Problem dadurch nicht gel\u00f6st wird, verwenden Sie die Option -debug, um den Stack Trace abzurufen, und wenden Sie sich an Sun. # Not concatenated with any other string (written on a separate line). Driver.CompilingSchema = Ein Schema wird kompiliert ... Driver.FailedToGenerateCode = Code konnte nicht erzeugt werden. # DO NOT localize the 2.3.1-b171012.0423 string - it is a token for an mvn Driver.FilePrologComment = Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.1-b171012.0423 generiert \nSiehe https://javaee.github.io/jaxb-v2/ \n\u00c4nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. \nGeneriert: {0} \n Driver.Version = xjc 2.3.1-b171012.0423 Driver.FullVersion = xjc vollst\u00E4ndige Version "2.3.1-b171012.0423" Driver.BuildID = 2.3.1-b171012.0423 # for JDK integration - include version in source zip jaxb.jdk.version=2.3.1-b171012.0423 # see java.text.SimpleDateFormat for format syntax # DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date. Driver.DateFormat = yyyy.MM.dd # see java.text.SimpleDateFormat for format syntax # Format should not be changed, English locale is used to transform this string into a real time. Letters can be translated but the user should known that java.text.SimpleDateFormat is responsible for formatting (meaning of symbols can be found at http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html). Driver.TimeFormat = hh:mm:ss a z # as in: "generated on at