duke@1: # aefimov@3315: # Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. duke@1: # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. duke@1: # duke@1: # This code is free software; you can redistribute it and/or modify it duke@1: # under the terms of the GNU General Public License version 2 only, as ohair@554: # published by the Free Software Foundation. Oracle designates this duke@1: # particular file as subject to the "Classpath" exception as provided ohair@554: # by Oracle in the LICENSE file that accompanied this code. duke@1: # duke@1: # This code is distributed in the hope that it will be useful, but WITHOUT duke@1: # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or duke@1: # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License duke@1: # version 2 for more details (a copy is included in the LICENSE file that duke@1: # accompanied this code). duke@1: # duke@1: # You should have received a copy of the GNU General Public License version duke@1: # 2 along with this work; if not, write to the Free Software Foundation, duke@1: # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. duke@1: # ohair@554: # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA ohair@554: # or visit www.oracle.com if you need additional information or have any ohair@554: # questions. duke@1: # duke@1: duke@1: main.errors={0} errors duke@1: main.error={0} error duke@1: main.warnings={0} warnings duke@1: main.warning={0} warning jjg@1797: jjg@1797: main.usage=Usage: javadoc [options] [packagenames] [sourcefiles] [@files]\n\ jjg@1797: \ -overview Read overview documentation from HTML file\n\ jjg@1797: \ -public Show only public classes and members\n\ jjg@1797: \ -protected Show protected/public classes and members (default)\n\ jjg@1797: \ -package Show package/protected/public classes and members\n\ jjg@1797: \ -private Show all classes and members\n\ jjg@1797: \ -help Display command line options and exit\n\ jjg@1797: \ -doclet Generate output via alternate doclet\n\ jjg@1797: \ -docletpath Specify where to find doclet class files\n\ jjg@1797: \ -sourcepath Specify where to find source files\n\ jjg@1797: \ -classpath Specify where to find user class files\n\ vromero@1885: \ -cp Specify where to find user class files\n\ jjg@1797: \ -exclude Specify a list of packages to exclude\n\ jjg@1797: \ -subpackages Specify subpackages to recursively load\n\ jjg@1797: \ -breakiterator Compute first sentence with BreakIterator\n\ jjg@1797: \ -bootclasspath Override location of class files loaded\n\ jjg@1797: \ by the bootstrap class loader\n\ jjg@1797: \ -source Provide source compatibility with specified release\n\ jjg@1797: \ -extdirs Override location of installed extensions\n\ jjg@1797: \ -verbose Output messages about what Javadoc is doing\n\ jjg@1797: \ -locale Locale to be used, e.g. en_US or en_US_WIN\n\ jjg@1797: \ -encoding Source file encoding name\n\ jjg@1797: \ -quiet Do not display status messages\n\ jjg@1797: \ -J Pass directly to the runtime system\n\ jjg@1797: \ -X Print a synopsis of nonstandard options and exit\n jjg@1797: jjg@584: main.Xusage=\ jjg@1797: \ -Xmaxerrs Set the maximum number of errors to print\n\ jjg@1797: \ -Xmaxwarns Set the maximum number of warnings to print\n jjg@1797: jjg@1797: main.Xusage.foot=\ jjg@584: These options are non-standard and subject to change without notice. jjg@1797: duke@1: main.option.already.seen=The {0} option may be specified no more than once. duke@1: main.requires_argument=option {0} requires an argument. duke@1: main.locale_first=option -locale must be first on the command line. duke@1: main.invalid_flag=invalid flag: {0} duke@1: main.No_packages_or_classes_specified=No packages or classes specified. duke@1: main.incompatible.access.flags=More than one of -public, -private, -package, or -protected specified. duke@1: main.cant.read=cannot read {0} duke@1: main.Loading_source_files_for_package=Loading source files for package {0}... duke@1: main.Loading_source_file=Loading source file {0}... duke@1: main.Building_tree=Constructing Javadoc information... duke@1: main.no_source_files_for_package=No source files for package {0} duke@1: main.fatal.error=fatal error duke@1: main.fatal.exception=fatal exception duke@1: main.out.of.memory=java.lang.OutOfMemoryError: Please increase memory.\n\ jjg@582: For example, on the JDK Classic or HotSpot VMs, add the option -J-Xmx\n\ duke@1: such as -J-Xmx32m. duke@1: main.done_in=[done in {0} ms] duke@1: main.doclet_method_must_be_static=In doclet class {0}, method {1} must be static. duke@1: main.must_return_int=In doclet class {0}, method {1} must return int. duke@1: main.must_return_boolean=In doclet class {0}, method {1} must return boolean. duke@1: main.must_return_languageversion=In doclet class {0}, method {1} must return LanguageVersion. duke@1: main.more_than_one_doclet_specified_0_and_1=More than one doclet specified ({0} and {1}). duke@1: main.doclet_class_not_found=Cannot find doclet class {0} duke@1: main.doclet_method_not_found=Doclet class {0} does not contain a {1} method duke@1: main.doclet_method_not_accessible=In doclet class {0}, method {1} not accessible duke@1: main.internal_error_exception_thrown=Internal error: In doclet class {0}, method {1} has thrown an exception {2} duke@1: main.exception_thrown=In doclet class {0}, method {1} has thrown an exception {2} duke@1: main.illegal_locale_name=Locale not available: {0} duke@1: main.malformed_locale_name=Malformed locale name: {0} duke@1: main.file_not_found=File not found: "{0}" duke@1: main.illegal_package_name=Illegal package name: "{0}" duke@1: tag.illegal_char_in_arr_dim=Tag {0}: Syntax Error in array dimension, method parameters: {1} duke@1: tag.illegal_see_tag=Tag {0}: Syntax Error in method parameters: {1} duke@1: tag.missing_comma_space=Tag {0}: Missing comma or space in method parameters: {1} duke@1: tag.tag_has_no_arguments={0} tag has no arguments. duke@1: tag.see.missing_sharp=Tag {0}: missing ''#'': "{1}" duke@1: tag.see.can_not_find_member=Tag {0}: can''t find {1} in {2} duke@1: tag.see.no_close_bracket_on_url=Tag {0}: missing final ''>'': "{1}" duke@1: tag.see.no_close_quote=Tag {0}: no final close quote: "{1}" duke@1: tag.see.class_not_specified=Tag {0}: class not specified: "{1}" duke@1: tag.see.illegal_character=Tag {0}:illegal character: "{1}" in "{2}" duke@1: tag.see.malformed_see_tag=Tag {0}: malformed: "{1}" duke@1: tag.End_delimiter_missing_for_possible_SeeTag=End Delimiter } missing for possible See Tag in comment string: "{0}" duke@1: tag.Improper_Use_Of_Link_Tag=Missing closing ''}'' character for inline tag: "{0}" jjg@1397: tag.serialField.illegal_character=illegal character {0} in @serialField tag: {1}. duke@1: javadoc.File_Read_Error=Error while reading file {0} jjg@911: javadoc.Body_missing_from_html_file=Body tag missing from HTML file duke@1: javadoc.End_body_missing_from_html_file=Close body tag missing from HTML file duke@1: javadoc.Multiple_package_comments=Multiple sources of package comments found for package "{0}" aefimov@3315: javadoc.JavaScript_in_comment=JavaScript found in documentation comment.\n\ aefimov@3315: Use --allow-script-in-comments to allow use of JavaScript. duke@1: javadoc.class_not_found=Class {0} not found. duke@1: javadoc.error=error duke@1: javadoc.warning=warning jjg@1413: jjg@1413: javadoc.error.msg={0}: error - {1} jjg@1413: javadoc.warning.msg={0}: warning - {1} jjg@1413: javadoc.note.msg = {1} jjg@1413: javadoc.note.pos.msg= {0}: {1}