1 #
   2 # Copyright (c) 1997, 2019, 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 
  26 main.errors={0} errors
  27 main.error={0} error
  28 main.warnings={0} warnings
  29 main.warning={0} warning
  30 
  31 main.usage=Usage:\n\
  32 \    javadoc [options] [packagenames] [sourcefiles] [@files]\n\
  33 where options include:
  34 
  35 main.opt.public.desc=\
  36     Show only public types and members. For named modules,\n\
  37     show exported packages and the module''s API.
  38 
  39 main.opt.protected.desc=\
  40     Show protected/public types and members (default). For\n\
  41     named modules, show exported packages and the module''s API.
  42 
  43 main.opt.package.desc=\
  44     Show package/protected/public types and members. For \n\
  45     named modules, show all packages and all module details.
  46 
  47 main.opt.private.desc=\
  48     Show all types and members. For named modules,\n\
  49     show all packages and all module details.
  50 
  51 main.opt.show.members.arg=\
  52     <value>
  53 main.opt.show.members.desc=\
  54     Specifies which members (fields, methods, etc.) will be\n\
  55     documented, where value can be one of "public", "protected",\n\
  56     "package" or "private". The default is "protected", which will\n\
  57     show public and protected members, "public" will show only\n\
  58     public members, "package" will show public, protected and\n\
  59     package members and "private" will show all members.
  60 
  61 main.opt.show.types.arg=\
  62     <value>
  63 main.opt.show.types.desc=\
  64     Specifies which types (classes, interfaces, etc.) will be\n\
  65     documented, where value can be one of "public", "protected",\n\
  66     "package" or "private". The default is "protected", which will\n\
  67     show public and protected types, "public" will show only\n\
  68     public types, "package" will show public, protected and\n\
  69     package types and "private" will show all types.
  70 
  71 main.opt.show.packages.arg=\
  72     <value>
  73 main.opt.show.packages.desc=\
  74     Specifies which module's packages will be documented. Possible\n\
  75     values are "exported" or "all" packages.
  76 
  77 main.opt.show.module.contents.arg=\
  78     <value>
  79 main.opt.show.module.contents.desc=\
  80     Specifies the documentation granularity of module\n\
  81     declarations. Possible values are "api" or "all".
  82 
  83 main.opt.expand.requires.arg=\
  84     <value>
  85 main.opt.expand.requires.desc=\
  86     Instructs the tool to expand the set of modules to be\n\
  87     documented. By default, only the modules given explicitly on\n\
  88     the command line will be documented. A value of "transitive"\n\
  89     will additionally include all "requires transitive"\n\
  90     dependencies of those modules. A value of "all" will include\n\
  91     all dependencies of those modules.
  92 
  93 main.opt.help.desc=\
  94     Display command-line options and exit
  95 
  96 main.opt.module.arg=\
  97     <module>(,<module>)*
  98 main.opt.module.desc=\
  99     Document the specified module(s)
 100 
 101 main.opt.doclet.arg=\
 102     <class>
 103 main.opt.doclet.desc=\
 104     Generate output via alternate doclet
 105 
 106 main.opt.docletpath.arg=\
 107     <path>
 108 main.opt.docletpath.desc=\
 109     Specify where to find doclet class files
 110 
 111 main.opt.module.source.path.arg=\
 112     <path>
 113 main.opt.module.source.path.desc=\
 114     Specify where to find input source files for multiple modules
 115 
 116 main.opt.upgrade.module.path.arg=\
 117     <path>
 118 main.opt.upgrade.module.path.desc=\
 119     Override location of upgradeable modules
 120 
 121 main.opt.module.path.arg=\
 122     <path>
 123 main.opt.module.path.desc=\
 124     Specify where to find application modules
 125 
 126 main.opt.add.modules.arg=\
 127     <module>(,<module>)*
 128 main.opt.add.modules.desc=\
 129     Root modules to resolve in addition to the initial modules,\n\
 130     or all modules on the module path if <module> is\n\
 131     ALL-MODULE-PATH.
 132 
 133 main.opt.limit.modules.arg=\
 134     <module>(,<module>)*
 135 main.opt.limit.modules.desc=\
 136     Limit the universe of observable modules
 137 
 138 main.opt.source.path.arg=\
 139     <path>
 140 main.opt.source.path.desc=\
 141     Specify where to find source files
 142 
 143 main.opt.class.path.arg=\
 144     <path>
 145 main.opt.class.path.desc=\
 146     Specify where to find user class files
 147 
 148 main.opt.exclude.arg=\
 149     <pkglist>
 150 main.opt.exclude.desc=\
 151     Specify a list of packages to exclude
 152 
 153 main.opt.subpackages.arg=\
 154     <subpkglist>
 155 main.opt.subpackages.desc=\
 156     Specify subpackages to recursively load
 157 
 158 main.opt.breakiterator.desc=\
 159     Compute first sentence with BreakIterator
 160 
 161 main.opt.bootclasspath.arg=\
 162     <path>
 163 main.opt.bootclasspath.desc=\
 164     Override location of platform class files used for non-modular\n\
 165     releases
 166 
 167 main.opt.system.arg=\
 168     <jdk>
 169 main.opt.system.desc=\
 170     Override location of system modules used for modular releases
 171 
 172 main.opt.release.arg=\
 173     <release>
 174 main.opt.release.desc=\
 175     Provide source compatibility with specified release
 176 
 177 main.opt.source.arg=\
 178     <release>
 179 main.opt.source.desc=\
 180     Provide source compatibility with specified release
 181 
 182 main.opt.enable.preview.desc=\
 183     Enable preview language features. To be used in conjunction with\n\
 184     either -source or --release.
 185 
 186 main.opt.extdirs.arg=\
 187     <dirlist>
 188 main.opt.extdirs.desc=\
 189     Override location of installed extensions
 190 
 191 main.opt.verbose.desc=\
 192     Output messages about what Javadoc is doing
 193 
 194 main.opt.locale.arg=\
 195     <name>
 196 main.opt.locale.desc=\
 197     Locale to be used, e.g. en_US or en_US_WIN
 198 
 199 main.opt.encoding.arg=\
 200     <name>
 201 main.opt.encoding.desc=\
 202     Source file encoding name
 203 
 204 main.opt.quiet.desc=\
 205     Do not display status messages
 206 
 207 main.opt.version.desc=\
 208     Print version information
 209 
 210 main.opt.J.arg=\
 211     <flag>
 212 main.opt.J.desc=\
 213     Pass <flag> directly to the runtime system
 214 
 215 main.opt.help.extra.desc=\
 216     Print a synopsis of nonstandard options and exit
 217 
 218 main.usage.foot=\n\
 219 GNU-style options may use '=' instead of whitespace to separate the name of an\n\
 220 option from its value.\n
 221 
 222 main.Xusage=
 223 
 224 main.opt.Xmaxerrs.arg=\
 225     <number>
 226 main.opt.Xmaxerrs.desc=\
 227     Set the maximum number of errors to print
 228 
 229 main.opt.Xmaxwarns.arg=\
 230     <number>
 231 main.opt.Xmaxwarns.desc=\
 232     Set the maximum number of warnings to print
 233 
 234 main.opt.add.exports.arg=\
 235     <module>/<package>=<other-module>(,<other-module>)*
 236 main.opt.add.exports.desc=\
 237     Specify a package to be considered as exported from its\n\
 238     defining module to additional modules, or to all unnamed\n\
 239     modules if <other-module> is ALL-UNNAMED
 240 
 241 main.opt.add.reads.arg=\
 242     <module>=<other-module>(,<other-module>)*
 243 main.opt.add.reads.desc=\
 244     Specify additional modules to be considered as required by a\n\
 245     given module. <other-module> may be ALL-UNNAMED to require\n\
 246     the unnamed module.
 247 
 248 main.opt.patch.module.arg=\
 249     <module>=<file>(:<file>)*
 250 main.opt.patch.module.desc=\
 251     Override or augment a module with classes and resources in\n\
 252     JAR files or directories
 253 
 254 main.opt.Xold.desc=\
 255     Invoke the legacy javadoc tool
 256 
 257 main.Xusage.foot=\n\
 258 These options are non-standard and subject to change without notice.
 259 
 260 main.doclet.usage.header=\nProvided by the {0} doclet:
 261 
 262 main.requires_argument=option {0} requires an argument.
 263 main.unnecessary_arg_provided=option {0} does not require an argument
 264 main.only_one_argument_with_equals=cannot use ''='' syntax for options that require multiple arguments
 265 main.invalid_flag=invalid flag: {0}
 266 main.No_modules_packages_or_classes_specified=No modules, packages or classes specified.
 267 main.module_not_found=module {0} not found.\n
 268 main.cannot_use_sourcepath_for_modules=cannot use source path for multiple modules {0}
 269 main.module_not_found_on_sourcepath=module {0} not found on source path
 270 main.sourcepath_does_not_contain_module=source path does not contain module {0}
 271 main.cant.read=cannot read {0}
 272 main.Loading_source_files_for_package=Loading source files for package {0}...
 273 main.Loading_source_file=Loading source file {0}...
 274 main.Building_tree=Constructing Javadoc information...
 275 main.no_source_files_for_package=No source files for package {0}
 276 main.package_not_found=Package {0} not found
 277 main.fatal.error=fatal error encountered: {0}
 278 main.out.of.memory=java.lang.OutOfMemoryError: Please increase memory.\n\
 279 For example, on the JDK Classic or HotSpot VMs, add the option -J-Xmx\n\
 280 such as -J-Xmx32m.
 281 main.done_in=[done in {0} ms]
 282 main.more_than_one_doclet_specified_0_and_1=More than one doclet specified ({0} and {1}).
 283 main.doclet_could_not_get_location=Could not get location for {0}
 284 main.doclet_could_not_set_location=Could not set location for {0}
 285 main.doclet_no_classloader_found=Could not obtain classloader to load {0}
 286 main.could_not_instantiate_class=Could not instantiate class {0}
 287 main.doclet_class_not_found=Cannot find doclet class {0}
 288 main.malformed_locale_name=Malformed locale name: {0}
 289 main.file_not_found=File not found: "{0}"
 290 main.illegal_class_name=Illegal class name: "{0}"
 291 main.illegal_package_name=Illegal package name: "{0}"
 292 main.illegal_option_value=Illegal option value: "{0}"
 293 main.file.manager.list=FileManager error listing files: "{0}"
 294 main.assertion.error=assertion failed: "{0}}"
 295 main.unknown.error=an unknown error has occurred
 296 main.internal.error=an internal error has occurred
 297 main.unexpected.exception=an unexpected exception was caught: {0}
 298 doclet.internal.report.bug=\
 299 Please file a bug against the javadoc tool via the Java bug reporting page\n\
 300 (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com)\n\
 301 for duplicates. Include error messages and the following diagnostic in your report. Thank you.
 302 main.not_a_doclet=\
 303     Class {0} is not a valid doclet.\n\
 304     Note: As of JDK 13, the com.sun.javadoc API is no longer supported.
 305 javadoc.class_not_found=Class {0} not found.
 306 javadoc.error=error
 307 javadoc.warning=warning
 308 javadoc.error.msg={0}: error - {1}
 309 javadoc.warning.msg={0}: warning - {1}
 310 javadoc.note.msg = {1}
 311 javadoc.note.pos.msg= {0}: {1}
 312 javadoc.version={0} {1}
 313 javadoc.fullversion={0} full version "{1}"