langtools/src/share/classes/com/sun/tools/doclets/formats/html/resources/standard.properties
author bpatel
Thu, 19 Mar 2009 19:00:54 -0700
changeset 2320 5b8c377175f4
parent 10 06bc494ca11e
child 3891 69ac41cb327b
permissions -rw-r--r--
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
doclet.build_version=Standard Doclet version {0}
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
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
doclet.All_Packages=All Packages
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
doclet.Tree=Tree
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
doclet.Class_Hierarchy=Class Hierarchy
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
doclet.Window_Class_Hierarchy=Class Hierarchy
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
doclet.Interface_Hierarchy=Interface Hierarchy
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
doclet.Enum_Hierarchy=Enum Hierarchy
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
doclet.Annotation_Type_Hierarchy=Annotation Type Hierarchy
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
doclet.Prev=PREV
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
doclet.Next=NEXT
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
doclet.Prev_Class=PREV CLASS
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
doclet.Next_Class=NEXT CLASS
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
doclet.Prev_Package=PREV PACKAGE
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
doclet.Next_Package=NEXT PACKAGE
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
doclet.Prev_Letter=PREV LETTER
06bc494ca11e Initial load
duke
parents:
diff changeset
    21
doclet.Next_Letter=NEXT LETTER
06bc494ca11e Initial load
duke
parents:
diff changeset
    22
doclet.Show_Lists=SHOW LISTS
06bc494ca11e Initial load
duke
parents:
diff changeset
    23
doclet.Hide_Lists=HIDE LISTS
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
doclet.Href_Class_Title=class in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
doclet.Href_Interface_Title=interface in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
doclet.Href_Annotation_Title=annotation in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
doclet.Href_Enum_Title=enum in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    28
doclet.Href_Type_Param_Title=type parameter in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    29
doclet.Href_Class_Or_Interface_Title=class or interface in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    30
doclet.Summary=SUMMARY:
06bc494ca11e Initial load
duke
parents:
diff changeset
    31
doclet.Detail=DETAIL:
06bc494ca11e Initial load
duke
parents:
diff changeset
    32
doclet.navNested=NESTED
06bc494ca11e Initial load
duke
parents:
diff changeset
    33
doclet.navAnnotationTypeOptionalMember=OPTIONAL
06bc494ca11e Initial load
duke
parents:
diff changeset
    34
doclet.navAnnotationTypeRequiredMember=REQUIRED
06bc494ca11e Initial load
duke
parents:
diff changeset
    35
doclet.navAnnotationTypeMember=ELEMENT
06bc494ca11e Initial load
duke
parents:
diff changeset
    36
doclet.navField=FIELD
06bc494ca11e Initial load
duke
parents:
diff changeset
    37
doclet.navEnum=ENUM CONSTANTS
06bc494ca11e Initial load
duke
parents:
diff changeset
    38
doclet.navConstructor=CONSTR
06bc494ca11e Initial load
duke
parents:
diff changeset
    39
doclet.navMethod=METHOD
06bc494ca11e Initial load
duke
parents:
diff changeset
    40
doclet.navFactoryMethod=FACTORY
06bc494ca11e Initial load
duke
parents:
diff changeset
    41
doclet.Index=Index
06bc494ca11e Initial load
duke
parents:
diff changeset
    42
doclet.Window_Single_Index=Index
06bc494ca11e Initial load
duke
parents:
diff changeset
    43
doclet.Window_Split_Index={0}-Index
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
doclet.Help=Help
06bc494ca11e Initial load
duke
parents:
diff changeset
    45
doclet.Skip_navigation_links=Skip navigation links
06bc494ca11e Initial load
duke
parents:
diff changeset
    46
doclet.None=None
06bc494ca11e Initial load
duke
parents:
diff changeset
    47
doclet.CLASSES=CLASSES
06bc494ca11e Initial load
duke
parents:
diff changeset
    48
doclet.MEMBERS=MEMBERS
06bc494ca11e Initial load
duke
parents:
diff changeset
    49
doclet.NONE=NONE
06bc494ca11e Initial load
duke
parents:
diff changeset
    50
doclet.Factory_Method_Detail=Static Factory Method Detail
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
doclet.navDeprecated=Deprecated
06bc494ca11e Initial load
duke
parents:
diff changeset
    52
doclet.Deprecated_List=Deprecated List
06bc494ca11e Initial load
duke
parents:
diff changeset
    53
doclet.Window_Deprecated_List=Deprecated List
06bc494ca11e Initial load
duke
parents:
diff changeset
    54
doclet.Note_0_is_deprecated=Note: {0} is deprecated.
06bc494ca11e Initial load
duke
parents:
diff changeset
    55
doclet.Overrides=Overrides:
06bc494ca11e Initial load
duke
parents:
diff changeset
    56
doclet.in_class={0} in class {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
    57
doclet.0_Fields_and_Methods="{0}" Fields and Methods
06bc494ca11e Initial load
duke
parents:
diff changeset
    58
doclet.Index_of_Fields_and_Methods=Index of Fields and Methods
06bc494ca11e Initial load
duke
parents:
diff changeset
    59
doclet.Static_variable_in=Static variable in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    60
doclet.Variable_in=Variable in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    61
doclet.Constructor_for=Constructor for {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    62
doclet.Static_method_in=Static method in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    63
doclet.Method_in=Method in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    64
doclet.throws=throws
06bc494ca11e Initial load
duke
parents:
diff changeset
    65
doclet.package=package
06bc494ca11e Initial load
duke
parents:
diff changeset
    66
doclet.MalformedURL=Malformed URL: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    67
doclet.File_error=Error reading file: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    68
doclet.URL_error=Error fetching URL: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    69
doclet.No_Package_Comment_File=For Package {0} Package.Comment file not found
06bc494ca11e Initial load
duke
parents:
diff changeset
    70
doclet.No_Source_For_Class=Source information for class {0} not available.
06bc494ca11e Initial load
duke
parents:
diff changeset
    71
doclet.see.class_or_package_not_found=Tag {0}: reference not found: {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
    72
doclet.see.malformed_tag=Tag {0}: Malformed: {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
    73
doclet.Inherited_API_Summary=Inherited API Summary
06bc494ca11e Initial load
duke
parents:
diff changeset
    74
doclet.Deprecated_API=Deprecated API
06bc494ca11e Initial load
duke
parents:
diff changeset
    75
doclet.Deprecated_Classes=Deprecated Classes
06bc494ca11e Initial load
duke
parents:
diff changeset
    76
doclet.Deprecated_Enums=Deprecated Enums
06bc494ca11e Initial load
duke
parents:
diff changeset
    77
doclet.Deprecated_Interfaces=Deprecated Interfaces
06bc494ca11e Initial load
duke
parents:
diff changeset
    78
doclet.Deprecated_Exceptions=Deprecated Exceptions
06bc494ca11e Initial load
duke
parents:
diff changeset
    79
doclet.Deprecated_Annotation_Types=Deprecated Annotation Types
06bc494ca11e Initial load
duke
parents:
diff changeset
    80
doclet.Deprecated_Errors=Deprecated Errors
06bc494ca11e Initial load
duke
parents:
diff changeset
    81
doclet.Deprecated_Fields=Deprecated Fields
06bc494ca11e Initial load
duke
parents:
diff changeset
    82
doclet.Deprecated_Constructors=Deprecated Constructors
06bc494ca11e Initial load
duke
parents:
diff changeset
    83
doclet.Deprecated_Methods=Deprecated Methods
06bc494ca11e Initial load
duke
parents:
diff changeset
    84
doclet.Deprecated_Enum_Constants=Deprecated Enum Constants
06bc494ca11e Initial load
duke
parents:
diff changeset
    85
doclet.Deprecated_Annotation_Type_Members=Deprecated Annotation Type Elements
2320
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_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
    87
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
    88
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
    89
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
    90
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
    91
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
    92
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
    93
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
    94
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
    95
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
    96
doclet.deprecated_annotation_type_members=deprecated annotation type elements
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    97
doclet.Frame_Output=Frame Output
06bc494ca11e Initial load
duke
parents:
diff changeset
    98
doclet.Docs_generated_by_Javadoc=Documentation generated by Javadoc.
06bc494ca11e Initial load
duke
parents:
diff changeset
    99
doclet.Generated_Docs_Untitled=Generated Documentation (Untitled)
06bc494ca11e Initial load
duke
parents:
diff changeset
   100
doclet.Blank=Blank
06bc494ca11e Initial load
duke
parents:
diff changeset
   101
doclet.Other_Packages=Other Packages
06bc494ca11e Initial load
duke
parents:
diff changeset
   102
doclet.Package_Description=Package {0} Description
06bc494ca11e Initial load
duke
parents:
diff changeset
   103
doclet.Description=Description
06bc494ca11e Initial load
duke
parents:
diff changeset
   104
doclet.Specified_By=Specified by:
06bc494ca11e Initial load
duke
parents:
diff changeset
   105
doclet.in_interface={0} in interface {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   106
doclet.Subclasses=Direct Known Subclasses:
06bc494ca11e Initial load
duke
parents:
diff changeset
   107
doclet.Subinterfaces=All Known Subinterfaces:
06bc494ca11e Initial load
duke
parents:
diff changeset
   108
doclet.Implementing_Classes=All Known Implementing Classes:
06bc494ca11e Initial load
duke
parents:
diff changeset
   109
doclet.also=also
06bc494ca11e Initial load
duke
parents:
diff changeset
   110
doclet.Option=Option
06bc494ca11e Initial load
duke
parents:
diff changeset
   111
doclet.Or=Or
06bc494ca11e Initial load
duke
parents:
diff changeset
   112
doclet.Frames=Frames
06bc494ca11e Initial load
duke
parents:
diff changeset
   113
doclet.FRAMES=FRAMES
06bc494ca11e Initial load
duke
parents:
diff changeset
   114
doclet.NO_FRAMES=NO FRAMES
06bc494ca11e Initial load
duke
parents:
diff changeset
   115
doclet.Package_Hierarchies=Package Hierarchies:
06bc494ca11e Initial load
duke
parents:
diff changeset
   116
doclet.Hierarchy_For_Package=Hierarchy For Package {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   117
doclet.Source_Code=Source Code:
06bc494ca11e Initial load
duke
parents:
diff changeset
   118
doclet.Hierarchy_For_All_Packages=Hierarchy For All Packages
06bc494ca11e Initial load
duke
parents:
diff changeset
   119
doclet.Cannot_handle_no_packages=Cannot handle no packages.
06bc494ca11e Initial load
duke
parents:
diff changeset
   120
doclet.Frame_Alert=Frame Alert
06bc494ca11e Initial load
duke
parents:
diff changeset
   121
doclet.Overview-Member-Frame=Overview Member Frame
06bc494ca11e Initial load
duke
parents:
diff changeset
   122
doclet.Frame_Warning_Message=This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
06bc494ca11e Initial load
duke
parents:
diff changeset
   123
doclet.Non_Frame_Version=Non-frame version.
06bc494ca11e Initial load
duke
parents:
diff changeset
   124
doclet.Frame_Version=Frame version
06bc494ca11e Initial load
duke
parents:
diff changeset
   125
doclet.Link_To=Link to
06bc494ca11e Initial load
duke
parents:
diff changeset
   126
doclet.Following_From_Class=Following copied from class: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   127
doclet.Following_From_Interface=Following copied from interface: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   128
doclet.Description_From_Interface=Description copied from interface: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   129
doclet.Description_From_Class=Description copied from class: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   130
doclet.Standard_doclet_invoked=Standard doclet invoked...
06bc494ca11e Initial load
duke
parents:
diff changeset
   131
doclet.No_Non_Deprecated_Classes_To_Document=No non-deprecated classes found to document.
06bc494ca11e Initial load
duke
parents:
diff changeset
   132
doclet.Interfaces_Italic=Interfaces (italic)
06bc494ca11e Initial load
duke
parents:
diff changeset
   133
doclet.Enclosing_Class=Enclosing class:
06bc494ca11e Initial load
duke
parents:
diff changeset
   134
doclet.Enclosing_Interface=Enclosing interface:
06bc494ca11e Initial load
duke
parents:
diff changeset
   135
doclet.Help_title=API Help
06bc494ca11e Initial load
duke
parents:
diff changeset
   136
doclet.Window_Help_title=API Help
06bc494ca11e Initial load
duke
parents:
diff changeset
   137
doclet.Help_line_1=How This API Document Is Organized
06bc494ca11e Initial load
duke
parents:
diff changeset
   138
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
   139
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.
06bc494ca11e Initial load
duke
parents:
diff changeset
   140
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 four categories:
06bc494ca11e Initial load
duke
parents:
diff changeset
   141
doclet.Help_line_5=Class/Interface
06bc494ca11e Initial load
duke
parents:
diff changeset
   142
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
   143
doclet.Help_line_7=Class inheritance diagram
06bc494ca11e Initial load
duke
parents:
diff changeset
   144
doclet.Help_line_8=Direct Subclasses
06bc494ca11e Initial load
duke
parents:
diff changeset
   145
doclet.Help_line_9=All Known Subinterfaces
06bc494ca11e Initial load
duke
parents:
diff changeset
   146
doclet.Help_line_10=All Known Implementing Classes
06bc494ca11e Initial load
duke
parents:
diff changeset
   147
doclet.Help_line_11=Class/interface declaration
06bc494ca11e Initial load
duke
parents:
diff changeset
   148
doclet.Help_line_12=Class/interface description
06bc494ca11e Initial load
duke
parents:
diff changeset
   149
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
   150
doclet.Help_line_14=Use
06bc494ca11e Initial load
duke
parents:
diff changeset
   151
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
   152
doclet.Help_line_16=Tree (Class Hierarchy)
06bc494ca11e Initial load
duke
parents:
diff changeset
   153
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 <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.
06bc494ca11e Initial load
duke
parents:
diff changeset
   154
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
   155
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
   156
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
   157
doclet.Help_line_21=Index
06bc494ca11e Initial load
duke
parents:
diff changeset
   158
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
   159
doclet.Help_line_23=Prev/Next
06bc494ca11e Initial load
duke
parents:
diff changeset
   160
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
   161
doclet.Help_line_25=Frames/No Frames
06bc494ca11e Initial load
duke
parents:
diff changeset
   162
doclet.Help_line_26=These links show and hide the HTML frames.  All pages are available with or without frames.
06bc494ca11e Initial load
duke
parents:
diff changeset
   163
doclet.Help_line_27=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.
06bc494ca11e Initial load
duke
parents:
diff changeset
   164
doclet.Help_line_28=The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.
06bc494ca11e Initial load
duke
parents:
diff changeset
   165
doclet.Help_line_29=This help file applies to API documentation generated using the standard doclet.
06bc494ca11e Initial load
duke
parents:
diff changeset
   166
doclet.Help_enum_line_1=Each enum has its own separate page with the following sections:
06bc494ca11e Initial load
duke
parents:
diff changeset
   167
doclet.Help_enum_line_2=Enum declaration
06bc494ca11e Initial load
duke
parents:
diff changeset
   168
doclet.Help_enum_line_3=Enum description
06bc494ca11e Initial load
duke
parents:
diff changeset
   169
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
   170
doclet.Help_annotation_type_line_2=Annotation Type declaration
06bc494ca11e Initial load
duke
parents:
diff changeset
   171
doclet.Help_annotation_type_line_3=Annotation Type description
06bc494ca11e Initial load
duke
parents:
diff changeset
   172
doclet.The=The
06bc494ca11e Initial load
duke
parents:
diff changeset
   173
doclet.Style_line_1=Javadoc style sheet
06bc494ca11e Initial load
duke
parents:
diff changeset
   174
doclet.Style_line_2=Define colors, fonts and other style attributes here to override the defaults
06bc494ca11e Initial load
duke
parents:
diff changeset
   175
doclet.Style_line_3=Page background color
06bc494ca11e Initial load
duke
parents:
diff changeset
   176
doclet.Style_Headings=Headings
06bc494ca11e Initial load
duke
parents:
diff changeset
   177
doclet.Style_line_4=Table colors
06bc494ca11e Initial load
duke
parents:
diff changeset
   178
doclet.Style_line_5=Dark mauve
06bc494ca11e Initial load
duke
parents:
diff changeset
   179
doclet.Style_line_6=Light mauve
06bc494ca11e Initial load
duke
parents:
diff changeset
   180
doclet.Style_line_7=White
06bc494ca11e Initial load
duke
parents:
diff changeset
   181
doclet.Style_line_8=Font used in left-hand frame lists
06bc494ca11e Initial load
duke
parents:
diff changeset
   182
doclet.Style_line_9=Example of smaller, sans-serif font in frames
06bc494ca11e Initial load
duke
parents:
diff changeset
   183
doclet.Style_line_10=Navigation bar fonts and colors
06bc494ca11e Initial load
duke
parents:
diff changeset
   184
doclet.Style_line_11=Dark Blue
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   185
doclet.Style_line_12=Table caption style
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   186
doclet.ClassUse_Packages.that.use.0=Packages that use {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   187
doclet.ClassUse_Uses.of.0.in.1=Uses of {0} in {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   188
doclet.ClassUse_Classes.in.0.used.by.1=Classes in {0} used by {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   189
doclet.ClassUse_PackageAnnotation=Packages with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   190
doclet.ClassUse_Annotation=Classes in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   191
doclet.ClassUse_TypeParameter=Classes in {1} with type parameters of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   192
doclet.ClassUse_MethodTypeParameter=Methods in {1} with type parameters of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   193
doclet.ClassUse_FieldTypeParameter=Fields in {1} with type parameters of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   194
doclet.ClassUse_FieldAnnotations=Fields in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   195
doclet.ClassUse_MethodAnnotations=Methods in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   196
doclet.ClassUse_MethodParameterAnnotations=Method parameters in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   197
doclet.ClassUse_MethodReturnTypeParameter=Methods in {1} that return types with arguments of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   198
doclet.ClassUse_Subclass=Subclasses of {0} in {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   199
doclet.ClassUse_Subinterface=Subinterfaces of {0} in {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   200
doclet.ClassUse_ImplementingClass=Classes in {1} that implement {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   201
doclet.ClassUse_Field=Fields in {1} declared as {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   202
doclet.ClassUse_MethodReturn=Methods in {1} that return {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   203
doclet.ClassUse_MethodArgs=Methods in {1} with parameters of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   204
doclet.ClassUse_MethodArgsTypeParameters=Method parameters in {1} with type arguments of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   205
doclet.ClassUse_MethodThrows=Methods in {1} that throw {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   206
doclet.ClassUse_ConstructorAnnotations=Constructors in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   207
doclet.ClassUse_ConstructorParameterAnnotations=Constructor parameters in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   208
doclet.ClassUse_ConstructorArgs=Constructors in {1} with parameters of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   209
doclet.ClassUse_ConstructorArgsTypeParameters=Constructor parameters in {1} with type arguments of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   210
doclet.ClassUse_ConstructorThrows=Constructors in {1} that throw {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   211
doclet.ClassUse_No.usage.of.0=No usage of {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   212
doclet.Window_ClassUse_Header=Uses of {0} {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   213
doclet.ClassUse_Title=Uses of {0}<br>{1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   214
doclet.navClassUse=Use
06bc494ca11e Initial load
duke
parents:
diff changeset
   215
doclet.link_option_twice=Extern URL link option (link or linkoffline) used twice.
06bc494ca11e Initial load
duke
parents:
diff changeset
   216
doclet.Error_in_packagelist=Error in using -group option: {0} {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   217
doclet.Groupname_already_used=In -group option, groupname already used: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   218
doclet.Same_package_name_used=Package name format used twice: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   219
doclet.Serialization.Excluded_Class=Non-transient field {1} uses excluded class {0}.
06bc494ca11e Initial load
duke
parents:
diff changeset
   220
doclet.Serialization.Nonexcluded_Class=Non-transient field {1} uses hidden, non-included class {0}.
06bc494ca11e Initial load
duke
parents:
diff changeset
   221
doclet.usage=Provided by Standard doclet:\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   222
  -d <directory>                    Destination directory for output files\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   223
  -use                              Create class and package usage pages\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   224
  -version                          Include @version paragraphs\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   225
  -author                           Include @author paragraphs\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   226
  -docfilessubdirs                  Recursively copy doc-file subdirectories\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   227
  -splitindex                       Split index into one file per letter\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   228
  -windowtitle <text>               Browser window title for the documenation\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   229
  -doctitle <html-code>             Include title for the overview page\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   230
  -header <html-code>               Include header text for each page\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   231
  -footer <html-code>               Include footer text for each page\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   232
  -top    <html-code>               Include top text for each page\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   233
  -bottom <html-code>               Include bottom text for each page\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   234
  -link <url>                       Create links to javadoc output at <url>\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   235
  -linkoffline <url> <url2>         Link to docs at <url> using package list at <url2>\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   236
  -excludedocfilessubdir <name1>:.. Exclude any doc-files subdirectories with given name.\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   237
  -group <name> <p1>:<p2>..         Group specified packages together in overview page\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   238
  -nocomment                        Supress description and tags, generate only declarations.\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   239
  -nodeprecated                     Do not include @deprecated information\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   240
  -noqualifier <name1>:<name2>:...  Exclude the list of qualifiers from the output.\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   241
  -nosince                          Do not include @since information\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   242
  -notimestamp                      Do not include hidden time stamp\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   243
  -nodeprecatedlist                 Do not generate deprecated list\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   244
  -notree                           Do not generate class hierarchy\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   245
  -noindex                          Do not generate index\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   246
  -nohelp                           Do not generate help link\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   247
  -nonavbar                         Do not generate navigation bar\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   248
  -serialwarn                       Generate warning about @serial tag\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   249
  -tag <name>:<locations>:<header>  Specify single argument custom tags\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   250
  -taglet                           The fully qualified name of Taglet to register\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   251
  -tagletpath                       The path to Taglets\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   252
  -charset <charset>                Charset for cross-platform viewing of generated documentation.\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   253
  -helpfile <file>                  Include file that help link links to\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   254
  -linksource                       Generate source in HTML\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   255
  -sourcetab <tab length>           Specify the number of spaces each tab takes up in the source\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   256
  -keywords                         Include HTML meta tags with package, class and member info\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   257
  -stylesheetfile <path>            File to change style of the generated documentation\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   258
  -docencoding <name>               Output encoding name
06bc494ca11e Initial load
duke
parents:
diff changeset
   259
06bc494ca11e Initial load
duke
parents:
diff changeset
   260
06bc494ca11e Initial load
duke
parents:
diff changeset
   261
06bc494ca11e Initial load
duke
parents:
diff changeset
   262