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