src/share/classes/com/sun/tools/javadoc/resources/javadoc.properties

changeset 1
9a66ca7c79fa
child 554
9d9f26857129
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/javadoc/resources/javadoc.properties	Sat Dec 01 00:00:00 2007 +0000
     1.3 @@ -0,0 +1,107 @@
     1.4 +#
     1.5 +# Copyright 1997-2004 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.7 +#
     1.8 +# This code is free software; you can redistribute it and/or modify it
     1.9 +# under the terms of the GNU General Public License version 2 only, as
    1.10 +# published by the Free Software Foundation.  Sun designates this
    1.11 +# particular file as subject to the "Classpath" exception as provided
    1.12 +# by Sun in the LICENSE file that accompanied this code.
    1.13 +#
    1.14 +# This code is distributed in the hope that it will be useful, but WITHOUT
    1.15 +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.16 +# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.17 +# version 2 for more details (a copy is included in the LICENSE file that
    1.18 +# accompanied this code).
    1.19 +#
    1.20 +# You should have received a copy of the GNU General Public License version
    1.21 +# 2 along with this work; if not, write to the Free Software Foundation,
    1.22 +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.23 +#
    1.24 +# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    1.25 +# CA 95054 USA or visit www.sun.com if you need additional information or
    1.26 +# have any questions.
    1.27 +#
    1.28 +
    1.29 +main.errors={0} errors
    1.30 +main.error={0} error
    1.31 +main.warnings={0} warnings
    1.32 +main.warning={0} warning
    1.33 +main.usage=usage: javadoc [options] [packagenames] [sourcefiles] [@files]\n\
    1.34 +  -overview <file>          Read overview documentation from HTML file\n\
    1.35 +  -public                   Show only public classes and members\n\
    1.36 +  -protected                Show protected/public classes and members (default)\n\
    1.37 +  -package                  Show package/protected/public classes and members\n\
    1.38 +  -private                  Show all classes and members\n\
    1.39 +  -help                     Display command line options and exit\n\
    1.40 +  -doclet <class>           Generate output via alternate doclet\n\
    1.41 +  -docletpath <path>        Specify where to find doclet class files\n\
    1.42 +  -sourcepath <pathlist>    Specify where to find source files\n\
    1.43 +  -classpath <pathlist>     Specify where to find user class files\n\
    1.44 +  -exclude <pkglist>        Specify a list of packages to exclude\n\
    1.45 +  -subpackages <subpkglist> Specify subpackages to recursively load\n\
    1.46 +  -breakiterator            Compute 1st sentence with BreakIterator\n\
    1.47 +  -bootclasspath <pathlist> Override location of class files loaded\n\
    1.48 +\t\t\t  by the bootstrap class loader\n\
    1.49 +  -source <release>         Provide source compatibility with specified release\n\
    1.50 +  -extdirs <dirlist>        Override location of installed extensions\n\
    1.51 +  -verbose                  Output messages about what Javadoc is doing\n\
    1.52 +  -locale <name>            Locale to be used, e.g. en_US or en_US_WIN\n\
    1.53 +  -encoding <name>          Source file encoding name\n\
    1.54 +  -quiet                    Do not display status messages\n\
    1.55 +  -J<flag>                  Pass <flag> directly to the runtime system\n
    1.56 +main.option.already.seen=The {0} option may be specified no more than once.
    1.57 +main.requires_argument=option {0} requires an argument.
    1.58 +main.locale_first=option -locale must be first on the command line.
    1.59 +main.invalid_flag=invalid flag: {0}
    1.60 +main.No_packages_or_classes_specified=No packages or classes specified.
    1.61 +main.incompatible.access.flags=More than one of -public, -private, -package, or -protected specified.
    1.62 +main.cant.read=cannot read {0}
    1.63 +main.Loading_source_files_for_package=Loading source files for package {0}...
    1.64 +main.Loading_source_file_for_class=Loading source file for class {0}...
    1.65 +main.Loading_source_file=Loading source file {0}...
    1.66 +main.Building_tree=Constructing Javadoc information...
    1.67 +main.no_source_files_for_package=No source files for package {0}
    1.68 +main.fatal.error=fatal error
    1.69 +main.fatal.exception=fatal exception
    1.70 +main.out.of.memory=java.lang.OutOfMemoryError: Please increase memory.\n\
    1.71 +For example, on the Sun Classic or HotSpot VMs, add the option -J-Xmx\n\
    1.72 +such as -J-Xmx32m.
    1.73 +main.done_in=[done in {0} ms]
    1.74 +main.doclet_method_must_be_static=In doclet class {0}, method {1} must be static.
    1.75 +main.must_return_int=In doclet class {0}, method {1} must return int.
    1.76 +main.must_return_boolean=In doclet class {0}, method {1} must return boolean.
    1.77 +main.must_return_languageversion=In doclet class {0}, method {1} must return LanguageVersion.
    1.78 +main.more_than_one_doclet_specified_0_and_1=More than one doclet specified ({0} and {1}).
    1.79 +main.doclet_class_not_found=Cannot find doclet class {0}
    1.80 +main.doclet_method_not_found=Doclet class {0} does not contain a {1} method
    1.81 +main.doclet_method_not_accessible=In doclet class {0},  method {1} not accessible
    1.82 +main.internal_error_exception_thrown=Internal error: In doclet class {0},  method {1} has thrown an exception {2}
    1.83 +main.exception_thrown=In doclet class {0},  method {1} has thrown an exception {2}
    1.84 +main.illegal_locale_name=Locale not available: {0}
    1.85 +main.malformed_locale_name=Malformed locale name: {0}
    1.86 +main.file_not_found=File not found: "{0}"
    1.87 +main.illegal_package_name=Illegal package name: "{0}"
    1.88 +tag.illegal_char_in_arr_dim=Tag {0}: Syntax Error in array dimension, method parameters: {1}
    1.89 +tag.illegal_see_tag=Tag {0}: Syntax Error in method parameters: {1}
    1.90 +tag.missing_comma_space=Tag {0}: Missing comma or space in method parameters: {1}
    1.91 +tag.tag_has_no_arguments={0} tag has no arguments.
    1.92 +tag.see.missing_sharp=Tag {0}: missing ''#'': "{1}"
    1.93 +tag.see.can_not_find_member=Tag {0}: can''t find {1} in {2}
    1.94 +tag.see.no_close_bracket_on_url=Tag {0}: missing final ''>'': "{1}"
    1.95 +tag.see.no_close_quote=Tag {0}: no final close quote: "{1}"
    1.96 +tag.see.class_not_found=class {0} not found for @see tag: "{1}"
    1.97 +tag.see.class_not_specified=Tag {0}: class not specified: "{1}"
    1.98 +tag.see.illegal_character=Tag {0}:illegal character: "{1}" in "{2}"
    1.99 +tag.see.malformed_see_tag=Tag {0}: malformed: "{1}"
   1.100 +tag.throws.exception_not_found={0} tag, class {1} not found.
   1.101 +tag.End_delimiter_missing_for_possible_SeeTag=End Delimiter } missing for possible See Tag in comment string: "{0}"
   1.102 +tag.Improper_Use_Of_Link_Tag=Missing closing ''}'' character for inline tag: "{0}"
   1.103 +javadoc.File_Read_Error=Error while reading file {0}
   1.104 +javadoc.Body_missing_from_html_file=Body tag missing from HTML
   1.105 +javadoc.End_body_missing_from_html_file=Close body tag missing from HTML file
   1.106 +javadoc.Multiple_package_comments=Multiple sources of package comments found for package "{0}"
   1.107 +javadoc.class_not_found=Class {0} not found.
   1.108 +javadoc.error=error
   1.109 +javadoc.warning=warning
   1.110 +tag.serialField.illegal_character=illegal character {0} in @serialField tag: {1}.

mercurial