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