1 #
   2 # Copyright (c) 1997, 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 
  27 # Concatenated with Driver.ErrorMessage, Driver.WarningMessage, Driver.InfoMessage (Driver.InfoMessage + exception message + ConsoleErrorReporter.UnknownLocation) if location of the error is not known.
  28 ConsoleErrorReporter.UnknownLocation = unbekanntes Verzeichnis
  29 
  30 # 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
  31 ConsoleErrorReporter.LineXOfY = \ \ Zeile {0} von {1}
  32 
  33 # may be a placeholder replacement for the second placeholder of ConsoleErrorReporter.LineXOfY (if the file location is unknown)
  34 ConsoleErrorReporter.UnknownFile = unbekannte Datei
  35 
  36 Driver.Private.Usage = Zus\u00e4tzliche private Testoptionen:\n\\ \\ -debug             : Ausf\u00fchrung im Debug-Modus (umfasst -verbose)\n\\ \\ -mode <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
  37 Driver.Public.Usage = Verwendung: xjc [-options ...] <schema file/URL/dir/jar> ... [-b <bindinfo>] ...\n\
  38 Wenn dir angegeben wird, werden alle Schemadateien im Verzeichnis kompiliert.\n\
  39 Wenn jar angegeben wird, wird die /META-INF/sun-jaxb.episode-Binding-Datei kompiliert.\n\
  40 Optionen:\n\
  41 \ \ -nv                :  F\u00fchrt keine strikte Validierung der Eingabeschemas durch\n\
  42 \ \ -extension         :  L\u00e4sst Herstellererweiterungen zu - Befolgt die \n\
  43 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Kompatibilit\u00e4tsregeln und App E.2 der JAXB-Spezifikation nicht strikt\n\
  44 \ \ -b <file/dir>      :  Gibt externe Bindings-Dateien an (jede <file> muss ihre eigene Option -b haben)\n\
  45 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Wenn ein Verzeichnis angegeben wird, wird **/*.xjb durchsucht\n\
  46 \ \ -d <dir>           :  Generierte Dateien werden in diesem Verzeichnis gespeichert\n\
  47 \ \ -p <pkg>           :  Gibt das Zielpackage an\n\
  48 \ \ -httpproxy <proxy> :  set HTTP/HTTPS proxy. Format ist [user[:password]@]proxyHost:proxyPort\n\
  49 \ \ -httpproxyfile <f> : Wird wie -httpproxy verwendet, verwendet jedoch das Argument in einer Datei zum Schutz des Kennwortes \n\
  50 \ \ -classpath <arg>   :  Gibt an, wo die Benutzerklassendateien gefunden werden\n\
  51 \ \ -catalog <file>    :  Gibt Katalogdateien zur Aufl\u00f6sung von externen Entity-Referenzen an\n\
  52 \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Unterst\u00fctzt TR9401, XCatalog und OASIS-XML-Katalogformat.\n\
  53 \ \ -readOnly          :  Generierte Dateien werden im schreibgesch\u00fctzten Modus gelesen\n\
  54 \ \ -npa               :  Unterdr\u00fcckt die Generierung von Annotationen auf Packageebene (**/package-info.java)\n\
  55 \ \ -no-header         :  Unterdr\u00fcckt die Generierung eines Datei-Headers mit Zeitstempel\n\
  56 \ \ -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\
  57 \ \ -encoding <encoding> :  Gibt Zeichencodierung f\u00fcr generierte Quelldateien an\n\
  58 \ \ -enableIntrospection :  Aktiviert die ordnungsgem\u00e4\u00dfe Generierung von booleschen Gettern/Settern zur Aktivierung von Bean Introspection-APIs \n\
  59 \ \ -contentForWildcard  :  Generiert Contenteigenschaft f\u00fcr Typen mit mehreren von xs:any abgeleiteten Elementen \n\
  60 \ \ -xmlschema         :  Behandelt Eingabe als W3C-XML-Schema (Standard)\n\
  61 \ \ -dtd               :  Behandelt Eingabe als XML DTD (experimentell, nicht unterst\u00fctzt)\n\
  62 \ \ -wsdl              :  Behandelt Eingabe als WSDL und kompiliert enthaltene Schemas (experimentell, nicht unterst\u00fctzt)\n\
  63 \ \ -verbose           :  Verwendet extra-verbose\n\
  64 \ \ -quiet             :  Unterdr\u00fcckt die Compilerausgabe\n\
  65 \ \ -help              :  Zeigt diese Hilfemeldung an\n\
  66 \ \ -version           :  Zeigt Versionsinformationen an\n\
  67 \ \ -fullversion       :  Zeigt vollst\u00e4ndige Versionsinformationen an\n\
  68 
  69 Driver.AddonUsage = \nErweiterungen:
  70 
  71 # {0} - one of: DTD, WSDL; {1} - one of (respectively): -dtd, -wsdl
  72 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.
  73 
  74 # Not concatenated with any other String. Variable: Name of a directory (input argument of the XJC utility).
  75 Driver.NonExistentDir = In ein nicht vorhandenes Verzeichnis "{0}" kann nicht geschrieben werden
  76 
  77 # Usage not found. TODO Remove
  78 #Driver.MissingRuntimePackageName = \
  79 #       the -use-runtime option is missing a package name
  80 
  81 # Not concatenated with any other string (written on a separate line).
  82 Driver.MissingModeOperand = Bei der Option -mode fehlt ein Operand
  83 
  84 # Usage not found. TODO Remove
  85 #Driver.MissingCompatibilityOperand = \
  86 #       the -compatibility option is missing an operand
  87 
  88 # Not concatenated with any other string (written on a separate line).
  89 Driver.MissingOperand = Ein Operand fehlt
  90 
  91 # Not concatenated with any other string (written on a separate line).
  92 Driver.MissingProxyHost = Entweder fehlt bei der Option -host ein Operand, \noder es wurde -port, jedoch nicht -host angegeben
  93 
  94 # Not concatenated with any other string (written on a separate line).
  95 Driver.MissingProxyPort = Entweder fehlt bei der Option -port ein Operand, \noder es wurde -host, jedoch nicht -port angegeben
  96 
  97 Driver.ILLEGAL_TARGET_VERSION = "{0}" ist keine g\u00fcltige Zielversion. "2.0" und "2.1" werden unterst\u00fctzt.
  98 
  99 # Not concatenated with any other string (written on a separate line).
 100 Driver.MISSING_PROXYFILE = Bei der Option -httpproxyfile fehlt ein Operand
 101 
 102 Driver.NO_SUCH_FILE = Keine derartige Datei: {0}
 103 
 104 Driver.ILLEGAL_PROXY = "{0}" ist kein g\u00fcltiges Proxyformat. Das Format ist [user[:password]@]proxyHost:proxyPort
 105 
 106 # Not concatenated with any other string (written on a separate line).
 107 Driver.UnrecognizedMode = unbekannter Modus {0}
 108 
 109 # Not concatenated with any other string (written on a separate line).
 110 Driver.UnrecognizedParameter = unbekannter Parameter {0}
 111 
 112 Driver.UnsupportedEncoding = nicht unterst\u00fctzte Codierung: {0}
 113 
 114 Driver.MissingGrammar = Grammatik nicht angegeben
 115 
 116 # {0} - namespace uri, {1} - local name of the attribute/element e.g.: Unexpected end of attribute {http://www.w3.org/XML/1998/namespace}:lang
 117 Driver.NotABindingFile = keine externe Binding-Datei. Das Root-Element muss ''{''http://java.sun.com/xml/ns/jaxb''}''-Bindings sein, ist jedoch ''{''{0}''}''{1}
 118 
 119 # Not concatenated with any other string (written on a separate line).
 120 Driver.ParsingSchema = Ein Schema wird geparst ...
 121 
 122 Driver.ParseFailed = Ein Schema konnte nicht geparst werden.
 123 
 124 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.
 125 
 126 # Not concatenated with any other string (written on a separate line).
 127 Driver.CompilingSchema = Ein Schema wird kompiliert ...
 128 
 129 Driver.FailedToGenerateCode = Code konnte nicht erzeugt werden.
 130 
 131 # DO NOT localize the 2.3.1-b170921.0655 string - it is a token for an mvn <properties filter>
 132 Driver.FilePrologComment = Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.1-b170921.0655 generiert \nSiehe <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a> \n\u00c4nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. \nGeneriert: {0} \n
 133 
 134 Driver.Version = xjc 2.3.1-b170921.0655
 135 
 136 Driver.FullVersion = xjc vollst\u00E4ndige Version "2.3.1-b170921.0655"
 137 
 138 Driver.BuildID = 2.3.1-b170921.0655
 139 
 140 # for JDK integration - include version in source zip
 141 jaxb.jdk.version=2.3.1-b170921.0655
 142 
 143 # see java.text.SimpleDateFormat for format syntax
 144 # DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date.
 145 Driver.DateFormat = yyyy.MM.dd
 146 
 147 # see java.text.SimpleDateFormat for format syntax
 148 # 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).
 149 Driver.TimeFormat = hh:mm:ss a z
 150 
 151 # as in: "generated on <date> at <time>"
 152 Driver.At = um
 153 
 154 # ERROR in this meaning is a well known level of logging and should not be translated.
 155 Driver.ErrorMessage = [ERROR] {0}
 156 
 157 # WARNING in this meaning is a well known level of logging and should not be translated.
 158 Driver.WarningMessage = [WARNING] {0}
 159 
 160 # INFO in this meaning is a well known level of logging and should not be translated.
 161 Driver.InfoMessage = [INFO] {0}
 162 
 163 ModelLoader.TooManySchema = Zu viele Schemadateien f\u00fcr diese Schemasprache. Kompilieren Sie die Dateien nacheinander.
 164 
 165 ModelLoader.BindingFileNotSupportedForRNC = Externe Binding-Dateien werden f\u00fcr die kompakte RELAX NG-Syntax nicht unterst\u00fctzt.
 166 
 167 Driver.DefaultVersion = Als Standardversion wird JAXB 2.0 verwendet
 168 
 169 Driver.DefaultPackageWarning = Standard-Java-Package angegeben. Sie k\u00f6nnen aus Klassen in einem anderen Package nicht auf den generierten Code zugreifen.
 170 
 171 Driver.NotAValidFileName = "{0}" ist kein g\u00fcltiger Dateiname: {1}
 172 
 173 Driver.FailedToParse = Parsen von "{0}" nicht m\u00f6glich: {1}
 174 
 175 Driver.NotAFileNorURL = "{0}" ist weder ein Dateiname noch eine URL
 176 
 177 FIELD_RENDERER_CONFLICT = "-{0}" und "-{1}" schlie\u00dfen sich gegenseitig aus, weil sich beide auf die Codegenerierung auswirken
 178 
 179 NAME_CONVERTER_CONFLICT = "-{0}" und "-{1}" schlie\u00dfen sich gegenseitig aus, weil sich beide auf die Codegenerierung auswirken
 180 
 181 # {0} - file path, {1} - exception message e.g.: Failed to load "/foo/bar/Library.jar": File not found.
 182 FAILED_TO_LOAD = Laden von "{0}" nicht m\u00f6glich: {1}
 183 
 184 PLUGIN_LOAD_FAILURE = Ein Plug-in konnte nicht geladen werden: "{0}". Verwenden Sie die Systemeigenschaft ''-Dcom.sun.tools.internal.xjc.Options.findServices=true'' zur weiteren Diagnose