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

changeset 1606
ccbe7ffdd867
parent 1570
f91144b7da75
child 1963
a76dc1b4c299
equal deleted inserted replaced
1605:94e67bed460d 1606:ccbe7ffdd867
38 doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {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. 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}... 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... 41 doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option...
42 doclet.Author=Author: 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}.
43 doclet.Default=Default: 49 doclet.Default=Default:
44 doclet.Parameters=Parameters: 50 doclet.Parameters=Parameters:
45 doclet.TypeParameters=Type Parameters: 51 doclet.TypeParameters=Type Parameters:
46 doclet.Parameters_warn=@param argument "{0}" is not a parameter name. 52 doclet.Parameters_warn=@param argument "{0}" is not a parameter name.
47 doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once. 53 doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once.
59 doclet.UnknownTag={0} is an unknown tag. 65 doclet.UnknownTag={0} is an unknown tag.
60 doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case. 66 doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
61 doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method. 67 doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
62 doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}" 68 doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
63 doclet.tag_misuse=Tag {0} cannot be used in {1} documentation. It can only be used in the following types of documentation: {2}. 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.
64 doclet.Package_Summary=Package Summary 71 doclet.Package_Summary=Package Summary
65 doclet.Profile_Summary=Profile Summary 72 doclet.Profile_Summary=Profile Summary
66 doclet.Interface_Summary=Interface Summary 73 doclet.Interface_Summary=Interface Summary
67 doclet.Annotation_Types_Summary=Annotation Types Summary 74 doclet.Annotation_Types_Summary=Annotation Types Summary
68 doclet.Enum_Summary=Enum Summary 75 doclet.Enum_Summary=Enum Summary
71 doclet.Class_Summary=Class Summary 78 doclet.Class_Summary=Class Summary
72 doclet.Nested_Class_Summary=Nested Class Summary 79 doclet.Nested_Class_Summary=Nested Class Summary
73 doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary 80 doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
74 doclet.Annotation_Type_Required_Member_Summary=Required Element Summary 81 doclet.Annotation_Type_Required_Member_Summary=Required Element Summary
75 doclet.Field_Summary=Field Summary 82 doclet.Field_Summary=Field Summary
83 doclet.Property_Summary=Property Summary
76 doclet.Enum_Constant_Summary=Enum Constant Summary 84 doclet.Enum_Constant_Summary=Enum Constant Summary
77 doclet.Constructor_Summary=Constructor Summary 85 doclet.Constructor_Summary=Constructor Summary
78 doclet.Method_Summary=Method Summary 86 doclet.Method_Summary=Method Summary
79 doclet.Interfaces=Interfaces 87 doclet.Interfaces=Interfaces
80 doclet.Enums=Enums 88 doclet.Enums=Enums
113 doclet.Nested_Classes_Interface_Inherited_From_Interface=Nested classes/interfaces inherited from interface 121 doclet.Nested_Classes_Interface_Inherited_From_Interface=Nested classes/interfaces inherited from interface
114 doclet.Methods_Inherited_From_Class=Methods inherited from class 122 doclet.Methods_Inherited_From_Class=Methods inherited from class
115 doclet.Methods_Inherited_From_Interface=Methods inherited from interface 123 doclet.Methods_Inherited_From_Interface=Methods inherited from interface
116 doclet.Fields_Inherited_From_Class=Fields inherited from class 124 doclet.Fields_Inherited_From_Class=Fields inherited from class
117 doclet.Fields_Inherited_From_Interface=Fields inherited from interface 125 doclet.Fields_Inherited_From_Interface=Fields inherited from interface
126 doclet.Properties_Inherited_From_Class=Properties inherited from class
127 doclet.Properties_Inherited_From_Interface=Properties inherited from interface
118 doclet.Annotation_Type_Member_Detail=Element Detail 128 doclet.Annotation_Type_Member_Detail=Element Detail
119 doclet.Enum_Constant_Detail=Enum Constant Detail 129 doclet.Enum_Constant_Detail=Enum Constant Detail
120 doclet.Constants_Summary=Constant Field Values 130 doclet.Constants_Summary=Constant Field Values
121 doclet.Field_Detail=Field Detail 131 doclet.Field_Detail=Field Detail
132 doclet.Property_Detail=Property Detail
122 doclet.Method_Detail=Method Detail 133 doclet.Method_Detail=Method Detail
123 doclet.Constructor_Detail=Constructor Detail 134 doclet.Constructor_Detail=Constructor Detail
124 doclet.Deprecated=Deprecated. 135 doclet.Deprecated=Deprecated.
125 doclet.Groupname_already_used=In -group option, groupname already used: {0} 136 doclet.Groupname_already_used=In -group option, groupname already used: {0}
126 doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference. 137 doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference.
130 doclet.Use_Table_Summary=Use table, listing {0}, and an explanation 141 doclet.Use_Table_Summary=Use table, listing {0}, and an explanation
131 doclet.Constants_Table_Summary={0} table, listing constant fields, and values 142 doclet.Constants_Table_Summary={0} table, listing constant fields, and values
132 doclet.Member_Table_Summary={0} table, listing {1}, and an explanation 143 doclet.Member_Table_Summary={0} table, listing {1}, and an explanation
133 doclet.fields=fields 144 doclet.fields=fields
134 doclet.Fields=Fields 145 doclet.Fields=Fields
146 doclet.properties=properties
147 doclet.Properties=Properties
135 doclet.constructors=constructors 148 doclet.constructors=constructors
136 doclet.Constructors=Constructors 149 doclet.Constructors=Constructors
137 doclet.methods=methods 150 doclet.methods=methods
138 doclet.Methods=Methods 151 doclet.Methods=Methods
139 doclet.annotation_type_optional_members=optional elements 152 doclet.annotation_type_optional_members=optional elements
147 doclet.subclasses=subclasses 160 doclet.subclasses=subclasses
148 doclet.subinterfaces=subinterfaces 161 doclet.subinterfaces=subinterfaces
149 doclet.Modifier=Modifier 162 doclet.Modifier=Modifier
150 doclet.Type=Type 163 doclet.Type=Type
151 doclet.Field=Field 164 doclet.Field=Field
165 doclet.Property=Property
152 doclet.Constructor=Constructor 166 doclet.Constructor=Constructor
153 doclet.Method=Method 167 doclet.Method=Method
154 doclet.Annotation_Type_Optional_Member=Optional Element 168 doclet.Annotation_Type_Optional_Member=Optional Element
155 doclet.Annotation_Type_Required_Member=Required Element 169 doclet.Annotation_Type_Required_Member=Required Element
156 doclet.Annotation_Type_Member=Annotation Type Element 170 doclet.Annotation_Type_Member=Annotation Type Element

mercurial