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

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

mercurial