src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets.properties

Thu, 24 May 2018 18:02:46 +0800

author
aoqi
date
Thu, 24 May 2018 18:02:46 +0800
changeset 3446
e468915bad3a
parent 3315
6f0746b6de9f
parent 2893
ca5783d9a597
permissions
-rw-r--r--

Merge

     1 doclet.Generating_0=Generating {0}...
     2 doclet.Toolkit_Usage_Violation=The Doclet Toolkit can only be used by {0}
     3 doclet.MissingSerialTag=in class {0}, missing @serial tag for default serializable field: {1}.
     4 doclet.MissingSerialDataTag=in class {0}, missing @serialData tag in method {1}.
     5 doclet.Serializable_no_customization=No readObject or writeObject method declared.
     6 doclet.Serialized_Form=Serialized Form
     7 doclet.Serialized_Form_methods=Serialization Methods
     8 doclet.Serialized_Form_fields=Serialized Fields
     9 doclet.Serialized_Form_class=Serialization Overview
    10 doclet.Class_0_implements_serializable=Class {0} implements Serializable
    11 doclet.Class_0_extends_implements_serializable=Class {0} extends {1} implements Serializable
    12 doclet.Option_conflict=Option {0} conflicts with {1}
    13 doclet.Option_reuse=Option reused: {0}
    14 doclet.Option_doclint_no_qualifiers=Access qualifiers not permitted for -Xdoclint arguments
    15 doclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option
    16 doclet.exception_encountered= {0} encountered \n\
    17 \twhile attempting to create file: {1}
    18 doclet.perform_copy_exception_encountered= {0} encountered while \n\
    19 performing copy.
    20 doclet.File_not_found=File not found: {0}
    21 doclet.Copy_Overwrite_warning=File {0} not copied to {1} due to existing file with same name...
    22 doclet.Copying_File_0_To_Dir_1=Copying file {0} to directory {1}...
    23 doclet.Copying_File_0_To_File_1=Copying file {0} to file {1}...
    24 doclet.No_Public_Classes_To_Document=No public or protected classes found to document.
    25 doclet.Unable_to_create_directory_0=Unable to create directory {0}
    26 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}
    28 doclet.Encoding_not_supported=Encoding not supported: {0}
    29 doclet.Building_Tree=Building tree for all the packages and classes...
    30 doclet.Building_Index=Building index for all the packages and classes...
    31 doclet.Building_Index_For_All_Classes=Building index for all classes...
    32 doclet.JavaScript_in_option=Argument for {0} contains JavaScript.\n\
    33 Use --allow-script-in-comments to allow use of JavaScript.
    34 doclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0.
    35 doclet.Packages=Packages
    36 doclet.Profiles=Profiles
    37 doclet.Other_Packages=Other Packages
    38 doclet.Notice_taglet_registered=Registered Taglet {0} ...
    39 doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0}
    40 doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0}
    41 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.
    42 doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}...
    43 doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option...
    44 doclet.Author=Author:
    45 doclet.DefaultValue=Default value:
    46 doclet.PropertyDescription=Property description:
    47 doclet.PropertyGetter=Gets the value of the property
    48 doclet.PropertySetter=Sets the value of the property
    49 doclet.PropertyGetterWithName=Gets the value of the property {0}.
    50 doclet.PropertySetterWithName=Sets the value of the property {0}.
    51 doclet.Default=Default:
    52 doclet.Parameters=Parameters:
    53 doclet.TypeParameters=Type Parameters:
    54 doclet.Parameters_warn=@param argument "{0}" is not a parameter name.
    55 doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once.
    56 doclet.Type_Parameters_warn=@param argument "{0}" is not a type parameter name.
    57 doclet.Type_Parameters_dup_warn=Type parameter "{0}" is documented more than once.
    58 doclet.Returns=Returns:
    59 doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type.
    60 doclet.See_Also=See Also:
    61 doclet.See=See:
    62 doclet.SerialData=Serial Data:
    63 doclet.Since=Since:
    64 doclet.Throws=Throws:
    65 doclet.Version=Version:
    66 doclet.Factory=Factory:
    67 doclet.UnknownTag={0} is an unknown tag.
    68 doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
    69 doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
    70 doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
    71 doclet.tag_misuse=Tag {0} cannot be used in {1} documentation.  It can only be used in the following types of documentation: {2}.
    72 doclet.javafx_tag_misuse=Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
    73 doclet.Package_Summary=Package Summary
    74 doclet.Profile_Summary=Profile Summary
    75 doclet.Interface_Summary=Interface Summary
    76 doclet.Annotation_Types_Summary=Annotation Types Summary
    77 doclet.Enum_Summary=Enum Summary
    78 doclet.Exception_Summary=Exception Summary
    79 doclet.Error_Summary=Error Summary
    80 doclet.Class_Summary=Class Summary
    81 doclet.Nested_Class_Summary=Nested Class Summary
    82 doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
    83 doclet.Annotation_Type_Required_Member_Summary=Required Element Summary
    84 doclet.Field_Summary=Field Summary
    85 doclet.Property_Summary=Property Summary
    86 doclet.Enum_Constant_Summary=Enum Constant Summary
    87 doclet.Constructor_Summary=Constructor Summary
    88 doclet.Method_Summary=Method Summary
    89 doclet.Interfaces=Interfaces
    90 doclet.Enums=Enums
    91 doclet.AnnotationTypes=Annotation Types
    92 doclet.Exceptions=Exceptions
    93 doclet.Errors=Errors
    94 doclet.Classes=Classes
    95 doclet.Packages=Packages
    96 doclet.packages=packages
    97 doclet.profiles=profiles
    98 doclet.All_Classes=All Classes
    99 doclet.All_Superinterfaces=All Superinterfaces:
   100 doclet.All_Implemented_Interfaces=All Implemented Interfaces:
   101 doclet.All_classes_and_interfaces=All classes and interfaces (except non-static nested types)
   102 doclet.Package_class_and_interface_descriptions=Package, class and interface descriptions
   103 doclet.Interface=Interface
   104 doclet.Class=Class
   105 doclet.AnnotationType=Annotation Type
   106 doclet.annotationtype=annotation type
   107 doclet.annotationtypes=annotation types
   108 doclet.Enum=Enum
   109 doclet.enum=enum
   110 doclet.enums=enums
   111 doclet.interface=interface
   112 doclet.interfaces=interfaces
   113 doclet.class=class
   114 doclet.classes=classes
   115 doclet.Error=Error
   116 doclet.error=error
   117 doclet.errors=errors
   118 doclet.Exception=Exception
   119 doclet.exception=exception
   120 doclet.exceptions=exceptions
   121 doclet.Package_private=(package private)
   122 doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class
   123 doclet.Nested_Classes_Interface_Inherited_From_Interface=Nested classes/interfaces inherited from interface
   124 doclet.Methods_Inherited_From_Class=Methods inherited from class
   125 doclet.Methods_Inherited_From_Interface=Methods inherited from interface
   126 doclet.Fields_Inherited_From_Class=Fields inherited from class
   127 doclet.Fields_Inherited_From_Interface=Fields inherited from interface
   128 doclet.Properties_Inherited_From_Class=Properties inherited from class
   129 doclet.Properties_Inherited_From_Interface=Properties inherited from interface
   130 doclet.Annotation_Type_Member_Detail=Element Detail
   131 doclet.Enum_Constant_Detail=Enum Constant Detail
   132 doclet.Constants_Summary=Constant Field Values
   133 doclet.Field_Detail=Field Detail
   134 doclet.Property_Detail=Property Detail
   135 doclet.Method_Detail=Method Detail
   136 doclet.Constructor_Detail=Constructor Detail
   137 doclet.Deprecated=Deprecated.
   138 doclet.Groupname_already_used=In -group option, groupname already used: {0}
   139 doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference.
   140 doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants.
   141 doclet.value_tag_invalid_use=@value tag cannot be used here.
   142 doclet.dest_dir_create=Creating destination directory: "{0}"
   143 doclet.in={0} in {1}
   144 doclet.Use_Table_Summary=Use table, listing {0}, and an explanation
   145 doclet.Constants_Table_Summary={0} table, listing constant fields, and values
   146 doclet.Member_Table_Summary={0} table, listing {1}, and an explanation
   147 doclet.fields=fields
   148 doclet.Fields=Fields
   149 doclet.properties=properties
   150 doclet.Properties=Properties
   151 doclet.constructors=constructors
   152 doclet.Constructors=Constructors
   153 doclet.methods=methods
   154 doclet.Methods=Methods
   155 doclet.All_Methods=All Methods
   156 doclet.Static_Methods=Static Methods
   157 doclet.Instance_Methods=Instance Methods
   158 doclet.Abstract_Methods=Abstract Methods
   159 doclet.Concrete_Methods=Concrete Methods
   160 doclet.Default_Methods=Default Methods
   161 doclet.Deprecated_Methods=Deprecated Methods
   162 doclet.annotation_type_optional_members=optional elements
   163 doclet.Annotation_Type_Optional_Members=Optional Elements
   164 doclet.annotation_type_required_members=required elements
   165 doclet.Annotation_Type_Required_Members=Required Elements
   166 doclet.enum_constants=enum constants
   167 doclet.Enum_Constants=Enum Constants
   168 doclet.nested_classes=nested classes
   169 doclet.Nested_Classes=Nested Classes
   170 doclet.subclasses=subclasses
   171 doclet.subinterfaces=subinterfaces
   172 doclet.Modifier=Modifier
   173 doclet.Type=Type
   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}
   188 #Documentation for Enums
   189 doclet.enum_values_doc.main=\n\
   190  Returns an array containing the constants of this enum type, in\n\
   191  the order they are declared.  This method may be used to iterate\n\
   192  over the constants as follows:\n\
   193  <pre>\n\
   194  for ({0} c : {0}.values())\n\
   195  &nbsp;   System.out.println(c);\n\
   196  </pre>
   198 doclet.enum_values_doc.return=\n\
   199  an array containing the constants of this enum type, in the order they are declared
   201 doclet.enum_valueof_doc.main=\n\
   202  Returns the enum constant of this type with the specified name.\n\
   203  The string must match <i>exactly</i> an identifier used to declare an\n\
   204  enum constant in this type.  (Extraneous whitespace characters are \n\
   205  not permitted.)
   207 doclet.enum_valueof_doc.param_name=\
   208  the name of the enum constant to be returned.
   210 doclet.enum_valueof_doc.return=\
   211  the enum constant with the specified name
   213 doclet.enum_valueof_doc.throws_ila=\
   214  if this enum type has no constant with the specified name
   216 doclet.enum_valueof_doc.throws_npe=\
   217  if the argument is null

mercurial