langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties
changeset 40587 1c355ea550ed
parent 39670 9d1eafbf29c6
child 41452 ddaef4bba083
equal deleted inserted replaced
40519:e17429a7e843 40587:1c355ea550ed
    12 doclet.Option_conflict=Option {0} conflicts with {1}
    12 doclet.Option_conflict=Option {0} conflicts with {1}
    13 doclet.Option_reuse=Option reused: {0}
    13 doclet.Option_reuse=Option reused: {0}
    14 doclet.Option_doclint_no_qualifiers=Access qualifiers not permitted for -Xdoclint arguments
    14 doclet.Option_doclint_no_qualifiers=Access qualifiers not permitted for -Xdoclint arguments
    15 doclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option
    15 doclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option
    16 doclet.Option_doclint_package_invalid_arg=Invalid argument for -Xdoclint/package option
    16 doclet.Option_doclint_package_invalid_arg=Invalid argument for -Xdoclint/package option
    17 doclet.exception_encountered= {0} encountered \n\
    17 doclet.builder.exception.in.component=An exception occurred while building a component: {0}\n\
    18 \twhile attempting to create file: {1}
    18 \t({1})
    19 doclet.perform_copy_exception_encountered= {0} encountered while \n\
    19 doclet.builder.unknown.component=Unknown component referenced in doclet build file: {0}
    20 performing copy.
    20 doclet.error.initializing.dest.dir=Error initializing destination directory: {0}
       
    21 doclet.exception.read.file=Error reading file: {0}\n\
       
    22 \t({1})
       
    23 doclet.exception.write.file=Error writing file: {0}\n\
       
    24 \t({1})
       
    25 doclet.exception.read.resource=Error reading system resource: {0}\n\
       
    26 \t({1})
       
    27 doclet.internal.exception=An internal exception has occurred. \n\
       
    28 \t({0})
       
    29 doclet.internal.report.bug=\
       
    30 Please file a bug against the javadoc tool via the Java bug reporting page\n\
       
    31 (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com)\n\
       
    32 for duplicates. Include error messages and the following diagnostic in your report. Thank you.
    21 doclet.File_not_found=File not found: {0}
    33 doclet.File_not_found=File not found: {0}
    22 doclet.Copy_Overwrite_warning=File {0} not copied to {1} due to existing file with same name...
    34 doclet.Copy_Overwrite_warning=File {0} not copied to {1} due to existing file with same name...
    23 doclet.Copying_File_0_To_Dir_1=Copying file {0} to directory {1}...
    35 doclet.Copying_File_0_To_Dir_1=Copying file {0} to directory {1}...
    24 doclet.Copying_File_0_To_File_1=Copying file {0} to file {1}...
    36 doclet.Copying_File_0_To_File_1=Copying file {0} to file {1}...
    25 doclet.No_Public_Classes_To_Document=No public or protected classes found to document.
    37 doclet.No_Public_Classes_To_Document=No public or protected classes found to document.
    26 doclet.destination_directory_not_directory_0=Destination directory is not a directory {0}
    38 doclet.destination_directory_not_directory_0=Destination directory is not a directory: {0}
    27 doclet.destination_directory_not_writable_0=Destination directory not writable {0}
    39 doclet.destination_directory_not_writable_0=Destination directory not writable: {0}
    28 doclet.Encoding_not_supported=Encoding not supported: {0}
    40 doclet.Encoding_not_supported=Encoding not supported: {0}
    29 doclet.Building_Tree=Building tree for all the packages and classes...
    41 doclet.Building_Tree=Building tree for all the packages and classes...
    30 doclet.Building_Index=Building index for all the packages and classes...
    42 doclet.Building_Index=Building index for all the packages and classes...
    31 doclet.Building_Index_For_All_Classes=Building index for all classes...
    43 doclet.Building_Index_For_All_Classes=Building index for all classes...
    32 doclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0.
    44 doclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0.