src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets.properties

Tue, 08 Sep 2009 11:29:58 -0700

author
jjg
date
Tue, 08 Sep 2009 11:29:58 -0700
changeset 401
dd98acd9f717
parent 243
edd944553131
child 766
90af8d87741f
permissions
-rw-r--r--

6879346: files have Windows newlines
Reviewed-by: darcy

duke@1 1 doclet.Generating_0=Generating {0}...
duke@1 2 doclet.Toolkit_Usage_Violation=The Doclet Toolkit can only be used by {0}
duke@1 3 doclet.MissingSerialTag=in class {0}, missing @serial tag for default serializable field: {1}.
duke@1 4 doclet.MissingSerialDataTag=in class {0}, missing @serialData tag in method {1}.
duke@1 5 doclet.Serializable_no_customization=No readObject or writeObject method declared.
duke@1 6 doclet.Serialized_Form=Serialized Form
duke@1 7 doclet.Serialized_Form_methods=Serialization Methods
duke@1 8 doclet.Serialized_Form_fields=Serialized Fields
duke@1 9 doclet.Serialized_Form_class=Serialization Overview
duke@1 10 doclet.Class_0_implements_serializable=Class {0} implements Serializable
duke@1 11 doclet.Class_0_extends_implements_serializable=Class {0} extends {1} implements Serializable
duke@1 12 doclet.Option_conflict=Option {0} conflicts with {1}
duke@1 13 doclet.Option_reuse=Option reused: {0}
duke@1 14 doclet.exception_encountered= {0} encountered \n\
duke@1 15 \twhile attempting to create file: {1}
duke@1 16 doclet.perform_copy_exception_encountered= {0} encountered while \n\
duke@1 17 performing copy.
duke@1 18 doclet.File_not_found=File not found: {0}
duke@1 19 doclet.Copy_Overwrite_warning=File {0} not copied to {1} due to existing file with same name...
duke@1 20 doclet.Copying_File_0_To_Dir_1=Copying file {0} to directory {1}...
duke@1 21 doclet.Copying_File_0_To_File_1=Copying file {0} to file {1}...
duke@1 22 doclet.No_Public_Classes_To_Document=No public or protected classes found to document.
duke@1 23 doclet.Unable_to_create_directory_0=Unable to create directory {0}
duke@1 24 doclet.destination_directory_not_found_0=Destination directory not found {0}
duke@1 25 doclet.destination_directory_not_directory_0=Destination directory is not a directory {0}
duke@1 26 doclet.destination_directory_not_writable_0=Destination directory not writable {0}
duke@1 27 doclet.Error_creating_tmp_file=Error creating temporary file, using default platform encoding.
duke@1 28 doclet.Encoding_not_supported=Encoding not supported: {0}
duke@1 29 doclet.Building_Tree=Building tree for all the packages and classes...
duke@1 30 doclet.Building_Index=Building index for all the packages and classes...
duke@1 31 doclet.Building_Index_For_All_Classes=Building index for all classes...
duke@1 32 doclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0.
duke@1 33 doclet.Packages=Packages
duke@1 34 doclet.Other_Packages=Other Packages
duke@1 35 doclet.Notice_taglet_registered=Registered Taglet {0} ...
duke@1 36 doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0}
duke@1 37 doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0}
duke@1 38 doclet.Notice_taglet_conflict_warn=Note: Custom tags that could override future standard tags: {0}. To avoid potential overrides, use at least one period character (.) in custom tag names.
duke@1 39 doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}...
duke@1 40 doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option...
duke@1 41 doclet.Author=Author:
duke@1 42 doclet.Default=Default:
duke@1 43 doclet.Parameters=Parameters:
duke@1 44 doclet.TypeParameters=Type Parameters:
duke@1 45 doclet.Parameters_warn=@param argument "{0}" is not a parameter name.
duke@1 46 doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once.
duke@1 47 doclet.Type_Parameters_warn=@param argument "{0}" is not a type parameter name.
duke@1 48 doclet.Type_Parameters_dup_warn=Type parameter "{0}" is documented more than once.
duke@1 49 doclet.Returns=Returns:
duke@1 50 doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type.
duke@1 51 doclet.See_Also=See Also:
duke@1 52 doclet.See=See:
duke@1 53 doclet.SerialData=Serial Data:
duke@1 54 doclet.Since=Since:
duke@1 55 doclet.Throws=Throws:
duke@1 56 doclet.Version=Version:
duke@1 57 doclet.Factory=Factory:
duke@1 58 doclet.UnknownTag={0} is an unknown tag.
duke@1 59 doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
duke@1 60 doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
duke@1 61 doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
duke@1 62 doclet.tag_misuse=Tag {0} cannot be used in {1} documentation. It can only be used in the following types of documentation: {2}.
duke@1 63 doclet.Package_Summary=Package Summary
duke@1 64 doclet.Interface_Summary=Interface Summary
duke@1 65 doclet.Annotation_Types_Summary=Annotation Types Summary
duke@1 66 doclet.Enum_Summary=Enum Summary
duke@1 67 doclet.Exception_Summary=Exception Summary
duke@1 68 doclet.Error_Summary=Error Summary
duke@1 69 doclet.Class_Summary=Class Summary
duke@1 70 doclet.Nested_Class_Summary=Nested Class Summary
duke@1 71 doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
duke@1 72 doclet.Annotation_Type_Required_Member_Summary=Required Element Summary
duke@1 73 doclet.Field_Summary=Field Summary
duke@1 74 doclet.Enum_Constant_Summary=Enum Constant Summary
duke@1 75 doclet.Constructor_Summary=Constructor Summary
duke@1 76 doclet.Method_Summary=Method Summary
duke@1 77 doclet.Factory_Method_Summary=Static Factory Method Summary
duke@1 78 doclet.Interfaces=Interfaces
duke@1 79 doclet.Enums=Enums
duke@1 80 doclet.AnnotationTypes=Annotation Types
duke@1 81 doclet.Exceptions=Exceptions
duke@1 82 doclet.Errors=Errors
duke@1 83 doclet.Classes=Classes
duke@1 84 doclet.Packages=Packages
bpatel@243 85 doclet.packages=packages
duke@1 86 doclet.All_Classes=All Classes
duke@1 87 doclet.All_Superinterfaces=All Superinterfaces:
duke@1 88 doclet.All_Implemented_Interfaces=All Implemented Interfaces:
duke@1 89 doclet.All_classes_and_interfaces=All classes and interfaces (except non-static nested types)
duke@1 90 doclet.Package_class_and_interface_descriptions=Package, class and interface descriptions
duke@1 91 doclet.Members=Members
duke@1 92 doclet.Interface=Interface
duke@1 93 doclet.Class=Class
duke@1 94 doclet.AnnotationType=Annotation Type
duke@1 95 doclet.annotationtype=annotation type
bpatel@243 96 doclet.annotationtypes=annotation types
duke@1 97 doclet.Enum=Enum
duke@1 98 doclet.enum=enum
bpatel@243 99 doclet.enums=enums
duke@1 100 doclet.interface=interface
bpatel@243 101 doclet.interfaces=interfaces
duke@1 102 doclet.class=class
bpatel@243 103 doclet.classes=classes
duke@1 104 doclet.Error=Error
duke@1 105 doclet.error=error
bpatel@243 106 doclet.errors=errors
duke@1 107 doclet.Exception=Exception
duke@1 108 doclet.exception=exception
bpatel@243 109 doclet.exceptions=exceptions
duke@1 110 doclet.extended_by=extended by
duke@1 111 doclet.extends=extends
duke@1 112 doclet.Package_private=(package private)
duke@1 113 doclet.implements=implementsdoclet.Same_package_name_used=Package name format used twice: {0}
duke@1 114 doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class {0}
duke@1 115 doclet.Nested_Classes_Interface_Inherited_From_Interface=Nested classes/interfaces inherited from interface {0}
duke@1 116 doclet.Methods_Inherited_From_Class=Methods inherited from class {0}
duke@1 117 doclet.Methods_Inherited_From_Interface=Methods inherited from interface {0}
duke@1 118 doclet.Fields_Inherited_From_Class=Fields inherited from class {0}
duke@1 119 doclet.Fields_Inherited_From_Interface=Fields inherited from interface {0}
duke@1 120 doclet.Serializable=Serializable
duke@1 121 doclet.Externalizable=Externalizable
duke@1 122 doclet.Annotation_Type_Member_Detail=Element Detail
duke@1 123 doclet.Enum_Constant_Detail=Enum Constant Detail
duke@1 124 doclet.Constants_Summary=Constant Field Values
duke@1 125 doclet.Field_Detail=Field Detail
duke@1 126 doclet.Method_Detail=Method Detail
duke@1 127 doclet.Constructor_Detail=Constructor Detail
duke@1 128 doclet.Deprecated=Deprecated.
duke@1 129 doclet.Deprecated_class=This class is deprecated.
duke@1 130 doclet.Groupname_already_used=In -group option, groupname already used: {0}
duke@1 131 doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference.
duke@1 132 doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants.
duke@1 133 doclet.dest_dir_create=Creating destination directory: "{0}"
duke@1 134 doclet.in={0} in {1}
bpatel@243 135 doclet.Use_Table_Summary=Use table, listing {0}, and an explanation
bpatel@243 136 doclet.Constants_Table_Summary={0} table, listing constant fields, and values
bpatel@243 137 doclet.Member_Table_Summary={0} table, listing {1}, and an explanation
bpatel@243 138 doclet.fields=fields
bpatel@243 139 doclet.constructors=constructors
bpatel@243 140 doclet.methods=methods
bpatel@243 141 doclet.annotation_type_optional_members=optional elements
bpatel@243 142 doclet.annotation_type_required_members=required elements
bpatel@243 143 doclet.enum_constants=enum constants
bpatel@243 144 doclet.nested_classes=nested classes
bpatel@243 145 doclet.subclasses=subclasses
bpatel@243 146 doclet.subinterfaces=subinterfaces
bpatel@243 147 doclet.Modifier=Modifier
bpatel@243 148 doclet.Type=Type
bpatel@243 149 doclet.Field=Field
bpatel@243 150 doclet.Constructor=Constructor
bpatel@243 151 doclet.Method=Method
bpatel@243 152 doclet.Annotation_Type_Optional_Member=Optional Element
bpatel@243 153 doclet.Annotation_Type_Required_Member=Required Element
bpatel@243 154 doclet.Annotation_Type_Member=Annotation Type Element
bpatel@243 155 doclet.Enum_Constant=Enum Constant
bpatel@243 156 doclet.Class=Class
bpatel@243 157 doclet.Description=Description
bpatel@243 158 doclet.ConstantField=Constant Field
bpatel@243 159 doclet.Value=Value
bpatel@243 160 doclet.0_and_1={0} and {1}
duke@1 161
duke@1 162 #Documentation for Enums
duke@1 163 doclet.enum_values_doc=\n\
duke@1 164 Returns an array containing the constants of this enum type, in\n\
duke@1 165 the order they are declared. This method may be used to iterate\n\
duke@1 166 over the constants as follows:\n\
duke@1 167 <pre>\n\
duke@1 168 for ({0} c : {0}.values())\n\
duke@1 169 &nbsp; System.out.println(c);\n\
duke@1 170 </pre>\n\
duke@1 171 @return an array containing the constants of this enum type, in\n\
duke@1 172 the order they are declared
duke@1 173
duke@1 174 doclet.enum_valueof_doc=\n\
duke@1 175 Returns the enum constant of this type with the specified name.\n\
duke@1 176 The string must match <I>exactly</I> an identifier used to declare an\n\
duke@1 177 enum constant in this type. (Extraneous whitespace characters are \n\
duke@1 178 not permitted.)\n\
duke@1 179 \n\
duke@1 180 @param name the name of the enum constant to be returned.\n\
duke@1 181 @return the enum constant with the specified name\n\
duke@1 182 @throws IllegalArgumentException if this enum type has no constant\n\
duke@1 183 with the specified name\n\
duke@1 184 @throws NullPointerException if the argument is null

mercurial