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