1#
2# Copyright (c) 2010, 2021, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation.  Oracle designates this
8# particular file as subject to the "Classpath" exception as provided
9# by Oracle in the LICENSE file that accompanied this code.
10#
11# This code is distributed in the hope that it will be useful, but WITHOUT
12# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14# version 2 for more details (a copy is included in the LICENSE file that
15# accompanied this code).
16#
17# You should have received a copy of the GNU General Public License version
18# 2 along with this work; if not, write to the Free Software Foundation,
19# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20#
21# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22# or visit www.oracle.com if you need additional information or have any
23# questions.
24#
25
26doclet.Generating_0=Generating {0}...
27doclet.Toolkit_Usage_Violation=The Doclet Toolkit can only be used by {0}
28doclet.MissingSerialTag=in class {0}, missing @serial tag for default serializable field: {1}.
29doclet.MissingSerialDataTag=in class {0}, missing @serialData tag in method {1}.
30doclet.Serializable_no_customization=No readObject or writeObject method declared.
31doclet.Serialized_Form=Serialized Form
32doclet.Serialized_Form_methods=Serialization Methods
33doclet.Serialized_Form_fields=Serialized Fields
34doclet.Serialized_Form_class=Serialization Overview
35doclet.Option_conflict=Option {0} conflicts with {1}
36doclet.Option_reuse=Option reused: {0}
37doclet.Option_invalid=Invalid argument {0} for {1} option
38doclet.Option_doclint_no_qualifiers=Access qualifiers not permitted for -Xdoclint arguments
39doclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option
40doclet.Option_doclint_package_invalid_arg=Invalid argument for -Xdoclint/package option
41doclet.error.initializing.dest.dir=Error initializing destination directory: {0}
42doclet.exception.read.file=Error reading file: {0}\n\
43\t({1})
44doclet.exception.write.file=Error writing file: {0}\n\
45\t({1})
46doclet.exception.read.resource=Error reading system resource: {0}\n\
47\t({1})
48doclet.internal.exception=An internal exception has occurred. \n\
49\t({0})
50doclet.internal.report.bug=\
51Please file a bug against the javadoc tool via the Java bug reporting page\n\
52(http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com)\n\
53for duplicates. Include error messages and the following diagnostic in your report. Thank you.
54doclet.File_not_found=File not found: {0}
55doclet.Copy_Overwrite_warning=File {0} not copied to {1} due to existing file with same name...
56doclet.Copy_Ignored_warning=File {0} not copied: invalid name
57doclet.Copying_File_0_To_Dir_1=Copying file {0} to directory {1}...
58doclet.Copying_File_0_To_File_1=Copying file {0} to file {1}...
59doclet.No_Public_Classes_To_Document=No public or protected classes found to document.
60doclet.destination_directory_not_directory_0=Destination directory is not a directory: {0}
61doclet.destination_directory_not_writable_0=Destination directory not writable: {0}
62doclet.Encoding_not_supported=Encoding not supported: {0}
63doclet.Building_Tree=Building tree for all the packages and classes...
64doclet.Building_Index=Building index for all the packages and classes...
65doclet.Building_Index_For_All_Classes=Building index for all classes...
66doclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0.
67doclet.JavaScript_in_comment=JavaScript found in documentation comment.\n\
68Use --allow-script-in-comments to allow use of JavaScript.
69doclet.JavaScript_in_option=option {0} contains JavaScript.\n\
70Use --allow-script-in-comments to allow use of JavaScript.
71doclet.Packages=Packages
72doclet.All_Packages=All Packages
73doclet.Modules=Modules
74doclet.All_Modules=All Modules
75doclet.Other_Packages=Other Packages
76doclet.Other_Modules=Other Modules
77doclet.Notice_taglet_registered=Registered Taglet {0} ...
78doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0}
79doclet.Notice_taglet_overridden=Note: Custom tags that override standard tags: {0}
80doclet.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.
81doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}...
82doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option...
83doclet.taglet_could_not_set_location = Could not set the taglet path: {0}
84doclet.not_standard_file_manager = Cannot set taglet path; the file manager is not a StandardJavaFileManager
85doclet.Author=Author:
86doclet.DefaultValue=Default value:
87doclet.PropertyDescription=Property description:
88doclet.PropertyGetterWithName=Gets the value of the property {0}.
89doclet.PropertySetterWithName=Sets the value of the property {0}.
90doclet.Default=Default:
91doclet.Parameters=Parameters:
92doclet.TypeParameters=Type Parameters:
93doclet.RecordComponents=Record Components:
94doclet.Parameters_warn=@param argument "{0}" is not a parameter name.
95doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once.
96doclet.TypeParameters_warn=@param argument "{0}" is not the name of a type parameter.
97doclet.TypeParameters_dup_warn=Type parameter "{0}" is documented more than once.
98doclet.RecordComponents_warn=@param argument "{0}" is not the name of a record component.
99doclet.RecordComponents_dup_warn=Record component "{0}" is documented more than once.
100doclet.Returns=Returns:
101doclet.Returns_0=Returns {0}.
102doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type.
103doclet.See_Also=See Also:
104doclet.SerialData=Serial Data:
105doclet.Services=Services
106doclet.Since=Since:
107doclet.Throws=Throws:
108doclet.Version=Version:
109doclet.Factory=Factory:
110doclet.UnknownTag={0} is an unknown tag.
111doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
112doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
113doclet.tag_misuse=Tag {0} cannot be used in {1} documentation.  It can only be used in the following types of documentation: {2}.
114doclet.Package_Summary=Package Summary
115doclet.Requires_Summary=Requires
116doclet.Indirect_Requires_Summary=Indirect Requires
117doclet.Indirect_Exports_Summary=Indirect Exports
118doclet.Indirect_Opens_Summary=Indirect Opens
119doclet.Exported_Packages_Summary=Exports
120doclet.Opened_Packages_Summary=Opens
121doclet.Concealed_Packages_Summary=Concealed
122doclet.From=From
123doclet.Uses_Summary=Uses
124doclet.Provides_Summary=Provides
125doclet.Nested_Class_Summary=Nested Class Summary
126doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
127doclet.Annotation_Type_Required_Member_Summary=Required Element Summary
128doclet.Field_Summary=Field Summary
129doclet.Property_Summary=Property Summary
130doclet.Enum_Constant_Summary=Enum Constant Summary
131doclet.Constructor_Summary=Constructor Summary
132doclet.Method_Summary=Method Summary
133doclet.Interfaces=Interfaces
134doclet.Enums=Enums
135doclet.EnumClasses=Enum Classes
136doclet.RecordClasses=Record Classes
137doclet.Related_Packages=Related Packages
138doclet.AnnotationTypes=Annotation Types
139doclet.AnnotationInterfaces=Annotation Interfaces
140doclet.Exceptions=Exceptions
141doclet.Errors=Errors
142doclet.Classes=Classes
143doclet.All_Classes_And_Interfaces=All Classes and Interfaces
144doclet.All_Superinterfaces=All Superinterfaces:
145doclet.All_Implemented_Interfaces=All Implemented Interfaces:
146doclet.Interface=Interface
147doclet.Class=Class
148doclet.AnnotationType=Annotation Type
149doclet.AnnotationInterface=Annotation Interface
150doclet.annotationtype=annotation type
151doclet.annotationinterface=annotation interface
152doclet.annotationtypes=annotation types
153doclet.annotationinterfaces=annotation interfaces
154doclet.Enum=Enum
155doclet.EnumClass=Enum Class
156doclet.enum=enum
157doclet.enumclass=enum class
158doclet.enums=enums
159doclet.enumclasses=enum classes
160doclet.interface=interface
161doclet.class=class
162doclet.RecordClass=Record Class
163doclet.recordclass=record class
164doclet.Error=Error
165doclet.error=error
166doclet.Exception=Exception
167doclet.exception=exception
168doclet.ExportedTo=Exported To Modules
169doclet.OpenedTo=Opened To Modules
170doclet.Package_private=(package private)
171doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class
172doclet.Nested_Classes_Interfaces_Inherited_From_Interface=Nested classes/interfaces inherited from interface
173doclet.Nested_Classes_Interfaces_Declared_In_Class=Nested classes/interfaces declared in class
174doclet.Nested_Classes_Interfaces_Declared_In_Interface=Nested classes/interfaces declared in interface
175doclet.Methods_Inherited_From_Class=Methods inherited from class
176doclet.Methods_Inherited_From_Interface=Methods inherited from interface
177doclet.Methods_Declared_In_Class=Methods declared in class
178doclet.Methods_Declared_In_Interface=Methods declared in interface
179doclet.Fields_Inherited_From_Class=Fields inherited from class
180doclet.Fields_Inherited_From_Interface=Fields inherited from interface
181doclet.Fields_Declared_In_Class=Fields declared in class
182doclet.Fields_Declared_In_Interface=Fields declared in interface
183doclet.Properties_Inherited_From_Class=Properties inherited from class
184doclet.Properties_Inherited_From_Interface=Properties inherited from interface
185doclet.Properties_Declared_In_Class=Properties declared in class
186doclet.Properties_Declared_In_Interface=Properties declared in interface
187doclet.Annotation_Type_Member_Detail=Element Details
188doclet.Enum_Constant_Detail=Enum Constant Details
189doclet.Constants_Summary=Constant Field Values
190doclet.Field_Detail=Field Details
191doclet.Property_Detail=Property Details
192doclet.Method_Detail=Method Details
193doclet.Constructor_Detail=Constructor Details
194doclet.Deprecated=Deprecated.
195doclet.DeprecatedForRemoval=Deprecated, for removal: This API element is subject to removal in a future version.
196doclet.Groupname_already_used=In -group option, groupname already used: {0}
197doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference.
198doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants.
199doclet.value_tag_invalid_use=@value tag cannot be used here.
200doclet.dest_dir_create=Creating destination directory: "{0}"
201doclet.in={0} in {1}
202doclet.Fields=Fields
203doclet.Preview=Preview.
204doclet.Properties=Properties
205doclet.Constructors=Constructors
206doclet.Methods=Methods
207doclet.All_Methods=All Methods
208doclet.Static_Methods=Static Methods
209doclet.Instance_Methods=Instance Methods
210doclet.Abstract_Methods=Abstract Methods
211doclet.Concrete_Methods=Concrete Methods
212doclet.Default_Methods=Default Methods
213doclet.Deprecated_Methods=Deprecated Methods
214doclet.Annotation_Type_Optional_Members=Optional Elements
215doclet.Annotation_Type_Required_Members=Required Elements
216doclet.Enum_Constants=Enum Constants
217doclet.Nested_Classes=Nested Classes
218doclet.Modifier=Modifier
219doclet.Type=Type
220doclet.Modifier_and_Type=Modifier and Type
221doclet.Implementation=Implementation(s):
222doclet.search=SEARCH:
223doclet.Field=Field
224doclet.Property=Property
225doclet.Constructor=Constructor
226doclet.Method=Method
227doclet.Annotation_Type_Optional_Member=Optional Element
228doclet.Annotation_Type_Required_Member=Required Element
229doclet.Annotation_Type_Member=Annotation Type Element
230doclet.Annotation_Interface_Member=Annotation Interface Element
231doclet.Enum_Constant=Enum Constant
232doclet.Description=Description
233doclet.ConstantField=Constant Field
234doclet.Value=Value
235doclet.linkMismatch_PackagedLinkedtoModule=The code being documented uses packages in the unnamed module, \
236  but the packages defined in {0} are in named modules.
237doclet.linkMismatch_ModuleLinkedtoPackage=The code being documented uses modules but the packages defined \
238  in {0} are in the unnamed module.
239doclet.urlRedirected=URL {0} was redirected to {1} -- Update the command-line options to suppress this warning.
240
241#Documentation for Enums
242doclet.enum_values_doc.fullbody=\
243 Returns an array containing the constants of this enum type, in\n\
244 the order they are declared.
245doclet.enum_class_values_doc.fullbody=\
246 Returns an array containing the constants of this enum class, in\n\
247 the order they are declared.
248
249doclet.enum_values_doc.return=\
250an array containing the constants of this enum type, in the order they are declared
251doclet.enum_class_values_doc.return=\
252an array containing the constants of this enum class, in the order they are declared
253
254doclet.enum_valueof_doc.fullbody=\
255 Returns the enum constant of this type with the specified name.\n\
256 The string must match <i>exactly</i> an identifier used to declare an\n\
257 enum constant in this type.  (Extraneous whitespace characters are \n\
258 not permitted.)
259doclet.enum_class_valueof_doc.fullbody=\
260 Returns the enum constant of this class with the specified name.\n\
261 The string must match <i>exactly</i> an identifier used to declare an\n\
262 enum constant in this class.  (Extraneous whitespace characters are \n\
263 not permitted.)
264
265doclet.enum_valueof_doc.param_name=\
266 the name of the enum constant to be returned.
267
268doclet.enum_valueof_doc.return=\
269 the enum constant with the specified name
270
271doclet.enum_valueof_doc.throws_ila=\
272 if this enum type has no constant with the specified name
273doclet.enum_class_valueof_doc.throws_ila=\
274 if this enum class has no constant with the specified name
275
276doclet.enum_valueof_doc.throws_npe=\
277 if the argument is null
278
279
280#Documentation for records
281doclet.record_constructor_doc.fullbody=\
282 Creates an instance of a {0} record class.
283
284doclet.record_constructor_doc.param_name=\
285 the value for the {0} record component
286
287doclet.record_equals_doc.fullbody.head=\
288 Indicates whether some other object is "equal to" this one. \
289 The objects are equal if the other object is of the same class \
290 and if all the record components are equal.
291
292doclet.record_equals_doc.fullbody.tail.both=\
293 Reference components are compared with \
294 {@link java.util.Objects#equals(Object,Object) Objects::equals(Object,Object)}; \
295 primitive components are compared with '=='.
296
297doclet.record_equals_doc.fullbody.tail.primitive=\
298 All components in this record class are compared with '=='.
299
300doclet.record_equals_doc.fullbody.tail.reference=\
301 All components in this record class are compared with \
302 {@link java.util.Objects#equals(Object,Object) Objects::equals(Object,Object)}.
303
304doclet.record_equals_doc.param_name=\
305 the object with which to compare
306
307doclet.record_equals_doc.return=\
308 <code>true</code> if this object is the same as the {0} argument; <code>false</code> otherwise.
309
310doclet.record_hashCode_doc.fullbody=\
311 Returns a hash code value for this object. \
312 The value is derived from the hash code of each of the record components.
313
314doclet.record_hashCode_doc.return=\
315 a hash code value for this object
316
317doclet.record_toString_doc.fullbody=\
318 Returns a string representation of this record class. \
319 The representation contains the name of the class, followed by \
320 the name and value of each of the record components.
321
322doclet.record_toString_doc.return=\
323 a string representation of this object
324
325doclet.record_accessor_doc.fullbody=\
326 Returns the value of the {0} record component.
327
328doclet.record_accessor_doc.return=\
329 the value of the {0} record component
330
331doclet.record_field_doc.fullbody=\
332 The field for the {0} record component.
333
334doclet.platform.docs.old=https://docs.oracle.com/javase/{0}/docs/api/
335doclet.platform.docs.new=https://docs.oracle.com/en/java/javase/{0}/docs/api/
336doclet.platform.docs.ea=https://download.java.net/java/early_access/jdk{0}/docs/api/
337
338doclet.search.no_results=No results found
339doclet.search.loading=Loading search index...
340doclet.search.modules=Modules
341doclet.search.packages=Packages
342doclet.search.classes_and_interfaces=Classes and Interfaces
343doclet.search.types=Types
344doclet.search.members=Members
345doclet.search.search_tags=Search Tags