< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties

Print this page



























   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.Option_invalid=Invalid argument {0} for {1} option
  15 doclet.Option_doclint_no_qualifiers=Access qualifiers not permitted for -Xdoclint arguments
  16 doclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option
  17 doclet.Option_doclint_package_invalid_arg=Invalid argument for -Xdoclint/package option
  18 doclet.error.initializing.dest.dir=Error initializing destination directory: {0}
  19 doclet.exception.read.file=Error reading file: {0}\n\
  20 \t({1})


   1 #
   2 # Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 doclet.Generating_0=Generating {0}...
  27 doclet.Toolkit_Usage_Violation=The Doclet Toolkit can only be used by {0}
  28 doclet.MissingSerialTag=in class {0}, missing @serial tag for default serializable field: {1}.
  29 doclet.MissingSerialDataTag=in class {0}, missing @serialData tag in method {1}.
  30 doclet.Serializable_no_customization=No readObject or writeObject method declared.
  31 doclet.Serialized_Form=Serialized Form
  32 doclet.Serialized_Form_methods=Serialization Methods
  33 doclet.Serialized_Form_fields=Serialized Fields
  34 doclet.Serialized_Form_class=Serialization Overview
  35 doclet.Class_0_implements_serializable=Class {0} implements Serializable
  36 doclet.Class_0_extends_implements_serializable=Class {0} extends {1} implements Serializable
  37 doclet.Option_conflict=Option {0} conflicts with {1}
  38 doclet.Option_reuse=Option reused: {0}
  39 doclet.Option_invalid=Invalid argument {0} for {1} option
  40 doclet.Option_doclint_no_qualifiers=Access qualifiers not permitted for -Xdoclint arguments
  41 doclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option
  42 doclet.Option_doclint_package_invalid_arg=Invalid argument for -Xdoclint/package option
  43 doclet.error.initializing.dest.dir=Error initializing destination directory: {0}
  44 doclet.exception.read.file=Error reading file: {0}\n\
  45 \t({1})


< prev index next >