javadoc.properties revision 3673:8bf23828bb2f
1#
2# Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation.  Oracle designates this
8# particular file as subject to the "Classpath" exception as provided
9# by Oracle in the LICENSE file that accompanied this code.
10#
11# This code is distributed in the hope that it will be useful, but WITHOUT
12# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14# version 2 for more details (a copy is included in the LICENSE file that
15# accompanied this code).
16#
17# You should have received a copy of the GNU General Public License version
18# 2 along with this work; if not, write to the Free Software Foundation,
19# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20#
21# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22# or visit www.oracle.com if you need additional information or have any
23# questions.
24#
25
26main.errors={0} errors
27main.error={0} error
28main.warnings={0} warnings
29main.warning={0} warning
30
31main.usage=Usage:\n\
32\    javadoc [options] [packagenames] [sourcefiles] [@files]\n\
33where options include:
34
35main.opt.public.desc=\
36    Show only public classes and members
37
38main.opt.protected.desc=\
39    Show protected/public classes and members (default)
40
41main.opt.package.desc=\
42    Show package/protected/public classes and members
43
44main.opt.private.desc=\
45    Show all classes and members
46
47main.opt.show.members.arg=\
48    <value>
49main.opt.show.members.desc=\
50    Specifies which members (fields, methods, etc.) will be\n\
51    documented, where value can be one of "public", "protected",\n\
52    "package" or "private". The default is "protected", which will\n\
53    show public and protected members, "public" will show only\n\
54    public members, "package" will show public, protected and\n\
55    package members and "private" will show all members.
56
57main.opt.show.types.arg=\
58    <value>
59main.opt.show.types.desc=\
60    Specifies which types (classes, interfaces, etc.) will be\n\
61    documented, where value can be one of "public", "protected",\n\
62    "package" or "private". The default is "protected", which will\n\
63    show public and protected types, "public" will show only\n\
64    public types, "package" will show public, protected and\n\
65    package types and "private" will show all types.
66
67main.opt.show.packages.arg=\
68    <value>
69main.opt.show.packages.desc=\
70    Specifies which module's packages will be documented. Possible\n\
71    values are "exported" or "all" packages.
72
73main.opt.show.module.contents.arg=\
74    <value>
75main.opt.show.module.contents.desc=\
76    Specifies the documentation granularity of module\n\
77    declarations. Possible values are "api" or "all".
78
79main.opt.expand.requires.arg=\
80    <value>
81main.opt.expand.requires.desc=\
82    Instructs the tool to expand the set of modules to be\n\
83    documented. By default, only the modules given explicitly on\n\
84    the command line will be documented. A value of "public" will\n\
85    additionally include all "requires public" dependencies of\n\
86    those modules. A value of "all" will include all dependencies\n\
87    of those modules.
88
89main.opt.help.desc=\
90    Display command line options and exit
91
92main.opt.module.arg=\
93    <module>(,<module>)*
94main.opt.module.desc=\
95    Document the specified module(s)
96
97main.opt.doclet.arg=\
98    <class>
99main.opt.doclet.desc=\
100    Generate output via alternate doclet
101
102main.opt.docletpath.arg=\
103    <path>
104main.opt.docletpath.desc=\
105    Specify where to find doclet class files
106
107main.opt.module.source.path.arg=\
108    <path>
109main.opt.module.source.path.desc=\
110    Specify where to find input source files for multiple modules
111
112main.opt.upgrade.module.path.arg=\
113    <path>
114main.opt.upgrade.module.path.desc=\
115    Override location of upgradeable modules
116
117main.opt.module.path.arg=\
118    <path>
119main.opt.module.path.desc=\
120    Specify where to find application modules
121
122main.opt.add.modules.arg=\
123    <module>(,<module>)*
124main.opt.add.modules.desc=\
125    Root modules to resolve in addition to the initial modules,\n\
126    or all modules on the module path if <module> is\n\
127    ALL-MODULE-PATH.
128
129main.opt.limit.modules.arg=\
130    <module>(,<module>)*
131main.opt.limit.modules.desc=\
132    Limit the universe of observable modules
133
134main.opt.source.path.arg=\
135    <path>
136main.opt.source.path.desc=\
137    Specify where to find source files
138
139main.opt.class.path.arg=\
140    <path>
141main.opt.class.path.desc=\
142    Specify where to find user class files
143
144main.opt.exclude.arg=\
145    <pkglist>
146main.opt.exclude.desc=\
147    Specify a list of packages to exclude
148
149main.opt.subpackages.arg=\
150    <subpkglist>
151main.opt.subpackages.desc=\
152    Specify subpackages to recursively load
153
154main.opt.breakiterator.desc=\
155    Compute first sentence with BreakIterator
156
157main.opt.bootclasspath.arg=\
158    <path>
159main.opt.bootclasspath.desc=\
160    Override location of platform class files used for non-modular\n\
161    releases
162
163main.opt.system.arg=\
164    <jdk>
165main.opt.system.desc=\
166    Override location of system modules used for modular releases
167
168main.opt.release.arg=\
169    <release>
170main.opt.release.desc=\
171    Provide source compatibility with specified release
172
173main.opt.source.arg=\
174    <release>
175main.opt.source.desc=\
176    Provide source compatibility with specified release
177
178main.opt.extdirs.arg=\
179    <dirlist>
180main.opt.extdirs.desc=\
181    Override location of installed extensions
182
183main.opt.verbose.desc=\
184    Output messages about what Javadoc is doing
185
186main.opt.locale.arg=\
187    <name>
188main.opt.locale.desc=\
189    Locale to be used, e.g. en_US or en_US_WIN
190
191main.opt.encoding.arg=\
192    <name>
193main.opt.encoding.desc=\
194    Source file encoding name
195
196main.opt.quiet.desc=\
197    Do not display status messages
198
199main.opt.J.arg=\
200    <flag>
201main.opt.J.desc=\
202    Pass <flag> directly to the runtime system
203
204main.opt.X.desc=\
205    Print a synopsis of nonstandard options and exit
206
207main.usage.foot=\n\
208GNU-style options may use '=' instead of whitespace to separate the name of an\n\
209option from its value.\n
210
211main.Xusage=
212
213main.opt.Xmaxerrs.arg=\
214    <number>
215main.opt.Xmaxerrs.desc=\
216    Set the maximum number of errors to print
217
218main.opt.Xmaxwarns.arg=\
219    <number>
220main.opt.Xmaxwarns.desc=\
221    Set the maximum number of warnings to print
222
223main.opt.add.exports.arg=\
224    <module>/<package>=<other-module>(,<other-module>)*
225main.opt.add.exports.desc=\
226    Specify a package to be considered as exported from its\n\
227    defining module to additional modules, or to all unnamed\n\
228    modules if <other-module> is ALL-UNNAMED
229
230main.opt.add.reads.arg=\
231    <module>=<other-module>(,<other-module>)*
232main.opt.add.reads.desc=\
233    Specify additional modules to be considered as required by a\n\
234    given module. <other-module> may be ALL-UNNAMED to require\n\
235    the unnamed module.
236
237main.opt.Xmodule.arg=\
238    <module-name>
239main.opt.Xmodule.desc=\
240    Specify a module to which the classes being compiled belong
241
242main.opt.patch.module.arg=\
243    <module>=<file>(:<file>)*
244main.opt.patch.module.desc=\
245    Override or augment a module with classes and resources in\n\
246    JAR files or directories
247
248main.opt.Xold.desc=\
249    Invoke the legacy javadoc tool
250
251main.Xusage.foot=\n\
252These options are non-standard and subject to change without notice.
253
254main.doclet.usage.header=\nProvided by the {0} doclet:
255
256main.requires_argument=option {0} requires an argument.
257main.unnecessary_arg_provided=option {0} does not require an argument
258main.only_one_argument_with_equals=cannot use ''='' syntax for options that require multiple arguments
259main.invalid_flag=invalid flag: {0}
260main.No_modules_packages_or_classes_specified=No modules, packages or classes specified.
261main.module_not_found=module {0} not found.\n
262main.cant.read=cannot read {0}
263main.Loading_source_files_for_package=Loading source files for package {0}...
264main.Loading_source_file=Loading source file {0}...
265main.Building_tree=Constructing Javadoc information...
266main.no_source_files_for_package=No source files for package {0}
267main.package_not_found=Package {0} not found
268main.fatal.error=fatal error
269main.fatal.exception=fatal exception
270main.out.of.memory=java.lang.OutOfMemoryError: Please increase memory.\n\
271For example, on the JDK Classic or HotSpot VMs, add the option -J-Xmx\n\
272such as -J-Xmx32m.
273main.done_in=[done in {0} ms]
274main.more_than_one_doclet_specified_0_and_1=More than one doclet specified ({0} and {1}).
275main.doclet_could_not_set_location=Could not set location for {0}
276main.doclet_no_classloader_found=Could not obtain classloader to load {0}
277main.could_not_instantiate_class=Could not instantiate class {0}
278main.doclet_class_not_found=Cannot find doclet class {0}
279main.illegal_locale_name=Locale not available: {0}
280main.malformed_locale_name=Malformed locale name: {0}
281main.file_not_found=File not found: "{0}"
282main.file_ignored=File ignored: "{0}" (not yet supported)
283main.illegal_class_name=Illegal class name: "{0}"
284main.illegal_package_name=Illegal package name: "{0}"
285main.illegal_option_value=Illegal option value: "{0}"
286main.release.bootclasspath.conflict=option {0} cannot be used together with -release
287main.unsupported.release.version=release version {0} not supported
288main.release.not.standard.file.manager=-release option specified, but the provided JavaFileManager is not a StandardJavaFileManager.
289main.unknown.error=an unknown error has occurred
290main.legacy_api=The old Doclet and Taglet APIs in the packages\n\
291    com.sun.javadoc, com.sun.tools.doclets and their implementations\n\
292    are planned to be removed in a future JDK release. These\n\
293    components have been superseded by the new APIs in jdk.javadoc.doclet.\n\
294    Users are strongly recommended to migrate to the new APIs.\n
295
296javadoc.class_not_found=Class {0} not found.
297javadoc.error=error
298javadoc.warning=warning
299javadoc.error.msg={0}: error - {1}
300javadoc.warning.msg={0}: warning - {1}
301javadoc.note.msg = {1}
302javadoc.note.pos.msg= {0}: {1}
303