1 #
   2 # Copyright (c) 2010, 2019, 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 
  26 doclet.Generating_0=Generating {0}...
  27 doclet.Toolkit_Usage_Violation=The Doclet Toolkit can only be used by {0}
  28 doclet.MissingSerialTag=in class {0}, missing @serial tag for default serializable field: {1}.
  29 doclet.MissingSerialDataTag=in class {0}, missing @serialData tag in method {1}.
  30 doclet.Serializable_no_customization=No readObject or writeObject method declared.
  31 doclet.Serialized_Form=Serialized Form
  32 doclet.Serialized_Form_methods=Serialization Methods
  33 doclet.Serialized_Form_fields=Serialized Fields
  34 doclet.Serialized_Form_class=Serialization Overview
  35 doclet.Class_0_implements_serializable=Class {0} implements Serializable
  36 doclet.Class_0_extends_implements_serializable=Class {0} extends {1} implements Serializable
  37 doclet.Option_conflict=Option {0} conflicts with {1}
  38 doclet.Option_reuse=Option reused: {0}
  39 doclet.Option_invalid=Invalid argument {0} for {1} option
  40 doclet.Option_doclint_no_qualifiers=Access qualifiers not permitted for -Xdoclint arguments
  41 doclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option
  42 doclet.Option_doclint_package_invalid_arg=Invalid argument for -Xdoclint/package option
  43 doclet.error.initializing.dest.dir=Error initializing destination directory: {0}
  44 doclet.exception.read.file=Error reading file: {0}\n\
  45 \t({1})
  46 doclet.exception.write.file=Error writing file: {0}\n\
  47 \t({1})
  48 doclet.exception.read.resource=Error reading system resource: {0}\n\
  49 \t({1})
  50 doclet.internal.exception=An internal exception has occurred. \n\
  51 \t({0})
  52 doclet.internal.report.bug=\
  53 Please file a bug against the javadoc tool via the Java bug reporting page\n\
  54 (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com)\n\
  55 for duplicates. Include error messages and the following diagnostic in your report. Thank you.
  56 doclet.File_not_found=File not found: {0}
  57 doclet.Copy_Overwrite_warning=File {0} not copied to {1} due to existing file with same name...
  58 doclet.Copying_File_0_To_Dir_1=Copying file {0} to directory {1}...
  59 doclet.Copying_File_0_To_File_1=Copying file {0} to file {1}...
  60 doclet.No_Public_Classes_To_Document=No public or protected classes found to document.
  61 doclet.destination_directory_not_directory_0=Destination directory is not a directory: {0}
  62 doclet.destination_directory_not_writable_0=Destination directory not writable: {0}
  63 doclet.Encoding_not_supported=Encoding not supported: {0}
  64 doclet.Building_Tree=Building tree for all the packages and classes...
  65 doclet.Building_Index=Building index for all the packages and classes...
  66 doclet.Building_Index_For_All_Classes=Building index for all classes...
  67 doclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0.
  68 doclet.JavaScript_in_comment=JavaScript found in documentation comment.\n\
  69 Use --allow-script-in-comments to allow use of JavaScript.
  70 doclet.JavaScript_in_option=option {0} contains JavaScript.\n\
  71 Use --allow-script-in-comments to allow use of JavaScript.
  72 doclet.Packages=Packages
  73 doclet.All_Packages=All Packages
  74 doclet.Modules=Modules
  75 doclet.All_Modules=All Modules
  76 doclet.Other_Packages=Other Packages
  77 doclet.Other_Modules=Other Modules
  78 doclet.Notice_taglet_registered=Registered Taglet {0} ...
  79 doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0}
  80 doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0}
  81 doclet.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.
  82 doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}...
  83 doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option...
  84 doclet.taglet_could_not_set_location = Could not set the taglet path: {0}
  85 doclet.not_standard_file_manager = Cannot set taglet path; the file manager is not a StandardJavaFileManager
  86 doclet.Author=Author:
  87 doclet.DefaultValue=Default value:
  88 doclet.PropertyDescription=Property description:
  89 doclet.PropertyGetter=Gets the value of the property
  90 doclet.PropertySetter=Sets the value of the property
  91 doclet.PropertyGetterWithName=Gets the value of the property {0}.
  92 doclet.PropertySetterWithName=Sets the value of the property {0}.
  93 doclet.Default=Default:
  94 doclet.Parameters=Parameters:
  95 doclet.TypeParameters=Type Parameters:
  96 doclet.Parameters_warn=@param argument "{0}" is not a parameter name.
  97 doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once.
  98 doclet.Type_Parameters_warn=@param argument "{0}" is not a type parameter name.
  99 doclet.Type_Parameters_dup_warn=Type parameter "{0}" is documented more than once.
 100 doclet.Returns=Returns:
 101 doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type.
 102 doclet.See_Also=See Also:
 103 doclet.See=See:
 104 doclet.SerialData=Serial Data:
 105 doclet.Services=Services
 106 doclet.Since=Since:
 107 doclet.Throws=Throws:
 108 doclet.Version=Version:
 109 doclet.Factory=Factory:
 110 doclet.UnknownTag={0} is an unknown tag.
 111 doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
 112 doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
 113 # doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
 114 doclet.tag_misuse=Tag {0} cannot be used in {1} documentation.  It can only be used in the following types of documentation: {2}.
 115 doclet.Package_Summary=Package Summary
 116 doclet.Requires_Summary=Requires
 117 doclet.Indirect_Requires_Summary=Indirect Requires
 118 doclet.Indirect_Exports_Summary=Indirect Exports
 119 doclet.Indirect_Opens_Summary=Indirect Opens
 120 doclet.Exported_Packages_Summary=Exports
 121 doclet.Opened_Packages_Summary=Opens
 122 doclet.Concealed_Packages_Summary=Concealed
 123 doclet.From=From
 124 doclet.Uses_Summary=Uses
 125 doclet.Provides_Summary=Provides
 126 doclet.Interface_Summary=Interface Summary
 127 doclet.Annotation_Types_Summary=Annotation Types Summary
 128 doclet.Enum_Summary=Enum Summary
 129 doclet.Exception_Summary=Exception Summary
 130 doclet.Error_Summary=Error Summary
 131 doclet.Class_Summary=Class Summary
 132 doclet.Nested_Class_Summary=Nested Class Summary
 133 doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
 134 doclet.Annotation_Type_Required_Member_Summary=Required Element Summary
 135 doclet.Field_Summary=Field Summary
 136 doclet.Property_Summary=Property Summary
 137 doclet.Enum_Constant_Summary=Enum Constant Summary
 138 doclet.Constructor_Summary=Constructor Summary
 139 doclet.Method_Summary=Method Summary
 140 doclet.Interfaces=Interfaces
 141 doclet.Enums=Enums
 142 doclet.AnnotationTypes=Annotation Types
 143 doclet.Exceptions=Exceptions
 144 doclet.Errors=Errors
 145 doclet.Classes=Classes
 146 doclet.packages=packages
 147 doclet.modules=modules
 148 doclet.All_Classes=All Classes
 149 doclet.All_Superinterfaces=All Superinterfaces:
 150 doclet.All_Implemented_Interfaces=All Implemented Interfaces:
 151 doclet.Interface=Interface
 152 doclet.Class=Class
 153 doclet.AnnotationType=Annotation Type
 154 doclet.annotationtype=annotation type
 155 doclet.annotationtypes=annotation types
 156 doclet.Enum=Enum
 157 doclet.enum=enum
 158 doclet.enums=enums
 159 doclet.interface=interface
 160 doclet.interfaces=interfaces
 161 doclet.class=class
 162 doclet.classes=classes
 163 doclet.Error=Error
 164 doclet.error=error
 165 doclet.errors=errors
 166 doclet.Exception=Exception
 167 doclet.exception=exception
 168 doclet.exceptions=exceptions
 169 doclet.ExportedTo=Exported To Modules
 170 doclet.OpenedTo=Opened To Modules
 171 doclet.Package_private=(package private)
 172 doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class
 173 doclet.Nested_Classes_Interfaces_Inherited_From_Interface=Nested classes/interfaces inherited from interface
 174 doclet.Nested_Classes_Interfaces_Declared_In_Class=Nested classes/interfaces declared in class
 175 doclet.Nested_Classes_Interfaces_Declared_In_Interface=Nested classes/interfaces declared in interface
 176 doclet.Methods_Inherited_From_Class=Methods inherited from class
 177 doclet.Methods_Inherited_From_Interface=Methods inherited from interface
 178 doclet.Methods_Declared_In_Class=Methods declared in class
 179 doclet.Methods_Declared_In_Interface=Methods declared in interface
 180 doclet.Fields_Inherited_From_Class=Fields inherited from class
 181 doclet.Fields_Inherited_From_Interface=Fields inherited from interface
 182 doclet.Fields_Declared_In_Class=Fields declared in class
 183 doclet.Fields_Declared_In_Interface=Fields declared in interface
 184 doclet.Properties_Inherited_From_Class=Properties inherited from class
 185 doclet.Properties_Inherited_From_Interface=Properties inherited from interface
 186 doclet.Properties_Declared_In_Class=Properties declared in class
 187 doclet.Properties_Declared_In_Interface=Properties declared in interface
 188 doclet.Annotation_Type_Member_Detail=Element Details
 189 doclet.Enum_Constant_Detail=Enum Constant Details
 190 doclet.Constants_Summary=Constant Field Values
 191 doclet.Field_Detail=Field Details
 192 doclet.Property_Detail=Property Details
 193 doclet.Method_Detail=Method Details
 194 doclet.Constructor_Detail=Constructor Details
 195 doclet.Deprecated=Deprecated.
 196 doclet.DeprecatedForRemoval=Deprecated, for removal: This API element is subject to removal in a future version.
 197 doclet.Groupname_already_used=In -group option, groupname already used: {0}
 198 doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference.
 199 doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants.
 200 doclet.value_tag_invalid_use=@value tag cannot be used here.
 201 doclet.dest_dir_create=Creating destination directory: "{0}"
 202 doclet.in={0} in {1}
 203 doclet.Use_Table_Summary=Use table, listing {0}, and an explanation
 204 doclet.Member_Table_Summary={0} table, listing {1}, and an explanation
 205 doclet.fields=fields
 206 doclet.Fields=Fields
 207 doclet.Properties=Properties
 208 doclet.constructors=constructors
 209 doclet.Constructors=Constructors
 210 doclet.methods=methods
 211 doclet.Methods=Methods
 212 doclet.All_Methods=All Methods
 213 doclet.Static_Methods=Static Methods
 214 doclet.Instance_Methods=Instance Methods
 215 doclet.Abstract_Methods=Abstract Methods
 216 doclet.Concrete_Methods=Concrete Methods
 217 doclet.Default_Methods=Default Methods
 218 doclet.Deprecated_Methods=Deprecated Methods
 219 doclet.Annotation_Type_Optional_Members=Optional Elements
 220 doclet.Annotation_Type_Required_Members=Required Elements
 221 doclet.enum_constants=enum constants
 222 doclet.Enum_Constants=Enum Constants
 223 doclet.Nested_Classes=Nested Classes
 224 doclet.Modifier=Modifier
 225 doclet.Type=Type
 226 doclet.Modifier_and_Type=Modifier and Type
 227 doclet.Implementation=Implementation(s):
 228 doclet.search=SEARCH:
 229 doclet.Field=Field
 230 doclet.Property=Property
 231 doclet.Constructor=Constructor
 232 doclet.Method=Method
 233 doclet.Annotation_Type_Optional_Member=Optional Element
 234 doclet.Annotation_Type_Required_Member=Required Element
 235 doclet.Annotation_Type_Member=Annotation Type Element
 236 doclet.Enum_Constant=Enum Constant
 237 doclet.Description=Description
 238 doclet.ConstantField=Constant Field
 239 doclet.Value=Value
 240 doclet.linkMismatch_PackagedLinkedtoModule=The code being documented uses packages in the unnamed module, \
 241   but the packages defined in {0} are in named modules.
 242 doclet.linkMismatch_ModuleLinkedtoPackage=The code being documented uses modules but the packages defined \
 243   in {0} are in the unnamed module.
 244 doclet.urlRedirected=URL {0} was redirected to {1} -- Update the command-line options to suppress this warning.
 245 
 246 #Documentation for Enums
 247 doclet.enum_values_doc.fullbody=\
 248  Returns an array containing the constants of this enum type, in\n\
 249  the order they are declared.
 250 
 251 doclet.enum_values_doc.return=\
 252 an array containing the constants of this enum type, in the order they are declared
 253 
 254 doclet.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.)
 259 
 260 doclet.enum_valueof_doc.param_name=\
 261  the name of the enum constant to be returned.
 262 
 263 doclet.enum_valueof_doc.return=\
 264  the enum constant with the specified name
 265 
 266 doclet.enum_valueof_doc.throws_ila=\
 267  if this enum type has no constant with the specified name
 268 
 269 doclet.enum_valueof_doc.throws_npe=\
 270  if the argument is null