langtools/src/share/classes/com/sun/tools/javadoc/resources/javadoc.properties
author jjg
Tue, 06 Nov 2012 14:32:49 -0800
changeset 14447 6f87132c2e54
parent 8632 af2a1f02c8ac
child 14545 2e7bab0639b8
permissions -rw-r--r--
8000612: Discrepancy between resources provided in javadoc resource files and resources required by code Reviewed-by: bpatel
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
#
14447
6f87132c2e54 8000612: Discrepancy between resources provided in javadoc resource files and resources required by code
jjg
parents: 8632
diff changeset
     2
# Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
#
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 10
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 10
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
#
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 10
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 10
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 10
diff changeset
    23
# questions.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
main.errors={0} errors
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
main.error={0} error
06bc494ca11e Initial load
duke
parents:
diff changeset
    28
main.warnings={0} warnings
06bc494ca11e Initial load
duke
parents:
diff changeset
    29
main.warning={0} warning
06bc494ca11e Initial load
duke
parents:
diff changeset
    30
main.usage=usage: javadoc [options] [packagenames] [sourcefiles] [@files]\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    31
  -overview <file>          Read overview documentation from HTML file\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    32
  -public                   Show only public classes and members\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    33
  -protected                Show protected/public classes and members (default)\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    34
  -package                  Show package/protected/public classes and members\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    35
  -private                  Show all classes and members\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    36
  -help                     Display command line options and exit\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    37
  -doclet <class>           Generate output via alternate doclet\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    38
  -docletpath <path>        Specify where to find doclet class files\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    39
  -sourcepath <pathlist>    Specify where to find source files\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    40
  -classpath <pathlist>     Specify where to find user class files\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    41
  -exclude <pkglist>        Specify a list of packages to exclude\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    42
  -subpackages <subpkglist> Specify subpackages to recursively load\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    43
  -breakiterator            Compute 1st sentence with BreakIterator\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
  -bootclasspath <pathlist> Override location of class files loaded\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    45
\t\t\t  by the bootstrap class loader\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    46
  -source <release>         Provide source compatibility with specified release\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    47
  -extdirs <dirlist>        Override location of installed extensions\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    48
  -verbose                  Output messages about what Javadoc is doing\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    49
  -locale <name>            Locale to be used, e.g. en_US or en_US_WIN\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    50
  -encoding <name>          Source file encoding name\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
  -quiet                    Do not display status messages\n\
5850
6f095ff5b469 6958836: javadoc should support -Xmaxerrs and -Xmaxwarns
jjg
parents: 5848
diff changeset
    52
  -J<flag>                  Pass <flag> directly to the runtime system\n\
6f095ff5b469 6958836: javadoc should support -Xmaxerrs and -Xmaxwarns
jjg
parents: 5848
diff changeset
    53
  -X                        Print a synopsis of nonstandard options\n
6f095ff5b469 6958836: javadoc should support -Xmaxerrs and -Xmaxwarns
jjg
parents: 5848
diff changeset
    54
main.Xusage=\
6f095ff5b469 6958836: javadoc should support -Xmaxerrs and -Xmaxwarns
jjg
parents: 5848
diff changeset
    55
  -Xmaxerrs <number>        Set the maximum number of errors to print\n\
6f095ff5b469 6958836: javadoc should support -Xmaxerrs and -Xmaxwarns
jjg
parents: 5848
diff changeset
    56
  -Xmaxwarns <number>       Set the maximum number of warnings to print\n\
6f095ff5b469 6958836: javadoc should support -Xmaxerrs and -Xmaxwarns
jjg
parents: 5848
diff changeset
    57
\n\
6f095ff5b469 6958836: javadoc should support -Xmaxerrs and -Xmaxwarns
jjg
parents: 5848
diff changeset
    58
These options are non-standard and subject to change without notice.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    59
main.option.already.seen=The {0} option may be specified no more than once.
06bc494ca11e Initial load
duke
parents:
diff changeset
    60
main.requires_argument=option {0} requires an argument.
06bc494ca11e Initial load
duke
parents:
diff changeset
    61
main.locale_first=option -locale must be first on the command line.
06bc494ca11e Initial load
duke
parents:
diff changeset
    62
main.invalid_flag=invalid flag: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    63
main.No_packages_or_classes_specified=No packages or classes specified.
06bc494ca11e Initial load
duke
parents:
diff changeset
    64
main.incompatible.access.flags=More than one of -public, -private, -package, or -protected specified.
06bc494ca11e Initial load
duke
parents:
diff changeset
    65
main.cant.read=cannot read {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    66
main.Loading_source_files_for_package=Loading source files for package {0}...
06bc494ca11e Initial load
duke
parents:
diff changeset
    67
main.Loading_source_file=Loading source file {0}...
06bc494ca11e Initial load
duke
parents:
diff changeset
    68
main.Building_tree=Constructing Javadoc information...
06bc494ca11e Initial load
duke
parents:
diff changeset
    69
main.no_source_files_for_package=No source files for package {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    70
main.fatal.error=fatal error
06bc494ca11e Initial load
duke
parents:
diff changeset
    71
main.fatal.exception=fatal exception
06bc494ca11e Initial load
duke
parents:
diff changeset
    72
main.out.of.memory=java.lang.OutOfMemoryError: Please increase memory.\n\
5848
c5a4ce47e780 6960407: Potential rebranding issues in openjdk/langtools repository sources
jjg
parents: 5520
diff changeset
    73
For example, on the JDK Classic or HotSpot VMs, add the option -J-Xmx\n\
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    74
such as -J-Xmx32m.
06bc494ca11e Initial load
duke
parents:
diff changeset
    75
main.done_in=[done in {0} ms]
06bc494ca11e Initial load
duke
parents:
diff changeset
    76
main.doclet_method_must_be_static=In doclet class {0}, method {1} must be static.
06bc494ca11e Initial load
duke
parents:
diff changeset
    77
main.must_return_int=In doclet class {0}, method {1} must return int.
06bc494ca11e Initial load
duke
parents:
diff changeset
    78
main.must_return_boolean=In doclet class {0}, method {1} must return boolean.
06bc494ca11e Initial load
duke
parents:
diff changeset
    79
main.must_return_languageversion=In doclet class {0}, method {1} must return LanguageVersion.
06bc494ca11e Initial load
duke
parents:
diff changeset
    80
main.more_than_one_doclet_specified_0_and_1=More than one doclet specified ({0} and {1}).
06bc494ca11e Initial load
duke
parents:
diff changeset
    81
main.doclet_class_not_found=Cannot find doclet class {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    82
main.doclet_method_not_found=Doclet class {0} does not contain a {1} method
06bc494ca11e Initial load
duke
parents:
diff changeset
    83
main.doclet_method_not_accessible=In doclet class {0},  method {1} not accessible
06bc494ca11e Initial load
duke
parents:
diff changeset
    84
main.internal_error_exception_thrown=Internal error: In doclet class {0},  method {1} has thrown an exception {2}
06bc494ca11e Initial load
duke
parents:
diff changeset
    85
main.exception_thrown=In doclet class {0},  method {1} has thrown an exception {2}
06bc494ca11e Initial load
duke
parents:
diff changeset
    86
main.illegal_locale_name=Locale not available: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    87
main.malformed_locale_name=Malformed locale name: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
    88
main.file_not_found=File not found: "{0}"
06bc494ca11e Initial load
duke
parents:
diff changeset
    89
main.illegal_package_name=Illegal package name: "{0}"
06bc494ca11e Initial load
duke
parents:
diff changeset
    90
tag.illegal_char_in_arr_dim=Tag {0}: Syntax Error in array dimension, method parameters: {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
    91
tag.illegal_see_tag=Tag {0}: Syntax Error in method parameters: {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
    92
tag.missing_comma_space=Tag {0}: Missing comma or space in method parameters: {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
    93
tag.tag_has_no_arguments={0} tag has no arguments.
06bc494ca11e Initial load
duke
parents:
diff changeset
    94
tag.see.missing_sharp=Tag {0}: missing ''#'': "{1}"
06bc494ca11e Initial load
duke
parents:
diff changeset
    95
tag.see.can_not_find_member=Tag {0}: can''t find {1} in {2}
06bc494ca11e Initial load
duke
parents:
diff changeset
    96
tag.see.no_close_bracket_on_url=Tag {0}: missing final ''>'': "{1}"
06bc494ca11e Initial load
duke
parents:
diff changeset
    97
tag.see.no_close_quote=Tag {0}: no final close quote: "{1}"
06bc494ca11e Initial load
duke
parents:
diff changeset
    98
tag.see.class_not_specified=Tag {0}: class not specified: "{1}"
06bc494ca11e Initial load
duke
parents:
diff changeset
    99
tag.see.illegal_character=Tag {0}:illegal character: "{1}" in "{2}"
06bc494ca11e Initial load
duke
parents:
diff changeset
   100
tag.see.malformed_see_tag=Tag {0}: malformed: "{1}"
06bc494ca11e Initial load
duke
parents:
diff changeset
   101
tag.End_delimiter_missing_for_possible_SeeTag=End Delimiter } missing for possible See Tag in comment string: "{0}"
06bc494ca11e Initial load
duke
parents:
diff changeset
   102
tag.Improper_Use_Of_Link_Tag=Missing closing ''}'' character for inline tag: "{0}"
14447
6f87132c2e54 8000612: Discrepancy between resources provided in javadoc resource files and resources required by code
jjg
parents: 8632
diff changeset
   103
tag.serialField.illegal_character=illegal character {0} in @serialField tag: {1}.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   104
javadoc.File_Read_Error=Error while reading file {0}
8632
af2a1f02c8ac 6227454: package.html and overview.html may not be read fully
jjg
parents: 7681
diff changeset
   105
javadoc.Body_missing_from_html_file=Body tag missing from HTML file
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   106
javadoc.End_body_missing_from_html_file=Close body tag missing from HTML file
06bc494ca11e Initial load
duke
parents:
diff changeset
   107
javadoc.Multiple_package_comments=Multiple sources of package comments found for package "{0}"
06bc494ca11e Initial load
duke
parents:
diff changeset
   108
javadoc.class_not_found=Class {0} not found.
06bc494ca11e Initial load
duke
parents:
diff changeset
   109
javadoc.error=error
06bc494ca11e Initial load
duke
parents:
diff changeset
   110
javadoc.warning=warning