doclets.properties revision 3294:9adfb22ff08f
199193Sjmallettdoclet.Generating_0=Generating {0}...
299193Sjmallettdoclet.Toolkit_Usage_Violation=The Doclet Toolkit can only be used by {0}
399193Sjmallettdoclet.MissingSerialTag=in class {0}, missing @serial tag for default serializable field: {1}.
499193Sjmallettdoclet.MissingSerialDataTag=in class {0}, missing @serialData tag in method {1}.
599193Sjmallettdoclet.Serializable_no_customization=No readObject or writeObject method declared.
699193Sjmallettdoclet.Serialized_Form=Serialized Form
799193Sjmallettdoclet.Serialized_Form_methods=Serialization Methods
899193Sjmallettdoclet.Serialized_Form_fields=Serialized Fields
999193Sjmallettdoclet.Serialized_Form_class=Serialization Overview
1099193Sjmallettdoclet.Class_0_implements_serializable=Class {0} implements Serializable
1199193Sjmallettdoclet.Class_0_extends_implements_serializable=Class {0} extends {1} implements Serializable
1299193Sjmallettdoclet.Option_conflict=Option {0} conflicts with {1}
1399193Sjmallettdoclet.Option_reuse=Option reused: {0}
1499193Sjmallettdoclet.Option_doclint_no_qualifiers=Access qualifiers not permitted for -Xdoclint arguments
1599193Sjmallettdoclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option
1699193Sjmallettdoclet.Option_doclint_package_invalid_arg=Invalid argument for -Xdoclint/package option
1799193Sjmallettdoclet.exception_encountered= {0} encountered \n\
1899193Sjmallett\twhile attempting to create file: {1}
1999193Sjmallettdoclet.perform_copy_exception_encountered= {0} encountered while \n\
2099193Sjmallettperforming copy.
2199193Sjmallettdoclet.File_not_found=File not found: {0}
2299193Sjmallettdoclet.Copy_Overwrite_warning=File {0} not copied to {1} due to existing file with same name...
2399193Sjmallettdoclet.Copying_File_0_To_Dir_1=Copying file {0} to directory {1}...
2499193Sjmallettdoclet.Copying_File_0_To_File_1=Copying file {0} to file {1}...
2599193Sjmallettdoclet.No_Public_Classes_To_Document=No public or protected classes found to document.
2699193Sjmallettdoclet.destination_directory_not_directory_0=Destination directory is not a directory {0}
2799193Sjmallettdoclet.destination_directory_not_writable_0=Destination directory not writable {0}
2899193Sjmallettdoclet.Encoding_not_supported=Encoding not supported: {0}
2999193Sjmallettdoclet.Building_Tree=Building tree for all the packages and classes...
3099193Sjmallettdoclet.Building_Index=Building index for all the packages and classes...
3199193Sjmallettdoclet.Building_Index_For_All_Classes=Building index for all classes...
3299193Sjmallettdoclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0.
3399193Sjmallettdoclet.Packages=Packages
3499193Sjmallettdoclet.Modules=Modules
3599193Sjmallettdoclet.Other_Packages=Other Packages
3699193Sjmallettdoclet.Notice_taglet_registered=Registered Taglet {0} ...
3799193Sjmallettdoclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0}
3899193Sjmallettdoclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0}
3999193Sjmallettdoclet.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.
4099193Sjmallettdoclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}...
4199193Sjmallettdoclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option...
4299193Sjmallettdoclet.Author=Author:
4399193Sjmallettdoclet.DefaultValue=Default value:
4499193Sjmallettdoclet.PropertyDescription=Property description:
4599193Sjmallettdoclet.PropertyGetter=Gets the value of the property
4699193Sjmallettdoclet.PropertySetter=Sets the value of the property
4799193Sjmallettdoclet.PropertyGetterWithName=Gets the value of the property {0}.
4899193Sjmallettdoclet.PropertySetterWithName=Sets the value of the property {0}.
4999193Sjmallettdoclet.Default=Default:
5099193Sjmallettdoclet.Parameters=Parameters:
5199193Sjmallettdoclet.TypeParameters=Type Parameters:
5299193Sjmallettdoclet.Parameters_warn=@param argument "{0}" is not a parameter name.
5399193Sjmallettdoclet.Parameters_dup_warn=Parameter "{0}" is documented more than once.
5499193Sjmallettdoclet.Type_Parameters_warn=@param argument "{0}" is not a type parameter name.
5599193Sjmallettdoclet.Type_Parameters_dup_warn=Type parameter "{0}" is documented more than once.
5699193Sjmallettdoclet.Returns=Returns:
5799193Sjmallettdoclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type.
5899193Sjmallettdoclet.See_Also=See Also:
5999193Sjmallettdoclet.See=See:
6099193Sjmallettdoclet.SerialData=Serial Data:
6199193Sjmallettdoclet.Since=Since:
6299193Sjmallettdoclet.Throws=Throws:
6399193Sjmallettdoclet.Version=Version:
6499193Sjmallettdoclet.Factory=Factory:
6599193Sjmallettdoclet.UnknownTag={0} is an unknown tag.
6699193Sjmallettdoclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
6799193Sjmallettdoclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
6899193Sjmallett# doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
6999193Sjmallettdoclet.tag_misuse=Tag {0} cannot be used in {1} documentation.  It can only be used in the following types of documentation: {2}.
7099193Sjmallettdoclet.javafx_tag_misuse=Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
7199193Sjmallettdoclet.Package_Summary=Package Summary
7299193Sjmallettdoclet.Module_Summary=Module Summary
7399193Sjmallettdoclet.Interface_Summary=Interface Summary
7499193Sjmallettdoclet.Annotation_Types_Summary=Annotation Types Summary
7599193Sjmallettdoclet.Enum_Summary=Enum Summary
7699193Sjmallettdoclet.Exception_Summary=Exception Summary
7799193Sjmallettdoclet.Error_Summary=Error Summary
7899193Sjmallettdoclet.Class_Summary=Class Summary
7999193Sjmallettdoclet.Nested_Class_Summary=Nested Class Summary
8099193Sjmallettdoclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
8199193Sjmallettdoclet.Annotation_Type_Required_Member_Summary=Required Element Summary
8299193Sjmallettdoclet.Field_Summary=Field Summary
8399193Sjmallettdoclet.Property_Summary=Property Summary
8499193Sjmallettdoclet.Enum_Constant_Summary=Enum Constant Summary
8599193Sjmallettdoclet.Constructor_Summary=Constructor Summary
8699193Sjmallettdoclet.Method_Summary=Method Summary
8799193Sjmallettdoclet.Interfaces=Interfaces
8899193Sjmallettdoclet.Enums=Enums
8999193Sjmallettdoclet.AnnotationTypes=Annotation Types
9099193Sjmallettdoclet.Exceptions=Exceptions
9199193Sjmallettdoclet.Errors=Errors
9299193Sjmallettdoclet.Classes=Classes
9399193Sjmallettdoclet.Packages=Packages
9499193Sjmallettdoclet.packages=packages
9599193Sjmallettdoclet.modules=modules
9699193Sjmallettdoclet.All_Classes=All Classes
9799222Sjmallettdoclet.All_Superinterfaces=All Superinterfaces:
9899222Sjmallettdoclet.All_Implemented_Interfaces=All Implemented Interfaces:
9999193Sjmallettdoclet.All_classes_and_interfaces=All classes and interfaces (except non-static nested types)
10099193Sjmallettdoclet.Package_class_and_interface_descriptions=Package, class and interface descriptions
10199193Sjmallettdoclet.Interface=Interface
102105737Sjmallettdoclet.Class=Class
10399193Sjmallettdoclet.AnnotationType=Annotation Type
10499193Sjmallettdoclet.annotationtype=annotation type
10599193Sjmallettdoclet.annotationtypes=annotation types
10699193Sjmallettdoclet.Enum=Enum
10799193Sjmallettdoclet.enum=enum
10899193Sjmallettdoclet.enums=enums
10999823Sjmallettdoclet.interface=interface
11099823Sjmallettdoclet.interfaces=interfaces
11199193Sjmallettdoclet.class=class
112101687Sjmallettdoclet.classes=classes
113105737Sjmallettdoclet.Error=Error
11499193Sjmallettdoclet.error=error
11599193Sjmallettdoclet.errors=errors
11699193Sjmallettdoclet.Exception=Exception
11799193Sjmallettdoclet.exception=exception
11899193Sjmallettdoclet.exceptions=exceptions
11999193Sjmallettdoclet.Package_private=(package private)
12099193Sjmallettdoclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class
12199193Sjmallettdoclet.Nested_Classes_Interface_Inherited_From_Interface=Nested classes/interfaces inherited from interface
122doclet.Methods_Inherited_From_Class=Methods inherited from class
123doclet.Methods_Inherited_From_Interface=Methods inherited from interface
124doclet.Fields_Inherited_From_Class=Fields inherited from class
125doclet.Fields_Inherited_From_Interface=Fields inherited from interface
126doclet.Properties_Inherited_From_Class=Properties inherited from class
127doclet.Properties_Inherited_From_Interface=Properties inherited from interface
128doclet.Annotation_Type_Member_Detail=Element Detail
129doclet.Enum_Constant_Detail=Enum Constant Detail
130doclet.Constants_Summary=Constant Field Values
131doclet.Field_Detail=Field Detail
132doclet.Property_Detail=Property Detail
133doclet.Method_Detail=Method Detail
134doclet.Constructor_Detail=Constructor Detail
135doclet.Deprecated=Deprecated.
136doclet.Groupname_already_used=In -group option, groupname already used: {0}
137doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference.
138doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants.
139doclet.value_tag_invalid_use=@value tag cannot be used here.
140doclet.dest_dir_create=Creating destination directory: "{0}"
141doclet.in={0} in {1}
142doclet.Use_Table_Summary=Use table, listing {0}, and an explanation
143doclet.Constants_Table_Summary={0} table, listing constant fields, and values
144doclet.Member_Table_Summary={0} table, listing {1}, and an explanation
145doclet.fields=fields
146doclet.Fields=Fields
147doclet.properties=properties
148doclet.Properties=Properties
149doclet.constructors=constructors
150doclet.Constructors=Constructors
151doclet.methods=methods
152doclet.Methods=Methods
153doclet.All_Methods=All Methods
154doclet.Static_Methods=Static Methods
155doclet.Instance_Methods=Instance Methods
156doclet.Abstract_Methods=Abstract Methods
157doclet.Concrete_Methods=Concrete Methods
158doclet.Default_Methods=Default Methods
159doclet.Deprecated_Methods=Deprecated Methods
160doclet.annotation_type_optional_members=optional elements
161doclet.Annotation_Type_Optional_Members=Optional Elements
162doclet.annotation_type_required_members=required elements
163doclet.Annotation_Type_Required_Members=Required Elements
164doclet.enum_constants=enum constants
165doclet.Enum_Constants=Enum Constants
166doclet.nested_classes=nested classes
167doclet.Nested_Classes=Nested Classes
168doclet.subclasses=subclasses
169doclet.subinterfaces=subinterfaces
170doclet.Modifier=Modifier
171doclet.Type=Type
172doclet.Types=Types
173doclet.Members=Members
174doclet.SearchTags=SearchTags
175doclet.search=SEARCH:
176doclet.Field=Field
177doclet.Property=Property
178doclet.Constructor=Constructor
179doclet.Method=Method
180doclet.Annotation_Type_Optional_Member=Optional Element
181doclet.Annotation_Type_Required_Member=Required Element
182doclet.Annotation_Type_Member=Annotation Type Element
183doclet.Enum_Constant=Enum Constant
184doclet.Class=Class
185doclet.Description=Description
186doclet.ConstantField=Constant Field
187doclet.Value=Value
188doclet.0_and_1={0} and {1}
189
190#Documentation for Enums
191doclet.enum_values_doc.firstsentence=\
192Returns an array containing the constants of this enum type, in\n\
193the order they are declared.
194doclet.enum_values_doc.body=\  This method may be used to iterate\n\
195 over the constants as follows:\n\
196 <pre>\n\
197 for ({0} c : {0}.values())\n\
198 &nbsp;   System.out.println(c);\n\
199 </pre>
200doclet.enum_values_doc.return=\
201an array containing the constants of this enum type, in the order they are declared
202
203doclet.enum_valueof_doc.firstsentence=\
204Returns the enum constant of this type with the specified name.
205doclet.enum_valueof_doc.body=\n\
206The string must match <i>exactly</i> an identifier used to declare an\n\
207 enum constant in this type.  (Extraneous whitespace characters are \n\
208 not permitted.)
209
210doclet.enum_valueof_doc.param_name=\
211 the name of the enum constant to be returned.
212
213doclet.enum_valueof_doc.return=\
214 the enum constant with the specified name
215
216doclet.enum_valueof_doc.throws_ila=\
217 if this enum type has no constant with the specified name
218
219doclet.enum_valueof_doc.throws_npe=\
220 if the argument is null
221