langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties
author ksrini
Fri, 24 Jun 2016 16:00:43 -0700
changeset 39181 e2526131d705
parent 37849 3c7998b21c27
child 39670 9d1eafbf29c6
permissions -rw-r--r--
8160135: The Html doclet handles options incorrectly Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37750
d213951c811b 8154482: javadoc tool must support legacy doclet and taglet
ksrini
parents: 36526
diff changeset
     1
doclet.build_version=Standard Doclet version {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
doclet.Contents=Contents
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
doclet.Overview=Overview
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
doclet.Window_Overview=Overview List
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
doclet.Window_Overview_Summary=Overview
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
doclet.Package=Package
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 35426
diff changeset
     7
doclet.Module=Module
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
doclet.All_Packages=All Packages
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 35426
diff changeset
     9
doclet.All_Modules=All Modules
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
doclet.Tree=Tree
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
doclet.Class_Hierarchy=Class Hierarchy
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
doclet.Window_Class_Hierarchy=Class Hierarchy
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
doclet.Interface_Hierarchy=Interface Hierarchy
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
doclet.Enum_Hierarchy=Enum Hierarchy
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
doclet.Annotation_Type_Hierarchy=Annotation Type Hierarchy
9067
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    16
doclet.Prev=Prev
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    17
doclet.Next=Next
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    18
doclet.Prev_Class=Prev Class
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    19
doclet.Next_Class=Next Class
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    20
doclet.Prev_Package=Prev Package
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    21
doclet.Next_Package=Next Package
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 35426
diff changeset
    22
doclet.Prev_Module=Prev Module
3b41f1c69604 8142968: Module System implementation
alanb
parents: 35426
diff changeset
    23
doclet.Next_Module=Next Module
9067
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    24
doclet.Prev_Letter=Prev Letter
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    25
doclet.Next_Letter=Next Letter
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
doclet.Href_Class_Title=class in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
doclet.Href_Interface_Title=interface in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    28
doclet.Href_Annotation_Title=annotation in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    29
doclet.Href_Enum_Title=enum in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    30
doclet.Href_Type_Param_Title=type parameter in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    31
doclet.Href_Class_Or_Interface_Title=class or interface in {0}
9067
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    32
doclet.Summary=Summary:
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    33
doclet.Detail=Detail:
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    34
doclet.navNested=Nested
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    35
doclet.navAnnotationTypeOptionalMember=Optional
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    36
doclet.navAnnotationTypeRequiredMember=Required
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    37
doclet.navAnnotationTypeMember=Element
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    38
doclet.navField=Field
16319
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 15723
diff changeset
    39
doclet.navProperty=Property
9067
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    40
doclet.navEnum=Enum Constants
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    41
doclet.navConstructor=Constr
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    42
doclet.navMethod=Method
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    43
doclet.Index=Index
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
doclet.Window_Single_Index=Index
06bc494ca11e Initial load
duke
parents:
diff changeset
    45
doclet.Window_Split_Index={0}-Index
06bc494ca11e Initial load
duke
parents:
diff changeset
    46
doclet.Help=Help
06bc494ca11e Initial load
duke
parents:
diff changeset
    47
doclet.Skip_navigation_links=Skip navigation links
16319
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 15723
diff changeset
    48
doclet.Navigation=Navigation
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 3891
diff changeset
    49
doclet.New_Page=NewPage
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    50
doclet.navDeprecated=Deprecated
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
doclet.Window_Deprecated_List=Deprecated List
06bc494ca11e Initial load
duke
parents:
diff changeset
    52
doclet.Overrides=Overrides:
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 3891
diff changeset
    53
doclet.in_class=in class
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    54
doclet.Static_variable_in=Static variable in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    55
doclet.Variable_in=Variable in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    56
doclet.Constructor_for=Constructor for {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    57
doclet.Static_method_in=Static method in {0}
33920
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 31752
diff changeset
    58
doclet.Search_tag_in=Search tag in {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    59
doclet.Method_in=Method in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    60
doclet.package=package
06bc494ca11e Initial load
duke
parents:
diff changeset
    61
doclet.MalformedURL=Malformed URL: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    62
doclet.File_error=Error reading file: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    63
doclet.URL_error=Error fetching URL: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    64
doclet.see.class_or_package_not_found=Tag {0}: reference not found: {1}
3891
69ac41cb327b 5093723: REGRESSION: ClassCastException in SingleIndexWriter
jjg
parents: 2320
diff changeset
    65
doclet.see.class_or_package_not_accessible=Tag {0}: reference not accessible: {1}
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
    66
doclet.tag.invalid_usage=invalid usage of tag {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    67
doclet.Deprecated_API=Deprecated API
9606
e5a619cb5dd3 6492694: @deprecated tag doesn't work in package-info files.
bpatel
parents: 9072
diff changeset
    68
doclet.Deprecated_Packages=Deprecated Packages
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    69
doclet.Deprecated_Classes=Deprecated Classes
06bc494ca11e Initial load
duke
parents:
diff changeset
    70
doclet.Deprecated_Enums=Deprecated Enums
06bc494ca11e Initial load
duke
parents:
diff changeset
    71
doclet.Deprecated_Interfaces=Deprecated Interfaces
06bc494ca11e Initial load
duke
parents:
diff changeset
    72
doclet.Deprecated_Exceptions=Deprecated Exceptions
06bc494ca11e Initial load
duke
parents:
diff changeset
    73
doclet.Deprecated_Annotation_Types=Deprecated Annotation Types
06bc494ca11e Initial load
duke
parents:
diff changeset
    74
doclet.Deprecated_Errors=Deprecated Errors
06bc494ca11e Initial load
duke
parents:
diff changeset
    75
doclet.Deprecated_Fields=Deprecated Fields
06bc494ca11e Initial load
duke
parents:
diff changeset
    76
doclet.Deprecated_Constructors=Deprecated Constructors
06bc494ca11e Initial load
duke
parents:
diff changeset
    77
doclet.Deprecated_Methods=Deprecated Methods
06bc494ca11e Initial load
duke
parents:
diff changeset
    78
doclet.Deprecated_Enum_Constants=Deprecated Enum Constants
06bc494ca11e Initial load
duke
parents:
diff changeset
    79
doclet.Deprecated_Annotation_Type_Members=Deprecated Annotation Type Elements
9606
e5a619cb5dd3 6492694: @deprecated tag doesn't work in package-info files.
bpatel
parents: 9072
diff changeset
    80
doclet.deprecated_packages=deprecated packages
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
    81
doclet.deprecated_classes=deprecated classes
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
    82
doclet.deprecated_enums=deprecated enums
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
    83
doclet.deprecated_interfaces=deprecated interfaces
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
    84
doclet.deprecated_exceptions=deprecated exceptions
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
    85
doclet.deprecated_annotation_types=deprecated annotation types
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
    86
doclet.deprecated_errors=deprecated errors
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
    87
doclet.deprecated_fields=deprecated fields
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
    88
doclet.deprecated_constructors=deprecated constructors
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
    89
doclet.deprecated_methods=deprecated methods
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
    90
doclet.deprecated_enum_constants=deprecated enum constants
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
    91
doclet.deprecated_annotation_type_members=deprecated annotation type elements
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    92
doclet.Generated_Docs_Untitled=Generated Documentation (Untitled)
06bc494ca11e Initial load
duke
parents:
diff changeset
    93
doclet.Other_Packages=Other Packages
06bc494ca11e Initial load
duke
parents:
diff changeset
    94
doclet.Package_Description=Package {0} Description
06bc494ca11e Initial load
duke
parents:
diff changeset
    95
doclet.Description=Description
06bc494ca11e Initial load
duke
parents:
diff changeset
    96
doclet.Specified_By=Specified by:
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 3891
diff changeset
    97
doclet.in_interface=in interface
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    98
doclet.Subclasses=Direct Known Subclasses:
06bc494ca11e Initial load
duke
parents:
diff changeset
    99
doclet.Subinterfaces=All Known Subinterfaces:
06bc494ca11e Initial load
duke
parents:
diff changeset
   100
doclet.Implementing_Classes=All Known Implementing Classes:
14965
bb1eb01b8c41 8004893: the javadoc/doclet needs to be updated to accommodate lambda changes
bpatel
parents: 14452
diff changeset
   101
doclet.Functional_Interface=Functional Interface:
16319
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 15723
diff changeset
   102
doclet.Functional_Interface_Message=This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   103
doclet.also=also
06bc494ca11e Initial load
duke
parents:
diff changeset
   104
doclet.Frames=Frames
9067
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
   105
doclet.No_Frames=No Frames
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   106
doclet.Package_Hierarchies=Package Hierarchies:
06bc494ca11e Initial load
duke
parents:
diff changeset
   107
doclet.Hierarchy_For_Package=Hierarchy For Package {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   108
doclet.Hierarchy_For_All_Packages=Hierarchy For All Packages
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 3891
diff changeset
   109
doclet.No_Script_Message=JavaScript is disabled on your browser.
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 3891
diff changeset
   110
doclet.Description_From_Interface=Description copied from interface:
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 3891
diff changeset
   111
doclet.Description_From_Class=Description copied from class:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   112
doclet.No_Non_Deprecated_Classes_To_Document=No non-deprecated classes found to document.
06bc494ca11e Initial load
duke
parents:
diff changeset
   113
doclet.Interfaces_Italic=Interfaces (italic)
06bc494ca11e Initial load
duke
parents:
diff changeset
   114
doclet.Enclosing_Class=Enclosing class:
06bc494ca11e Initial load
duke
parents:
diff changeset
   115
doclet.Enclosing_Interface=Enclosing interface:
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 3891
diff changeset
   116
doclet.Window_Source_title=Source code
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   117
doclet.Window_Help_title=API Help
06bc494ca11e Initial load
duke
parents:
diff changeset
   118
doclet.Help_line_1=How This API Document Is Organized
06bc494ca11e Initial load
duke
parents:
diff changeset
   119
doclet.Help_line_2=This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
06bc494ca11e Initial load
duke
parents:
diff changeset
   120
doclet.Help_line_3=The {0} page is the front page of this API document and provides a list of all packages with a summary for each.  This page can also contain an overall description of the set of packages.
8839
a4a4b4bda328 6776656: Incorrect number in 'generated' help-doc.html
bpatel
parents: 7614
diff changeset
   121
doclet.Help_line_4=Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   122
doclet.Help_line_5=Class/Interface
06bc494ca11e Initial load
duke
parents:
diff changeset
   123
doclet.Help_line_6=Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
06bc494ca11e Initial load
duke
parents:
diff changeset
   124
doclet.Help_line_7=Class inheritance diagram
06bc494ca11e Initial load
duke
parents:
diff changeset
   125
doclet.Help_line_8=Direct Subclasses
06bc494ca11e Initial load
duke
parents:
diff changeset
   126
doclet.Help_line_9=All Known Subinterfaces
06bc494ca11e Initial load
duke
parents:
diff changeset
   127
doclet.Help_line_10=All Known Implementing Classes
06bc494ca11e Initial load
duke
parents:
diff changeset
   128
doclet.Help_line_11=Class/interface declaration
06bc494ca11e Initial load
duke
parents:
diff changeset
   129
doclet.Help_line_12=Class/interface description
06bc494ca11e Initial load
duke
parents:
diff changeset
   130
doclet.Help_line_13=Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
06bc494ca11e Initial load
duke
parents:
diff changeset
   131
doclet.Help_line_14=Use
06bc494ca11e Initial load
duke
parents:
diff changeset
   132
doclet.Help_line_15=Each documented package, class and interface has its own Use page.  This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A.  You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
06bc494ca11e Initial load
duke
parents:
diff changeset
   133
doclet.Help_line_16=Tree (Class Hierarchy)
17563
e8ddeb9bd17c 8011668: Allow HTMLWriter.getResource to take Content args
jjg
parents: 17562
diff changeset
   134
doclet.Help_line_17_with_tree_link=There is a {0} page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with {1}. The interfaces do not inherit from {1}.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   135
doclet.Help_line_18=When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
06bc494ca11e Initial load
duke
parents:
diff changeset
   136
doclet.Help_line_19=When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
06bc494ca11e Initial load
duke
parents:
diff changeset
   137
doclet.Help_line_20_with_deprecated_api_link=The {0} page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
06bc494ca11e Initial load
duke
parents:
diff changeset
   138
doclet.Help_line_21=Index
06bc494ca11e Initial load
duke
parents:
diff changeset
   139
doclet.Help_line_22=The {0} contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
06bc494ca11e Initial load
duke
parents:
diff changeset
   140
doclet.Help_line_23=Prev/Next
06bc494ca11e Initial load
duke
parents:
diff changeset
   141
doclet.Help_line_24=These links take you to the next or previous class, interface, package, or related page.
06bc494ca11e Initial load
duke
parents:
diff changeset
   142
doclet.Help_line_25=Frames/No Frames
06bc494ca11e Initial load
duke
parents:
diff changeset
   143
doclet.Help_line_26=These links show and hide the HTML frames.  All pages are available with or without frames.
8848
3f1b154379d6 4743537: Help doesn't say what "All Classes" and other links really mean
bpatel
parents: 8839
diff changeset
   144
doclet.Help_line_27=The {0} link shows all classes and interfaces except non-static nested types.
3f1b154379d6 4743537: Help doesn't say what "All Classes" and other links really mean
bpatel
parents: 8839
diff changeset
   145
doclet.Help_line_28=Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
14059
3bee341587fa 7132631: The help-doc.html generates an invalid link to constant-values.html
bpatel
parents: 11320
diff changeset
   146
doclet.Help_line_29=The {0} page lists the static final fields and their values.
8848
3f1b154379d6 4743537: Help doesn't say what "All Classes" and other links really mean
bpatel
parents: 8839
diff changeset
   147
doclet.Help_line_30=This help file applies to API documentation generated using the standard doclet.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   148
doclet.Help_enum_line_1=Each enum has its own separate page with the following sections:
06bc494ca11e Initial load
duke
parents:
diff changeset
   149
doclet.Help_enum_line_2=Enum declaration
06bc494ca11e Initial load
duke
parents:
diff changeset
   150
doclet.Help_enum_line_3=Enum description
06bc494ca11e Initial load
duke
parents:
diff changeset
   151
doclet.Help_annotation_type_line_1=Each annotation type has its own separate page with the following sections:
06bc494ca11e Initial load
duke
parents:
diff changeset
   152
doclet.Help_annotation_type_line_2=Annotation Type declaration
06bc494ca11e Initial load
duke
parents:
diff changeset
   153
doclet.Help_annotation_type_line_3=Annotation Type description
06bc494ca11e Initial load
duke
parents:
diff changeset
   154
doclet.ClassUse_Packages.that.use.0=Packages that use {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   155
doclet.ClassUse_Uses.of.0.in.1=Uses of {0} in {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   156
doclet.ClassUse_Classes.in.0.used.by.1=Classes in {0} used by {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   157
doclet.ClassUse_PackageAnnotation=Packages with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   158
doclet.ClassUse_Annotation=Classes in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   159
doclet.ClassUse_TypeParameter=Classes in {1} with type parameters of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   160
doclet.ClassUse_MethodTypeParameter=Methods in {1} with type parameters of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   161
doclet.ClassUse_FieldTypeParameter=Fields in {1} with type parameters of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   162
doclet.ClassUse_FieldAnnotations=Fields in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   163
doclet.ClassUse_MethodAnnotations=Methods in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   164
doclet.ClassUse_MethodParameterAnnotations=Method parameters in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   165
doclet.ClassUse_MethodReturnTypeParameter=Methods in {1} that return types with arguments of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   166
doclet.ClassUse_Subclass=Subclasses of {0} in {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   167
doclet.ClassUse_Subinterface=Subinterfaces of {0} in {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   168
doclet.ClassUse_ImplementingClass=Classes in {1} that implement {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   169
doclet.ClassUse_Field=Fields in {1} declared as {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   170
doclet.ClassUse_MethodReturn=Methods in {1} that return {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   171
doclet.ClassUse_MethodArgs=Methods in {1} with parameters of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   172
doclet.ClassUse_MethodArgsTypeParameters=Method parameters in {1} with type arguments of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   173
doclet.ClassUse_MethodThrows=Methods in {1} that throw {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   174
doclet.ClassUse_ConstructorAnnotations=Constructors in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   175
doclet.ClassUse_ConstructorParameterAnnotations=Constructor parameters in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   176
doclet.ClassUse_ConstructorArgs=Constructors in {1} with parameters of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   177
doclet.ClassUse_ConstructorArgsTypeParameters=Constructor parameters in {1} with type arguments of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   178
doclet.ClassUse_ConstructorThrows=Constructors in {1} that throw {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   179
doclet.ClassUse_No.usage.of.0=No usage of {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   180
doclet.Window_ClassUse_Header=Uses of {0} {1}
17562
c84f1d7fa11d 8011662: Remove single instance of resource with HTML from doclet resource bundle
jjg
parents: 16319
diff changeset
   181
doclet.ClassUse_Title=Uses of {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   182
doclet.navClassUse=Use
06bc494ca11e Initial load
duke
parents:
diff changeset
   183
doclet.Error_in_packagelist=Error in using -group option: {0} {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   184
doclet.Groupname_already_used=In -group option, groupname already used: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   185
doclet.Same_package_name_used=Package name format used twice: {0}
11320
1ed269f7cc73 7121961: javadoc is missing a resource property
jjg
parents: 9608
diff changeset
   186
doclet.exception_encountered=Exception encountered while processing {1}\n{0}
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   187
39181
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   188
# option specifiers
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   189
doclet.usage.d.name=d
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   190
doclet.usage.d.parameters=<directory>
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   191
doclet.usage.d.description=Destination directory for output files
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   192
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   193
doclet.usage.use.name=use
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   194
doclet.usage.use.description=Create class and package usage pages
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   195
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   196
doclet.usage.version.name=version
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   197
doclet.usage.version.description=Include @version paragraphs
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   198
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   199
doclet.usage.author.name=author
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   200
doclet.usage.author.description=Include @author paragraphs
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   201
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   202
doclet.usage.docfilessubdirs.name=docfilessubdirs
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   203
doclet.usage.docfilessubdirs.description=Recursively copy doc-file subdirectories
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   204
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   205
doclet.usage.splitindex.name=splitindex
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   206
doclet.usage.splitindex.description=Split index into one file per letter
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   207
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   208
doclet.usage.windowtitle.name=windowtitle
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   209
doclet.usage.windotitle.parameters=<text>
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   210
doclet.usage.windowtitle.description=Browser window title for the documentation
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   211
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   212
doclet.usage.doctitle.name=doctitle
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   213
doclet.usage.doctitle.parameters=<html-code>
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   214
doclet.usage.doctitle.description=Include title for the overview page
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   215
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   216
doclet.usage.header.name=header
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   217
doclet.usage.header.parameters=<html-code>
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   218
doclet.usage.header.description=Include header text for each page
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   219
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   220
doclet.usage.html4.name=html4
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   221
doclet.usage.html4.description=Generate HTML 4.01 output
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   222
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   223
doclet.usage.html5.name=html5
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   224
doclet.usage.html5.description=Generate HTML 5 output
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   225
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   226
doclet.usage.footer.name=footer
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   227
doclet.usage.footer.parameters=<html-code>
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   228
doclet.usage.footer.description=Include footer text for each page
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   229
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   230
doclet.usage.top.name=top
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   231
doclet.usage.top.parameters=<html-code>
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   232
doclet.usage.top.description=Include top text for each page
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   233
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   234
doclet.usage.bottom.name=bottom
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   235
doclet.usage.bottom.parameters=<html-code>
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   236
doclet.usage.bottom.description=Include bottom text for each page
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   237
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   238
doclet.usage.link.name=link
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   239
doclet.usage.link.parameters=<url>
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   240
doclet.usage.link.description=Create links to javadoc output at <url>
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   241
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   242
doclet.usage.linkoffline.name=linkoffline
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   243
doclet.usage.linkoffline.parameters=<url1> <url2>
39181
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   244
doclet.usage.linkoffline.description=Link to docs at <url1> using package list\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   245
\                                  at <url2>
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   246
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   247
doclet.usage.excludedocfilessubdir.name=excludedocfilessubdir
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   248
doclet.usage.excludedocfilessubdir.parameters=<name>:..
39181
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   249
doclet.usage.excludedocfilessubdir.description=\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   250
\                                  Exclude any doc-files subdirectories with\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   251
\                                  given name
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   252
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   253
doclet.usage.group.name=group
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   254
doclet.usage.group.parameters=<name> <p1>:<p2>..
39181
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   255
doclet.usage.group.description=Group specified packages together\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   256
\                                  in overview page
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   257
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   258
doclet.usage.nocomment.name=nocomment
39181
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   259
doclet.usage.nocomment.description=Suppress description and tags, generate\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   260
\                                  only declarations
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   261
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   262
doclet.usage.nodeprecated.name=nodeprecated
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   263
doclet.usage.nodeprecated.description=Do not include @deprecated information
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   264
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   265
doclet.usage.noqualifier.name=noqualifier
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   266
doclet.usage.noqualifier.parameters=<name1>:<name2>:..
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   267
doclet.usage.noqualifier.description=Exclude the list of qualifiers from the output
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   268
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   269
doclet.usage.nosince.name=nosince
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   270
doclet.usage.nosince.description=Do not include @since information
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   271
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   272
doclet.usage.notimestamp.name=notimestamp
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   273
doclet.usage.notimestamp.description=Do not include hidden time stamp
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   274
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   275
doclet.usage.nodeprecatedlist.name=nodeprecatedlist
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   276
doclet.usage.nodeprecatedlist.description=Do not generate deprecated list
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   277
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   278
doclet.usage.notree.name=notree
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   279
doclet.usage.notree.description=Do not generate class hierarchy
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   280
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   281
doclet.usage.noindex.name=noindex
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   282
doclet.usage.noindex.description=Do not generate index
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   283
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   284
doclet.usage.nohelp.name=nohelp
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   285
doclet.usage.nohelp.description=Do not generate help link
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   286
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   287
doclet.usage.nonavbar.name=nonavbar
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   288
doclet.usage.nonavbar.description=Do not generate navigation bar
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   289
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   290
doclet.usage.nooverview.name=nooverview
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   291
doclet.usage.nooverview.description=Do not generate overview pages
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   292
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   293
doclet.usage.serialwarn.name=serialwarn
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   294
doclet.usage.serialwarn.description=Generate warning about @serial tag
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   295
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   296
doclet.usage.tag.name=tag
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   297
doclet.usage.tag.parameters=<name>:<locations>:<header>
39181
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   298
doclet.usage.tag.description=\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   299
\                                  Specify single argument custom tags
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   300
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   301
doclet.usage.taglet.name=taglet
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   302
doclet.usage.taglet.description=The fully qualified name of Taglet to register
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   303
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   304
doclet.usage.tagletpath.name=tagletpath
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   305
doclet.usage.tagletpath.description=The path to Taglets
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   306
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   307
doclet.usage.charset.name=charset
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   308
doclet.usage.charset.parameters=<charset>
39181
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   309
doclet.usage.charset.description=Charset for cross-platform viewing of\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   310
\                                  generated documentation
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   311
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   312
doclet.usage.helpfile.name=helpfile
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   313
doclet.usage.helpfile.parameters=<file>
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   314
doclet.usage.helpfile.description=Include file that help link links to
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   315
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   316
doclet.usage.linksource.name=linksource
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   317
doclet.usage.linksource.description=Generate source in HTML
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   318
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   319
doclet.usage.sourcetab.name=sourcetab
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   320
doclet.usage.sourcetab.parameters=<tab length>
39181
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   321
doclet.usage.sourcetab.description=Specify the number of spaces each tab\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   322
\                                  takes up in the source
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   323
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   324
doclet.usage.keywords.name=keywords
39181
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   325
doclet.usage.keywords.description=Include HTML meta tags with package,\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   326
\                                  class and member info
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   327
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   328
doclet.usage.stylesheetfile.name=stylesheetfile
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   329
doclet.usage.stylesheetfile.parameters=<path>
39181
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   330
doclet.usage.stylesheetfile.description=File to change style of the generated\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   331
\                                  documentation
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   332
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   333
doclet.usage.docencoding.name=docencoding
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   334
doclet.usage.docencoding.parameters=<name>
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   335
doclet.usage.docencoding.description=Specify the character encoding for the output
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   336
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   337
doclet.xusage.xdocrootparent.name=Xdocrootparent
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   338
doclet.xusage.xdocrootparent.parameters=<url>
39181
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   339
doclet.xusage.xdocrootparent.description=Replaces all @docRoot followed by /..\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   340
\                                  in doc comments with <url>
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   341
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   342
doclet.xusage.xdoclint.name=Xdoclint
39181
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   343
doclet.xusage.xdoclint.description=Enable recommended checks for problems in\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   344
\                                  javadoc comments
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   345
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   346
doclet.xusage.xdoclint-extended.name=Xdoclint:
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   347
doclet.xusage.xdoclint-extended.parameters=(all|none|[-]<group>)
18005
598e2e068668 8007687: javadoc -X does not include -Xdoclint
jjg
parents: 17563
diff changeset
   348
# L10N: do not localize these words: all none accessibility html missing reference syntax
39181
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   349
doclet.xusage.xdoclint-extended.description=Enable or disable specific checks\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   350
\                                  for problems in javadoc comments, where \n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   351
\                                  <group> is one of accessibility, html,\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   352
\                                  missing, reference, or syntax.\n
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   353
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   354
doclet.xusage.xdoclint-package.name=Xdoclint/package:
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   355
doclet.xusage.xdoclint-package.parameters=([-]<packages>)
37848
3c8ff4204d2d 8154956: Module system implementation refresh (4/2016)
alanb
parents: 36526
diff changeset
   356
doclet.xusage.xdoclint-package.description=\n\
39181
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   357
\                                  Enable or disable checks in specific\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   358
\                                  packages. <packages> is a comma separated\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   359
\                                  list of package specifiers. Package\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   360
\                                  specifier is either a qualified name of a\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   361
\                                  package or a package name prefix followed\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   362
\                                  by .*, which expands to all sub-packages\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   363
\                                  of the given package. Prefix the package\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   364
\                                  specifier with - to disable checks for\n\
e2526131d705 8160135: The Html doclet handles options incorrectly
ksrini
parents: 37849
diff changeset
   365
\                                  the specified packages.\n