langtools/src/share/classes/com/sun/tools/doclets/formats/html/resources/standard.properties
author jjg
Wed, 07 Nov 2012 17:20:12 -0800
changeset 14452 f083d81c2b46
parent 14447 6f87132c2e54
child 14965 bb1eb01b8c41
permissions -rw-r--r--
8003134: CheckResourceKeys issues Reviewed-by: jjh, bpatel
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
9067
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    14
doclet.Prev=Prev
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    15
doclet.Next=Next
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    16
doclet.Prev_Class=Prev Class
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    17
doclet.Next_Class=Next Class
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    18
doclet.Prev_Package=Prev Package
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    19
doclet.Next_Package=Next Package
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    20
doclet.Prev_Letter=Prev Letter
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    21
doclet.Next_Letter=Next Letter
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    22
doclet.Href_Class_Title=class in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    23
doclet.Href_Interface_Title=interface in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
doclet.Href_Annotation_Title=annotation in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
doclet.Href_Enum_Title=enum in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
doclet.Href_Type_Param_Title=type parameter in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
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
    28
doclet.Summary=Summary:
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    29
doclet.Detail=Detail:
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    30
doclet.navNested=Nested
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    31
doclet.navAnnotationTypeOptionalMember=Optional
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    32
doclet.navAnnotationTypeRequiredMember=Required
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    33
doclet.navAnnotationTypeMember=Element
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    34
doclet.navField=Field
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    35
doclet.navEnum=Enum Constants
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    36
doclet.navConstructor=Constr
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    37
doclet.navMethod=Method
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    38
doclet.Index=Index
06bc494ca11e Initial load
duke
parents:
diff changeset
    39
doclet.Window_Single_Index=Index
06bc494ca11e Initial load
duke
parents:
diff changeset
    40
doclet.Window_Split_Index={0}-Index
06bc494ca11e Initial load
duke
parents:
diff changeset
    41
doclet.Help=Help
06bc494ca11e Initial load
duke
parents:
diff changeset
    42
doclet.Skip_navigation_links=Skip navigation links
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 3891
diff changeset
    43
doclet.New_Page=NewPage
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
doclet.navDeprecated=Deprecated
06bc494ca11e Initial load
duke
parents:
diff changeset
    45
doclet.Window_Deprecated_List=Deprecated List
06bc494ca11e Initial load
duke
parents:
diff changeset
    46
doclet.Overrides=Overrides:
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 3891
diff changeset
    47
doclet.in_class=in class
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    48
doclet.Static_variable_in=Static variable in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    49
doclet.Variable_in=Variable in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    50
doclet.Constructor_for=Constructor for {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
doclet.Static_method_in=Static method in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    52
doclet.Method_in=Method in {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    53
doclet.package=package
06bc494ca11e Initial load
duke
parents:
diff changeset
    54
doclet.MalformedURL=Malformed URL: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    55
doclet.File_error=Error reading file: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    56
doclet.URL_error=Error fetching URL: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    57
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
    58
doclet.see.class_or_package_not_accessible=Tag {0}: reference not accessible: {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    59
doclet.Deprecated_API=Deprecated API
9606
e5a619cb5dd3 6492694: @deprecated tag doesn't work in package-info files.
bpatel
parents: 9072
diff changeset
    60
doclet.Deprecated_Packages=Deprecated Packages
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    61
doclet.Deprecated_Classes=Deprecated Classes
06bc494ca11e Initial load
duke
parents:
diff changeset
    62
doclet.Deprecated_Enums=Deprecated Enums
06bc494ca11e Initial load
duke
parents:
diff changeset
    63
doclet.Deprecated_Interfaces=Deprecated Interfaces
06bc494ca11e Initial load
duke
parents:
diff changeset
    64
doclet.Deprecated_Exceptions=Deprecated Exceptions
06bc494ca11e Initial load
duke
parents:
diff changeset
    65
doclet.Deprecated_Annotation_Types=Deprecated Annotation Types
06bc494ca11e Initial load
duke
parents:
diff changeset
    66
doclet.Deprecated_Errors=Deprecated Errors
06bc494ca11e Initial load
duke
parents:
diff changeset
    67
doclet.Deprecated_Fields=Deprecated Fields
06bc494ca11e Initial load
duke
parents:
diff changeset
    68
doclet.Deprecated_Constructors=Deprecated Constructors
06bc494ca11e Initial load
duke
parents:
diff changeset
    69
doclet.Deprecated_Methods=Deprecated Methods
06bc494ca11e Initial load
duke
parents:
diff changeset
    70
doclet.Deprecated_Enum_Constants=Deprecated Enum Constants
06bc494ca11e Initial load
duke
parents:
diff changeset
    71
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
    72
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
    73
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
    74
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
    75
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
    76
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
    77
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
    78
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
    79
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
    80
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
    81
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
    82
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
    83
doclet.deprecated_annotation_type_members=deprecated annotation type elements
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    84
doclet.Generated_Docs_Untitled=Generated Documentation (Untitled)
06bc494ca11e Initial load
duke
parents:
diff changeset
    85
doclet.Other_Packages=Other Packages
06bc494ca11e Initial load
duke
parents:
diff changeset
    86
doclet.Package_Description=Package {0} Description
06bc494ca11e Initial load
duke
parents:
diff changeset
    87
doclet.Description=Description
06bc494ca11e Initial load
duke
parents:
diff changeset
    88
doclet.Specified_By=Specified by:
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 3891
diff changeset
    89
doclet.in_interface=in interface
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    90
doclet.Subclasses=Direct Known Subclasses:
06bc494ca11e Initial load
duke
parents:
diff changeset
    91
doclet.Subinterfaces=All Known Subinterfaces:
06bc494ca11e Initial load
duke
parents:
diff changeset
    92
doclet.Implementing_Classes=All Known Implementing Classes:
06bc494ca11e Initial load
duke
parents:
diff changeset
    93
doclet.also=also
06bc494ca11e Initial load
duke
parents:
diff changeset
    94
doclet.Frames=Frames
9067
c0b85430843d 7025314: NLS: translatability violation on standard.properties
bpatel
parents: 8852
diff changeset
    95
doclet.No_Frames=No Frames
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    96
doclet.Package_Hierarchies=Package Hierarchies:
06bc494ca11e Initial load
duke
parents:
diff changeset
    97
doclet.Hierarchy_For_Package=Hierarchy For Package {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    98
doclet.Hierarchy_For_All_Packages=Hierarchy For All Packages
06bc494ca11e Initial load
duke
parents:
diff changeset
    99
doclet.Frame_Alert=Frame Alert
9072
2efb24cb8c36 7001086: NLS: un-used resources should be removed from standard.properties and improper concatenation
bpatel
parents: 9067
diff changeset
   100
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. Link to {0}.
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 3891
diff changeset
   101
doclet.No_Script_Message=JavaScript is disabled on your browser.
9072
2efb24cb8c36 7001086: NLS: un-used resources should be removed from standard.properties and improper concatenation
bpatel
parents: 9067
diff changeset
   102
doclet.Non_Frame_Version=Non-frame version
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 3891
diff changeset
   103
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
   104
doclet.Description_From_Class=Description copied from class:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   105
doclet.No_Non_Deprecated_Classes_To_Document=No non-deprecated classes found to document.
06bc494ca11e Initial load
duke
parents:
diff changeset
   106
doclet.Interfaces_Italic=Interfaces (italic)
06bc494ca11e Initial load
duke
parents:
diff changeset
   107
doclet.Enclosing_Class=Enclosing class:
06bc494ca11e Initial load
duke
parents:
diff changeset
   108
doclet.Enclosing_Interface=Enclosing interface:
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 3891
diff changeset
   109
doclet.Window_Source_title=Source code
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   110
doclet.Window_Help_title=API Help
06bc494ca11e Initial load
duke
parents:
diff changeset
   111
doclet.Help_line_1=How This API Document Is Organized
06bc494ca11e Initial load
duke
parents:
diff changeset
   112
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
   113
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
   114
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
   115
doclet.Help_line_5=Class/Interface
06bc494ca11e Initial load
duke
parents:
diff changeset
   116
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
   117
doclet.Help_line_7=Class inheritance diagram
06bc494ca11e Initial load
duke
parents:
diff changeset
   118
doclet.Help_line_8=Direct Subclasses
06bc494ca11e Initial load
duke
parents:
diff changeset
   119
doclet.Help_line_9=All Known Subinterfaces
06bc494ca11e Initial load
duke
parents:
diff changeset
   120
doclet.Help_line_10=All Known Implementing Classes
06bc494ca11e Initial load
duke
parents:
diff changeset
   121
doclet.Help_line_11=Class/interface declaration
06bc494ca11e Initial load
duke
parents:
diff changeset
   122
doclet.Help_line_12=Class/interface description
06bc494ca11e Initial load
duke
parents:
diff changeset
   123
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
   124
doclet.Help_line_14=Use
06bc494ca11e Initial load
duke
parents:
diff changeset
   125
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
   126
doclet.Help_line_16=Tree (Class Hierarchy)
06bc494ca11e Initial load
duke
parents:
diff changeset
   127
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
   128
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
   129
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
   130
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
   131
doclet.Help_line_21=Index
06bc494ca11e Initial load
duke
parents:
diff changeset
   132
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
   133
doclet.Help_line_23=Prev/Next
06bc494ca11e Initial load
duke
parents:
diff changeset
   134
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
   135
doclet.Help_line_25=Frames/No Frames
06bc494ca11e Initial load
duke
parents:
diff changeset
   136
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
   137
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
   138
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
   139
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
   140
doclet.Help_line_30=This help file applies to API documentation generated using the standard doclet.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   141
doclet.Help_enum_line_1=Each enum has its own separate page with the following sections:
06bc494ca11e Initial load
duke
parents:
diff changeset
   142
doclet.Help_enum_line_2=Enum declaration
06bc494ca11e Initial load
duke
parents:
diff changeset
   143
doclet.Help_enum_line_3=Enum description
06bc494ca11e Initial load
duke
parents:
diff changeset
   144
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
   145
doclet.Help_annotation_type_line_2=Annotation Type declaration
06bc494ca11e Initial load
duke
parents:
diff changeset
   146
doclet.Help_annotation_type_line_3=Annotation Type description
06bc494ca11e Initial load
duke
parents:
diff changeset
   147
doclet.ClassUse_Packages.that.use.0=Packages that use {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   148
doclet.ClassUse_Uses.of.0.in.1=Uses of {0} in {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   149
doclet.ClassUse_Classes.in.0.used.by.1=Classes in {0} used by {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   150
doclet.ClassUse_PackageAnnotation=Packages with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   151
doclet.ClassUse_Annotation=Classes in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   152
doclet.ClassUse_TypeParameter=Classes in {1} with type parameters of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   153
doclet.ClassUse_MethodTypeParameter=Methods in {1} with type parameters of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   154
doclet.ClassUse_FieldTypeParameter=Fields in {1} with type parameters of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   155
doclet.ClassUse_FieldAnnotations=Fields in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   156
doclet.ClassUse_MethodAnnotations=Methods in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   157
doclet.ClassUse_MethodParameterAnnotations=Method parameters in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   158
doclet.ClassUse_MethodReturnTypeParameter=Methods in {1} that return types with arguments of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   159
doclet.ClassUse_Subclass=Subclasses of {0} in {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   160
doclet.ClassUse_Subinterface=Subinterfaces of {0} in {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   161
doclet.ClassUse_ImplementingClass=Classes in {1} that implement {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   162
doclet.ClassUse_Field=Fields in {1} declared as {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   163
doclet.ClassUse_MethodReturn=Methods in {1} that return {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   164
doclet.ClassUse_MethodArgs=Methods in {1} with parameters of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   165
doclet.ClassUse_MethodArgsTypeParameters=Method parameters in {1} with type arguments of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   166
doclet.ClassUse_MethodThrows=Methods in {1} that throw {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   167
doclet.ClassUse_ConstructorAnnotations=Constructors in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   168
doclet.ClassUse_ConstructorParameterAnnotations=Constructor parameters in {1} with annotations of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   169
doclet.ClassUse_ConstructorArgs=Constructors in {1} with parameters of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   170
doclet.ClassUse_ConstructorArgsTypeParameters=Constructor parameters in {1} with type arguments of type {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   171
doclet.ClassUse_ConstructorThrows=Constructors in {1} that throw {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   172
doclet.ClassUse_No.usage.of.0=No usage of {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   173
doclet.Window_ClassUse_Header=Uses of {0} {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   174
doclet.ClassUse_Title=Uses of {0}<br>{1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   175
doclet.navClassUse=Use
06bc494ca11e Initial load
duke
parents:
diff changeset
   176
doclet.Error_in_packagelist=Error in using -group option: {0} {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   177
doclet.Groupname_already_used=In -group option, groupname already used: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   178
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
   179
doclet.exception_encountered=Exception encountered while processing {1}\n{0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   180
doclet.usage=Provided by Standard doclet:\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   181
  -d <directory>                    Destination directory for output files\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   182
  -use                              Create class and package usage pages\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   183
  -version                          Include @version paragraphs\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   184
  -author                           Include @author paragraphs\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   185
  -docfilessubdirs                  Recursively copy doc-file subdirectories\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   186
  -splitindex                       Split index into one file per letter\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   187
  -windowtitle <text>               Browser window title for the documenation\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   188
  -doctitle <html-code>             Include title for the overview page\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   189
  -header <html-code>               Include header text for each page\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   190
  -footer <html-code>               Include footer text for each page\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   191
  -top    <html-code>               Include top text for each page\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   192
  -bottom <html-code>               Include bottom text for each page\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   193
  -link <url>                       Create links to javadoc output at <url>\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   194
  -linkoffline <url> <url2>         Link to docs at <url> using package list at <url2>\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   195
  -excludedocfilessubdir <name1>:.. Exclude any doc-files subdirectories with given name.\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   196
  -group <name> <p1>:<p2>..         Group specified packages together in overview page\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   197
  -nocomment                        Supress description and tags, generate only declarations.\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   198
  -nodeprecated                     Do not include @deprecated information\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   199
  -noqualifier <name1>:<name2>:...  Exclude the list of qualifiers from the output.\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   200
  -nosince                          Do not include @since information\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   201
  -notimestamp                      Do not include hidden time stamp\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   202
  -nodeprecatedlist                 Do not generate deprecated list\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   203
  -notree                           Do not generate class hierarchy\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   204
  -noindex                          Do not generate index\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   205
  -nohelp                           Do not generate help link\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   206
  -nonavbar                         Do not generate navigation bar\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   207
  -serialwarn                       Generate warning about @serial tag\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   208
  -tag <name>:<locations>:<header>  Specify single argument custom tags\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   209
  -taglet                           The fully qualified name of Taglet to register\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   210
  -tagletpath                       The path to Taglets\n\
9608
385a828ba236 6553182: Need to modify javadoc doclet for GPL
bpatel
parents: 9606
diff changeset
   211
  -Xdocrootparent <url>             Replaces all appearances of @docRoot followed by /.. in doc comments with <url>\n\
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   212
  -charset <charset>                Charset for cross-platform viewing of generated documentation.\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   213
  -helpfile <file>                  Include file that help link links to\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   214
  -linksource                       Generate source in HTML\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   215
  -sourcetab <tab length>           Specify the number of spaces each tab takes up in the source\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   216
  -keywords                         Include HTML meta tags with package, class and member info\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   217
  -stylesheetfile <path>            File to change style of the generated documentation\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   218
  -docencoding <name>               Output encoding name
06bc494ca11e Initial load
duke
parents:
diff changeset
   219
06bc494ca11e Initial load
duke
parents:
diff changeset
   220
06bc494ca11e Initial load
duke
parents:
diff changeset
   221
06bc494ca11e Initial load
duke
parents:
diff changeset
   222