1 doclet.build_version=Standard Doclet version {0}
   2 doclet.Contents=Contents
   3 doclet.Overview=Overview
   4 doclet.Window_Overview_Summary=Overview
   5 doclet.Element=Element
   6 doclet.Package=Package
   7 doclet.Module=Module
   8 doclet.Open_Module=Open Module
   9 doclet.All_Packages=All Packages
  10 doclet.All_Modules=All Modules
  11 doclet.None=None
  12 doclet.Tree=Tree
  13 doclet.Class_Hierarchy=Class Hierarchy
  14 doclet.Window_Class_Hierarchy=Class Hierarchy
  15 doclet.Interface_Hierarchy=Interface Hierarchy
  16 doclet.Enum_Hierarchy=Enum Hierarchy
  17 doclet.Annotation_Type_Hierarchy=Annotation Type Hierarchy
  18 doclet.Href_Class_Title=class in {0}
  19 doclet.Href_Interface_Title=interface in {0}
  20 doclet.Href_Annotation_Title=annotation in {0}
  21 doclet.Href_Enum_Title=enum in {0}
  22 doclet.Href_Type_Param_Title=type parameter in {0}
  23 doclet.Href_Class_Or_Interface_Title=class or interface in {0}
  24 doclet.Summary=Summary:
  25 doclet.Detail=Detail:
  26 doclet.Module_Sub_Nav=Module:
  27 doclet.navModuleDescription=Description
  28 doclet.navModules=Modules
  29 doclet.navPackages=Packages
  30 doclet.navServices=Services
  31 doclet.navNested=Nested
  32 doclet.navAnnotationTypeOptionalMember=Optional
  33 doclet.navAnnotationTypeRequiredMember=Required
  34 doclet.navAnnotationTypeMember=Element
  35 doclet.navField=Field
  36 doclet.navProperty=Property
  37 doclet.navEnum=Enum Constants
  38 doclet.navConstructor=Constr
  39 doclet.navMethod=Method
  40 doclet.Index=Index
  41 doclet.Window_Single_Index=Index
  42 doclet.Window_Split_Index={0}-Index
  43 doclet.Help=Help
  44 doclet.Skip_navigation_links=Skip navigation links
  45 doclet.Navigation=Navigation
  46 doclet.New_Page=NewPage
  47 doclet.navDeprecated=Deprecated
  48 doclet.Window_Deprecated_List=Deprecated List
  49 doclet.Overrides=Overrides:
  50 doclet.in_class=in class
  51 doclet.Static_variable_in=Static variable in {0}
  52 doclet.Variable_in=Variable in {0}
  53 doclet.Constructor_for=Constructor for {0}
  54 doclet.Static_method_in=Static method in {0}
  55 doclet.Search_tag_in=Search tag in {0}
  56 doclet.Method_in=Method in {0}
  57 doclet.module=module
  58 doclet.package=package
  59 doclet.MalformedURL=Malformed URL: {0}
  60 doclet.File_error=Error reading file: {0}
  61 doclet.URL_error=Error fetching URL: {0}
  62 doclet.see.class_or_package_not_found=Tag {0}: reference not found: {1}
  63 doclet.see.class_or_package_not_accessible=Tag {0}: reference not accessible: {1}
  64 doclet.tag.invalid_usage=invalid usage of tag {0}
  65 doclet.Deprecated_API=Deprecated API
  66 doclet.For_Removal=For Removal
  67 doclet.Annotation_Types=Annotation Types
  68 doclet.Annotation_Type_Members=Annotation Type Elements
  69 doclet.for_removal=for removal
  70 doclet.annotation_types=annotation types
  71 doclet.annotation_type_members=annotation type elements
  72 doclet.Generated_Docs_Untitled=Generated Documentation (Untitled)
  73 doclet.Other_Packages=Other Packages
  74 doclet.Description=Description
  75 doclet.Specified_By=Specified by:
  76 doclet.in_interface=in interface
  77 doclet.Subclasses=Direct Known Subclasses:
  78 doclet.Subinterfaces=All Known Subinterfaces:
  79 doclet.Implementing_Classes=All Known Implementing Classes:
  80 doclet.Functional_Interface=Functional Interface:
  81 doclet.Functional_Interface_Message=\
  82     This is a functional interface and can therefore be used as the assignment target for a lambda \
  83     expression or method reference.
  84 doclet.also=also
  85 doclet.Frames=Frames
  86 doclet.No_Frames=No Frames
  87 doclet.Package_Hierarchies=Package Hierarchies:
  88 doclet.Hierarchy_For_Package=Hierarchy For Package {0}
  89 doclet.Hierarchy_For_All_Packages=Hierarchy For All Packages
  90 doclet.No_Script_Message=JavaScript is disabled on your browser.
  91 doclet.Description_From_Interface=Description copied from interface:
  92 doclet.Description_From_Class=Description copied from class:
  93 doclet.No_Non_Deprecated_Classes_To_Document=No non-deprecated classes found to document.
  94 doclet.Interfaces=Interfaces
  95 doclet.Enclosing_Class=Enclosing class:
  96 doclet.Enclosing_Interface=Enclosing interface:
  97 doclet.Inheritance_Tree=Inheritance Tree
  98 doclet.System_Property=System Property
  99 doclet.Window_Source_title=Source code
 100 doclet.Window_Help_title=API Help
 101 
 102 doclet.help.main_heading=\
 103     How This API Document Is Organized
 104 doclet.help.intro=\
 105     This API (Application Programming Interface) document has pages corresponding to the items in \
 106     the navigation bar, described as follows.
 107 doclet.help.overview.modules.body=\
 108     The {0} page is the front page of this API document and provides a list of all modules with a \
 109     summary for each.  This page can also contain an overall description of the set of modules.
 110 doclet.help.overview.packages.body=\
 111     The {0} page is the front page of this API document and provides a list of all packages with a \
 112     summary for each.  This page can also contain an overall description of the set of packages.
 113 doclet.help.package.intro=\
 114     Each package has a page that contains a list of its classes and interfaces, with a summary for \
 115     each. These pages may contain six categories:
 116 doclet.help.module.intro=\
 117     Each module has a page that contains a list of its packages, dependencies on other modules, \
 118     and services, with a summary for each. These page may contain three categories:
 119 doclet.help.class_interface.head=\
 120     Class or Interface
 121 doclet.help.class_interface.intro=\
 122     Each class, interface, nested class and nested interface has its own separate page. Each of \
 123     these pages has three sections consisting of a class/interface description, summary tables, \
 124     and detailed member descriptions:
 125 doclet.help.class_interface.inheritance_diagram=\
 126     Class Inheritance Diagram
 127 doclet.help.class_interface.subclasses=\
 128     Direct Subclasses
 129 doclet.help.class_interface.subinterfaces=\
 130     All Known Subinterfaces
 131 doclet.help.class_interface.implementations=\
 132     All Known Implementing Classes
 133 doclet.help.class_interface.declaration=\
 134     Class or Interface Declaration
 135 doclet.help.class_interface.description=\
 136     Class or Interface Description
 137 doclet.help.class_interface.summary=\
 138     Each summary entry contains the first sentence from the detailed description for that item. \
 139     The summary entries are alphabetical, while the detailed descriptions are in the order they \
 140     appear in the source code. This preserves the logical groupings established by the programmer.
 141 doclet.help.use.head=\
 142     Use
 143 doclet.help.use.body=\
 144     Each documented package, class and interface has its own Use page.  This page describes what \
 145     packages, classes, methods, constructors and fields use any part of the given class or \
 146     package. Given a class or interface A, its "Use" page includes subclasses of A, fields declared \
 147     as A, methods that return A, and methods and constructors with parameters of type A.  \
 148     You can access this page by first going to the package, class or interface, then clicking on \
 149     the "Use" link in the navigation bar.
 150 doclet.help.tree.head=\
 151     Tree (Class Hierarchy)
 152 doclet.help.tree.intro=\
 153     There is a {0} page for all packages, plus a hierarchy for each package. Each hierarchy page \
 154     contains a list of classes and a list of interfaces. Classes are organized by inheritance \
 155     structure starting with {1}. Interfaces do not inherit from {1}.
 156 doclet.help.tree.overview=\
 157     When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
 158 doclet.help.tree.package=\
 159     When viewing a particular package, class or interface page, clicking on "Tree" displays the \
 160     hierarchy for only that package.
 161 doclet.help.deprecated.body=\
 162     The {0} page lists all of the API that have been deprecated. A deprecated API is not \
 163     recommended for use, generally due to improvements, and a replacement API is usually given. \
 164     Deprecated APIs may be removed in future implementations.
 165 doclet.help.index.head=\
 166     Index
 167 doclet.help.index.body=\
 168     The {0} contains an alphabetic index of all classes, interfaces, constructors, methods, \
 169     and fields, as well as lists of all packages and all classes.
 170 doclet.help.serial_form.body=\
 171     Each serializable or externalizable class has a description of its serialization fields and \
 172     methods. This information is of interest to re-implementors, not to developers using the API. \
 173     While there is no link in the navigation bar, you can get to this information by going to any \
 174     serialized class and clicking "Serialized Form" in the "See also" section of the class \
 175     description.
 176 doclet.help.constants.body=\
 177     The {0} page lists the static final fields and their values.
 178 doclet.help.footnote=\
 179     This help file applies to API documentation generated by the standard doclet.
 180 doclet.help.enum.intro=\
 181     Each enum has its own separate page with the following sections:
 182 doclet.help.enum.declaration=\
 183     Enum Declaration
 184 doclet.help.enum.definition=\
 185     Enum Description
 186 doclet.help.annotation_type.intro=\
 187     Each annotation type has its own separate page with the following sections:
 188 doclet.help.annotation_type.declaration=\
 189     Annotation Type Declaration
 190 doclet.help.annotation_type.description=\
 191     Annotation Type Description
 192 doclet.help.search.head=Search
 193 doclet.help.search.body=You can search for definitions of modules, packages, types, fields, methods \
 194     and other terms defined in the API, using some or all of the name. "Camel-case" abbreviations \
 195     are supported: for example, "InpStr" will find "InputStream" and "InputStreamReader".
 196 
 197 doclet.ClassUse_Packages.that.use.0=Packages that use {0}
 198 doclet.ClassUse_Uses.of.0.in.1=Uses of {0} in {1}
 199 doclet.ClassUse_Classes.in.0.used.by.1=Classes in {0} used by {1}
 200 doclet.ClassUse_PackageAnnotation=Packages with annotations of type {0}
 201 doclet.ClassUse_Annotation=Classes in {1} with annotations of type {0}
 202 doclet.ClassUse_TypeParameter=Classes in {1} with type parameters of type {0}
 203 doclet.ClassUse_MethodTypeParameter=Methods in {1} with type parameters of type {0}
 204 doclet.ClassUse_FieldTypeParameter=Fields in {1} with type parameters of type {0}
 205 doclet.ClassUse_FieldAnnotations=Fields in {1} with annotations of type {0}
 206 doclet.ClassUse_MethodAnnotations=Methods in {1} with annotations of type {0}
 207 doclet.ClassUse_MethodParameterAnnotations=Method parameters in {1} with annotations of type {0}
 208 doclet.ClassUse_MethodReturnTypeParameter=\
 209     Methods in {1} that return types with arguments of type {0}
 210 doclet.ClassUse_Subclass=Subclasses of {0} in {1}
 211 doclet.ClassUse_Subinterface=Subinterfaces of {0} in {1}
 212 doclet.ClassUse_ImplementingClass=Classes in {1} that implement {0}
 213 doclet.ClassUse_Field=Fields in {1} declared as {0}
 214 doclet.ClassUse_MethodReturn=Methods in {1} that return {0}
 215 doclet.ClassUse_MethodArgs=Methods in {1} with parameters of type {0}
 216 doclet.ClassUse_MethodArgsTypeParameters=Method parameters in {1} with type arguments of type {0}
 217 doclet.ClassUse_MethodThrows=Methods in {1} that throw {0}
 218 doclet.ClassUse_ConstructorAnnotations=Constructors in {1} with annotations of type {0}
 219 doclet.ClassUse_ConstructorParameterAnnotations=\
 220     Constructor parameters in {1} with annotations of type {0}
 221 doclet.ClassUse_ConstructorArgs=Constructors in {1} with parameters of type {0}
 222 doclet.ClassUse_ConstructorArgsTypeParameters=\
 223     Constructor parameters in {1} with type arguments of type {0}
 224 doclet.ClassUse_ConstructorThrows=Constructors in {1} that throw {0}
 225 doclet.ClassUse_No.usage.of.0=No usage of {0}
 226 doclet.Window_ClassUse_Header=Uses of {0} {1}
 227 doclet.ClassUse_Title=Uses of {0}
 228 doclet.navClassUse=Use
 229 doclet.Error_in_grouplist=Bad -group option: {0} {1}
 230 doclet.Groupname_already_used=In -group option, group name already used: {0}
 231 doclet.Same_element_name_used=Element name or pattern used twice: {0}
 232 
 233 # option specifiers
 234 doclet.usage.add-stylesheet.parameters=\
 235     <file>
 236 doclet.usage.add-stylesheet.description=\
 237     Additional stylesheet file for the generated documentation
 238 doclet.usage.d.parameters=\
 239     <directory>
 240 doclet.usage.d.description=\
 241     Destination directory for output files
 242 
 243 doclet.usage.use.description=\
 244     Create class and package usage pages
 245 
 246 doclet.usage.version.description=\
 247     Include @version paragraphs
 248 
 249 doclet.usage.author.description=\
 250     Include @author paragraphs
 251 
 252 doclet.usage.docfilessubdirs.description=\
 253     Recursively copy doc-file subdirectories
 254 
 255 doclet.usage.splitindex.description=\
 256     Split index into one file per letter
 257 
 258 doclet.usage.overview.parameters=\
 259     <file>
 260 doclet.usage.overview.description=\
 261     Read overview documentation from HTML file
 262 
 263 doclet.usage.windowtitle.parameters=\
 264     <text>
 265 doclet.usage.windowtitle.description=\
 266     Browser window title for the documentation
 267 
 268 doclet.usage.doctitle.parameters=\
 269     <html-code>
 270 doclet.usage.doctitle.description=\
 271     Include title for the overview page
 272 
 273 doclet.usage.header.parameters=\
 274     <html-code>
 275 doclet.usage.header.description=\
 276     Include header text for each page
 277 
 278 doclet.usage.html5.description=\
 279     Generate HTML 5 output. This option is no longer required.
 280 
 281 doclet.usage.footer.parameters=\
 282     <html-code>
 283 doclet.usage.footer.description=\
 284     Include footer text for each page
 285 
 286 doclet.usage.top.parameters=\
 287     <html-code>
 288 doclet.usage.top.description=\
 289     Include top text for each page
 290 
 291 doclet.usage.bottom.parameters=\
 292     <html-code>
 293 doclet.usage.bottom.description=\
 294     Include bottom text for each page
 295 
 296 doclet.usage.link.parameters=\
 297     <url>
 298 doclet.usage.link.description=\
 299     Create links to javadoc output at <url>
 300 
 301 doclet.usage.linkoffline.parameters=\
 302     <url1> <url2>
 303 doclet.usage.linkoffline.description=\
 304     Link to docs at <url1> using package list at <url2>
 305 
 306 doclet.usage.excludedocfilessubdir.parameters=\
 307     <name>:..
 308 doclet.usage.excludedocfilessubdir.description=\
 309     Exclude any doc-files subdirectories with given name
 310 
 311 doclet.usage.group.parameters=\
 312     <name> <g1>:<g2>...
 313 doclet.usage.group.description=\
 314     Group specified elements together in overview page
 315 
 316 doclet.usage.nocomment.description=\
 317     Suppress description and tags, generate only declarations
 318 
 319 doclet.usage.nodeprecated.description=\
 320     Do not include @deprecated information
 321 
 322 doclet.usage.noqualifier.parameters=\
 323     <name1>:<name2>:..
 324 doclet.usage.noqualifier.description=\
 325     Exclude the list of qualifiers from the output
 326 
 327 doclet.usage.nosince.description=\
 328     Do not include @since information
 329 
 330 doclet.usage.notimestamp.description=\
 331     Do not include hidden time stamp
 332 
 333 doclet.usage.nodeprecatedlist.description=\
 334     Do not generate deprecated list
 335 
 336 doclet.usage.no-module-directories.description=\
 337     Do not group files for module documentation into \n\
 338     module-specific directories
 339 
 340 doclet.usage.notree.description=\
 341     Do not generate class hierarchy
 342 
 343 doclet.usage.noindex.description=\
 344     Do not generate index
 345 
 346 doclet.usage.nohelp.description=\
 347     Do not generate help link
 348 
 349 doclet.usage.nonavbar.description=\
 350     Do not generate navigation bar
 351 
 352 doclet.usage.nooverview.description=\
 353     Do not generate overview pages
 354 
 355 doclet.usage.serialwarn.description=\
 356     Generate warning about @serial tag
 357 
 358 doclet.usage.tag.parameters=\
 359     <name>:<locations>:<header>
 360 doclet.usage.tag.description=\
 361     Specify single argument custom tags
 362 
 363 doclet.usage.taglet.description=\
 364     The fully qualified name of Taglet to register
 365 
 366 doclet.usage.tagletpath.description=\
 367     The path to Taglets
 368 
 369 doclet.usage.charset.parameters=\
 370     <charset>
 371 doclet.usage.charset.description=\
 372     Charset for cross-platform viewing of generated documentation
 373 
 374 doclet.usage.javafx.description=\
 375     Enable JavaFX functionality
 376 
 377 doclet.usage.helpfile.parameters=\
 378     <file>
 379 doclet.usage.helpfile.description=\
 380     Include file that help link links to
 381 
 382 doclet.usage.linksource.description=\
 383     Generate source in HTML
 384 
 385 doclet.usage.sourcetab.parameters=\
 386     <tab length>
 387 doclet.usage.sourcetab.description=\
 388     Specify the number of spaces each tab takes up in the source
 389 
 390 doclet.usage.keywords.description=\
 391     Include HTML meta tags with package, class and member info
 392 
 393 doclet.usage.main-stylesheet.parameters=\
 394     <file>
 395 doclet.usage.main-stylesheet.description=\
 396     File to change style of the generated documentation
 397 
 398 doclet.usage.docencoding.parameters=\
 399     <name>
 400 doclet.usage.docencoding.description=\
 401     Specify the character encoding for the output
 402 
 403 doclet.usage.frames.description=\
 404     Enable the use of frames in the generated output
 405 
 406 doclet.usage.no-frames.description=\
 407     Disable the use of frames in the generated output (default)
 408 
 409 doclet.usage.override-methods.parameters=\
 410     (detail|summary)
 411 
 412 doclet.usage.override-methods.description=\
 413     Document overridden methods in the detail or summary sections
 414 
 415 doclet.usage.allow-script-in-comments.description=\
 416     Allow JavaScript in options and comments
 417 
 418 doclet.usage.xdocrootparent.parameters=\
 419     <url>
 420 doclet.usage.xdocrootparent.description=\
 421     Replaces all @docRoot followed by /.. in doc comments with\n\
 422     <url>
 423 
 424 doclet.usage.xdoclint.description=\
 425     Enable recommended checks for problems in javadoc comments
 426 
 427 doclet.usage.xdoclint-extended.parameters=\
 428     (all|none|[-]<group>)
 429 # L10N: do not localize these words: all none accessibility html missing reference syntax
 430 doclet.usage.xdoclint-extended.description=\
 431     Enable or disable specific checks for problems in javadoc\n\
 432     comments, where <group> is one of accessibility, html,\n\
 433     missing, reference, or syntax.
 434 
 435 doclet.usage.xdoclint-package.parameters=\
 436     ([-]<packages>)
 437 doclet.usage.xdoclint-package.description=\
 438     Enable or disable checks in specific packages. <packages> is a\n\
 439     comma separated list of package specifiers. A package\n\
 440     specifier is either a qualified name of a package or a package\n\
 441     name prefix followed by .*, which expands to all sub-packages\n\
 442     of the given package. Prefix the package specifier with - to\n\
 443     disable checks for the specified packages.
 444 
 445 # L10N: do not localize the option names --no-frames
 446 doclet.NoFrames_specified=\
 447     The --no-frames option is no longer required and may be removed\n\
 448     in a future release.