langtools/src/jdk.compiler/share/classes/com/sun/tools/javah/resources/l10n.properties
author jjg
Wed, 10 Aug 2016 15:47:46 -0700
changeset 40308 274367a99f98
parent 38605 72ca5671f3e6
permissions -rw-r--r--
8136930: Simplify use of module-system options by custom launchers 8160489: Multiple -Xpatch lines ignored by javac 8156998: javac should support new option -XinheritRuntimeEnvironment Reviewed-by: jlahoda, ksrini
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
#
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 25874
diff changeset
     2
# Copyright (c) 1998, 2016, 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}.
36526
3b41f1c69604 8142968: Module System implementation
alanb
parents: 25874
diff changeset
    38
bad.arg=\
3b41f1c69604 8142968: Module System implementation
alanb
parents: 25874
diff changeset
    39
        Bad argument: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    40
old.jni.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 -jni and -old.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    42
old.llni.mixed=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    43
        Can''t mix options -old and -llni.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
old.not.supported=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    45
        Option -old not supported by this version of javah.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    46
invalid.method.signature=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    47
        Invalid method signature: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    48
jni.llni.mixed=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    49
        Can''t mix options -jni and -llni.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    50
jni.no.stubs=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    51
        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
    52
jni.sigerror=\
b6fea484cbb2 4942232: missing param class processes without error
jjg
parents: 6927
diff changeset
    53
        Cannot determine signature for {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    54
dir.file.mixed=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    55
        Can''t mix options -d and -o.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    56
no.classes.specified=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    57
        No classes were specified on the command line.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    58
no.outputfile.specified=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    59
        No outputfile was specified on the command line.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    60
no.outputdir.specified=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    61
        No output directory was specified on the command line.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    62
no.classpath.specified=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    63
        No classpath was specified on the command line.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    64
no.bootclasspath.specified=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    65
        No bootclasspath was specified on the command line.  Try -help.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    66
unknown.option=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    67
        {0} is an illegal argument\n
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    68
tracing.not.supported=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    69
        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
    70
        -verbose:jni option of the virtual machine.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    71
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    72
main.usage=\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    73
Usage: \n\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    74
\  javah [options] <classes>\n\
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    75
where [options] include:
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    76
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    77
main.opt.o=\
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    78
\  -o <file>                    Output file (only one of -d or -o may be used)
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    79
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    80
main.opt.d=\
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    81
\  -d <dir>                     Output directory
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    82
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    83
main.opt.v=\
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    84
\  -v  -verbose                 Enable verbose output
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    85
6927
5bc46d9ca5b9 6990390: javah -help produces help screen with extraneous output
jjg
parents: 6715
diff changeset
    86
main.opt.h=\
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    87
\  -h  --help  -?               Print this message
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    88
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    89
main.opt.version=\
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    90
\  -version                     Print version information
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    91
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    92
main.opt.jni=\
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    93
\  -jni                         Generate JNI-style header file (default)
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    94
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
    95
main.opt.force=\
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    96
\  -force                       Always write output files
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    97
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    98
main.opt.module_path=\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
    99
\  --module-path <path>         Path from which to load application modules
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   100
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   101
main.opt.upgrade_module_path=\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   102
\  --upgrade_module-path <path> Path from which to load application modules
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   103
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   104
main.opt.classpath=\
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   105
\  -classpath <path>            Path from which to load classes
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   106
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   107
main.opt.class_path=\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   108
\  --class-path <path>          Path from which to load classes
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   109
18898
0eab5f5e3d1d 8009924: some langtools tools do not accept -cp as an alias for -classpath
vromero
parents: 7078
diff changeset
   110
main.opt.cp=\
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   111
\  -cp <path>                   Path from which to load classes
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   112
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   113
main.opt.bootclasspath=\
40308
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   114
\  -bootclasspath <path>        Path from which to load bootstrap classes
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   115
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   116
main.opt.system=\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   117
\  --system <jdk>               Specify where to find system modules
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   118
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   119
main.usage.foot=\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   120
GNU-style options may use '=' instead whitespace to separate the name of an option\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   121
from its value.\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   122
\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   123
Each class must be specified by its fully qualified names, optionally\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   124
prefixed by a module name followed by '/'. Examples:\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   125
\    java.lang.Object\n\
274367a99f98 8136930: Simplify use of module-system options by custom launchers
jjg
parents: 38605
diff changeset
   126
\    java.base/java.io.File\n\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   127
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   128
#
06bc494ca11e Initial load
duke
parents:
diff changeset
   129
# Version string.
06bc494ca11e Initial load
duke
parents:
diff changeset
   130
#
6715
9afc72714ca4 6890226: javah -version is broken
jjg
parents: 5520
diff changeset
   131
javah.version={0} version "{1}"
9afc72714ca4 6890226: javah -version is broken
jjg
parents: 5520
diff changeset
   132
javah.fullVersion={0} full version "{1}"
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
# These should have better diagnostics.
06bc494ca11e Initial load
duke
parents:
diff changeset
   136
#
06bc494ca11e Initial load
duke
parents:
diff changeset
   137
super.class.not.found=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   138
        A required super class {0} could not be found.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   139
class.not.found=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   140
        Class {0} could not be found.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   141
io.exception=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   142
        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
   143
        {0}.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   144
06bc494ca11e Initial load
duke
parents:
diff changeset
   145
#
06bc494ca11e Initial load
duke
parents:
diff changeset
   146
# Problems in the guts of javah.
06bc494ca11e Initial load
duke
parents:
diff changeset
   147
#
06bc494ca11e Initial load
duke
parents:
diff changeset
   148
encoding.iso8859_1.not.found=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   149
        ISO8859_1 converter was not found for output.  This is \
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   150
        probably due to an error in the installation installation.
06bc494ca11e Initial load
duke
parents:
diff changeset
   151
tried.to.define.non.static=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   152
        Tried to generate #define for non-static field.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   153
jni.unknown.type=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   154
        An unknown type encountered (JNI).
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   155
unknown.array.type=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   156
        An unknown array type encountered when generating old style headers.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   157
unknown.type.for.field=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   158
        An unknown type encountered when generating old style headers.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   159
unknown.type.in.method.signature=\
3996
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   160
        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
   161
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   162
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   163
err.prefix=Error:
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   164
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
   165
err.internal.error=Internal error: {0}
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   166
err.ioerror=IO error: {0}
dc676a9093b3 6572945: javah should be written as an annotation processor, not a doclet
jjg
parents: 10
diff changeset
   167
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
   168
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
   169
err.unknown.option=unknown option: {0}
38605
72ca5671f3e6 8152360: deprecate javah
vromero
parents: 36526
diff changeset
   170
72ca5671f3e6 8152360: deprecate javah
vromero
parents: 36526
diff changeset
   171
#
72ca5671f3e6 8152360: deprecate javah
vromero
parents: 36526
diff changeset
   172
# miscellaneous strings
72ca5671f3e6 8152360: deprecate javah
vromero
parents: 36526
diff changeset
   173
#
72ca5671f3e6 8152360: deprecate javah
vromero
parents: 36526
diff changeset
   174
javah.misc.Deprecation=\
72ca5671f3e6 8152360: deprecate javah
vromero
parents: 36526
diff changeset
   175
    \nWarning:\u0020The javah tool is planned to be removed in the next major\n\
72ca5671f3e6 8152360: deprecate javah
vromero
parents: 36526
diff changeset
   176
    JDK release. The tool has been superseded by the ''-h'' option added\n\
72ca5671f3e6 8152360: deprecate javah
vromero
parents: 36526
diff changeset
   177
    to javac in JDK 8. Users are recommended to migrate to using the\n\
72ca5671f3e6 8152360: deprecate javah
vromero
parents: 36526
diff changeset
   178
    javac ''-h'' option; see the javac man page for more information.\n