author | ljiang |
Thu, 25 Jul 2019 15:29:50 +0800 | |
changeset 57577 | a0c5401371c9 |
parent 54958 | 55bfc2eee3ab |
permissions | -rw-r--r-- |
57577
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
1 |
# |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
2 |
# Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved. |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
4 |
# |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
5 |
# This code is free software; you can redistribute it and/or modify it |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
7 |
# published by the Free Software Foundation. Oracle designates this |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
8 |
# particular file as subject to the "Classpath" exception as provided |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
9 |
# by Oracle in the LICENSE file that accompanied this code. |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
10 |
# |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
15 |
# accompanied this code). |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
16 |
# |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
17 |
# You should have received a copy of the GNU General Public License version |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
20 |
# |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
22 |
# or visit www.oracle.com if you need additional information or have any |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
23 |
# questions. |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
24 |
# |
a0c5401371c9
8228397: Missing license copyright header in some properties files
ljiang
parents:
54958
diff
changeset
|
25 |
|
10 | 26 |
doclet.Generating_0=Generating {0}... |
27 |
doclet.Toolkit_Usage_Violation=The Doclet Toolkit can only be used by {0} |
|
28 |
doclet.MissingSerialTag=in class {0}, missing @serial tag for default serializable field: {1}. |
|
29 |
doclet.MissingSerialDataTag=in class {0}, missing @serialData tag in method {1}. |
|
30 |
doclet.Serializable_no_customization=No readObject or writeObject method declared. |
|
31 |
doclet.Serialized_Form=Serialized Form |
|
32 |
doclet.Serialized_Form_methods=Serialization Methods |
|
33 |
doclet.Serialized_Form_fields=Serialized Fields |
|
34 |
doclet.Serialized_Form_class=Serialization Overview |
|
35 |
doclet.Class_0_implements_serializable=Class {0} implements Serializable |
|
36 |
doclet.Class_0_extends_implements_serializable=Class {0} extends {1} implements Serializable |
|
37 |
doclet.Option_conflict=Option {0} conflicts with {1} |
|
38 |
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
|
39 |
doclet.Option_invalid=Invalid argument {0} for {1} option |
15354 | 40 |
doclet.Option_doclint_no_qualifiers=Access qualifiers not permitted for -Xdoclint arguments |
41 |
doclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option |
|
31752 | 42 |
doclet.Option_doclint_package_invalid_arg=Invalid argument for -Xdoclint/package option |
40587 | 43 |
doclet.error.initializing.dest.dir=Error initializing destination directory: {0} |
44 |
doclet.exception.read.file=Error reading file: {0}\n\ |
|
45 |
\t({1}) |
|
46 |
doclet.exception.write.file=Error writing file: {0}\n\ |
|
47 |
\t({1}) |
|
48 |
doclet.exception.read.resource=Error reading system resource: {0}\n\ |
|
49 |
\t({1}) |
|
50 |
doclet.internal.exception=An internal exception has occurred. \n\ |
|
51 |
\t({0}) |
|
52 |
doclet.internal.report.bug=\ |
|
53 |
Please file a bug against the javadoc tool via the Java bug reporting page\n\ |
|
54 |
(http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com)\n\ |
|
55 |
for duplicates. Include error messages and the following diagnostic in your report. Thank you. |
|
10 | 56 |
doclet.File_not_found=File not found: {0} |
57 |
doclet.Copy_Overwrite_warning=File {0} not copied to {1} due to existing file with same name... |
|
58 |
doclet.Copying_File_0_To_Dir_1=Copying file {0} to directory {1}... |
|
59 |
doclet.Copying_File_0_To_File_1=Copying file {0} to file {1}... |
|
60 |
doclet.No_Public_Classes_To_Document=No public or protected classes found to document. |
|
40587 | 61 |
doclet.destination_directory_not_directory_0=Destination directory is not a directory: {0} |
62 |
doclet.destination_directory_not_writable_0=Destination directory not writable: {0} |
|
10 | 63 |
doclet.Encoding_not_supported=Encoding not supported: {0} |
64 |
doclet.Building_Tree=Building tree for all the packages and classes... |
|
65 |
doclet.Building_Index=Building index for all the packages and classes... |
|
66 |
doclet.Building_Index_For_All_Classes=Building index for all classes... |
|
67 |
doclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0. |
|
43261 | 68 |
doclet.JavaScript_in_comment=JavaScript found in documentation comment.\n\ |
69 |
Use --allow-script-in-comments to allow use of JavaScript. |
|
70 |
doclet.JavaScript_in_option=option {0} contains JavaScript.\n\ |
|
71 |
Use --allow-script-in-comments to allow use of JavaScript. |
|
10 | 72 |
doclet.Packages=Packages |
47447
9887d1bc3e9c
8183037: Overview summary page should have a table with tabs for groups
bpatel
parents:
47427
diff
changeset
|
73 |
doclet.All_Packages=All Packages |
36526 | 74 |
doclet.Modules=Modules |
47447
9887d1bc3e9c
8183037: Overview summary page should have a table with tabs for groups
bpatel
parents:
47427
diff
changeset
|
75 |
doclet.All_Modules=All Modules |
10 | 76 |
doclet.Other_Packages=Other Packages |
45157
f5f796453339
8178043: Support grouping modules in unified javadoc
bpatel
parents:
44564
diff
changeset
|
77 |
doclet.Other_Modules=Other Modules |
10 | 78 |
doclet.Notice_taglet_registered=Registered Taglet {0} ... |
79 |
doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0} |
|
80 |
doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0} |
|
81 |
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. |
|
82 |
doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}... |
|
83 |
doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option... |
|
54198
6ba98ff89499
8219958: Automatically load taglets from a jar file
pmuthuswamy
parents:
53562
diff
changeset
|
84 |
doclet.taglet_could_not_set_location = Could not set the taglet path: {0} |
6ba98ff89499
8219958: Automatically load taglets from a jar file
pmuthuswamy
parents:
53562
diff
changeset
|
85 |
doclet.not_standard_file_manager = Cannot set taglet path; the file manager is not a StandardJavaFileManager |
10 | 86 |
doclet.Author=Author: |
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
87 |
doclet.DefaultValue=Default value: |
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
88 |
doclet.PropertyDescription=Property description: |
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
89 |
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
|
90 |
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
|
91 |
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
|
92 |
doclet.PropertySetterWithName=Sets the value of the property {0}. |
10 | 93 |
doclet.Default=Default: |
94 |
doclet.Parameters=Parameters: |
|
95 |
doclet.TypeParameters=Type Parameters: |
|
96 |
doclet.Parameters_warn=@param argument "{0}" is not a parameter name. |
|
97 |
doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once. |
|
98 |
doclet.Type_Parameters_warn=@param argument "{0}" is not a type parameter name. |
|
99 |
doclet.Type_Parameters_dup_warn=Type parameter "{0}" is documented more than once. |
|
100 |
doclet.Returns=Returns: |
|
101 |
doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type. |
|
102 |
doclet.See_Also=See Also: |
|
103 |
doclet.See=See: |
|
104 |
doclet.SerialData=Serial Data: |
|
51018
591c34a66d41
8185740: The help-doc.html generated by the doclet is outdated
jjg
parents:
50240
diff
changeset
|
105 |
doclet.Services=Services |
10 | 106 |
doclet.Since=Since: |
107 |
doclet.Throws=Throws: |
|
108 |
doclet.Version=Version: |
|
109 |
doclet.Factory=Factory: |
|
110 |
doclet.UnknownTag={0} is an unknown tag. |
|
111 |
doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case. |
|
112 |
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
|
113 |
# doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}" |
10 | 114 |
doclet.tag_misuse=Tag {0} cannot be used in {1} documentation. It can only be used in the following types of documentation: {2}. |
115 |
doclet.Package_Summary=Package Summary |
|
39670
9d1eafbf29c6
8154261: Module summary page should display directives for the module
bpatel
parents:
37009
diff
changeset
|
116 |
doclet.Requires_Summary=Requires |
44564 | 117 |
doclet.Indirect_Requires_Summary=Indirect Requires |
118 |
doclet.Indirect_Exports_Summary=Indirect Exports |
|
119 |
doclet.Indirect_Opens_Summary=Indirect Opens |
|
120 |
doclet.Exported_Packages_Summary=Exports |
|
121 |
doclet.Opened_Packages_Summary=Opens |
|
122 |
doclet.Concealed_Packages_Summary=Concealed |
|
123 |
doclet.From=From |
|
39670
9d1eafbf29c6
8154261: Module summary page should display directives for the module
bpatel
parents:
37009
diff
changeset
|
124 |
doclet.Uses_Summary=Uses |
9d1eafbf29c6
8154261: Module summary page should display directives for the module
bpatel
parents:
37009
diff
changeset
|
125 |
doclet.Provides_Summary=Provides |
10 | 126 |
doclet.Interface_Summary=Interface Summary |
127 |
doclet.Annotation_Types_Summary=Annotation Types Summary |
|
128 |
doclet.Enum_Summary=Enum Summary |
|
129 |
doclet.Exception_Summary=Exception Summary |
|
130 |
doclet.Error_Summary=Error Summary |
|
131 |
doclet.Class_Summary=Class Summary |
|
132 |
doclet.Nested_Class_Summary=Nested Class Summary |
|
133 |
doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary |
|
134 |
doclet.Annotation_Type_Required_Member_Summary=Required Element Summary |
|
135 |
doclet.Field_Summary=Field Summary |
|
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
136 |
doclet.Property_Summary=Property Summary |
10 | 137 |
doclet.Enum_Constant_Summary=Enum Constant Summary |
138 |
doclet.Constructor_Summary=Constructor Summary |
|
139 |
doclet.Method_Summary=Method Summary |
|
140 |
doclet.Interfaces=Interfaces |
|
141 |
doclet.Enums=Enums |
|
142 |
doclet.AnnotationTypes=Annotation Types |
|
143 |
doclet.Exceptions=Exceptions |
|
144 |
doclet.Errors=Errors |
|
145 |
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
|
146 |
doclet.packages=packages |
36526 | 147 |
doclet.modules=modules |
10 | 148 |
doclet.All_Classes=All Classes |
149 |
doclet.All_Superinterfaces=All Superinterfaces: |
|
150 |
doclet.All_Implemented_Interfaces=All Implemented Interfaces: |
|
151 |
doclet.Interface=Interface |
|
152 |
doclet.Class=Class |
|
153 |
doclet.AnnotationType=Annotation Type |
|
154 |
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
|
155 |
doclet.annotationtypes=annotation types |
10 | 156 |
doclet.Enum=Enum |
157 |
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
|
158 |
doclet.enums=enums |
10 | 159 |
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
|
160 |
doclet.interfaces=interfaces |
10 | 161 |
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
|
162 |
doclet.classes=classes |
10 | 163 |
doclet.Error=Error |
164 |
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
|
165 |
doclet.errors=errors |
10 | 166 |
doclet.Exception=Exception |
167 |
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
|
168 |
doclet.exceptions=exceptions |
48325 | 169 |
doclet.ExportedTo=Exported To Modules |
170 |
doclet.OpenedTo=Opened To Modules |
|
10 | 171 |
doclet.Package_private=(package private) |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
172 |
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
|
173 |
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
|
174 |
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
|
175 |
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
|
176 |
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
|
177 |
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
|
178 |
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
|
179 |
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
|
180 |
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
|
181 |
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
|
182 |
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
|
183 |
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
|
184 |
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
|
185 |
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
|
186 |
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
|
187 |
doclet.Properties_Declared_In_Interface=Properties declared in interface |
54958
55bfc2eee3ab
8223733: "Detail" in headings should be "Details"
pmuthuswamy
parents:
54544
diff
changeset
|
188 |
doclet.Annotation_Type_Member_Detail=Element Details |
55bfc2eee3ab
8223733: "Detail" in headings should be "Details"
pmuthuswamy
parents:
54544
diff
changeset
|
189 |
doclet.Enum_Constant_Detail=Enum Constant Details |
10 | 190 |
doclet.Constants_Summary=Constant Field Values |
54958
55bfc2eee3ab
8223733: "Detail" in headings should be "Details"
pmuthuswamy
parents:
54544
diff
changeset
|
191 |
doclet.Field_Detail=Field Details |
55bfc2eee3ab
8223733: "Detail" in headings should be "Details"
pmuthuswamy
parents:
54544
diff
changeset
|
192 |
doclet.Property_Detail=Property Details |
55bfc2eee3ab
8223733: "Detail" in headings should be "Details"
pmuthuswamy
parents:
54544
diff
changeset
|
193 |
doclet.Method_Detail=Method Details |
55bfc2eee3ab
8223733: "Detail" in headings should be "Details"
pmuthuswamy
parents:
54544
diff
changeset
|
194 |
doclet.Constructor_Detail=Constructor Details |
10 | 195 |
doclet.Deprecated=Deprecated. |
44564 | 196 |
doclet.DeprecatedForRemoval=Deprecated, for removal: This API element is subject to removal in a future version. |
10 | 197 |
doclet.Groupname_already_used=In -group option, groupname already used: {0} |
198 |
doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference. |
|
199 |
doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants. |
|
20264 | 200 |
doclet.value_tag_invalid_use=@value tag cannot be used here. |
10 | 201 |
doclet.dest_dir_create=Creating destination directory: "{0}" |
202 |
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
|
203 |
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
|
204 |
doclet.Member_Table_Summary={0} table, listing {1}, 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
|
205 |
doclet.fields=fields |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
206 |
doclet.Fields=Fields |
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
207 |
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
|
208 |
doclet.constructors=constructors |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
209 |
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
|
210 |
doclet.methods=methods |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
211 |
doclet.Methods=Methods |
30528 | 212 |
doclet.All_Methods=All Methods |
213 |
doclet.Static_Methods=Static Methods |
|
214 |
doclet.Instance_Methods=Instance Methods |
|
215 |
doclet.Abstract_Methods=Abstract Methods |
|
216 |
doclet.Concrete_Methods=Concrete Methods |
|
217 |
doclet.Default_Methods=Default Methods |
|
218 |
doclet.Deprecated_Methods=Deprecated Methods |
|
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
219 |
doclet.Annotation_Type_Optional_Members=Optional Elements |
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
220 |
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
|
221 |
doclet.enum_constants=enum constants |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
222 |
doclet.Enum_Constants=Enum Constants |
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
223 |
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
|
224 |
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
|
225 |
doclet.Type=Type |
47427 | 226 |
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
|
227 |
doclet.Implementation=Implementation(s): |
33920 | 228 |
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
|
229 |
doclet.Field=Field |
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
230 |
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
|
231 |
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
|
232 |
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
|
233 |
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
|
234 |
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
|
235 |
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
|
236 |
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
|
237 |
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
|
238 |
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
|
239 |
doclet.Value=Value |
51861
f7d40158eb2f
8205593: Javadoc -link makes broken links if module name matches package name
pmuthuswamy
parents:
51190
diff
changeset
|
240 |
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
|
241 |
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
|
242 |
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
|
243 |
in {0} are in the unnamed module. |
52687
526f5cf13972
8190312: javadoc -link doesn't work with http: -> https: URL redirects
jjg
parents:
51872
diff
changeset
|
244 |
doclet.urlRedirected=URL {0} was redirected to {1} -- Update the command-line options to suppress this warning. |
10 | 245 |
|
246 |
#Documentation for Enums |
|
41452 | 247 |
doclet.enum_values_doc.fullbody=\ |
248 |
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
|
249 |
the order they are declared. |
41452 | 250 |
|
35426
374342e56a56
8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents:
33920
diff
changeset
|
251 |
doclet.enum_values_doc.return=\ |
374342e56a56
8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents:
33920
diff
changeset
|
252 |
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
|
253 |
|
41452 | 254 |
doclet.enum_valueof_doc.fullbody=\ |
255 |
Returns the enum constant of this type with the specified name.\n\ |
|
256 |
The string must match <i>exactly</i> an identifier used to declare an\n\ |
|
10 | 257 |
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
|
258 |
not permitted.) |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
259 |
|
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
260 |
doclet.enum_valueof_doc.param_name=\ |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
261 |
the name of the enum constant to be returned. |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
262 |
|
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
263 |
doclet.enum_valueof_doc.return=\ |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
264 |
the enum constant with the specified name |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
265 |
|
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
266 |
doclet.enum_valueof_doc.throws_ila=\ |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
267 |
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
|
268 |
|
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
269 |
doclet.enum_valueof_doc.throws_npe=\ |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
270 |
if the argument is null |