src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties

Print this page




  15 doclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option
  16 doclet.Option_doclint_package_invalid_arg=Invalid argument for -Xdoclint/package option
  17 doclet.exception_encountered= {0} encountered \n\
  18 \twhile attempting to create file: {1}
  19 doclet.perform_copy_exception_encountered= {0} encountered while \n\
  20 performing copy.
  21 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...
  23 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}...
  25 doclet.No_Public_Classes_To_Document=No public or protected classes found to document.
  26 doclet.Unable_to_create_directory_0=Unable to create directory {0}
  27 doclet.destination_directory_not_directory_0=Destination directory is not a directory {0}
  28 doclet.destination_directory_not_writable_0=Destination directory not writable {0}
  29 doclet.Encoding_not_supported=Encoding not supported: {0}
  30 doclet.Building_Tree=Building tree for all the packages and classes...
  31 doclet.Building_Index=Building index for all the packages and classes...
  32 doclet.Building_Index_For_All_Classes=Building index for all classes...
  33 doclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0.
  34 doclet.Packages=Packages
  35 doclet.Profiles=Profiles
  36 doclet.Other_Packages=Other Packages
  37 doclet.Notice_taglet_registered=Registered Taglet {0} ...
  38 doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0}
  39 doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0}
  40 doclet.Notice_taglet_conflict_warn=Note: Custom tags that could override future standard tags: {0}. To avoid potential overrides, use at least one period character (.) in custom tag names.
  41 doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}...
  42 doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option...
  43 doclet.Author=Author:
  44 doclet.DefaultValue=Default value:
  45 doclet.PropertyDescription=Property description:
  46 doclet.PropertyGetter=Gets the value of the property
  47 doclet.PropertySetter=Sets the value of the property
  48 doclet.PropertyGetterWithName=Gets the value of the property {0}.
  49 doclet.PropertySetterWithName=Sets the value of the property {0}.
  50 doclet.Default=Default:
  51 doclet.Parameters=Parameters:
  52 doclet.TypeParameters=Type Parameters:
  53 doclet.Parameters_warn=@param argument "{0}" is not a parameter name.
  54 doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once.
  55 doclet.Type_Parameters_warn=@param argument "{0}" is not a type parameter name.
  56 doclet.Type_Parameters_dup_warn=Type parameter "{0}" is documented more than once.
  57 doclet.Returns=Returns:
  58 doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type.
  59 doclet.See_Also=See Also:
  60 doclet.See=See:
  61 doclet.SerialData=Serial Data:
  62 doclet.Since=Since:
  63 doclet.Throws=Throws:
  64 doclet.Version=Version:
  65 doclet.Factory=Factory:
  66 doclet.UnknownTag={0} is an unknown tag.
  67 doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
  68 doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
  69 doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
  70 doclet.tag_misuse=Tag {0} cannot be used in {1} documentation.  It can only be used in the following types of documentation: {2}.
  71 doclet.javafx_tag_misuse=Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
  72 doclet.Package_Summary=Package Summary
  73 doclet.Profile_Summary=Profile Summary
  74 doclet.Interface_Summary=Interface Summary
  75 doclet.Annotation_Types_Summary=Annotation Types Summary
  76 doclet.Enum_Summary=Enum Summary
  77 doclet.Exception_Summary=Exception Summary
  78 doclet.Error_Summary=Error Summary
  79 doclet.Class_Summary=Class Summary
  80 doclet.Nested_Class_Summary=Nested Class Summary
  81 doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
  82 doclet.Annotation_Type_Required_Member_Summary=Required Element Summary
  83 doclet.Field_Summary=Field Summary
  84 doclet.Property_Summary=Property Summary
  85 doclet.Enum_Constant_Summary=Enum Constant Summary
  86 doclet.Constructor_Summary=Constructor Summary
  87 doclet.Method_Summary=Method Summary
  88 doclet.Interfaces=Interfaces
  89 doclet.Enums=Enums
  90 doclet.AnnotationTypes=Annotation Types
  91 doclet.Exceptions=Exceptions
  92 doclet.Errors=Errors
  93 doclet.Classes=Classes
  94 doclet.Packages=Packages
  95 doclet.packages=packages
  96 doclet.profiles=profiles
  97 doclet.All_Classes=All Classes
  98 doclet.All_Superinterfaces=All Superinterfaces:
  99 doclet.All_Implemented_Interfaces=All Implemented Interfaces:
 100 doclet.All_classes_and_interfaces=All classes and interfaces (except non-static nested types)
 101 doclet.Package_class_and_interface_descriptions=Package, class and interface descriptions
 102 doclet.Interface=Interface
 103 doclet.Class=Class
 104 doclet.AnnotationType=Annotation Type
 105 doclet.annotationtype=annotation type
 106 doclet.annotationtypes=annotation types
 107 doclet.Enum=Enum
 108 doclet.enum=enum
 109 doclet.enums=enums
 110 doclet.interface=interface
 111 doclet.interfaces=interfaces
 112 doclet.class=class
 113 doclet.classes=classes
 114 doclet.Error=Error
 115 doclet.error=error
 116 doclet.errors=errors


 157 doclet.Abstract_Methods=Abstract Methods
 158 doclet.Concrete_Methods=Concrete Methods
 159 doclet.Default_Methods=Default Methods
 160 doclet.Deprecated_Methods=Deprecated Methods
 161 doclet.annotation_type_optional_members=optional elements
 162 doclet.Annotation_Type_Optional_Members=Optional Elements
 163 doclet.annotation_type_required_members=required elements
 164 doclet.Annotation_Type_Required_Members=Required Elements
 165 doclet.enum_constants=enum constants
 166 doclet.Enum_Constants=Enum Constants
 167 doclet.nested_classes=nested classes
 168 doclet.Nested_Classes=Nested Classes
 169 doclet.subclasses=subclasses
 170 doclet.subinterfaces=subinterfaces
 171 doclet.Modifier=Modifier
 172 doclet.Type=Type
 173 doclet.Types=Types
 174 doclet.Members=Members
 175 doclet.SearchTags=SearchTags
 176 doclet.search=SEARCH:
 177 doclet.invalid_usage_of_tag=invalid usage of {0} tag.
 178 doclet.Field=Field
 179 doclet.Property=Property
 180 doclet.Constructor=Constructor
 181 doclet.Method=Method
 182 doclet.Annotation_Type_Optional_Member=Optional Element
 183 doclet.Annotation_Type_Required_Member=Required Element
 184 doclet.Annotation_Type_Member=Annotation Type Element
 185 doclet.Enum_Constant=Enum Constant
 186 doclet.Class=Class
 187 doclet.Description=Description
 188 doclet.ConstantField=Constant Field
 189 doclet.Value=Value
 190 doclet.0_and_1={0} and {1}
 191 
 192 #Documentation for Enums
 193 doclet.enum_values_doc.main=\n\
 194  Returns an array containing the constants of this enum type, in\n\
 195  the order they are declared.  This method may be used to iterate\n\

 196  over the constants as follows:\n\
 197  <pre>\n\
 198  for ({0} c : {0}.values())\n\
 199  &nbsp;   System.out.println(c);\n\
 200  </pre>


 201 
 202 doclet.enum_values_doc.return=\n\
 203  an array containing the constants of this enum type, in the order they are declared
 204 
 205 doclet.enum_valueof_doc.main=\n\
 206  Returns the enum constant of this type with the specified name.\n\
 207  The string must match <i>exactly</i> an identifier used to declare an\n\
 208  enum constant in this type.  (Extraneous whitespace characters are \n\
 209  not permitted.)
 210 
 211 doclet.enum_valueof_doc.param_name=\
 212  the name of the enum constant to be returned.
 213 
 214 doclet.enum_valueof_doc.return=\
 215  the enum constant with the specified name
 216 
 217 doclet.enum_valueof_doc.throws_ila=\
 218  if this enum type has no constant with the specified name
 219 
 220 doclet.enum_valueof_doc.throws_npe=\
 221  if the argument is null


  15 doclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option
  16 doclet.Option_doclint_package_invalid_arg=Invalid argument for -Xdoclint/package option
  17 doclet.exception_encountered= {0} encountered \n\
  18 \twhile attempting to create file: {1}
  19 doclet.perform_copy_exception_encountered= {0} encountered while \n\
  20 performing copy.
  21 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...
  23 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}...
  25 doclet.No_Public_Classes_To_Document=No public or protected classes found to document.
  26 doclet.Unable_to_create_directory_0=Unable to create directory {0}
  27 doclet.destination_directory_not_directory_0=Destination directory is not a directory {0}
  28 doclet.destination_directory_not_writable_0=Destination directory not writable {0}
  29 doclet.Encoding_not_supported=Encoding not supported: {0}
  30 doclet.Building_Tree=Building tree for all the packages and classes...
  31 doclet.Building_Index=Building index for all the packages and classes...
  32 doclet.Building_Index_For_All_Classes=Building index for all classes...
  33 doclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0.
  34 doclet.Packages=Packages

  35 doclet.Other_Packages=Other Packages
  36 doclet.Notice_taglet_registered=Registered Taglet {0} ...
  37 doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0}
  38 doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0}
  39 doclet.Notice_taglet_conflict_warn=Note: Custom tags that could override future standard tags: {0}. To avoid potential overrides, use at least one period character (.) in custom tag names.
  40 doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}...
  41 doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option...
  42 doclet.Author=Author:
  43 doclet.DefaultValue=Default value:
  44 doclet.PropertyDescription=Property description:
  45 doclet.PropertyGetter=Gets the value of the property
  46 doclet.PropertySetter=Sets the value of the property
  47 doclet.PropertyGetterWithName=Gets the value of the property {0}.
  48 doclet.PropertySetterWithName=Sets the value of the property {0}.
  49 doclet.Default=Default:
  50 doclet.Parameters=Parameters:
  51 doclet.TypeParameters=Type Parameters:
  52 doclet.Parameters_warn=@param argument "{0}" is not a parameter name.
  53 doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once.
  54 doclet.Type_Parameters_warn=@param argument "{0}" is not a type parameter name.
  55 doclet.Type_Parameters_dup_warn=Type parameter "{0}" is documented more than once.
  56 doclet.Returns=Returns:
  57 doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type.
  58 doclet.See_Also=See Also:
  59 doclet.See=See:
  60 doclet.SerialData=Serial Data:
  61 doclet.Since=Since:
  62 doclet.Throws=Throws:
  63 doclet.Version=Version:
  64 doclet.Factory=Factory:
  65 doclet.UnknownTag={0} is an unknown tag.
  66 doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
  67 doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
  68 # doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
  69 doclet.tag_misuse=Tag {0} cannot be used in {1} documentation.  It can only be used in the following types of documentation: {2}.
  70 doclet.javafx_tag_misuse=Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
  71 doclet.Package_Summary=Package Summary

  72 doclet.Interface_Summary=Interface Summary
  73 doclet.Annotation_Types_Summary=Annotation Types Summary
  74 doclet.Enum_Summary=Enum Summary
  75 doclet.Exception_Summary=Exception Summary
  76 doclet.Error_Summary=Error Summary
  77 doclet.Class_Summary=Class Summary
  78 doclet.Nested_Class_Summary=Nested Class Summary
  79 doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
  80 doclet.Annotation_Type_Required_Member_Summary=Required Element Summary
  81 doclet.Field_Summary=Field Summary
  82 doclet.Property_Summary=Property Summary
  83 doclet.Enum_Constant_Summary=Enum Constant Summary
  84 doclet.Constructor_Summary=Constructor Summary
  85 doclet.Method_Summary=Method Summary
  86 doclet.Interfaces=Interfaces
  87 doclet.Enums=Enums
  88 doclet.AnnotationTypes=Annotation Types
  89 doclet.Exceptions=Exceptions
  90 doclet.Errors=Errors
  91 doclet.Classes=Classes
  92 doclet.Packages=Packages
  93 doclet.packages=packages

  94 doclet.All_Classes=All Classes
  95 doclet.All_Superinterfaces=All Superinterfaces:
  96 doclet.All_Implemented_Interfaces=All Implemented Interfaces:
  97 doclet.All_classes_and_interfaces=All classes and interfaces (except non-static nested types)
  98 doclet.Package_class_and_interface_descriptions=Package, class and interface descriptions
  99 doclet.Interface=Interface
 100 doclet.Class=Class
 101 doclet.AnnotationType=Annotation Type
 102 doclet.annotationtype=annotation type
 103 doclet.annotationtypes=annotation types
 104 doclet.Enum=Enum
 105 doclet.enum=enum
 106 doclet.enums=enums
 107 doclet.interface=interface
 108 doclet.interfaces=interfaces
 109 doclet.class=class
 110 doclet.classes=classes
 111 doclet.Error=Error
 112 doclet.error=error
 113 doclet.errors=errors


 154 doclet.Abstract_Methods=Abstract Methods
 155 doclet.Concrete_Methods=Concrete Methods
 156 doclet.Default_Methods=Default Methods
 157 doclet.Deprecated_Methods=Deprecated Methods
 158 doclet.annotation_type_optional_members=optional elements
 159 doclet.Annotation_Type_Optional_Members=Optional Elements
 160 doclet.annotation_type_required_members=required elements
 161 doclet.Annotation_Type_Required_Members=Required Elements
 162 doclet.enum_constants=enum constants
 163 doclet.Enum_Constants=Enum Constants
 164 doclet.nested_classes=nested classes
 165 doclet.Nested_Classes=Nested Classes
 166 doclet.subclasses=subclasses
 167 doclet.subinterfaces=subinterfaces
 168 doclet.Modifier=Modifier
 169 doclet.Type=Type
 170 doclet.Types=Types
 171 doclet.Members=Members
 172 doclet.SearchTags=SearchTags
 173 doclet.search=SEARCH:

 174 doclet.Field=Field
 175 doclet.Property=Property
 176 doclet.Constructor=Constructor
 177 doclet.Method=Method
 178 doclet.Annotation_Type_Optional_Member=Optional Element
 179 doclet.Annotation_Type_Required_Member=Required Element
 180 doclet.Annotation_Type_Member=Annotation Type Element
 181 doclet.Enum_Constant=Enum Constant
 182 doclet.Class=Class
 183 doclet.Description=Description
 184 doclet.ConstantField=Constant Field
 185 doclet.Value=Value
 186 doclet.0_and_1={0} and {1}
 187 
 188 #Documentation for Enums
 189 doclet.enum_values_doc.firstsentence=\
 190 Returns an array containing the constants of this enum type, in\n\
 191 the order they are declared.
 192 doclet.enum_values_doc.body=\  This method may be used to iterate\n\
 193  over the constants as follows:\n\
 194  <pre>\n\
 195  for ({0} c : {0}.values())\n\
 196  &nbsp;   System.out.println(c);\n\
 197  </pre>
 198 doclet.enum_values_doc.return=\
 199 an array containing the constants of this enum type, in the order they are declared
 200 
 201 doclet.enum_valueof_doc.firstsentence=\
 202 Returns the enum constant of this type with the specified name.
 203 doclet.enum_valueof_doc.body=\n\
 204 The string must match <i>exactly</i> an identifier used to declare an\n\


 205  enum constant in this type.  (Extraneous whitespace characters are \n\
 206  not permitted.)
 207 
 208 doclet.enum_valueof_doc.param_name=\
 209  the name of the enum constant to be returned.
 210 
 211 doclet.enum_valueof_doc.return=\
 212  the enum constant with the specified name
 213 
 214 doclet.enum_valueof_doc.throws_ila=\
 215  if this enum type has no constant with the specified name
 216 
 217 doclet.enum_valueof_doc.throws_npe=\
 218  if the argument is null