src/share/classes/com/sun/tools/javah/resources/l10n.properties

Tue, 24 Dec 2013 09:17:37 -0800

author
ksrini
date
Tue, 24 Dec 2013 09:17:37 -0800
changeset 2227
998b10c43157
parent 1885
d6158f8d7235
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8029230: Update copyright year to match last edit in jdk8 langtools repository for 2013
Reviewed-by: ksrini
Contributed-by: steve.sides@oracle.com

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

mercurial