src/share/jaxws_classes/com/sun/tools/internal/xjc/MessageBundle_de.properties

Print this page




  79 
  80 Driver.UnsupportedEncoding = nicht unterst\u00fctzte Codierung: {0}
  81 
  82 Driver.MissingGrammar = Grammatik nicht angegeben
  83 
  84 # {0} - namespace uri, {1} - local name of the attribute/element e.g.: Unexpected end of attribute {http://www.w3.org/XML/1998/namespace}:lang
  85 Driver.NotABindingFile = keine externe Binding-Datei. Das Root-Element muss ''{''http://java.sun.com/xml/ns/jaxb''}''-Bindings sein, ist jedoch ''{''{0}''}''{1}
  86 
  87 # Not concatenated with any other string (written on a separate line).
  88 Driver.ParsingSchema = Ein Schema wird geparst ...
  89 
  90 Driver.ParseFailed = Ein Schema konnte nicht geparst werden.
  91 
  92 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.
  93 
  94 # Not concatenated with any other string (written on a separate line).
  95 Driver.CompilingSchema = Ein Schema wird kompiliert ...
  96 
  97 Driver.FailedToGenerateCode = Code konnte nicht erzeugt werden.
  98 
  99 # DO NOT localize the 2.2.8-b01 string - it is a token for an ant <replaceFilter>
 100 Driver.FilePrologComment = Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b01 generiert \nSiehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> \n\u00c4nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. \nGeneriert: {0} \n
 101 
 102 Driver.Version = xjc 2.2.8-b01
 103 
 104 Driver.FullVersion = xjc vollst\u00e4ndige Version "2.2.8-b01-b28"
 105 
 106 Driver.BuildID = 2.2.8-b01
 107 
 108 # for JDK integration - include version in source zip
 109 jaxb.jdk.version=2.2.8-b01
 110 
 111 # see java.text.SimpleDateFormat for format syntax
 112 # DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date.
 113 Driver.DateFormat = yyyy.MM.dd
 114 
 115 # see java.text.SimpleDateFormat for format syntax
 116 # 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).
 117 Driver.TimeFormat = hh:mm:ss a z
 118 
 119 # as in: "generated on <date> at <time>"
 120 Driver.At = um
 121 
 122 # ERROR in this meaning is a well known level of logging and should not be translated.
 123 Driver.ErrorMessage = [ERROR] {0}
 124 
 125 # WARNING in this meaning is a well known level of logging and should not be translated.
 126 Driver.WarningMessage = [WARNING] {0}
 127 
 128 # INFO in this meaning is a well known level of logging and should not be translated.
 129 Driver.InfoMessage = [INFO] {0}




  79 
  80 Driver.UnsupportedEncoding = nicht unterst\u00fctzte Codierung: {0}
  81 
  82 Driver.MissingGrammar = Grammatik nicht angegeben
  83 
  84 # {0} - namespace uri, {1} - local name of the attribute/element e.g.: Unexpected end of attribute {http://www.w3.org/XML/1998/namespace}:lang
  85 Driver.NotABindingFile = keine externe Binding-Datei. Das Root-Element muss ''{''http://java.sun.com/xml/ns/jaxb''}''-Bindings sein, ist jedoch ''{''{0}''}''{1}
  86 
  87 # Not concatenated with any other string (written on a separate line).
  88 Driver.ParsingSchema = Ein Schema wird geparst ...
  89 
  90 Driver.ParseFailed = Ein Schema konnte nicht geparst werden.
  91 
  92 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.
  93 
  94 # Not concatenated with any other string (written on a separate line).
  95 Driver.CompilingSchema = Ein Schema wird kompiliert ...
  96 
  97 Driver.FailedToGenerateCode = Code konnte nicht erzeugt werden.
  98 
  99 # DO NOT localize the 2.2.8-b20130806.1801 string - it is a token for an ant <replaceFilter>
 100 Driver.FilePrologComment = Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b20130806.1801 generiert \nSiehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> \n\u00c4nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. \nGeneriert: {0} \n
 101 
 102 Driver.Version = xjc 2.2.8-b20130806.1801
 103 
 104 Driver.FullVersion = xjc vollst\u00E4ndige Version "2.2.8-b20130806.1801"
 105 
 106 Driver.BuildID = 2.2.8-b20130806.1801
 107 
 108 # for JDK integration - include version in source zip
 109 jaxb.jdk.version=@@JAXB_JDK_VERSION@@
 110 
 111 # see java.text.SimpleDateFormat for format syntax
 112 # DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date.
 113 Driver.DateFormat = yyyy.MM.dd
 114 
 115 # see java.text.SimpleDateFormat for format syntax
 116 # 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).
 117 Driver.TimeFormat = hh:mm:ss a z
 118 
 119 # as in: "generated on <date> at <time>"
 120 Driver.At = um
 121 
 122 # ERROR in this meaning is a well known level of logging and should not be translated.
 123 Driver.ErrorMessage = [ERROR] {0}
 124 
 125 # WARNING in this meaning is a well known level of logging and should not be translated.
 126 Driver.WarningMessage = [WARNING] {0}
 127 
 128 # INFO in this meaning is a well known level of logging and should not be translated.
 129 Driver.InfoMessage = [INFO] {0}