doclets.properties revision 3831:209b0eab0e1f
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.Additional_Modules_Required_Summary=Additional Modules Required
86doclet.Additional_Exported_Packages_Summary=Additional Exported Packages
87doclet.Additional_Opened_Packages_Summary=Additional Opened Packages
88doclet.Exported_Packages_Summary=Exported Packages
89doclet.Opened_Packages_Summary=Opened Packages
90doclet.Concealed_Packages_Summary=Concealed Packages
91doclet.Packages_Summary=Packages
92doclet.Uses_Summary=Uses
93doclet.Provides_Summary=Provides
94doclet.Module_Summary=Module Summary
95doclet.Interface_Summary=Interface Summary
96doclet.Annotation_Types_Summary=Annotation Types Summary
97doclet.Enum_Summary=Enum Summary
98doclet.Exception_Summary=Exception Summary
99doclet.Error_Summary=Error Summary
100doclet.Class_Summary=Class Summary
101doclet.Nested_Class_Summary=Nested Class Summary
102doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
103doclet.Annotation_Type_Required_Member_Summary=Required Element Summary
104doclet.Field_Summary=Field Summary
105doclet.Property_Summary=Property Summary
106doclet.Enum_Constant_Summary=Enum Constant Summary
107doclet.Constructor_Summary=Constructor Summary
108doclet.Method_Summary=Method Summary
109doclet.Interfaces=Interfaces
110doclet.Enums=Enums
111doclet.AnnotationTypes=Annotation Types
112doclet.Exceptions=Exceptions
113doclet.Errors=Errors
114doclet.Classes=Classes
115doclet.Packages=Packages
116doclet.packages=packages
117doclet.modules=modules
118doclet.types=types
119doclet.All_Classes=All Classes
120doclet.All_Superinterfaces=All Superinterfaces:
121doclet.All_Implemented_Interfaces=All Implemented Interfaces:
122doclet.All_classes_and_interfaces=All classes and interfaces (except non-static nested types)
123doclet.Package_class_and_interface_descriptions=Package, class and interface descriptions
124doclet.Interface=Interface
125doclet.Class=Class
126doclet.AnnotationType=Annotation Type
127doclet.annotationtype=annotation type
128doclet.annotationtypes=annotation types
129doclet.Enum=Enum
130doclet.enum=enum
131doclet.enums=enums
132doclet.interface=interface
133doclet.interfaces=interfaces
134doclet.class=class
135doclet.classes=classes
136doclet.Error=Error
137doclet.error=error
138doclet.errors=errors
139doclet.Exception=Exception
140doclet.exception=exception
141doclet.exceptions=exceptions
142doclet.Package_private=(package private)
143doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class
144doclet.Nested_Classes_Interface_Inherited_From_Interface=Nested classes/interfaces inherited from interface
145doclet.Methods_Inherited_From_Class=Methods inherited from class
146doclet.Methods_Inherited_From_Interface=Methods inherited from interface
147doclet.Fields_Inherited_From_Class=Fields inherited from class
148doclet.Fields_Inherited_From_Interface=Fields inherited from interface
149doclet.Properties_Inherited_From_Class=Properties inherited from class
150doclet.Properties_Inherited_From_Interface=Properties inherited from interface
151doclet.Annotation_Type_Member_Detail=Element Detail
152doclet.Enum_Constant_Detail=Enum Constant Detail
153doclet.Constants_Summary=Constant Field Values
154doclet.Field_Detail=Field Detail
155doclet.Property_Detail=Property Detail
156doclet.Method_Detail=Method Detail
157doclet.Constructor_Detail=Constructor Detail
158doclet.Deprecated=Deprecated.
159doclet.DeprecatedForRemoval=Deprecated, for removal: This API element is subject to removal in a future version. 
160doclet.Hidden=Hidden
161doclet.Groupname_already_used=In -group option, groupname already used: {0}
162doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference.
163doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants.
164doclet.value_tag_invalid_use=@value tag cannot be used here.
165doclet.dest_dir_create=Creating destination directory: "{0}"
166doclet.in={0} in {1}
167doclet.Use_Table_Summary=Use table, listing {0}, and an explanation
168doclet.Constants_Table_Summary={0} table, listing constant fields, and values
169doclet.Member_Table_Summary={0} table, listing {1}, and an explanation
170doclet.Additional_Packages_Table_Summary={0} table, listing {1}, and {2}
171doclet.fields=fields
172doclet.Fields=Fields
173doclet.properties=properties
174doclet.Properties=Properties
175doclet.constructors=constructors
176doclet.Constructors=Constructors
177doclet.methods=methods
178doclet.Methods=Methods
179doclet.All_Methods=All Methods
180doclet.Static_Methods=Static Methods
181doclet.Instance_Methods=Instance Methods
182doclet.Abstract_Methods=Abstract Methods
183doclet.Concrete_Methods=Concrete Methods
184doclet.Default_Methods=Default Methods
185doclet.Deprecated_Methods=Deprecated Methods
186doclet.annotation_type_optional_members=optional elements
187doclet.Annotation_Type_Optional_Members=Optional Elements
188doclet.annotation_type_required_members=required elements
189doclet.Annotation_Type_Required_Members=Required Elements
190doclet.enum_constants=enum constants
191doclet.Enum_Constants=Enum Constants
192doclet.nested_classes=nested classes
193doclet.Nested_Classes=Nested Classes
194doclet.subclasses=subclasses
195doclet.subinterfaces=subinterfaces
196doclet.Modifier=Modifier
197doclet.Type=Type
198doclet.Implementation=Implementation(s):
199doclet.Types=Types
200doclet.Members=Members
201doclet.SearchTags=SearchTags
202doclet.search=SEARCH:
203doclet.Field=Field
204doclet.Property=Property
205doclet.Constructor=Constructor
206doclet.Method=Method
207doclet.Annotation_Type_Optional_Member=Optional Element
208doclet.Annotation_Type_Required_Member=Required Element
209doclet.Annotation_Type_Member=Annotation Type Element
210doclet.Enum_Constant=Enum Constant
211doclet.Class=Class
212doclet.Description=Description
213doclet.ConstantField=Constant Field
214doclet.Value=Value
215doclet.0_and_1={0} and {1}
216
217#Documentation for Enums
218doclet.enum_values_doc.fullbody=\
219 Returns an array containing the constants of this enum type, in\n\
220 the order they are declared. This method may be used to iterate\n\
221 over the constants as follows:\n\
222 <pre>\n\
223 for ({0} c : {0}.values())\n\
224 &nbsp;   System.out.println(c);\n\
225 </pre>
226
227doclet.enum_values_doc.return=\
228an array containing the constants of this enum type, in the order they are declared
229
230doclet.enum_valueof_doc.fullbody=\
231 Returns the enum constant of this type with the specified name.\n\
232 The string must match <i>exactly</i> an identifier used to declare an\n\
233 enum constant in this type.  (Extraneous whitespace characters are \n\
234 not permitted.)
235
236doclet.enum_valueof_doc.param_name=\
237 the name of the enum constant to be returned.
238
239doclet.enum_valueof_doc.return=\
240 the enum constant with the specified name
241
242doclet.enum_valueof_doc.throws_ila=\
243 if this enum type has no constant with the specified name
244
245doclet.enum_valueof_doc.throws_npe=\
246 if the argument is null
247