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

Tue, 01 Nov 2016 23:55:58 -0700

author
asaha
date
Tue, 01 Nov 2016 23:55:58 -0700
changeset 3339
8efc10efbfe1
parent 3315
6f0746b6de9f
child 3446
e468915bad3a
permissions
-rw-r--r--

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

mercurial