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

Thu, 10 Feb 2011 16:51:53 -0800

author
mfang
date
Thu, 10 Feb 2011 16:51:53 -0800
changeset 861
a21c7f194d31
parent 766
90af8d87741f
child 1397
8abc56be3131
permissions
-rw-r--r--

7017734: jdk7 message drop 1 translation integration
Reviewed-by: ogino, yhuang

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

mercurial