src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties
author darcy
Tue, 25 Sep 2018 11:31:55 -0700
changeset 51872 a6bdb6d5f167
parent 51861 f7d40158eb2f
child 52687 526f5cf13972
permissions -rw-r--r--
8173730: Stop including enhanced for-loop tip for enum values() method Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
doclet.Generating_0=Generating {0}...
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
doclet.Toolkit_Usage_Violation=The Doclet Toolkit can only be used by {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
doclet.MissingSerialTag=in class {0}, missing @serial tag for default serializable field: {1}.
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
doclet.MissingSerialDataTag=in class {0}, missing @serialData tag in method {1}.
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
doclet.Serializable_no_customization=No readObject or writeObject method declared.
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
doclet.Serialized_Form=Serialized Form
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
doclet.Serialized_Form_methods=Serialization Methods
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
doclet.Serialized_Form_fields=Serialized Fields
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
doclet.Serialized_Form_class=Serialization Overview
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
doclet.Class_0_implements_serializable=Class {0} implements Serializable
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
doclet.Class_0_extends_implements_serializable=Class {0} extends {1} implements Serializable
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
doclet.Option_conflict=Option {0} conflicts with {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
doclet.Option_reuse=Option reused: {0}
47395
2ea4edfdef8e 8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents: 47216
diff changeset
    14
doclet.Option_invalid=Invalid argument {0} for {1} option
15354
52a04c670c05 8004834: Add doclint support into javadoc
jjg
parents: 14447
diff changeset
    15
doclet.Option_doclint_no_qualifiers=Access qualifiers not permitted for -Xdoclint arguments
52a04c670c05 8004834: Add doclint support into javadoc
jjg
parents: 14447
diff changeset
    16
doclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option
31752
a4ea4c9bce2f 8129909: Add -Xdoclint/package: to javadoc
jlahoda
parents: 30528
diff changeset
    17
doclet.Option_doclint_package_invalid_arg=Invalid argument for -Xdoclint/package option
40587
1c355ea550ed 8164130: Simplify doclet IOException handling
jjg
parents: 39670
diff changeset
    18
doclet.error.initializing.dest.dir=Error initializing destination directory: {0}
1c355ea550ed 8164130: Simplify doclet IOException handling
jjg
parents: 39670
diff changeset
    19
doclet.exception.read.file=Error reading file: {0}\n\
1c355ea550ed 8164130: Simplify doclet IOException handling
jjg
parents: 39670
diff changeset
    20
\t({1})
1c355ea550ed 8164130: Simplify doclet IOException handling
jjg
parents: 39670
diff changeset
    21
doclet.exception.write.file=Error writing file: {0}\n\
1c355ea550ed 8164130: Simplify doclet IOException handling
jjg
parents: 39670
diff changeset
    22
\t({1})
1c355ea550ed 8164130: Simplify doclet IOException handling
jjg
parents: 39670
diff changeset
    23
doclet.exception.read.resource=Error reading system resource: {0}\n\
1c355ea550ed 8164130: Simplify doclet IOException handling
jjg
parents: 39670
diff changeset
    24
\t({1})
1c355ea550ed 8164130: Simplify doclet IOException handling
jjg
parents: 39670
diff changeset
    25
doclet.internal.exception=An internal exception has occurred. \n\
1c355ea550ed 8164130: Simplify doclet IOException handling
jjg
parents: 39670
diff changeset
    26
\t({0})
1c355ea550ed 8164130: Simplify doclet IOException handling
jjg
parents: 39670
diff changeset
    27
doclet.internal.report.bug=\
1c355ea550ed 8164130: Simplify doclet IOException handling
jjg
parents: 39670
diff changeset
    28
Please file a bug against the javadoc tool via the Java bug reporting page\n\
1c355ea550ed 8164130: Simplify doclet IOException handling
jjg
parents: 39670
diff changeset
    29
(http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com)\n\
1c355ea550ed 8164130: Simplify doclet IOException handling
jjg
parents: 39670
diff changeset
    30
for duplicates. Include error messages and the following diagnostic in your report. Thank you.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    31
doclet.File_not_found=File not found: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    32
doclet.Copy_Overwrite_warning=File {0} not copied to {1} due to existing file with same name...
06bc494ca11e Initial load
duke
parents:
diff changeset
    33
doclet.Copying_File_0_To_Dir_1=Copying file {0} to directory {1}...
06bc494ca11e Initial load
duke
parents:
diff changeset
    34
doclet.Copying_File_0_To_File_1=Copying file {0} to file {1}...
06bc494ca11e Initial load
duke
parents:
diff changeset
    35
doclet.No_Public_Classes_To_Document=No public or protected classes found to document.
40587
1c355ea550ed 8164130: Simplify doclet IOException handling
jjg
parents: 39670
diff changeset
    36
doclet.destination_directory_not_directory_0=Destination directory is not a directory: {0}
1c355ea550ed 8164130: Simplify doclet IOException handling
jjg
parents: 39670
diff changeset
    37
doclet.destination_directory_not_writable_0=Destination directory not writable: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    38
doclet.Encoding_not_supported=Encoding not supported: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    39
doclet.Building_Tree=Building tree for all the packages and classes...
06bc494ca11e Initial load
duke
parents:
diff changeset
    40
doclet.Building_Index=Building index for all the packages and classes...
06bc494ca11e Initial load
duke
parents:
diff changeset
    41
doclet.Building_Index_For_All_Classes=Building index for all classes...
06bc494ca11e Initial load
duke
parents:
diff changeset
    42
doclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0.
43261
d377e97291d8 8138725: Add options for Javadoc generation
jjg
parents: 42831
diff changeset
    43
doclet.JavaScript_in_comment=JavaScript found in documentation comment.\n\
d377e97291d8 8138725: Add options for Javadoc generation
jjg
parents: 42831
diff changeset
    44
Use --allow-script-in-comments to allow use of JavaScript.
d377e97291d8 8138725: Add options for Javadoc generation
jjg
parents: 42831
diff changeset
    45
doclet.JavaScript_in_option=option {0} contains JavaScript.\n\
d377e97291d8 8138725: Add options for Javadoc generation
jjg
parents: 42831
diff changeset
    46
Use --allow-script-in-comments to allow use of JavaScript.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    47
doclet.Packages=Packages
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47427
diff changeset
    48
doclet.All_Packages=All Packages
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36037
diff changeset
    49
doclet.Modules=Modules
47447
9887d1bc3e9c 8183037: Overview summary page should have a table with tabs for groups
bpatel
parents: 47427
diff changeset
    50
doclet.All_Modules=All Modules
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
doclet.Other_Packages=Other Packages
45157
f5f796453339 8178043: Support grouping modules in unified javadoc
bpatel
parents: 44564
diff changeset
    52
doclet.Other_Modules=Other Modules
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    53
doclet.Notice_taglet_registered=Registered Taglet {0} ...
06bc494ca11e Initial load
duke
parents:
diff changeset
    54
doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    55
doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    56
doclet.Notice_taglet_conflict_warn=Note: Custom tags that could override future standard tags: {0}. To avoid potential overrides, use at least one period character (.) in custom tag names.
06bc494ca11e Initial load
duke
parents:
diff changeset
    57
doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}...
06bc494ca11e Initial load
duke
parents:
diff changeset
    58
doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option...
06bc494ca11e Initial load
duke
parents:
diff changeset
    59
doclet.Author=Author:
16319
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 15725
diff changeset
    60
doclet.DefaultValue=Default value:
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 15725
diff changeset
    61
doclet.PropertyDescription=Property description:
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 15725
diff changeset
    62
doclet.PropertyGetter=Gets the value of the property
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 15725
diff changeset
    63
doclet.PropertySetter=Sets the value of the property
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 15725
diff changeset
    64
doclet.PropertyGetterWithName=Gets the value of the property {0}.
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 15725
diff changeset
    65
doclet.PropertySetterWithName=Sets the value of the property {0}.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    66
doclet.Default=Default:
06bc494ca11e Initial load
duke
parents:
diff changeset
    67
doclet.Parameters=Parameters:
06bc494ca11e Initial load
duke
parents:
diff changeset
    68
doclet.TypeParameters=Type Parameters:
06bc494ca11e Initial load
duke
parents:
diff changeset
    69
doclet.Parameters_warn=@param argument "{0}" is not a parameter name.
06bc494ca11e Initial load
duke
parents:
diff changeset
    70
doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once.
06bc494ca11e Initial load
duke
parents:
diff changeset
    71
doclet.Type_Parameters_warn=@param argument "{0}" is not a type parameter name.
06bc494ca11e Initial load
duke
parents:
diff changeset
    72
doclet.Type_Parameters_dup_warn=Type parameter "{0}" is documented more than once.
06bc494ca11e Initial load
duke
parents:
diff changeset
    73
doclet.Returns=Returns:
06bc494ca11e Initial load
duke
parents:
diff changeset
    74
doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type.
06bc494ca11e Initial load
duke
parents:
diff changeset
    75
doclet.See_Also=See Also:
06bc494ca11e Initial load
duke
parents:
diff changeset
    76
doclet.See=See:
06bc494ca11e Initial load
duke
parents:
diff changeset
    77
doclet.SerialData=Serial Data:
51018
591c34a66d41 8185740: The help-doc.html generated by the doclet is outdated
jjg
parents: 50240
diff changeset
    78
doclet.Services=Services
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    79
doclet.Since=Since:
06bc494ca11e Initial load
duke
parents:
diff changeset
    80
doclet.Throws=Throws:
06bc494ca11e Initial load
duke
parents:
diff changeset
    81
doclet.Version=Version:
06bc494ca11e Initial load
duke
parents:
diff changeset
    82
doclet.Factory=Factory:
06bc494ca11e Initial load
duke
parents:
diff changeset
    83
doclet.UnknownTag={0} is an unknown tag.
06bc494ca11e Initial load
duke
parents:
diff changeset
    84
doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
06bc494ca11e Initial load
duke
parents:
diff changeset
    85
doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
    86
# doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    87
doclet.tag_misuse=Tag {0} cannot be used in {1} documentation.  It can only be used in the following types of documentation: {2}.
06bc494ca11e Initial load
duke
parents:
diff changeset
    88
doclet.Package_Summary=Package Summary
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 37009
diff changeset
    89
doclet.Requires_Summary=Requires
44564
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 43261
diff changeset
    90
doclet.Indirect_Requires_Summary=Indirect Requires
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 43261
diff changeset
    91
doclet.Indirect_Exports_Summary=Indirect Exports
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 43261
diff changeset
    92
doclet.Indirect_Opens_Summary=Indirect Opens
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 43261
diff changeset
    93
doclet.Exported_Packages_Summary=Exports
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 43261
diff changeset
    94
doclet.Opened_Packages_Summary=Opens
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 43261
diff changeset
    95
doclet.Concealed_Packages_Summary=Concealed
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 43261
diff changeset
    96
doclet.From=From
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42816
diff changeset
    97
doclet.Packages_Summary=Packages
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 37009
diff changeset
    98
doclet.Uses_Summary=Uses
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 37009
diff changeset
    99
doclet.Provides_Summary=Provides
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36037
diff changeset
   100
doclet.Module_Summary=Module Summary
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   101
doclet.Interface_Summary=Interface Summary
06bc494ca11e Initial load
duke
parents:
diff changeset
   102
doclet.Annotation_Types_Summary=Annotation Types Summary
06bc494ca11e Initial load
duke
parents:
diff changeset
   103
doclet.Enum_Summary=Enum Summary
06bc494ca11e Initial load
duke
parents:
diff changeset
   104
doclet.Exception_Summary=Exception Summary
06bc494ca11e Initial load
duke
parents:
diff changeset
   105
doclet.Error_Summary=Error Summary
06bc494ca11e Initial load
duke
parents:
diff changeset
   106
doclet.Class_Summary=Class Summary
06bc494ca11e Initial load
duke
parents:
diff changeset
   107
doclet.Nested_Class_Summary=Nested Class Summary
06bc494ca11e Initial load
duke
parents:
diff changeset
   108
doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
06bc494ca11e Initial load
duke
parents:
diff changeset
   109
doclet.Annotation_Type_Required_Member_Summary=Required Element Summary
06bc494ca11e Initial load
duke
parents:
diff changeset
   110
doclet.Field_Summary=Field Summary
16319
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 15725
diff changeset
   111
doclet.Property_Summary=Property Summary
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   112
doclet.Enum_Constant_Summary=Enum Constant Summary
06bc494ca11e Initial load
duke
parents:
diff changeset
   113
doclet.Constructor_Summary=Constructor Summary
06bc494ca11e Initial load
duke
parents:
diff changeset
   114
doclet.Method_Summary=Method Summary
06bc494ca11e Initial load
duke
parents:
diff changeset
   115
doclet.Interfaces=Interfaces
06bc494ca11e Initial load
duke
parents:
diff changeset
   116
doclet.Enums=Enums
06bc494ca11e Initial load
duke
parents:
diff changeset
   117
doclet.AnnotationTypes=Annotation Types
06bc494ca11e Initial load
duke
parents:
diff changeset
   118
doclet.Exceptions=Exceptions
06bc494ca11e Initial load
duke
parents:
diff changeset
   119
doclet.Errors=Errors
06bc494ca11e Initial load
duke
parents:
diff changeset
   120
doclet.Classes=Classes
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   121
doclet.packages=packages
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 36037
diff changeset
   122
doclet.modules=modules
39670
9d1eafbf29c6 8154261: Module summary page should display directives for the module
bpatel
parents: 37009
diff changeset
   123
doclet.types=types
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   124
doclet.All_Classes=All Classes
06bc494ca11e Initial load
duke
parents:
diff changeset
   125
doclet.All_Superinterfaces=All Superinterfaces:
06bc494ca11e Initial load
duke
parents:
diff changeset
   126
doclet.All_Implemented_Interfaces=All Implemented Interfaces:
06bc494ca11e Initial load
duke
parents:
diff changeset
   127
doclet.All_classes_and_interfaces=All classes and interfaces (except non-static nested types)
06bc494ca11e Initial load
duke
parents:
diff changeset
   128
doclet.Package_class_and_interface_descriptions=Package, class and interface descriptions
06bc494ca11e Initial load
duke
parents:
diff changeset
   129
doclet.Interface=Interface
06bc494ca11e Initial load
duke
parents:
diff changeset
   130
doclet.Class=Class
06bc494ca11e Initial load
duke
parents:
diff changeset
   131
doclet.AnnotationType=Annotation Type
06bc494ca11e Initial load
duke
parents:
diff changeset
   132
doclet.annotationtype=annotation type
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   133
doclet.annotationtypes=annotation types
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   134
doclet.Enum=Enum
06bc494ca11e Initial load
duke
parents:
diff changeset
   135
doclet.enum=enum
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   136
doclet.enums=enums
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   137
doclet.interface=interface
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   138
doclet.interfaces=interfaces
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   139
doclet.class=class
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   140
doclet.classes=classes
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   141
doclet.Error=Error
06bc494ca11e Initial load
duke
parents:
diff changeset
   142
doclet.error=error
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   143
doclet.errors=errors
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   144
doclet.Exception=Exception
06bc494ca11e Initial load
duke
parents:
diff changeset
   145
doclet.exception=exception
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   146
doclet.exceptions=exceptions
48325
e5cdedd37b78 8178070: duplicate entries in package table
jjg
parents: 47447
diff changeset
   147
doclet.ExportedTo=Exported To Modules
e5cdedd37b78 8178070: duplicate entries in package table
jjg
parents: 47447
diff changeset
   148
doclet.OpenedTo=Opened To Modules
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   149
doclet.Package_private=(package private)
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 2320
diff changeset
   150
doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class
47395
2ea4edfdef8e 8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents: 47216
diff changeset
   151
doclet.Nested_Classes_Interfaces_Inherited_From_Interface=Nested classes/interfaces inherited from interface
2ea4edfdef8e 8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents: 47216
diff changeset
   152
doclet.Nested_Classes_Interfaces_Declared_In_Class=Nested classes/interfaces declared in class
2ea4edfdef8e 8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents: 47216
diff changeset
   153
doclet.Nested_Classes_Interfaces_Declared_In_Interface=Nested classes/interfaces declared in interface
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 2320
diff changeset
   154
doclet.Methods_Inherited_From_Class=Methods inherited from class
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 2320
diff changeset
   155
doclet.Methods_Inherited_From_Interface=Methods inherited from interface
47395
2ea4edfdef8e 8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents: 47216
diff changeset
   156
doclet.Methods_Declared_In_Class=Methods declared in class
2ea4edfdef8e 8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents: 47216
diff changeset
   157
doclet.Methods_Declared_In_Interface=Methods declared in interface
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 2320
diff changeset
   158
doclet.Fields_Inherited_From_Class=Fields inherited from class
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 2320
diff changeset
   159
doclet.Fields_Inherited_From_Interface=Fields inherited from interface
47395
2ea4edfdef8e 8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents: 47216
diff changeset
   160
doclet.Fields_Declared_In_Class=Fields declared in class
2ea4edfdef8e 8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents: 47216
diff changeset
   161
doclet.Fields_Declared_In_Interface=Fields declared in interface
16319
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 15725
diff changeset
   162
doclet.Properties_Inherited_From_Class=Properties inherited from class
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 15725
diff changeset
   163
doclet.Properties_Inherited_From_Interface=Properties inherited from interface
47395
2ea4edfdef8e 8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents: 47216
diff changeset
   164
doclet.Properties_Declared_In_Class=Properties declared in class
2ea4edfdef8e 8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents: 47216
diff changeset
   165
doclet.Properties_Declared_In_Interface=Properties declared in interface
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   166
doclet.Annotation_Type_Member_Detail=Element Detail
06bc494ca11e Initial load
duke
parents:
diff changeset
   167
doclet.Enum_Constant_Detail=Enum Constant Detail
06bc494ca11e Initial load
duke
parents:
diff changeset
   168
doclet.Constants_Summary=Constant Field Values
06bc494ca11e Initial load
duke
parents:
diff changeset
   169
doclet.Field_Detail=Field Detail
16319
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 15725
diff changeset
   170
doclet.Property_Detail=Property Detail
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   171
doclet.Method_Detail=Method Detail
06bc494ca11e Initial load
duke
parents:
diff changeset
   172
doclet.Constructor_Detail=Constructor Detail
06bc494ca11e Initial load
duke
parents:
diff changeset
   173
doclet.Deprecated=Deprecated.
44564
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 43261
diff changeset
   174
doclet.DeprecatedForRemoval=Deprecated, for removal: This API element is subject to removal in a future version.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   175
doclet.Groupname_already_used=In -group option, groupname already used: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   176
doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference.
06bc494ca11e Initial load
duke
parents:
diff changeset
   177
doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants.
20264
f7527e6828bb 8004825: javadoc crash DocletAbortException
bpatel
parents: 19510
diff changeset
   178
doclet.value_tag_invalid_use=@value tag cannot be used here.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   179
doclet.dest_dir_create=Creating destination directory: "{0}"
06bc494ca11e Initial load
duke
parents:
diff changeset
   180
doclet.in={0} in {1}
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   181
doclet.Use_Table_Summary=Use table, listing {0}, and an explanation
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   182
doclet.Constants_Table_Summary={0} table, listing constant fields, and values
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   183
doclet.Member_Table_Summary={0} table, listing {1}, and an explanation
44564
4e1df2513486 8177562: Small updates to module summary page
jjg
parents: 43261
diff changeset
   184
doclet.Indirect_Packages_Table_Summary={0} table, listing {1}, and {2}
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.fields=fields
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 2320
diff changeset
   186
doclet.Fields=Fields
16319
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 15725
diff changeset
   187
doclet.properties=properties
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 15725
diff changeset
   188
doclet.Properties=Properties
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   189
doclet.constructors=constructors
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 2320
diff changeset
   190
doclet.Constructors=Constructors
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   191
doclet.methods=methods
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 2320
diff changeset
   192
doclet.Methods=Methods
30528
dadaac1f5cc2 8065077: MethodTypes are not localized
bpatel
parents: 25874
diff changeset
   193
doclet.All_Methods=All Methods
dadaac1f5cc2 8065077: MethodTypes are not localized
bpatel
parents: 25874
diff changeset
   194
doclet.Static_Methods=Static Methods
dadaac1f5cc2 8065077: MethodTypes are not localized
bpatel
parents: 25874
diff changeset
   195
doclet.Instance_Methods=Instance Methods
dadaac1f5cc2 8065077: MethodTypes are not localized
bpatel
parents: 25874
diff changeset
   196
doclet.Abstract_Methods=Abstract Methods
dadaac1f5cc2 8065077: MethodTypes are not localized
bpatel
parents: 25874
diff changeset
   197
doclet.Concrete_Methods=Concrete Methods
dadaac1f5cc2 8065077: MethodTypes are not localized
bpatel
parents: 25874
diff changeset
   198
doclet.Default_Methods=Default Methods
dadaac1f5cc2 8065077: MethodTypes are not localized
bpatel
parents: 25874
diff changeset
   199
doclet.Deprecated_Methods=Deprecated Methods
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   200
doclet.annotation_type_optional_members=optional elements
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 2320
diff changeset
   201
doclet.Annotation_Type_Optional_Members=Optional 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
   202
doclet.annotation_type_required_members=required elements
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 2320
diff changeset
   203
doclet.Annotation_Type_Required_Members=Required 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
   204
doclet.enum_constants=enum constants
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 2320
diff changeset
   205
doclet.Enum_Constants=Enum Constants
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   206
doclet.nested_classes=nested classes
7614
cfadc977ca75 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents: 2320
diff changeset
   207
doclet.Nested_Classes=Nested Classes
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   208
doclet.subclasses=subclasses
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   209
doclet.subinterfaces=subinterfaces
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   210
doclet.Modifier=Modifier
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   211
doclet.Type=Type
47427
251676148c62 8189405: More cleanup in HtmlWriter
jjg
parents: 47395
diff changeset
   212
doclet.Modifier_and_Type=Modifier and Type
42831
feff6f296019 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents: 42816
diff changeset
   213
doclet.Implementation=Implementation(s):
33920
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 31752
diff changeset
   214
doclet.Types=Types
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 31752
diff changeset
   215
doclet.Members=Members
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 31752
diff changeset
   216
doclet.SearchTags=SearchTags
bd731341c405 8141492: Implement search feature in javadoc
bpatel
parents: 31752
diff changeset
   217
doclet.search=SEARCH:
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   218
doclet.Field=Field
16319
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 15725
diff changeset
   219
doclet.Property=Property
2320
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   220
doclet.Constructor=Constructor
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   221
doclet.Method=Method
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   222
doclet.Annotation_Type_Optional_Member=Optional Element
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   223
doclet.Annotation_Type_Required_Member=Required Element
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   224
doclet.Annotation_Type_Member=Annotation Type Element
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   225
doclet.Enum_Constant=Enum Constant
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   226
doclet.Description=Description
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   227
doclet.ConstantField=Constant Field
5b8c377175f4 6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents: 10
diff changeset
   228
doclet.Value=Value
51861
f7d40158eb2f 8205593: Javadoc -link makes broken links if module name matches package name
pmuthuswamy
parents: 51190
diff changeset
   229
doclet.linkMismatch_PackagedLinkedtoModule=The code being documented uses packages in the unnamed module, \
f7d40158eb2f 8205593: Javadoc -link makes broken links if module name matches package name
pmuthuswamy
parents: 51190
diff changeset
   230
  but the packages defined in {0} are in named modules.
f7d40158eb2f 8205593: Javadoc -link makes broken links if module name matches package name
pmuthuswamy
parents: 51190
diff changeset
   231
doclet.linkMismatch_ModuleLinkedtoPackage=The code being documented uses modules but the packages defined \
f7d40158eb2f 8205593: Javadoc -link makes broken links if module name matches package name
pmuthuswamy
parents: 51190
diff changeset
   232
  in {0} are in the unnamed module.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   233
06bc494ca11e Initial load
duke
parents:
diff changeset
   234
#Documentation for Enums
41452
ddaef4bba083 8165991: Fix DocTreeFactory newDocCommentTree
ksrini
parents: 40587
diff changeset
   235
doclet.enum_values_doc.fullbody=\
ddaef4bba083 8165991: Fix DocTreeFactory newDocCommentTree
ksrini
parents: 40587
diff changeset
   236
 Returns an array containing the constants of this enum type, in\n\
51872
a6bdb6d5f167 8173730: Stop including enhanced for-loop tip for enum values() method
darcy
parents: 51861
diff changeset
   237
 the order they are declared.
41452
ddaef4bba083 8165991: Fix DocTreeFactory newDocCommentTree
ksrini
parents: 40587
diff changeset
   238
35426
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   239
doclet.enum_values_doc.return=\
374342e56a56 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents: 33920
diff changeset
   240
an array containing the constants of this enum type, in the order they are declared
19510
d2afcb89b0e7 8020663: Restructure some properties to facilitate better translation
jjg
parents: 16319
diff changeset
   241
41452
ddaef4bba083 8165991: Fix DocTreeFactory newDocCommentTree
ksrini
parents: 40587
diff changeset
   242
doclet.enum_valueof_doc.fullbody=\
ddaef4bba083 8165991: Fix DocTreeFactory newDocCommentTree
ksrini
parents: 40587
diff changeset
   243
 Returns the enum constant of this type with the specified name.\n\
ddaef4bba083 8165991: Fix DocTreeFactory newDocCommentTree
ksrini
parents: 40587
diff changeset
   244
 The string must match <i>exactly</i> an identifier used to declare an\n\
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   245
 enum constant in this type.  (Extraneous whitespace characters are \n\
19510
d2afcb89b0e7 8020663: Restructure some properties to facilitate better translation
jjg
parents: 16319
diff changeset
   246
 not permitted.)
d2afcb89b0e7 8020663: Restructure some properties to facilitate better translation
jjg
parents: 16319
diff changeset
   247
d2afcb89b0e7 8020663: Restructure some properties to facilitate better translation
jjg
parents: 16319
diff changeset
   248
doclet.enum_valueof_doc.param_name=\
d2afcb89b0e7 8020663: Restructure some properties to facilitate better translation
jjg
parents: 16319
diff changeset
   249
 the name of the enum constant to be returned.
d2afcb89b0e7 8020663: Restructure some properties to facilitate better translation
jjg
parents: 16319
diff changeset
   250
d2afcb89b0e7 8020663: Restructure some properties to facilitate better translation
jjg
parents: 16319
diff changeset
   251
doclet.enum_valueof_doc.return=\
d2afcb89b0e7 8020663: Restructure some properties to facilitate better translation
jjg
parents: 16319
diff changeset
   252
 the enum constant with the specified name
d2afcb89b0e7 8020663: Restructure some properties to facilitate better translation
jjg
parents: 16319
diff changeset
   253
d2afcb89b0e7 8020663: Restructure some properties to facilitate better translation
jjg
parents: 16319
diff changeset
   254
doclet.enum_valueof_doc.throws_ila=\
d2afcb89b0e7 8020663: Restructure some properties to facilitate better translation
jjg
parents: 16319
diff changeset
   255
 if this enum type has no constant with the specified name
d2afcb89b0e7 8020663: Restructure some properties to facilitate better translation
jjg
parents: 16319
diff changeset
   256
d2afcb89b0e7 8020663: Restructure some properties to facilitate better translation
jjg
parents: 16319
diff changeset
   257
doclet.enum_valueof_doc.throws_npe=\
d2afcb89b0e7 8020663: Restructure some properties to facilitate better translation
jjg
parents: 16319
diff changeset
   258
 if the argument is null