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