langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc.properties
changeset 32163 2bdcabf14e91
parent 31936 02f1cfc234a0
child 36526 3b41f1c69604
equal deleted inserted replaced
32063:c25e882cee96 32163:2bdcabf14e91
     1 #
     1 #
     2 # Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     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
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    89 main.internal_error_exception_thrown=Internal error: In doclet class {0},  method {1} has thrown an exception {2}
    89 main.internal_error_exception_thrown=Internal error: In doclet class {0},  method {1} has thrown an exception {2}
    90 main.exception_thrown=In doclet class {0},  method {1} has thrown an exception {2}
    90 main.exception_thrown=In doclet class {0},  method {1} has thrown an exception {2}
    91 main.illegal_locale_name=Locale not available: {0}
    91 main.illegal_locale_name=Locale not available: {0}
    92 main.malformed_locale_name=Malformed locale name: {0}
    92 main.malformed_locale_name=Malformed locale name: {0}
    93 main.file_not_found=File not found: "{0}"
    93 main.file_not_found=File not found: "{0}"
       
    94 main.illegal_class_name=Illegal class name: "{0}"
    94 main.illegal_package_name=Illegal package name: "{0}"
    95 main.illegal_package_name=Illegal package name: "{0}"
    95 main.release.bootclasspath.conflict=option {0} cannot be used together with -release
    96 main.release.bootclasspath.conflict=option {0} cannot be used together with -release
    96 main.unsupported.release.version=release version {0} not supported
    97 main.unsupported.release.version=release version {0} not supported
    97 main.release.not.standard.file.manager=-release option specified, but the provided JavaFileManager is not a StandardJavaFileManager.
    98 main.release.not.standard.file.manager=-release option specified, but the provided JavaFileManager is not a StandardJavaFileManager.
    98 tag.illegal_char_in_arr_dim=Tag {0}: Syntax Error in array dimension, method parameters: {1}
    99 tag.illegal_char_in_arr_dim=Tag {0}: Syntax Error in array dimension, method parameters: {1}