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

Sun, 24 Feb 2013 11:36:58 -0800

author
jjg
date
Sun, 24 Feb 2013 11:36:58 -0800
changeset 1606
ccbe7ffdd867
parent 1570
f91144b7da75
child 1963
a76dc1b4c299
permissions
-rw-r--r--

7112427: The doclet needs to be able to generate JavaFX documentation.
Reviewed-by: jjg
Contributed-by: jan.valenta@oracle.com

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}
jjg@1490 14 doclet.Option_doclint_no_qualifiers=Access qualifiers not permitted for -Xdoclint arguments
jjg@1490 15 doclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option
duke@1 16 doclet.exception_encountered= {0} encountered \n\
duke@1 17 \twhile attempting to create file: {1}
duke@1 18 doclet.perform_copy_exception_encountered= {0} encountered while \n\
duke@1 19 performing copy.
duke@1 20 doclet.File_not_found=File not found: {0}
duke@1 21 doclet.Copy_Overwrite_warning=File {0} not copied to {1} due to existing file with same name...
duke@1 22 doclet.Copying_File_0_To_Dir_1=Copying file {0} to directory {1}...
duke@1 23 doclet.Copying_File_0_To_File_1=Copying file {0} to file {1}...
duke@1 24 doclet.No_Public_Classes_To_Document=No public or protected classes found to document.
duke@1 25 doclet.Unable_to_create_directory_0=Unable to create directory {0}
duke@1 26 doclet.destination_directory_not_directory_0=Destination directory is not a directory {0}
duke@1 27 doclet.destination_directory_not_writable_0=Destination directory not writable {0}
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
bpatel@1568 34 doclet.Profiles=Profiles
duke@1 35 doclet.Other_Packages=Other Packages
duke@1 36 doclet.Notice_taglet_registered=Registered Taglet {0} ...
duke@1 37 doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0}
duke@1 38 doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0}
duke@1 39 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 40 doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}...
duke@1 41 doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option...
duke@1 42 doclet.Author=Author:
jjg@1606 43 doclet.DefaultValue=Default value:
jjg@1606 44 doclet.PropertyDescription=Property description:
jjg@1606 45 doclet.PropertyGetter=Gets the value of the property
jjg@1606 46 doclet.PropertySetter=Sets the value of the property
jjg@1606 47 doclet.PropertyGetterWithName=Gets the value of the property {0}.
jjg@1606 48 doclet.PropertySetterWithName=Sets the value of the property {0}.
duke@1 49 doclet.Default=Default:
duke@1 50 doclet.Parameters=Parameters:
duke@1 51 doclet.TypeParameters=Type Parameters:
duke@1 52 doclet.Parameters_warn=@param argument "{0}" is not a parameter name.
duke@1 53 doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once.
duke@1 54 doclet.Type_Parameters_warn=@param argument "{0}" is not a type parameter name.
duke@1 55 doclet.Type_Parameters_dup_warn=Type parameter "{0}" is documented more than once.
duke@1 56 doclet.Returns=Returns:
duke@1 57 doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type.
duke@1 58 doclet.See_Also=See Also:
duke@1 59 doclet.See=See:
duke@1 60 doclet.SerialData=Serial Data:
duke@1 61 doclet.Since=Since:
duke@1 62 doclet.Throws=Throws:
duke@1 63 doclet.Version=Version:
duke@1 64 doclet.Factory=Factory:
duke@1 65 doclet.UnknownTag={0} is an unknown tag.
duke@1 66 doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
duke@1 67 doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
duke@1 68 doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
duke@1 69 doclet.tag_misuse=Tag {0} cannot be used in {1} documentation. It can only be used in the following types of documentation: {2}.
jjg@1606 70 doclet.javafx_tag_misuse=Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
duke@1 71 doclet.Package_Summary=Package Summary
bpatel@1568 72 doclet.Profile_Summary=Profile Summary
duke@1 73 doclet.Interface_Summary=Interface Summary
duke@1 74 doclet.Annotation_Types_Summary=Annotation Types Summary
duke@1 75 doclet.Enum_Summary=Enum Summary
duke@1 76 doclet.Exception_Summary=Exception Summary
duke@1 77 doclet.Error_Summary=Error Summary
duke@1 78 doclet.Class_Summary=Class Summary
duke@1 79 doclet.Nested_Class_Summary=Nested Class Summary
duke@1 80 doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
duke@1 81 doclet.Annotation_Type_Required_Member_Summary=Required Element Summary
duke@1 82 doclet.Field_Summary=Field Summary
jjg@1606 83 doclet.Property_Summary=Property Summary
duke@1 84 doclet.Enum_Constant_Summary=Enum Constant Summary
duke@1 85 doclet.Constructor_Summary=Constructor Summary
duke@1 86 doclet.Method_Summary=Method Summary
duke@1 87 doclet.Interfaces=Interfaces
duke@1 88 doclet.Enums=Enums
duke@1 89 doclet.AnnotationTypes=Annotation Types
duke@1 90 doclet.Exceptions=Exceptions
duke@1 91 doclet.Errors=Errors
duke@1 92 doclet.Classes=Classes
duke@1 93 doclet.Packages=Packages
bpatel@243 94 doclet.packages=packages
bpatel@1568 95 doclet.profiles=profiles
duke@1 96 doclet.All_Classes=All Classes
duke@1 97 doclet.All_Superinterfaces=All Superinterfaces:
duke@1 98 doclet.All_Implemented_Interfaces=All Implemented Interfaces:
duke@1 99 doclet.All_classes_and_interfaces=All classes and interfaces (except non-static nested types)
duke@1 100 doclet.Package_class_and_interface_descriptions=Package, class and interface descriptions
duke@1 101 doclet.Interface=Interface
duke@1 102 doclet.Class=Class
duke@1 103 doclet.AnnotationType=Annotation Type
duke@1 104 doclet.annotationtype=annotation type
bpatel@243 105 doclet.annotationtypes=annotation types
duke@1 106 doclet.Enum=Enum
duke@1 107 doclet.enum=enum
bpatel@243 108 doclet.enums=enums
duke@1 109 doclet.interface=interface
bpatel@243 110 doclet.interfaces=interfaces
duke@1 111 doclet.class=class
bpatel@243 112 doclet.classes=classes
duke@1 113 doclet.Error=Error
duke@1 114 doclet.error=error
bpatel@243 115 doclet.errors=errors
duke@1 116 doclet.Exception=Exception
duke@1 117 doclet.exception=exception
bpatel@243 118 doclet.exceptions=exceptions
duke@1 119 doclet.Package_private=(package private)
bpatel@766 120 doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class
bpatel@766 121 doclet.Nested_Classes_Interface_Inherited_From_Interface=Nested classes/interfaces inherited from interface
bpatel@766 122 doclet.Methods_Inherited_From_Class=Methods inherited from class
bpatel@766 123 doclet.Methods_Inherited_From_Interface=Methods inherited from interface
bpatel@766 124 doclet.Fields_Inherited_From_Class=Fields inherited from class
bpatel@766 125 doclet.Fields_Inherited_From_Interface=Fields inherited from interface
jjg@1606 126 doclet.Properties_Inherited_From_Class=Properties inherited from class
jjg@1606 127 doclet.Properties_Inherited_From_Interface=Properties inherited from interface
duke@1 128 doclet.Annotation_Type_Member_Detail=Element Detail
duke@1 129 doclet.Enum_Constant_Detail=Enum Constant Detail
duke@1 130 doclet.Constants_Summary=Constant Field Values
duke@1 131 doclet.Field_Detail=Field Detail
jjg@1606 132 doclet.Property_Detail=Property Detail
duke@1 133 doclet.Method_Detail=Method Detail
duke@1 134 doclet.Constructor_Detail=Constructor Detail
duke@1 135 doclet.Deprecated=Deprecated.
duke@1 136 doclet.Groupname_already_used=In -group option, groupname already used: {0}
duke@1 137 doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference.
duke@1 138 doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants.
duke@1 139 doclet.dest_dir_create=Creating destination directory: "{0}"
duke@1 140 doclet.in={0} in {1}
bpatel@243 141 doclet.Use_Table_Summary=Use table, listing {0}, and an explanation
bpatel@243 142 doclet.Constants_Table_Summary={0} table, listing constant fields, and values
bpatel@243 143 doclet.Member_Table_Summary={0} table, listing {1}, and an explanation
bpatel@243 144 doclet.fields=fields
bpatel@766 145 doclet.Fields=Fields
jjg@1606 146 doclet.properties=properties
jjg@1606 147 doclet.Properties=Properties
bpatel@243 148 doclet.constructors=constructors
bpatel@766 149 doclet.Constructors=Constructors
bpatel@243 150 doclet.methods=methods
bpatel@766 151 doclet.Methods=Methods
bpatel@243 152 doclet.annotation_type_optional_members=optional elements
bpatel@766 153 doclet.Annotation_Type_Optional_Members=Optional Elements
bpatel@243 154 doclet.annotation_type_required_members=required elements
bpatel@766 155 doclet.Annotation_Type_Required_Members=Required Elements
bpatel@243 156 doclet.enum_constants=enum constants
bpatel@766 157 doclet.Enum_Constants=Enum Constants
bpatel@243 158 doclet.nested_classes=nested classes
bpatel@766 159 doclet.Nested_Classes=Nested Classes
bpatel@243 160 doclet.subclasses=subclasses
bpatel@243 161 doclet.subinterfaces=subinterfaces
bpatel@243 162 doclet.Modifier=Modifier
bpatel@243 163 doclet.Type=Type
bpatel@243 164 doclet.Field=Field
jjg@1606 165 doclet.Property=Property
bpatel@243 166 doclet.Constructor=Constructor
bpatel@243 167 doclet.Method=Method
bpatel@243 168 doclet.Annotation_Type_Optional_Member=Optional Element
bpatel@243 169 doclet.Annotation_Type_Required_Member=Required Element
bpatel@243 170 doclet.Annotation_Type_Member=Annotation Type Element
bpatel@243 171 doclet.Enum_Constant=Enum Constant
bpatel@243 172 doclet.Class=Class
bpatel@243 173 doclet.Description=Description
bpatel@243 174 doclet.ConstantField=Constant Field
bpatel@243 175 doclet.Value=Value
bpatel@243 176 doclet.0_and_1={0} and {1}
duke@1 177
duke@1 178 #Documentation for Enums
duke@1 179 doclet.enum_values_doc=\n\
duke@1 180 Returns an array containing the constants of this enum type, in\n\
duke@1 181 the order they are declared. This method may be used to iterate\n\
duke@1 182 over the constants as follows:\n\
duke@1 183 <pre>\n\
duke@1 184 for ({0} c : {0}.values())\n\
duke@1 185 &nbsp; System.out.println(c);\n\
duke@1 186 </pre>\n\
duke@1 187 @return an array containing the constants of this enum type, in\n\
duke@1 188 the order they are declared
duke@1 189
duke@1 190 doclet.enum_valueof_doc=\n\
duke@1 191 Returns the enum constant of this type with the specified name.\n\
bpatel@766 192 The string must match <i>exactly</i> an identifier used to declare an\n\
duke@1 193 enum constant in this type. (Extraneous whitespace characters are \n\
duke@1 194 not permitted.)\n\
duke@1 195 \n\
duke@1 196 @param name the name of the enum constant to be returned.\n\
duke@1 197 @return the enum constant with the specified name\n\
duke@1 198 @throws IllegalArgumentException if this enum type has no constant\n\
duke@1 199 with the specified name\n\
duke@1 200 @throws NullPointerException if the argument is null

mercurial