doclets.properties revision 3692:87b48a8fb3cf
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.Packages=Packages
46doclet.Modules=Modules
47doclet.Other_Packages=Other Packages
48doclet.Notice_taglet_registered=Registered Taglet {0} ...
49doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0}
50doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0}
51doclet.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.
52doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}...
53doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option...
54doclet.Author=Author:
55doclet.DefaultValue=Default value:
56doclet.PropertyDescription=Property description:
57doclet.PropertyGetter=Gets the value of the property
58doclet.PropertySetter=Sets the value of the property
59doclet.PropertyGetterWithName=Gets the value of the property {0}.
60doclet.PropertySetterWithName=Sets the value of the property {0}.
61doclet.Default=Default:
62doclet.Parameters=Parameters:
63doclet.TypeParameters=Type Parameters:
64doclet.Parameters_warn=@param argument "{0}" is not a parameter name.
65doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once.
66doclet.Type_Parameters_warn=@param argument "{0}" is not a type parameter name.
67doclet.Type_Parameters_dup_warn=Type parameter "{0}" is documented more than once.
68doclet.Returns=Returns:
69doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type.
70doclet.See_Also=See Also:
71doclet.See=See:
72doclet.SerialData=Serial Data:
73doclet.Since=Since:
74doclet.Throws=Throws:
75doclet.Version=Version:
76doclet.Factory=Factory:
77doclet.UnknownTag={0} is an unknown tag.
78doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
79doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
80# doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
81doclet.tag_misuse=Tag {0} cannot be used in {1} documentation.  It can only be used in the following types of documentation: {2}.
82doclet.javafx_tag_misuse=Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
83doclet.Package_Summary=Package Summary
84doclet.Requires_Summary=Requires
85doclet.Exported_Packages_Summary=Exported Packages
86doclet.Uses_Summary=Uses
87doclet.Provides_Summary=Provides
88doclet.Module_Summary=Module Summary
89doclet.Interface_Summary=Interface Summary
90doclet.Annotation_Types_Summary=Annotation Types Summary
91doclet.Enum_Summary=Enum Summary
92doclet.Exception_Summary=Exception Summary
93doclet.Error_Summary=Error Summary
94doclet.Class_Summary=Class Summary
95doclet.Nested_Class_Summary=Nested Class Summary
96doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
97doclet.Annotation_Type_Required_Member_Summary=Required Element Summary
98doclet.Field_Summary=Field Summary
99doclet.Property_Summary=Property Summary
100doclet.Enum_Constant_Summary=Enum Constant Summary
101doclet.Constructor_Summary=Constructor Summary
102doclet.Method_Summary=Method Summary
103doclet.Interfaces=Interfaces
104doclet.Enums=Enums
105doclet.AnnotationTypes=Annotation Types
106doclet.Exceptions=Exceptions
107doclet.Errors=Errors
108doclet.Classes=Classes
109doclet.Packages=Packages
110doclet.packages=packages
111doclet.modules=modules
112doclet.types=types
113doclet.All_Classes=All Classes
114doclet.All_Superinterfaces=All Superinterfaces:
115doclet.All_Implemented_Interfaces=All Implemented Interfaces:
116doclet.All_classes_and_interfaces=All classes and interfaces (except non-static nested types)
117doclet.Package_class_and_interface_descriptions=Package, class and interface descriptions
118doclet.Interface=Interface
119doclet.Class=Class
120doclet.AnnotationType=Annotation Type
121doclet.annotationtype=annotation type
122doclet.annotationtypes=annotation types
123doclet.Enum=Enum
124doclet.enum=enum
125doclet.enums=enums
126doclet.interface=interface
127doclet.interfaces=interfaces
128doclet.class=class
129doclet.classes=classes
130doclet.Error=Error
131doclet.error=error
132doclet.errors=errors
133doclet.Exception=Exception
134doclet.exception=exception
135doclet.exceptions=exceptions
136doclet.Package_private=(package private)
137doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class
138doclet.Nested_Classes_Interface_Inherited_From_Interface=Nested classes/interfaces inherited from interface
139doclet.Methods_Inherited_From_Class=Methods inherited from class
140doclet.Methods_Inherited_From_Interface=Methods inherited from interface
141doclet.Fields_Inherited_From_Class=Fields inherited from class
142doclet.Fields_Inherited_From_Interface=Fields inherited from interface
143doclet.Properties_Inherited_From_Class=Properties inherited from class
144doclet.Properties_Inherited_From_Interface=Properties inherited from interface
145doclet.Annotation_Type_Member_Detail=Element Detail
146doclet.Enum_Constant_Detail=Enum Constant Detail
147doclet.Constants_Summary=Constant Field Values
148doclet.Field_Detail=Field Detail
149doclet.Property_Detail=Property Detail
150doclet.Method_Detail=Method Detail
151doclet.Constructor_Detail=Constructor Detail
152doclet.Deprecated=Deprecated.
153doclet.Hidden=Hidden
154doclet.Groupname_already_used=In -group option, groupname already used: {0}
155doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference.
156doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants.
157doclet.value_tag_invalid_use=@value tag cannot be used here.
158doclet.dest_dir_create=Creating destination directory: "{0}"
159doclet.in={0} in {1}
160doclet.Use_Table_Summary=Use table, listing {0}, and an explanation
161doclet.Constants_Table_Summary={0} table, listing constant fields, and values
162doclet.Member_Table_Summary={0} table, listing {1}, and an explanation
163doclet.fields=fields
164doclet.Fields=Fields
165doclet.properties=properties
166doclet.Properties=Properties
167doclet.constructors=constructors
168doclet.Constructors=Constructors
169doclet.methods=methods
170doclet.Methods=Methods
171doclet.All_Methods=All Methods
172doclet.Static_Methods=Static Methods
173doclet.Instance_Methods=Instance Methods
174doclet.Abstract_Methods=Abstract Methods
175doclet.Concrete_Methods=Concrete Methods
176doclet.Default_Methods=Default Methods
177doclet.Deprecated_Methods=Deprecated Methods
178doclet.annotation_type_optional_members=optional elements
179doclet.Annotation_Type_Optional_Members=Optional Elements
180doclet.annotation_type_required_members=required elements
181doclet.Annotation_Type_Required_Members=Required Elements
182doclet.enum_constants=enum constants
183doclet.Enum_Constants=Enum Constants
184doclet.nested_classes=nested classes
185doclet.Nested_Classes=Nested Classes
186doclet.subclasses=subclasses
187doclet.subinterfaces=subinterfaces
188doclet.Modifier=Modifier
189doclet.Type=Type
190doclet.Implementation=Implementation:
191doclet.Types=Types
192doclet.Members=Members
193doclet.SearchTags=SearchTags
194doclet.search=SEARCH:
195doclet.Field=Field
196doclet.Property=Property
197doclet.Constructor=Constructor
198doclet.Method=Method
199doclet.Annotation_Type_Optional_Member=Optional Element
200doclet.Annotation_Type_Required_Member=Required Element
201doclet.Annotation_Type_Member=Annotation Type Element
202doclet.Enum_Constant=Enum Constant
203doclet.Class=Class
204doclet.Description=Description
205doclet.ConstantField=Constant Field
206doclet.Value=Value
207doclet.0_and_1={0} and {1}
208
209#Documentation for Enums
210doclet.enum_values_doc.fullbody=\
211 Returns an array containing the constants of this enum type, in\n\
212 the order they are declared. This method may be used to iterate\n\
213 over the constants as follows:\n\
214 <pre>\n\
215 for ({0} c : {0}.values())\n\
216 &nbsp;   System.out.println(c);\n\
217 </pre>
218
219doclet.enum_values_doc.return=\
220an array containing the constants of this enum type, in the order they are declared
221
222doclet.enum_valueof_doc.fullbody=\
223 Returns the enum constant of this type with the specified name.\n\
224 The string must match <i>exactly</i> an identifier used to declare an\n\
225 enum constant in this type.  (Extraneous whitespace characters are \n\
226 not permitted.)
227
228doclet.enum_valueof_doc.param_name=\
229 the name of the enum constant to be returned.
230
231doclet.enum_valueof_doc.return=\
232 the enum constant with the specified name
233
234doclet.enum_valueof_doc.throws_ila=\
235 if this enum type has no constant with the specified name
236
237doclet.enum_valueof_doc.throws_npe=\
238 if the argument is null
239