< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/MessageBundle.properties

Print this page




   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 # Concatenated with Driver.ErrorMessage, Driver.WarningMessage, Driver.InfoMessage (Driver.InfoMessage + exception message + ConsoleErrorReporter.UnknownLocation) if location of the error is not known.
  27 ConsoleErrorReporter.UnknownLocation = \
  28         unknown location
  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 = \
  32         \ \ line {0} of {1}
  33 
  34 # may be a placeholder replacement for the second placeholder of ConsoleErrorReporter.LineXOfY (if the file location is unknown)
  35 ConsoleErrorReporter.UnknownFile = \
  36         unknown file
  37 
  38 Driver.Private.Usage = \
  39 Additional private testing options:\n\
  40 \ \ -debug             :  run in debug mode (includes -verbose)\n\
  41 \ \ -mode <mode>       :  run XJC in other running mode\n\
  42 \ \ -private           :  display this help message\n\
  43 Mode:\n\
  44 \ \ code         :  generate Java source code (default)\n\
  45 \ \ dryrun       :  compile the schema in memory, but don't generate the Java source\n\


 156 # Not concatenated with any other string (written on a separate line).
 157 Driver.ParsingSchema = \
 158         parsing a schema...
 159 
 160 Driver.ParseFailed = \
 161         Failed to parse a schema.
 162 
 163 Driver.StackOverflow = \
 164         Stack overflow. Either you are compiling a large schema that requires more resources, or \
 165         XJC has a bug. First, please extend the stack size by using the -Xss JVM option. If this \
 166         doesn'''t solve the problem, please use the -debug option to obtain the stack trace and \
 167         contact Sun.
 168 
 169 # Not concatenated with any other string (written on a separate line).
 170 Driver.CompilingSchema = \
 171         compiling a schema...
 172 
 173 Driver.FailedToGenerateCode = \
 174         Failed to produce code.
 175 
 176 # DO NOT localize the 2.3.0-b170531.0717 string - it is a token for an mvn <properties filter>
 177 Driver.FilePrologComment = \
 178         This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0-b170531.0717 \n\
 179         See <a href="https://jaxb.java.net/">https://jaxb.java.net/</a> \n\
 180         Any modifications to this file will be lost upon recompilation of the source schema. \n\
 181         Generated on: {0} \n
 182 
 183 Driver.Version = \
 184         xjc 2.3.0-b170531.0717
 185 
 186 Driver.FullVersion = \
 187         xjc full version "2.3.0-b170531.0717"
 188 
 189 Driver.BuildID = 2.3.0-b170531.0717
 190 
 191 # for JDK integration - include version in source zip
 192 jaxb.jdk.version=2.3.0-b170531.0717
 193 
 194 # see java.text.SimpleDateFormat for format syntax
 195 # DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date.
 196 Driver.DateFormat = \
 197         yyyy.MM.dd
 198 
 199 # see java.text.SimpleDateFormat for format syntax
 200 # Format should not be changed, English locale is used to transform this string into a real time.
 201 Driver.TimeFormat = \
 202         hh:mm:ss a z
 203 
 204 # as in: "generated on <date> at <time>"
 205 Driver.At = \
 206         at
 207 
 208 # ERROR in this meaning is a well known level of logging and should not be translated.
 209 Driver.ErrorMessage = \
 210         [ERROR] {0}
 211 
 212 # WARNING in this meaning is a well known level of logging and should not be translated.




   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 = \
  29         unknown location
  30 
  31 # 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
  32 ConsoleErrorReporter.LineXOfY = \
  33         \ \ line {0} of {1}
  34 
  35 # may be a placeholder replacement for the second placeholder of ConsoleErrorReporter.LineXOfY (if the file location is unknown)
  36 ConsoleErrorReporter.UnknownFile = \
  37         unknown file
  38 
  39 Driver.Private.Usage = \
  40 Additional private testing options:\n\
  41 \ \ -debug             :  run in debug mode (includes -verbose)\n\
  42 \ \ -mode <mode>       :  run XJC in other running mode\n\
  43 \ \ -private           :  display this help message\n\
  44 Mode:\n\
  45 \ \ code         :  generate Java source code (default)\n\
  46 \ \ dryrun       :  compile the schema in memory, but don't generate the Java source\n\


 157 # Not concatenated with any other string (written on a separate line).
 158 Driver.ParsingSchema = \
 159         parsing a schema...
 160 
 161 Driver.ParseFailed = \
 162         Failed to parse a schema.
 163 
 164 Driver.StackOverflow = \
 165         Stack overflow. Either you are compiling a large schema that requires more resources, or \
 166         XJC has a bug. First, please extend the stack size by using the -Xss JVM option. If this \
 167         doesn'''t solve the problem, please use the -debug option to obtain the stack trace and \
 168         contact Sun.
 169 
 170 # Not concatenated with any other string (written on a separate line).
 171 Driver.CompilingSchema = \
 172         compiling a schema...
 173 
 174 Driver.FailedToGenerateCode = \
 175         Failed to produce code.
 176 
 177 # DO NOT localize the 2.3.1-b170921.0655 string - it is a token for an mvn <properties filter>
 178 Driver.FilePrologComment = \
 179         This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.1-b170921.0655 \n\
 180         See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a> \n\
 181         Any modifications to this file will be lost upon recompilation of the source schema. \n\
 182         Generated on: {0} \n
 183 
 184 Driver.Version = \
 185         xjc 2.3.1-b170921.0655
 186 
 187 Driver.FullVersion = \
 188         xjc full version "2.3.1-b170921.0655"
 189 
 190 Driver.BuildID = 2.3.1-b170921.0655
 191 
 192 # for JDK integration - include version in source zip
 193 jaxb.jdk.version=2.3.1-b170921.0655
 194 
 195 # see java.text.SimpleDateFormat for format syntax
 196 # DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date.
 197 Driver.DateFormat = \
 198         yyyy.MM.dd
 199 
 200 # see java.text.SimpleDateFormat for format syntax
 201 # Format should not be changed, English locale is used to transform this string into a real time.
 202 Driver.TimeFormat = \
 203         hh:mm:ss a z
 204 
 205 # as in: "generated on <date> at <time>"
 206 Driver.At = \
 207         at
 208 
 209 # ERROR in this meaning is a well known level of logging and should not be translated.
 210 Driver.ErrorMessage = \
 211         [ERROR] {0}
 212 
 213 # WARNING in this meaning is a well known level of logging and should not be translated.


< prev index next >