src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties
changeset 54350 4f9772f4403d
parent 53562 0d9dee001667
child 54648 89f2043ee67a
equal deleted inserted replaced
54349:492af1f4b6d5 54350:4f9772f4403d
     1 doclet.build_version=Standard Doclet version {0}
     1 doclet.build_version=Standard Doclet version {0}
     2 doclet.Contents=Contents
     2 doclet.Contents=Contents
     3 doclet.Overview=Overview
     3 doclet.Overview=Overview
     4 doclet.Window_Overview=Overview List
       
     5 doclet.Window_Overview_Summary=Overview
     4 doclet.Window_Overview_Summary=Overview
     6 doclet.Element=Element
     5 doclet.Element=Element
     7 doclet.Package=Package
     6 doclet.Package=Package
     8 doclet.Module=Module
     7 doclet.Module=Module
     9 doclet.Open_Module=Open Module
     8 doclet.Open_Module=Open Module
   165 doclet.help.index.head=\
   164 doclet.help.index.head=\
   166     Index
   165     Index
   167 doclet.help.index.body=\
   166 doclet.help.index.body=\
   168     The {0} contains an alphabetic index of all classes, interfaces, constructors, methods, \
   167     The {0} contains an alphabetic index of all classes, interfaces, constructors, methods, \
   169     and fields, as well as lists of all packages and all classes.
   168     and fields, as well as lists of all packages and all classes.
   170 doclet.help.frames.head=\
       
   171     Frames/No Frames
       
   172 doclet.help.frames.body=\
       
   173     These links show and hide the HTML frames.  All pages are available with or without frames.
       
   174 doclet.help.serial_form.body=\
   169 doclet.help.serial_form.body=\
   175     Each serializable or externalizable class has a description of its serialization fields and \
   170     Each serializable or externalizable class has a description of its serialization fields and \
   176     methods. This information is of interest to re-implementors, not to developers using the API. \
   171     methods. This information is of interest to re-implementors, not to developers using the API. \
   177     While there is no link in the navigation bar, you can get to this information by going to any \
   172     While there is no link in the navigation bar, you can get to this information by going to any \
   178     serialized class and clicking "Serialized Form" in the "See also" section of the class \
   173     serialized class and clicking "Serialized Form" in the "See also" section of the class \
   444     specifier is either a qualified name of a package or a package\n\
   439     specifier is either a qualified name of a package or a package\n\
   445     name prefix followed by .*, which expands to all sub-packages\n\
   440     name prefix followed by .*, which expands to all sub-packages\n\
   446     of the given package. Prefix the package specifier with - to\n\
   441     of the given package. Prefix the package specifier with - to\n\
   447     disable checks for the specified packages.
   442     disable checks for the specified packages.
   448 
   443 
   449 # L10N: do not localize the option names --frames
   444 # L10N: do not localize the option names --no-frames
   450 doclet.Frames_specified=\
   445 doclet.NoFrames_specified=\
   451     You have specified to generate frames, by using the --frames option.\n\
   446     The --no-frames option is no longer required and may be removed\n\
   452     The default is currently to not generate frames and the support for \n\
   447     in a future release.
   453     frames will be removed in a future release.\n\
       
   454     To suppress this warning, remove the --frames option and avoid the use of frames.