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.error.initializing.dest.dir=Error initializing destination directory: {0}
18doclet.exception.read.file=Error reading file: {0}\n\
19\t({1})
20doclet.exception.write.file=Error writing file: {0}\n\
21\t({1})
22doclet.exception.read.resource=Error reading system resource: {0}\n\
23\t({1})
24doclet.internal.exception=An internal exception has occurred. \n\
25\t({0})
26doclet.internal.report.bug=\
27Please file a bug against the javadoc tool via the Java bug reporting page\n\
28(http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com)\n\
29for duplicates. Include error messages and the following diagnostic in your report. Thank you.
30doclet.File_not_found=File not found: {0}
31doclet.Copy_Overwrite_warning=File {0} not copied to {1} due to existing file with same name...
32doclet.Copying_File_0_To_Dir_1=Copying file {0} to directory {1}...
33doclet.Copying_File_0_To_File_1=Copying file {0} to file {1}...
34doclet.No_Public_Classes_To_Document=No public or protected classes found to document.
35doclet.destination_directory_not_directory_0=Destination directory is not a directory: {0}
36doclet.destination_directory_not_writable_0=Destination directory not writable: {0}
37doclet.Encoding_not_supported=Encoding not supported: {0}
38doclet.Building_Tree=Building tree for all the packages and classes...
39doclet.Building_Index=Building index for all the packages and classes...
40doclet.Building_Index_For_All_Classes=Building index for all classes...
41doclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0.
42doclet.JavaScript_in_comment=JavaScript found in documentation comment.\n\
43Use --allow-script-in-comments to allow use of JavaScript.
44doclet.JavaScript_in_option=option {0} contains JavaScript.\n\
45Use --allow-script-in-comments to allow use of JavaScript.
46doclet.Packages=Packages
47doclet.Modules=Modules
48doclet.Other_Packages=Other Packages
49doclet.Other_Modules=Other Modules
50doclet.Notice_taglet_registered=Registered Taglet {0} ...
51doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0}
52doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0}
53doclet.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.
54doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}...
55doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option...
56doclet.Author=Author:
57doclet.DefaultValue=Default value:
58doclet.PropertyDescription=Property description:
59doclet.PropertyGetter=Gets the value of the property
60doclet.PropertySetter=Sets the value of the property
61doclet.PropertyGetterWithName=Gets the value of the property {0}.
62doclet.PropertySetterWithName=Sets the value of the property {0}.
63doclet.Default=Default:
64doclet.Parameters=Parameters:
65doclet.TypeParameters=Type Parameters:
66doclet.Parameters_warn=@param argument "{0}" is not a parameter name.
67doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once.
68doclet.Type_Parameters_warn=@param argument "{0}" is not a type parameter name.
69doclet.Type_Parameters_dup_warn=Type parameter "{0}" is documented more than once.
70doclet.Returns=Returns:
71doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type.
72doclet.See_Also=See Also:
73doclet.See=See:
74doclet.SerialData=Serial Data:
75doclet.Since=Since:
76doclet.Throws=Throws:
77doclet.Version=Version:
78doclet.Factory=Factory:
79doclet.UnknownTag={0} is an unknown tag.
80doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
81doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
82# doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
83doclet.tag_misuse=Tag {0} cannot be used in {1} documentation.  It can only be used in the following types of documentation: {2}.
84doclet.javafx_tag_misuse=Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
85doclet.Package_Summary=Package Summary
86doclet.Requires_Summary=Requires
87doclet.Indirect_Requires_Summary=Indirect Requires
88doclet.Indirect_Exports_Summary=Indirect Exports
89doclet.Indirect_Opens_Summary=Indirect Opens
90doclet.Exported_Packages_Summary=Exports
91doclet.Opened_Packages_Summary=Opens
92doclet.Concealed_Packages_Summary=Concealed
93doclet.From=From
94doclet.Packages_Summary=Packages
95doclet.Uses_Summary=Uses
96doclet.Provides_Summary=Provides
97doclet.Module_Summary=Module Summary
98doclet.Interface_Summary=Interface Summary
99doclet.Annotation_Types_Summary=Annotation Types Summary
100doclet.Enum_Summary=Enum Summary
101doclet.Exception_Summary=Exception Summary
102doclet.Error_Summary=Error Summary
103doclet.Class_Summary=Class Summary
104doclet.Nested_Class_Summary=Nested Class Summary
105doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
106doclet.Annotation_Type_Required_Member_Summary=Required Element Summary
107doclet.Field_Summary=Field Summary
108doclet.Property_Summary=Property Summary
109doclet.Enum_Constant_Summary=Enum Constant Summary
110doclet.Constructor_Summary=Constructor Summary
111doclet.Method_Summary=Method Summary
112doclet.Interfaces=Interfaces
113doclet.Enums=Enums
114doclet.AnnotationTypes=Annotation Types
115doclet.Exceptions=Exceptions
116doclet.Errors=Errors
117doclet.Classes=Classes
118doclet.Packages=Packages
119doclet.packages=packages
120doclet.modules=modules
121doclet.types=types
122doclet.All_Classes=All Classes
123doclet.All_Superinterfaces=All Superinterfaces:
124doclet.All_Implemented_Interfaces=All Implemented Interfaces:
125doclet.All_classes_and_interfaces=All classes and interfaces (except non-static nested types)
126doclet.Package_class_and_interface_descriptions=Package, class and interface descriptions
127doclet.Interface=Interface
128doclet.Class=Class
129doclet.AnnotationType=Annotation Type
130doclet.annotationtype=annotation type
131doclet.annotationtypes=annotation types
132doclet.Enum=Enum
133doclet.enum=enum
134doclet.enums=enums
135doclet.interface=interface
136doclet.interfaces=interfaces
137doclet.class=class
138doclet.classes=classes
139doclet.Error=Error
140doclet.error=error
141doclet.errors=errors
142doclet.Exception=Exception
143doclet.exception=exception
144doclet.exceptions=exceptions
145doclet.Package_private=(package private)
146doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class
147doclet.Nested_Classes_Interface_Inherited_From_Interface=Nested classes/interfaces inherited from interface
148doclet.Methods_Inherited_From_Class=Methods inherited from class
149doclet.Methods_Inherited_From_Interface=Methods inherited from interface
150doclet.Fields_Inherited_From_Class=Fields inherited from class
151doclet.Fields_Inherited_From_Interface=Fields inherited from interface
152doclet.Properties_Inherited_From_Class=Properties inherited from class
153doclet.Properties_Inherited_From_Interface=Properties inherited from interface
154doclet.Annotation_Type_Member_Detail=Element Detail
155doclet.Enum_Constant_Detail=Enum Constant Detail
156doclet.Constants_Summary=Constant Field Values
157doclet.Field_Detail=Field Detail
158doclet.Property_Detail=Property Detail
159doclet.Method_Detail=Method Detail
160doclet.Constructor_Detail=Constructor Detail
161doclet.Deprecated=Deprecated.
162doclet.DeprecatedForRemoval=Deprecated, for removal: This API element is subject to removal in a future version.
163doclet.Hidden=Hidden
164doclet.Groupname_already_used=In -group option, groupname already used: {0}
165doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference.
166doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants.
167doclet.value_tag_invalid_use=@value tag cannot be used here.
168doclet.dest_dir_create=Creating destination directory: "{0}"
169doclet.in={0} in {1}
170doclet.Use_Table_Summary=Use table, listing {0}, and an explanation
171doclet.Constants_Table_Summary={0} table, listing constant fields, and values
172doclet.Member_Table_Summary={0} table, listing {1}, and an explanation
173doclet.Indirect_Packages_Table_Summary={0} table, listing {1}, and {2}
174doclet.fields=fields
175doclet.Fields=Fields
176doclet.properties=properties
177doclet.Properties=Properties
178doclet.constructors=constructors
179doclet.Constructors=Constructors
180doclet.methods=methods
181doclet.Methods=Methods
182doclet.All_Methods=All Methods
183doclet.Static_Methods=Static Methods
184doclet.Instance_Methods=Instance Methods
185doclet.Abstract_Methods=Abstract Methods
186doclet.Concrete_Methods=Concrete Methods
187doclet.Default_Methods=Default Methods
188doclet.Deprecated_Methods=Deprecated Methods
189doclet.annotation_type_optional_members=optional elements
190doclet.Annotation_Type_Optional_Members=Optional Elements
191doclet.annotation_type_required_members=required elements
192doclet.Annotation_Type_Required_Members=Required Elements
193doclet.enum_constants=enum constants
194doclet.Enum_Constants=Enum Constants
195doclet.nested_classes=nested classes
196doclet.Nested_Classes=Nested Classes
197doclet.subclasses=subclasses
198doclet.subinterfaces=subinterfaces
199doclet.Modifier=Modifier
200doclet.Type=Type
201doclet.Implementation=Implementation(s):
202doclet.Types=Types
203doclet.Members=Members
204doclet.SearchTags=SearchTags
205doclet.search=SEARCH:
206doclet.Field=Field
207doclet.Property=Property
208doclet.Constructor=Constructor
209doclet.Method=Method
210doclet.Annotation_Type_Optional_Member=Optional Element
211doclet.Annotation_Type_Required_Member=Required Element
212doclet.Annotation_Type_Member=Annotation Type Element
213doclet.Enum_Constant=Enum Constant
214doclet.Class=Class
215doclet.Description=Description
216doclet.ConstantField=Constant Field
217doclet.Value=Value
218doclet.0_and_1={0} and {1}
219
220#Documentation for Enums
221doclet.enum_values_doc.fullbody=\
222 Returns an array containing the constants of this enum type, in\n\
223 the order they are declared. This method may be used to iterate\n\
224 over the constants as follows:\n\
225 <pre>\n\
226 for ({0} c : {0}.values())\n\
227 &nbsp;   System.out.println(c);\n\
228 </pre>
229
230doclet.enum_values_doc.return=\
231an array containing the constants of this enum type, in the order they are declared
232
233doclet.enum_valueof_doc.fullbody=\
234 Returns the enum constant of this type with the specified name.\n\
235 The string must match <i>exactly</i> an identifier used to declare an\n\
236 enum constant in this type.  (Extraneous whitespace characters are \n\
237 not permitted.)
238
239doclet.enum_valueof_doc.param_name=\
240 the name of the enum constant to be returned.
241
242doclet.enum_valueof_doc.return=\
243 the enum constant with the specified name
244
245doclet.enum_valueof_doc.throws_ila=\
246 if this enum type has no constant with the specified name
247
248doclet.enum_valueof_doc.throws_npe=\
249 if the argument is null
250