home *** CD-ROM | disk | FTP | other *** search
/ PCMania 2 / Pcmania_Ep2_02_CD-01.iso / VisualPage / java.bin / CLASSES.ZIP / sun / tools / javadoc / resources / javadoc.properties
Encoding:
Text File  |  1997-05-20  |  3.7 KB  |  69 lines

  1. #
  2. # @(#)javadoc.properties    1.6 97/02/24
  3. #
  4. main.errors={0} errors
  5. main.error={0} error
  6. main.warnings={0} warning
  7. main.warning={0} warnings
  8. main.usage=usage: javadoc flags* [class | package]*\n\
  9. \t-sourcepath <path>  Colon-separated list of source-file directories\n\
  10. \t-classpath <path>   Synonym for -sourcepath\n\
  11. \t-d <directory>      Destination directory for output files\n\
  12. \t-version            Include @version paragraphs\n\
  13. \t-nodeprecated       Exclude @deprecated paragraphs\n\
  14. \t-author             Include @author paragraphs\n\
  15. \t-noindex            Do not generate method and field index\n\
  16. \t-notree             Do not generate class hierarchy\n\
  17. \t-public             show only public classes and members\n\
  18. \t-protected          show protected/public classes and members (default)\n\
  19. \t-package            show package/protected/public classes and members\n\
  20. \t-private            show all classes and members\n\
  21. \t-J<flag>            Pass <flag> directly to the runtime system\n\
  22. \t-encoding <name>    Source file encoding name\n\
  23. \t-docencoding <name> Output encoding name\n
  24. main.requires_argument={0} requires argument
  25. main.does_not_exist={0} does not exist
  26. main.invalid_flag=invalid flag: {0}
  27. main.No_packages_or_classes_specified=No package or classes specified.
  28. main.Cannot_generate=Cannot generate {0} documentation
  29. main.cant.read=cant read {0}
  30. main.Loading_source_files_for=Loading source files for {0}
  31. main.Warning_No_source_files_for_package=Warning: No source files for package {0} 
  32. main.Generating_index=Generating index
  33. main.Generating_tree=Generating tree 
  34. main.fatal.error=fatal error
  35. main.fatal.exception=fatal exception
  36. main.done_in=[done in {0} ms]
  37. doc.Warning_superclass_info=Warning: Couldn''t find superclass info for {0}
  38. doc.Warning_Empty_statement=Warning: Empty {0} statement
  39. doc.Warning_Multiple_statements=Warning: Multiple {0} statements
  40. doc.Method_there_is_no_exception=Method {0} \n\tdeclares that it throws {1},\n\tbut there is no corresponding {2} item
  41. doc.Method_Throw_does_not_declare=Method {0}\n\tdocuments that it throws {1},\n\tbut does not declare it
  42. doc.Could_not_find=Couldn''t find {0}
  43. doc.Warning_Could_not_find_class_info=Warning: Couldn''t find class info for {0}
  44. doc.Can_not_open_output_file=Can''t open output file
  45. doc.see_warning_extraneous_text=@see warning: Extraneous text following reference: {0}
  46. doc.see_warning_missing_sharp=@see warning: Missing # in method reference: {0}
  47. doc.see_warning_Treating_reference=@see warning: Treating reference \"{0}\" as \"{1}\" #{2} 
  48. doc.see_warning_Can_not_find_field=@see warning: Can''t find {0} in {1}
  49. doc.see_warning_Found_in_parent=@see warning: Found {0} in parent {1} but not in {2}
  50. doc.see_warning_Can_not_find=@see warning: Can''t find {0}
  51. html.Generating_packages.html=Generating package.html
  52. html.Generating_packages.all=Java API Packages
  53. html.Generating_packages.other=Other Packages
  54. html.Generating_packages.package=package {0}
  55. html.Generating_documentation_for=Generating documentation for {0}
  56. html.Warning_Could_not_find_class_info_for=Warning: Couldn''t find class info for {0}
  57. html.Sorting_items=Sorting {0} items...
  58. html.done=done
  59. mif.Can_not_find_capsule=Can''t find capsule {0}
  60. mif.Generating_documentation_for=Generating documentation for {0}
  61. mif.Warning_Could_not_find_class_info_for=Warning: Couldn''t find class info for {0} 
  62. mif.No_need_for_index_for_MIF=No need for index for MIF
  63. mifp.Do_not_know_java.home_or_hotjava.home=Don''t know java.home or hotjava.home
  64. mifp.Read_dtd=Read dtd
  65. mifp.Did_not_read_dtd=Didn''t read dtd {0}
  66. mifp.Font_stack_underflow=Font stack underflow
  67. mifp.Misplaced_li??=Misplaced li??
  68. mifp.Unknown_html=Unknown html {0}
  69.