src/share/classes/com/sun/tools/doclets/formats/html/resources/standard.properties

Sun, 11 Apr 2010 23:24:24 -0700

author
yhuang
date
Sun, 11 Apr 2010 23:24:24 -0700
changeset 539
06e06ec0d6f2
parent 405
ebb6ad5a95bb
child 766
90af8d87741f
permissions
-rw-r--r--

6875904: Java 7 message synchronization 1
Reviewed-by: ogino, faryad

duke@1 1 doclet.build_version=Standard Doclet version {0}
duke@1 2 doclet.Contents=Contents
duke@1 3 doclet.Overview=Overview
duke@1 4 doclet.Window_Overview=Overview List
duke@1 5 doclet.Window_Overview_Summary=Overview
duke@1 6 doclet.Package=Package
duke@1 7 doclet.All_Packages=All Packages
duke@1 8 doclet.Tree=Tree
duke@1 9 doclet.Class_Hierarchy=Class Hierarchy
duke@1 10 doclet.Window_Class_Hierarchy=Class Hierarchy
duke@1 11 doclet.Interface_Hierarchy=Interface Hierarchy
duke@1 12 doclet.Enum_Hierarchy=Enum Hierarchy
duke@1 13 doclet.Annotation_Type_Hierarchy=Annotation Type Hierarchy
duke@1 14 doclet.Prev=PREV
duke@1 15 doclet.Next=NEXT
duke@1 16 doclet.Prev_Class=PREV CLASS
duke@1 17 doclet.Next_Class=NEXT CLASS
duke@1 18 doclet.Prev_Package=PREV PACKAGE
duke@1 19 doclet.Next_Package=NEXT PACKAGE
duke@1 20 doclet.Prev_Letter=PREV LETTER
duke@1 21 doclet.Next_Letter=NEXT LETTER
duke@1 22 doclet.Show_Lists=SHOW LISTS
duke@1 23 doclet.Hide_Lists=HIDE LISTS
duke@1 24 doclet.Href_Class_Title=class in {0}
duke@1 25 doclet.Href_Interface_Title=interface in {0}
duke@1 26 doclet.Href_Annotation_Title=annotation in {0}
duke@1 27 doclet.Href_Enum_Title=enum in {0}
duke@1 28 doclet.Href_Type_Param_Title=type parameter in {0}
duke@1 29 doclet.Href_Class_Or_Interface_Title=class or interface in {0}
duke@1 30 doclet.Summary=SUMMARY:
duke@1 31 doclet.Detail=DETAIL:
duke@1 32 doclet.navNested=NESTED
duke@1 33 doclet.navAnnotationTypeOptionalMember=OPTIONAL
duke@1 34 doclet.navAnnotationTypeRequiredMember=REQUIRED
duke@1 35 doclet.navAnnotationTypeMember=ELEMENT
duke@1 36 doclet.navField=FIELD
duke@1 37 doclet.navEnum=ENUM CONSTANTS
duke@1 38 doclet.navConstructor=CONSTR
duke@1 39 doclet.navMethod=METHOD
duke@1 40 doclet.navFactoryMethod=FACTORY
duke@1 41 doclet.Index=Index
duke@1 42 doclet.Window_Single_Index=Index
duke@1 43 doclet.Window_Split_Index={0}-Index
duke@1 44 doclet.Help=Help
duke@1 45 doclet.Skip_navigation_links=Skip navigation links
duke@1 46 doclet.None=None
duke@1 47 doclet.CLASSES=CLASSES
duke@1 48 doclet.MEMBERS=MEMBERS
duke@1 49 doclet.NONE=NONE
duke@1 50 doclet.Factory_Method_Detail=Static Factory Method Detail
duke@1 51 doclet.navDeprecated=Deprecated
duke@1 52 doclet.Deprecated_List=Deprecated List
duke@1 53 doclet.Window_Deprecated_List=Deprecated List
duke@1 54 doclet.Note_0_is_deprecated=Note: {0} is deprecated.
duke@1 55 doclet.Overrides=Overrides:
duke@1 56 doclet.in_class={0} in class {1}
duke@1 57 doclet.0_Fields_and_Methods="{0}" Fields and Methods
duke@1 58 doclet.Index_of_Fields_and_Methods=Index of Fields and Methods
duke@1 59 doclet.Static_variable_in=Static variable in {0}
duke@1 60 doclet.Variable_in=Variable in {0}
duke@1 61 doclet.Constructor_for=Constructor for {0}
duke@1 62 doclet.Static_method_in=Static method in {0}
duke@1 63 doclet.Method_in=Method in {0}
duke@1 64 doclet.throws=throws
duke@1 65 doclet.package=package
duke@1 66 doclet.MalformedURL=Malformed URL: {0}
duke@1 67 doclet.File_error=Error reading file: {0}
duke@1 68 doclet.URL_error=Error fetching URL: {0}
duke@1 69 doclet.No_Package_Comment_File=For Package {0} Package.Comment file not found
duke@1 70 doclet.No_Source_For_Class=Source information for class {0} not available.
duke@1 71 doclet.see.class_or_package_not_found=Tag {0}: reference not found: {1}
jjg@405 72 doclet.see.class_or_package_not_accessible=Tag {0}: reference not accessible: {1}
duke@1 73 doclet.see.malformed_tag=Tag {0}: Malformed: {1}
duke@1 74 doclet.Inherited_API_Summary=Inherited API Summary
duke@1 75 doclet.Deprecated_API=Deprecated API
duke@1 76 doclet.Deprecated_Classes=Deprecated Classes
duke@1 77 doclet.Deprecated_Enums=Deprecated Enums
duke@1 78 doclet.Deprecated_Interfaces=Deprecated Interfaces
duke@1 79 doclet.Deprecated_Exceptions=Deprecated Exceptions
duke@1 80 doclet.Deprecated_Annotation_Types=Deprecated Annotation Types
duke@1 81 doclet.Deprecated_Errors=Deprecated Errors
duke@1 82 doclet.Deprecated_Fields=Deprecated Fields
duke@1 83 doclet.Deprecated_Constructors=Deprecated Constructors
duke@1 84 doclet.Deprecated_Methods=Deprecated Methods
duke@1 85 doclet.Deprecated_Enum_Constants=Deprecated Enum Constants
duke@1 86 doclet.Deprecated_Annotation_Type_Members=Deprecated Annotation Type Elements
bpatel@243 87 doclet.deprecated_classes=deprecated classes
bpatel@243 88 doclet.deprecated_enums=deprecated enums
bpatel@243 89 doclet.deprecated_interfaces=deprecated interfaces
bpatel@243 90 doclet.deprecated_exceptions=deprecated exceptions
bpatel@243 91 doclet.deprecated_annotation_types=deprecated annotation types
bpatel@243 92 doclet.deprecated_errors=deprecated errors
bpatel@243 93 doclet.deprecated_fields=deprecated fields
bpatel@243 94 doclet.deprecated_constructors=deprecated constructors
bpatel@243 95 doclet.deprecated_methods=deprecated methods
bpatel@243 96 doclet.deprecated_enum_constants=deprecated enum constants
bpatel@243 97 doclet.deprecated_annotation_type_members=deprecated annotation type elements
duke@1 98 doclet.Frame_Output=Frame Output
duke@1 99 doclet.Docs_generated_by_Javadoc=Documentation generated by Javadoc.
duke@1 100 doclet.Generated_Docs_Untitled=Generated Documentation (Untitled)
duke@1 101 doclet.Blank=Blank
duke@1 102 doclet.Other_Packages=Other Packages
duke@1 103 doclet.Package_Description=Package {0} Description
duke@1 104 doclet.Description=Description
duke@1 105 doclet.Specified_By=Specified by:
duke@1 106 doclet.in_interface={0} in interface {1}
duke@1 107 doclet.Subclasses=Direct Known Subclasses:
duke@1 108 doclet.Subinterfaces=All Known Subinterfaces:
duke@1 109 doclet.Implementing_Classes=All Known Implementing Classes:
duke@1 110 doclet.also=also
duke@1 111 doclet.Option=Option
duke@1 112 doclet.Or=Or
duke@1 113 doclet.Frames=Frames
duke@1 114 doclet.FRAMES=FRAMES
duke@1 115 doclet.NO_FRAMES=NO FRAMES
duke@1 116 doclet.Package_Hierarchies=Package Hierarchies:
duke@1 117 doclet.Hierarchy_For_Package=Hierarchy For Package {0}
duke@1 118 doclet.Source_Code=Source Code:
duke@1 119 doclet.Hierarchy_For_All_Packages=Hierarchy For All Packages
duke@1 120 doclet.Cannot_handle_no_packages=Cannot handle no packages.
duke@1 121 doclet.Frame_Alert=Frame Alert
duke@1 122 doclet.Overview-Member-Frame=Overview Member Frame
duke@1 123 doclet.Frame_Warning_Message=This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
duke@1 124 doclet.Non_Frame_Version=Non-frame version.
duke@1 125 doclet.Frame_Version=Frame version
duke@1 126 doclet.Link_To=Link to
duke@1 127 doclet.Following_From_Class=Following copied from class: {0}
duke@1 128 doclet.Following_From_Interface=Following copied from interface: {0}
duke@1 129 doclet.Description_From_Interface=Description copied from interface: {0}
duke@1 130 doclet.Description_From_Class=Description copied from class: {0}
duke@1 131 doclet.Standard_doclet_invoked=Standard doclet invoked...
duke@1 132 doclet.No_Non_Deprecated_Classes_To_Document=No non-deprecated classes found to document.
duke@1 133 doclet.Interfaces_Italic=Interfaces (italic)
duke@1 134 doclet.Enclosing_Class=Enclosing class:
duke@1 135 doclet.Enclosing_Interface=Enclosing interface:
duke@1 136 doclet.Help_title=API Help
duke@1 137 doclet.Window_Help_title=API Help
duke@1 138 doclet.Help_line_1=How This API Document Is Organized
duke@1 139 doclet.Help_line_2=This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
duke@1 140 doclet.Help_line_3=The {0} page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
duke@1 141 doclet.Help_line_4=Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:
duke@1 142 doclet.Help_line_5=Class/Interface
duke@1 143 doclet.Help_line_6=Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
duke@1 144 doclet.Help_line_7=Class inheritance diagram
duke@1 145 doclet.Help_line_8=Direct Subclasses
duke@1 146 doclet.Help_line_9=All Known Subinterfaces
duke@1 147 doclet.Help_line_10=All Known Implementing Classes
duke@1 148 doclet.Help_line_11=Class/interface declaration
duke@1 149 doclet.Help_line_12=Class/interface description
duke@1 150 doclet.Help_line_13=Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
duke@1 151 doclet.Help_line_14=Use
duke@1 152 doclet.Help_line_15=Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
duke@1 153 doclet.Help_line_16=Tree (Class Hierarchy)
duke@1 154 doclet.Help_line_17_with_tree_link=There is a {0} page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.
duke@1 155 doclet.Help_line_18=When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
duke@1 156 doclet.Help_line_19=When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
duke@1 157 doclet.Help_line_20_with_deprecated_api_link=The {0} page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
duke@1 158 doclet.Help_line_21=Index
duke@1 159 doclet.Help_line_22=The {0} contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
duke@1 160 doclet.Help_line_23=Prev/Next
duke@1 161 doclet.Help_line_24=These links take you to the next or previous class, interface, package, or related page.
duke@1 162 doclet.Help_line_25=Frames/No Frames
duke@1 163 doclet.Help_line_26=These links show and hide the HTML frames. All pages are available with or without frames.
duke@1 164 doclet.Help_line_27=Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
duke@1 165 doclet.Help_line_28=The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.
duke@1 166 doclet.Help_line_29=This help file applies to API documentation generated using the standard doclet.
duke@1 167 doclet.Help_enum_line_1=Each enum has its own separate page with the following sections:
duke@1 168 doclet.Help_enum_line_2=Enum declaration
duke@1 169 doclet.Help_enum_line_3=Enum description
duke@1 170 doclet.Help_annotation_type_line_1=Each annotation type has its own separate page with the following sections:
duke@1 171 doclet.Help_annotation_type_line_2=Annotation Type declaration
duke@1 172 doclet.Help_annotation_type_line_3=Annotation Type description
duke@1 173 doclet.The=The
duke@1 174 doclet.Style_line_1=Javadoc style sheet
duke@1 175 doclet.Style_line_2=Define colors, fonts and other style attributes here to override the defaults
duke@1 176 doclet.Style_line_3=Page background color
duke@1 177 doclet.Style_Headings=Headings
duke@1 178 doclet.Style_line_4=Table colors
duke@1 179 doclet.Style_line_5=Dark mauve
duke@1 180 doclet.Style_line_6=Light mauve
duke@1 181 doclet.Style_line_7=White
duke@1 182 doclet.Style_line_8=Font used in left-hand frame lists
duke@1 183 doclet.Style_line_9=Example of smaller, sans-serif font in frames
duke@1 184 doclet.Style_line_10=Navigation bar fonts and colors
duke@1 185 doclet.Style_line_11=Dark Blue
bpatel@243 186 doclet.Style_line_12=Table caption style
duke@1 187 doclet.ClassUse_Packages.that.use.0=Packages that use {0}
duke@1 188 doclet.ClassUse_Uses.of.0.in.1=Uses of {0} in {1}
duke@1 189 doclet.ClassUse_Classes.in.0.used.by.1=Classes in {0} used by {1}
duke@1 190 doclet.ClassUse_PackageAnnotation=Packages with annotations of type {0}
duke@1 191 doclet.ClassUse_Annotation=Classes in {1} with annotations of type {0}
duke@1 192 doclet.ClassUse_TypeParameter=Classes in {1} with type parameters of type {0}
duke@1 193 doclet.ClassUse_MethodTypeParameter=Methods in {1} with type parameters of type {0}
duke@1 194 doclet.ClassUse_FieldTypeParameter=Fields in {1} with type parameters of type {0}
duke@1 195 doclet.ClassUse_FieldAnnotations=Fields in {1} with annotations of type {0}
duke@1 196 doclet.ClassUse_MethodAnnotations=Methods in {1} with annotations of type {0}
duke@1 197 doclet.ClassUse_MethodParameterAnnotations=Method parameters in {1} with annotations of type {0}
duke@1 198 doclet.ClassUse_MethodReturnTypeParameter=Methods in {1} that return types with arguments of type {0}
duke@1 199 doclet.ClassUse_Subclass=Subclasses of {0} in {1}
duke@1 200 doclet.ClassUse_Subinterface=Subinterfaces of {0} in {1}
duke@1 201 doclet.ClassUse_ImplementingClass=Classes in {1} that implement {0}
duke@1 202 doclet.ClassUse_Field=Fields in {1} declared as {0}
duke@1 203 doclet.ClassUse_MethodReturn=Methods in {1} that return {0}
duke@1 204 doclet.ClassUse_MethodArgs=Methods in {1} with parameters of type {0}
duke@1 205 doclet.ClassUse_MethodArgsTypeParameters=Method parameters in {1} with type arguments of type {0}
duke@1 206 doclet.ClassUse_MethodThrows=Methods in {1} that throw {0}
duke@1 207 doclet.ClassUse_ConstructorAnnotations=Constructors in {1} with annotations of type {0}
duke@1 208 doclet.ClassUse_ConstructorParameterAnnotations=Constructor parameters in {1} with annotations of type {0}
duke@1 209 doclet.ClassUse_ConstructorArgs=Constructors in {1} with parameters of type {0}
duke@1 210 doclet.ClassUse_ConstructorArgsTypeParameters=Constructor parameters in {1} with type arguments of type {0}
duke@1 211 doclet.ClassUse_ConstructorThrows=Constructors in {1} that throw {0}
duke@1 212 doclet.ClassUse_No.usage.of.0=No usage of {0}
duke@1 213 doclet.Window_ClassUse_Header=Uses of {0} {1}
duke@1 214 doclet.ClassUse_Title=Uses of {0}<br>{1}
duke@1 215 doclet.navClassUse=Use
duke@1 216 doclet.link_option_twice=Extern URL link option (link or linkoffline) used twice.
duke@1 217 doclet.Error_in_packagelist=Error in using -group option: {0} {1}
duke@1 218 doclet.Groupname_already_used=In -group option, groupname already used: {0}
duke@1 219 doclet.Same_package_name_used=Package name format used twice: {0}
duke@1 220 doclet.Serialization.Excluded_Class=Non-transient field {1} uses excluded class {0}.
duke@1 221 doclet.Serialization.Nonexcluded_Class=Non-transient field {1} uses hidden, non-included class {0}.
duke@1 222 doclet.usage=Provided by Standard doclet:\n\
duke@1 223 -d <directory> Destination directory for output files\n\
duke@1 224 -use Create class and package usage pages\n\
duke@1 225 -version Include @version paragraphs\n\
duke@1 226 -author Include @author paragraphs\n\
duke@1 227 -docfilessubdirs Recursively copy doc-file subdirectories\n\
duke@1 228 -splitindex Split index into one file per letter\n\
duke@1 229 -windowtitle <text> Browser window title for the documenation\n\
duke@1 230 -doctitle <html-code> Include title for the overview page\n\
duke@1 231 -header <html-code> Include header text for each page\n\
duke@1 232 -footer <html-code> Include footer text for each page\n\
duke@1 233 -top <html-code> Include top text for each page\n\
duke@1 234 -bottom <html-code> Include bottom text for each page\n\
duke@1 235 -link <url> Create links to javadoc output at <url>\n\
duke@1 236 -linkoffline <url> <url2> Link to docs at <url> using package list at <url2>\n\
duke@1 237 -excludedocfilessubdir <name1>:.. Exclude any doc-files subdirectories with given name.\n\
duke@1 238 -group <name> <p1>:<p2>.. Group specified packages together in overview page\n\
duke@1 239 -nocomment Supress description and tags, generate only declarations.\n\
duke@1 240 -nodeprecated Do not include @deprecated information\n\
duke@1 241 -noqualifier <name1>:<name2>:... Exclude the list of qualifiers from the output.\n\
duke@1 242 -nosince Do not include @since information\n\
duke@1 243 -notimestamp Do not include hidden time stamp\n\
duke@1 244 -nodeprecatedlist Do not generate deprecated list\n\
duke@1 245 -notree Do not generate class hierarchy\n\
duke@1 246 -noindex Do not generate index\n\
duke@1 247 -nohelp Do not generate help link\n\
duke@1 248 -nonavbar Do not generate navigation bar\n\
duke@1 249 -serialwarn Generate warning about @serial tag\n\
duke@1 250 -tag <name>:<locations>:<header> Specify single argument custom tags\n\
duke@1 251 -taglet The fully qualified name of Taglet to register\n\
duke@1 252 -tagletpath The path to Taglets\n\
duke@1 253 -charset <charset> Charset for cross-platform viewing of generated documentation.\n\
duke@1 254 -helpfile <file> Include file that help link links to\n\
duke@1 255 -linksource Generate source in HTML\n\
duke@1 256 -sourcetab <tab length> Specify the number of spaces each tab takes up in the source\n\
duke@1 257 -keywords Include HTML meta tags with package, class and member info\n\
duke@1 258 -stylesheetfile <path> File to change style of the generated documentation\n\
duke@1 259 -docencoding <name> Output encoding name
duke@1 260
duke@1 261
duke@1 262
duke@1 263

mercurial