langtools/src/share/classes/com/sun/tools/javah/resources/l10n.properties
author jjg
Fri, 29 Oct 2010 13:12:38 -0700
changeset 7078 17f1f2bdcb46
parent 6930 b6fea484cbb2
child 18898 0eab5f5e3d1d
permissions -rw-r--r--
6994608: javah no longer accepts parameter files as input Reviewed-by: mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
#
6715
9afc72714ca4 6890226: javah -version is broken
jjg
parents: 5520
diff changeset
     2
# Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
#
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 3996
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 3996
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
#
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 3996
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 3996
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 3996
diff changeset
    23
# questions.
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    24
#
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
# User errors, command line errors.
06bc494ca11e Initial load
duke
parents:
diff changeset
    28
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    29
cant.create.dir=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    30
        The directory {0} could not be create for output.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    31
at.args.cant.read=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    32
        Can''t read command line arguments from file {1}.
7078
17f1f2bdcb46 6994608: javah no longer accepts parameter files as input
jjg
parents: 6930
diff changeset
    33
at.args.file.not.found=\
17f1f2bdcb46 6994608: javah no longer accepts parameter files as input
jjg
parents: 6930
diff changeset
    34
        Can''t find file {0}.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    35
at.args.io.exception=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    36
        The following I/O problem was encountered when processing an @ \
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    37
        argument on the command line: {0}.
06bc494ca11e Initial load
duke
parents:
diff changeset
    38
old.jni.mixed=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    39
        Can''t mix options -jni and -old.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    40
old.llni.mixed=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    41
        Can''t mix options -old and -llni.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    42
old.not.supported=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    43
        Option -old not supported by this version of javah.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
invalid.method.signature=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    45
        Invalid method signature: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    46
jni.llni.mixed=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    47
        Can''t mix options -jni and -llni.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    48
jni.no.stubs=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    49
        JNI does not require stubs, please refer to the JNI documentation.
6930
b6fea484cbb2 4942232: missing param class processes without error
jjg
parents: 6927
diff changeset
    50
jni.sigerror=\
b6fea484cbb2 4942232: missing param class processes without error
jjg
parents: 6927
diff changeset
    51
        Cannot determine signature for {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    52
dir.file.mixed=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    53
        Can''t mix options -d and -o.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    54
no.classes.specified=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    55
        No classes were specified on the command line.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    56
no.outputfile.specified=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    57
        No outputfile was specified on the command line.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    58
no.outputdir.specified=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    59
        No output directory was specified on the command line.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    60
no.classpath.specified=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    61
        No classpath was specified on the command line.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    62
no.bootclasspath.specified=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    63
        No bootclasspath was specified on the command line.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    64
unknown.option=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    65
        {0} is an illegal argument\n
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    66
tracing.not.supported=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    67
        Warning: Tracing is no longer supported.  Instead, use\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    68
        -verbose:jni option of the virtual machine.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    69
06bc494ca11e Initial load
duke
parents:
diff changeset
    70
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    71
# Usage message.
06bc494ca11e Initial load
duke
parents:
diff changeset
    72
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    73
usage=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    74
Usage: javah [options] <classes>\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    75
\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    76
where [options] include:\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    77
\n\t\
06bc494ca11e Initial load
duke
parents:
diff changeset
    78
-help                 Print this help message and exit\n\t\
06bc494ca11e Initial load
duke
parents:
diff changeset
    79
-classpath <path>     Path from which to load classes\n\t\
06bc494ca11e Initial load
duke
parents:
diff changeset
    80
-bootclasspath <path> Path from which to load bootstrap classes\n\t\
06bc494ca11e Initial load
duke
parents:
diff changeset
    81
-d <dir>              Output directory\n\t\
06bc494ca11e Initial load
duke
parents:
diff changeset
    82
-o <file>             Output file (only one of -d or -o may be used)\n\t\
06bc494ca11e Initial load
duke
parents:
diff changeset
    83
-jni                  Generate JNI-style header file (default)\n\t\
06bc494ca11e Initial load
duke
parents:
diff changeset
    84
-version              Print version information\n\t\
06bc494ca11e Initial load
duke
parents:
diff changeset
    85
-verbose              Enable verbose output\n\t\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    86
-force                Always write output files\n\
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    87
\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    88
<classes> are specified with their fully qualified names (for\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
    89
instance, java.lang.Object).\n
06bc494ca11e Initial load
duke
parents:
diff changeset
    90
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    91
main.usage=\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    92
Usage: \n\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    93
\  javah [options] <classes>\n\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    94
where [options] include:
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    95
main.opt.o=\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    96
\  -o <file>                Output file (only one of -d or -o may be used)
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    97
main.opt.d=\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    98
\  -d <dir>                 Output directory
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    99
main.opt.v=\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   100
\  -v  -verbose             Enable verbose output
6927
5bc46d9ca5b9 6990390: javah -help produces help screen with extraneous output
jjg
parents: 6715
diff changeset
   101
main.opt.h=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   102
\  -h  --help  -?           Print this message
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   103
main.opt.version=\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   104
\  -version                 Print version information
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   105
main.opt.jni=\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   106
\  -jni                     Generate JNI-style header file (default)
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   107
main.opt.force=\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   108
\  -force                   Always write output files
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   109
main.opt.classpath=\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   110
\  -classpath <path>        Path from which to load classes
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   111
main.opt.bootclasspath=\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   112
\  -bootclasspath <path>    Path from which to load bootstrap classes
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   113
main.usage.foot=\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   114
<classes> are specified with their fully qualified names\n\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   115
(for example, java.lang.Object).
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   116
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   117
#
06bc494ca11e Initial load
duke
parents:
diff changeset
   118
# Version string.
06bc494ca11e Initial load
duke
parents:
diff changeset
   119
#
6715
9afc72714ca4 6890226: javah -version is broken
jjg
parents: 5520
diff changeset
   120
javah.version={0} version "{1}"
9afc72714ca4 6890226: javah -version is broken
jjg
parents: 5520
diff changeset
   121
javah.fullVersion={0} full version "{1}"
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   122
06bc494ca11e Initial load
duke
parents:
diff changeset
   123
#
06bc494ca11e Initial load
duke
parents:
diff changeset
   124
# These should have better diagnostics.
06bc494ca11e Initial load
duke
parents:
diff changeset
   125
#
06bc494ca11e Initial load
duke
parents:
diff changeset
   126
super.class.not.found=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   127
        A required super class {0} could not be found.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   128
class.not.found=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   129
        Class {0} could not be found.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   130
io.exception=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   131
        Can''t recover from an I/O error with the following message: \
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   132
        {0}.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   133
06bc494ca11e Initial load
duke
parents:
diff changeset
   134
#
06bc494ca11e Initial load
duke
parents:
diff changeset
   135
# Problems in the guts of javah.
06bc494ca11e Initial load
duke
parents:
diff changeset
   136
#
06bc494ca11e Initial load
duke
parents:
diff changeset
   137
encoding.iso8859_1.not.found=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   138
        ISO8859_1 converter was not found for output.  This is \
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   139
        probably due to an error in the installation installation.
06bc494ca11e Initial load
duke
parents:
diff changeset
   140
tried.to.define.non.static=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   141
        Tried to generate #define for non-static field.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   142
jni.unknown.type=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   143
        An unknown type encountered (JNI).
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   144
unknown.array.type=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   145
        An unknown array type encountered when generating old style headers.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   146
unknown.type.for.field=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   147
        An unknown type encountered when generating old style headers.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   148
unknown.type.in.method.signature=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   149
        An unknown type eccountered when generating old style stubs.
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   150
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   151
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   152
err.prefix=Error:
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   153
err.cant.use.option.for.fm=Can't use {0} option with given file manager
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   154
err.internal.error=Internal error: {0}
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   155
err.ioerror=IO error: {0}
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   156
err.missing.arg=value missing for {0}
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   157
err.no.classes.specified=no classes specified
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   158
err.unknown.option=unknown option: {0}