src/share/classes/com/sun/tools/javac/resources/compiler_ja.properties

Sat, 01 Dec 2007 00:00:00 +0000

author
duke
date
Sat, 01 Dec 2007 00:00:00 +0000
changeset 1
9a66ca7c79fa
child 539
06e06ec0d6f2
permissions
-rw-r--r--

Initial load

duke@1 1 #
duke@1 2 # Copyright 1999-2006 Sun Microsystems, Inc. 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
duke@1 7 # published by the Free Software Foundation. Sun designates this
duke@1 8 # particular file as subject to the "Classpath" exception as provided
duke@1 9 # by Sun 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 #
duke@1 21 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
duke@1 22 # CA 95054 USA or visit www.sun.com if you need additional information or
duke@1 23 # have any questions.
duke@1 24 #
duke@1 25
duke@1 26 ##
duke@1 27 ## errors
duke@1 28 ##
duke@1 29
duke@1 30 compiler.err.abstract.cant.be.instantiated=\
duke@1 31 {0} \u306f abstract \u3067\u3059\u3002\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u751f\u6210\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 32 compiler.err.abstract.meth.cant.have.body=\
duke@1 33 abstract \u30e1\u30bd\u30c3\u30c9\u304c\u672c\u4f53\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 34 compiler.err.already.annotated=\
duke@1 35 {0} {1} \u306f\u6ce8\u91c8\u304c\u4ed8\u3044\u3066\u3044\u307e\u3059\u3002
duke@1 36 compiler.err.already.defined=\
duke@1 37 {0} \u306f {1} \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u3002
duke@1 38 compiler.err.already.defined.single.import=\
duke@1 39 {0} \u306f\u5358\u4e00\u306e\u578b\u30a4\u30f3\u30dd\u30fc\u30c8\u5ba3\u8a00\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u3002
duke@1 40 compiler.err.already.defined.static.single.import=\
duke@1 41 {0} \u306f static \u306e\u5358\u4e00\u306e\u578b\u30a4\u30f3\u30dd\u30fc\u30c8\u5ba3\u8a00\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u3002
duke@1 42 compiler.err.already.defined.this.unit=\
duke@1 43 {0} \u306f\u30b3\u30f3\u30d1\u30a4\u30eb\u5358\u4f4d\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u3002
duke@1 44 compiler.err.annotation.missing.default.value=\
duke@1 45 \u6ce8\u91c8 {0} \u306b {1} \u304c\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 46 compiler.err.annotation.not.valid.for.type=\
duke@1 47 \u6ce8\u91c8\u306f\u30bf\u30a4\u30d7 {0} \u306e\u5024\u306b\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 48 compiler.err.annotation.type.not.applicable=\
duke@1 49 \u6ce8\u91c8\u578b\u306f\u3053\u306e\u7a2e\u985e\u306e\u5ba3\u8a00\u306b\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 50 compiler.err.annotation.value.must.be.annotation=\
duke@1 51 \u6ce8\u91c8\u306e\u5024\u306f\u6ce8\u91c8\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
duke@1 52 compiler.err.annotation.value.must.be.class.literal=\
duke@1 53 \u6ce8\u91c8\u306e\u5024\u306f\u30af\u30e9\u30b9\u30ea\u30c6\u30e9\u30eb\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
duke@1 54 compiler.err.annotation.value.must.be.name.value=\
duke@1 55 \u6ce8\u91c8\u306e\u5024\u306f ''name=value'' \u3068\u3044\u3046\u5f62\u5f0f\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093
duke@1 56 compiler.err.annotation.value.not.allowable.type=\
duke@1 57 \u4f7f\u7528\u3067\u304d\u306a\u3044\u30bf\u30a4\u30d7\u306e\u6ce8\u91c8\u306e\u5024\u3067\u3059\u3002
duke@1 58 compiler.err.anon.class.impl.intf.no.args=\
duke@1 59 \u540d\u524d\u306e\u306a\u3044\u30af\u30e9\u30b9\u304c\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u5b9f\u88c5\u3057\u3066\u3044\u307e\u3059\u3002\u5f15\u6570\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 60 compiler.err.anon.class.impl.intf.no.typeargs=\
duke@1 61 \u540d\u524d\u306e\u306a\u3044\u30af\u30e9\u30b9\u304c\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u5b9f\u88c5\u3057\u3066\u3044\u307e\u3059\u3002\u578b\u5f15\u6570\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093
duke@1 62 compiler.err.anon.class.impl.intf.no.qual.for.new=\
duke@1 63 \u540d\u524d\u306e\u306a\u3044\u30af\u30e9\u30b9\u304c\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u5b9f\u88c5\u3057\u3066\u3044\u307e\u3059\u3002new \u306b\u4fee\u98fe\u5b50\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 64 compiler.err.array.and.varargs=\
duke@1 65 {2} \u3067 {0} \u3068 {1} \u306e\u4e21\u65b9\u3092\u5ba3\u8a00\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093
duke@1 66 compiler.err.array.dimension.missing=\
duke@1 67 \u914d\u5217\u306e\u5927\u304d\u3055\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
duke@1 68 compiler.err.array.req.but.found=\
duke@1 69 \u914d\u5217\u304c\u8981\u6c42\u3055\u308c\u307e\u3057\u305f\u304c\u3001{0} \u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u3002
duke@1 70
duke@1 71 compiler.err.assignment.from.super-bound=\
duke@1 72 \u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9 {0} \u304b\u3089\u4ee3\u5165\u3057\u3066\u3044\u307e\u3059\u3002
duke@1 73 compiler.err.assignment.to.extends-bound=\
duke@1 74 \u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9 {0} \u3078\u4ee3\u5165\u3057\u3066\u3044\u307e\u3059\u3002
duke@1 75 compiler.err.attribute.value.must.be.constant=\
duke@1 76 \u5c5e\u6027\u306e\u5024\u306f\u5b9a\u6570\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
duke@1 77
duke@1 78 compiler.err.break.outside.switch.loop=\
duke@1 79 break \u304c switch \u6587\u307e\u305f\u306f\u30eb\u30fc\u30d7\u306e\u5916\u306b\u3042\u308a\u307e\u3059\u3002
duke@1 80
duke@1 81 compiler.err.call.must.be.first.stmt.in.ctor=\
duke@1 82 {0} \u306e\u547c\u3073\u51fa\u3057\u306f\u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf\u306e\u5148\u982d\u6587\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
duke@1 83 compiler.err.cant.apply.symbol=\
duke@1 84 {0} ({1} \u5185) \u3092 {2}({3}) \u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093
duke@1 85 compiler.err.cant.apply.symbol.1=\
duke@1 86 {0} ({1} \u5185) \u3092 {2}({3}) \u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093; {4}
duke@1 87 compiler.err.cant.assign.val.to.final.var=\
duke@1 88 final \u5909\u6570 {0} \u306b\u5024\u3092\u4ee3\u5165\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 89 compiler.err.cant.deref=\
duke@1 90 {0} \u306f\u9593\u63a5\u53c2\u7167\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 91 compiler.err.cant.extend.intf.annotation=\
duke@1 92 @interfaces \u3067\u306f ''extends'' \u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093
duke@1 93 compiler.err.cant.inherit.from.final=\
duke@1 94 final {0} \u304b\u3089\u306f\u7d99\u627f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 95 compiler.err.cant.ref.before.ctor.called=\
duke@1 96 \u30b9\u30fc\u30d1\u30fc\u30bf\u30a4\u30d7\u306e\u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf\u306e\u547c\u3073\u51fa\u3057\u524d\u306f {0} \u3092\u53c2\u7167\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 97 compiler.err.cant.ret.val.from.meth.decl.void=\
duke@1 98 \u623b\u308a\u5024\u306e\u578b\u304c void \u306e\u30e1\u30bd\u30c3\u30c9\u304b\u3089\u306f\u5024\u3092\u8fd4\u305b\u307e\u305b\u3093\u3002
duke@1 99 compiler.err.cant.select.static.class.from.param.type=\
duke@1 100 \u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u3055\u308c\u305f\u578b\u304b\u3089 static \u30af\u30e9\u30b9\u3092\u9078\u629e\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 101 compiler.err.cant.inherit.diff.arg=\
duke@1 102 {0} \u3092\u7570\u306a\u308b\u5f15\u6570 <{1}> \u3068 <{2}> \u3067\u7d99\u627f\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 103 compiler.err.catch.without.try=\
duke@1 104 ''catch'' \u3078\u306e ''try'' \u304c\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 105 compiler.err.clash.with.pkg.of.same.name=\
duke@1 106 {0} \u306f\u540c\u540d\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3068\u7af6\u5408\u3057\u307e\u3059\u3002
duke@1 107 compiler.err.const.expr.req=\
duke@1 108 \u5b9a\u6570\u5f0f\u304c\u5fc5\u8981\u3067\u3059\u3002
duke@1 109 compiler.err.enum.const.req=\
duke@1 110 \u4fee\u98fe\u3055\u308c\u3066\u3044\u306a\u3044\u5217\u6319\u578b\u5b9a\u6570\u306e\u540d\u524d\u304c\u5fc5\u8981\u3067\u3059\u3002
duke@1 111 compiler.err.cont.outside.loop=\
duke@1 112 continue \u304c\u30eb\u30fc\u30d7\u306e\u5916\u306b\u3042\u308a\u307e\u3059\u3002
duke@1 113 compiler.err.cyclic.inheritance=\
duke@1 114 {0} \u3092\u542b\u3080\u7d99\u627f\u304c\u30eb\u30fc\u30d7\u3057\u3066\u3044\u307e\u3059\u3002
duke@1 115 compiler.err.cyclic.annotation.element=\
duke@1 116 \u6ce8\u91c8\u306e\u8981\u7d20\u30bf\u30a4\u30d7\u304c\u30eb\u30fc\u30d7\u3057\u3066\u3044\u307e\u3059\u3002
duke@1 117 compiler.err.call.to.super.not.allowed.in.enum.ctor=\
duke@1 118 \u5217\u6319\u578b\u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf\u3067\u306f\u3001\u30b9\u30fc\u30d1\u30fc\u30af\u30e9\u30b9\u306e\u547c\u3073\u51fa\u3057\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 119 compiler.err.no.superclass=\
duke@1 120 {0} \u306b\u306f\u30b9\u30fc\u30d1\u30fc\u30af\u30e9\u30b9\u304c\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 121
duke@1 122 compiler.err.concrete.inheritance.conflict=\
duke@1 123 {1} \u306e\u30e1\u30bd\u30c3\u30c9 {0} \u3068 {3} \u306e {2} \u306f\u540c\u3058\u30b7\u30b0\u30cb\u30c1\u30e3\u30fc\u304b\u3089\u7d99\u627f\u3055\u308c\u3066\u3044\u307e\u3059\u3002
duke@1 124
duke@1 125 compiler.err.default.allowed.in.intf.annotation.member=\
duke@1 126 \u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f @interface \u30e1\u30f3\u30d0\u5185\u3067\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002
duke@1 127 compiler.err.doesnt.exist=\
duke@1 128 \u30d1\u30c3\u30b1\u30fc\u30b8 {0} \u306f\u5b58\u5728\u3057\u307e\u305b\u3093\u3002
duke@1 129 compiler.err.duplicate.annotation=\
duke@1 130 \u6ce8\u91c8\u304c\u91cd\u8907\u3057\u3066\u3044\u307e\u3059\u3002
duke@1 131 compiler.err.duplicate.annotation.member.value=\
duke@1 132 {1} \u306e\u6ce8\u91c8\u30e1\u30f3\u30d0\u306e\u5024 {0} \u304c\u91cd\u8907\u3057\u3066\u3044\u307e\u3059\u3002
duke@1 133 compiler.err.duplicate.class=\
duke@1 134 \u30af\u30e9\u30b9 {0} \u304c\u91cd\u8907\u3057\u3066\u3044\u307e\u3059\u3002
duke@1 135 compiler.err.duplicate.case.label=\
duke@1 136 case \u30e9\u30d9\u30eb\u304c\u91cd\u8907\u3057\u3066\u3044\u307e\u3059\u3002
duke@1 137 compiler.err.duplicate.default.label=\
duke@1 138 default \u30e9\u30d9\u30eb\u304c\u91cd\u8907\u3057\u3066\u3044\u307e\u3059\u3002
duke@1 139
duke@1 140 compiler.err.else.without.if=\
duke@1 141 ''else'' \u3078\u306e ''if'' \u304c\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 142 compiler.err.empty.char.lit=\
duke@1 143 \u7a7a\u306e\u6587\u5b57\u30ea\u30c6\u30e9\u30eb\u3067\u3059\u3002
duke@1 144 compiler.err.encl.class.required=\
duke@1 145 {0} \u3092\u542b\u3080\u56f2\u3046\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u5fc5\u8981\u3067\u3059\u3002
duke@1 146 compiler.err.enum.annotation.must.be.enum.constant=\
duke@1 147 \u5217\u6319\u578b\u6ce8\u91c8\u5024\u306f\u3001\u5217\u6319\u578b\u5b9a\u6570\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
duke@1 148
duke@1 149 compiler.err.enum.cant.be.instantiated=\
duke@1 150 \u5217\u6319\u578b\u30bf\u30a4\u30d7\u306f\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u5316\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 151 compiler.err.enum.label.must.be.unqualified.enum=\
duke@1 152 \u5217\u6319\u578b\u306e switch case \u30e9\u30d9\u30eb\u306f\u5217\u6319\u578b\u5b9a\u6570\u306e\u975e\u4fee\u98fe\u540d\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
duke@1 153 compiler.err.enum.no.subclassing=\
duke@1 154 \u30af\u30e9\u30b9\u306f\u76f4\u63a5 java.lang.Enum \u3092\u62e1\u5f35\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 155 compiler.err.enum.types.not.extensible=\
duke@1 156 \u5217\u6319\u578b\u30bf\u30a4\u30d7\u306f\u62e1\u5f35\u53ef\u80fd\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 157 compiler.err.enum.no.finalize=\
duke@1 158 \u5217\u6319\u578b\u30bf\u30a4\u30d7\u306f finalize \u30e1\u30bd\u30c3\u30c9\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093
duke@1 159 compiler.err.error.reading.file=\
duke@1 160 {0} \u306e\u8aad\u307f\u8fbc\u307f\u30a8\u30e9\u30fc\u3067\u3059\u3002{1}
duke@1 161 compiler.err.except.already.caught=\
duke@1 162 \u4f8b\u5916 {0} \u306f\u3059\u3067\u306b\u30ad\u30e3\u30c3\u30c1\u3055\u308c\u3066\u3044\u307e\u3059\u3002
duke@1 163 compiler.err.except.never.thrown.in.try=\
duke@1 164 \u4f8b\u5916 {0} \u306f\u5bfe\u5fdc\u3059\u308b try \u6587\u306e\u672c\u4f53\u3067\u306f\u30b9\u30ed\u30fc\u3055\u308c\u307e\u305b\u3093\u3002
duke@1 165
duke@1 166 compiler.err.final.parameter.may.not.be.assigned=\
duke@1 167 final \u30d1\u30e9\u30e1\u30fc\u30bf {0} \u306b\u5024\u3092\u4ee3\u5165\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 168 compiler.err.finally.without.try=\
duke@1 169 ''finally'' \u3078\u306e ''try'' \u304c\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 170 compiler.err.foreach.not.applicable.to.type=\
duke@1 171 foreach \u306f\u5f0f\u306e\u30bf\u30a4\u30d7\u306b\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 172 compiler.err.fp.number.too.large=\
duke@1 173 \u6d6e\u52d5\u5c0f\u6570\u70b9\u6570\u304c\u5927\u304d\u904e\u304e\u307e\u3059\u3002
duke@1 174 compiler.err.fp.number.too.small=\
duke@1 175 \u6d6e\u52d5\u5c0f\u6570\u70b9\u6570\u304c\u5c0f\u3055\u904e\u304e\u307e\u3059\u3002
duke@1 176
duke@1 177 compiler.err.generic.array.creation=\
duke@1 178 \u6c4e\u7528\u914d\u5217\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002
duke@1 179 compiler.err.generic.throwable=\
duke@1 180 \u6c4e\u7528\u30af\u30e9\u30b9\u306f java.lang.Throwable \u3092\u62e1\u5f35\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 181
duke@1 182 compiler.err.icls.cant.have.static.decl=\
duke@1 183 \u5185\u90e8\u30af\u30e9\u30b9\u304c static \u5ba3\u8a00\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 184 compiler.err.illegal.char=\
duke@1 185 \\{0} \u306f\u4e0d\u6b63\u306a\u6587\u5b57\u3067\u3059\u3002
duke@1 186 compiler.err.illegal.char.for.encoding=\
duke@1 187 \u3053\u306e\u6587\u5b57\u306f\u3001\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0 {0} \u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 188 compiler.err.illegal.combination.of.modifiers=\
duke@1 189 \u4fee\u98fe\u5b50 {0} \u3068 {1} \u306e\u7d44\u307f\u5408\u308f\u305b\u306f\u4e0d\u6b63\u3067\u3059\u3002
duke@1 190 compiler.err.illegal.enum.static.ref=\
duke@1 191 \u521d\u671f\u5316\u5b50\u304b\u3089 static \u30d5\u30a3\u30fc\u30eb\u30c9\u3078\u306e\u53c2\u7167\u304c\u4e0d\u6b63\u3067\u3059\u3002
duke@1 192 compiler.err.illegal.esc.char=\
duke@1 193 \u30a8\u30b9\u30b1\u30fc\u30d7\u6587\u5b57\u304c\u4e0d\u6b63\u3067\u3059\u3002
duke@1 194 compiler.err.illegal.forward.ref=\
duke@1 195 \u9806\u65b9\u5411\u53c2\u7167\u304c\u4e0d\u6b63\u3067\u3059\u3002
duke@1 196 compiler.warn.forward.ref=\
duke@1 197 \u521d\u671f\u5316\u3055\u308c\u308b\u524d\u306e\u5909\u6570 ''{0}'' \u3092\u53c2\u7167\u3057\u3088\u3046\u3068\u3057\u307e\u3057\u305f
duke@1 198 compiler.err.illegal.generic.type.for.instof=\
duke@1 199 instanceof \u306e\u7dcf\u79f0\u578b\u304c\u4e0d\u6b63\u3067\u3059\u3002
duke@1 200 compiler.err.illegal.initializer.for.type=\
duke@1 201 {0} \u306e\u521d\u671f\u5316\u5b50\u304c\u4e0d\u6b63\u3067\u3059\u3002
duke@1 202 compiler.err.illegal.line.end.in.char.lit=\
duke@1 203 \u6587\u5b57\u30ea\u30c6\u30e9\u30eb\u306e\u884c\u672b\u304c\u4e0d\u6b63\u3067\u3059\u3002
duke@1 204 compiler.err.illegal.nonascii.digit=\
duke@1 205 \u4e0d\u6b63\u306a\u975e ASCII \u6570\u5b57\u3067\u3059\u3002
duke@1 206 compiler.err.illegal.qual.not.icls=\
duke@1 207 \u4fee\u98fe\u5b50\u304c\u4e0d\u6b63\u3067\u3059\u3002{0} \u306f\u5185\u90e8\u30af\u30e9\u30b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 208 compiler.err.illegal.start.of.expr=\
duke@1 209 \u5f0f\u306e\u958b\u59cb\u304c\u4e0d\u6b63\u3067\u3059\u3002
duke@1 210 compiler.err.illegal.start.of.type=\
duke@1 211 \u578b\u306e\u958b\u59cb\u304c\u4e0d\u6b63\u3067\u3059\u3002
duke@1 212 compiler.err.illegal.unicode.esc=\
duke@1 213 Unicode \u30a8\u30b9\u30b1\u30fc\u30d7\u304c\u4e0d\u6b63\u3067\u3059\u3002
duke@1 214 compiler.err.import.requires.canonical=\
duke@1 215 \u30a4\u30f3\u30dd\u30fc\u30c8\u306b\u306f {0} \u306e\u6a19\u6e96\u540d\u304c\u5fc5\u8981\u3067\u3059\u3002
duke@1 216 compiler.err.improperly.formed.type.param.missing=\
duke@1 217 \u578b\u306e\u5f62\u5f0f\u304c\u4e0d\u9069\u5207\u3067\u3059\u3002\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u4e0d\u8db3\u3057\u3066\u3044\u307e\u3059\u3002
duke@1 218 compiler.err.improperly.formed.type.inner.raw.param=\
duke@1 219 \u578b\u306e\u5f62\u5f0f\u304c\u4e0d\u9069\u5207\u3067\u3059\u3002raw \u578b\u306b\u6307\u5b9a\u3055\u308c\u305f\u578b\u30d1\u30e9\u30e1\u30fc\u30bf\u3067\u3059\u3002
duke@1 220 compiler.err.incomparable.types=\
duke@1 221 \u578b {0} \u3068 {1} \u306f\u6bd4\u8f03\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 222 compiler.err.int.number.too.large=\
duke@1 223 \u6574\u6570 {0} \u304c\u5927\u304d\u904e\u304e\u307e\u3059\u3002
duke@1 224 compiler.err.internal.error.cant.instantiate=\
duke@1 225 \u5185\u90e8\u30a8\u30e9\u30fc\u3067\u3059\u3002{0} \u3092 {1} \u3067 ({2}) \u306b\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u751f\u6210\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 226 compiler.err.intf.annotation.members.cant.have.params=\
duke@1 227 @interface \u30e1\u30f3\u30d0\u304c\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 228 compiler.err.intf.annotation.cant.have.type.params=\
duke@1 229 @interface \u304c\u578b\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 230 compiler.err.intf.annotation.members.cant.have.type.params=\
duke@1 231 @interface \u30e1\u30f3\u30d0\u304c\u578b\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 232 compiler.err.intf.annotation.member.clash=\
duke@1 233 @interface \u30e1\u30f3\u30d0\u30fc\u306f {1} \u306e\u30e1\u30bd\u30c3\u30c9 ''{0}'' \u3068\u7af6\u5408\u3057\u307e\u3059
duke@1 234 compiler.err.intf.expected.here=\
duke@1 235 \u3053\u3053\u306b\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304c\u5fc5\u8981\u3067\u3059\u3002
duke@1 236 compiler.err.intf.meth.cant.have.body=\
duke@1 237 \u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u30e1\u30bd\u30c3\u30c9\u304c\u672c\u4f53\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 238 compiler.err.invalid.annotation.member.type=\
duke@1 239 \u6ce8\u91c8\u30e1\u30f3\u30d0\u306e\u578b\u304c\u4e0d\u6b63\u3067\u3059\u3002
duke@1 240 compiler.err.invalid.hex.number=\
duke@1 241 16 \u9032\u6570\u306b\u306f 16 \u9032\u6570\u5b57\u304c\u6700\u4f4e 1 \u3064\u306f\u542b\u307e\u308c\u3066\u3044\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
duke@1 242 compiler.err.invalid.meth.decl.ret.type.req=\
duke@1 243 \u30e1\u30bd\u30c3\u30c9\u306e\u5ba3\u8a00\u304c\u4e0d\u6b63\u3067\u3059\u3002\u623b\u308a\u5024\u306e\u578b\u304c\u5fc5\u8981\u3067\u3059\u3002
duke@1 244
duke@1 245 compiler.err.label.already.in.use=\
duke@1 246 \u30e9\u30d9\u30eb {0} \u306f\u3059\u3067\u306b\u4f7f\u308f\u308c\u3066\u3044\u307e\u3059\u3002
duke@1 247 compiler.err.local.var.accessed.from.icls.needs.final=\
duke@1 248 \u30ed\u30fc\u30ab\u30eb\u5909\u6570 {0} \u306f\u5185\u90e8\u30af\u30e9\u30b9\u304b\u3089\u30a2\u30af\u30bb\u30b9\u3055\u308c\u307e\u3059\u3002final \u3067\u5ba3\u8a00\u3055\u308c\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
duke@1 249 compiler.err.local.enum=\
duke@1 250 \u5217\u6319\u578b\u306f\u30ed\u30fc\u30ab\u30eb\u3067\u306f\u3044\u3051\u307e\u305b\u3093\u3002
duke@1 251
duke@1 252 #
duke@1 253 # limits. We don't give the limits in the diagnostic because we expect
duke@1 254 # them to change, yet we want to use the same diagnostic. These are all
duke@1 255 # detected during code generation.
duke@1 256 #
duke@1 257 compiler.err.limit.code=\
duke@1 258 \u30b3\u30fc\u30c9\u304c\u5927\u304d\u3059\u304e\u307e\u3059\u3002
duke@1 259 compiler.err.limit.code.too.large.for.try.stmt=\
duke@1 260 try \u6587\u306e\u30b3\u30fc\u30c9\u304c\u5927\u304d\u3059\u304e\u307e\u3059\u3002
duke@1 261 compiler.err.limit.dimensions=\
duke@1 262 \u914d\u5217\u578b\u306e\u6b21\u5143\u304c\u591a\u3059\u304e\u307e\u3059\u3002
duke@1 263 compiler.err.limit.locals=\
duke@1 264 \u30ed\u30fc\u30ab\u30eb\u5909\u6570\u304c\u591a\u3059\u304e\u307e\u3059\u3002
duke@1 265 compiler.err.limit.parameters=\
duke@1 266 \u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u591a\u3059\u304e\u307e\u3059\u3002
duke@1 267 compiler.err.limit.pool=\
duke@1 268 \u5b9a\u6570\u304c\u591a\u3059\u304e\u307e\u3059\u3002
duke@1 269 compiler.err.limit.pool.in.class=\
duke@1 270 \u30af\u30e9\u30b9 {0} \u5185\u306e\u5b9a\u6570\u304c\u591a\u3059\u304e\u307e\u3059\u3002
duke@1 271 compiler.err.limit.stack=\
duke@1 272 \u30b3\u30fc\u30c9\u304c\u8981\u6c42\u3059\u308b\u30b9\u30bf\u30c3\u30af\u304c\u591a\u3059\u304e\u307e\u3059\u3002
duke@1 273 compiler.err.limit.string=\
duke@1 274 \u5b9a\u6570\u6587\u5b57\u5217\u304c\u9577\u3059\u304e\u307e\u3059\u3002
duke@1 275 compiler.err.limit.string.overflow=\
duke@1 276 \u6587\u5b57\u5217 \"{0}...\" \u306e UTF8 \u8868\u73fe\u304c\u3001\u5b9a\u6570\u30d7\u30fc\u30eb\u306b\u5bfe\u3057\u3066\u9577\u3059\u304e\u307e\u3059\u3002
duke@1 277
duke@1 278 compiler.err.malformed.fp.lit=\
duke@1 279 \u6d6e\u52d5\u5c0f\u6570\u70b9\u30ea\u30c6\u30e9\u30eb\u304c\u4e0d\u6b63\u3067\u3059\u3002
duke@1 280 compiler.err.method.does.not.override.superclass=\
duke@1 281 \u30e1\u30bd\u30c3\u30c9\u306f\u30b9\u30fc\u30d1\u30fc\u30bf\u30a4\u30d7\u306e\u30e1\u30bd\u30c3\u30c9\u3092\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u307e\u305f\u306f\u5b9f\u88c5\u3057\u307e\u305b\u3093
duke@1 282 compiler.err.missing.meth.body.or.decl.abstract=\
duke@1 283 \u30e1\u30bd\u30c3\u30c9\u672c\u4f53\u304c\u306a\u3044\u304b\u3001abstract \u3068\u3057\u3066\u5ba3\u8a00\u3055\u308c\u3066\u3044\u307e\u3059\u3002
duke@1 284 compiler.err.missing.ret.stmt=\
duke@1 285 return \u6587\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
duke@1 286 compiler.err.missing.ret.val=\
duke@1 287 \u623b\u308a\u5024\u304c\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 288 compiler.err.mod.not.allowed.here=\
duke@1 289 \u4fee\u98fe\u5b50 {0} \u3092\u3053\u3053\u3067\u4f7f\u3046\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 290 compiler.err.intf.not.allowed.here=\
duke@1 291 \u3053\u3053\u3067\u306f\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093
duke@1 292 compiler.err.enums.must.be.static=\
duke@1 293 \u5217\u6319\u578b\u306e\u5ba3\u8a00\u306f static \u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u3067\u3057\u304b\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093
duke@1 294
duke@1 295 compiler.err.name.clash.same.erasure=\
duke@1 296 \u540d\u524d\u304c\u7af6\u5408\u3057\u3066\u3044\u307e\u3059\u3002{0} \u3068 {1} \u306f\u524a\u9664\u5f8c\u306e\u540d\u524d\u304c\u540c\u3058\u3067\u3059\u3002
duke@1 297 compiler.err.name.clash.same.erasure.no.override=\
duke@1 298 \u540d\u524d\u304c\u7af6\u5408\u3057\u3066\u3044\u307e\u3059\u3002{1} \u306e {0} \u3068 {3} \u306e {2} \u306f\u307e\u3060\u4ed6\u65b9\u3092\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3057\u3066\u3044\u307e\u305b\u3093\u304c\u3001\u524a\u9664\u5f8c\u306e\u540d\u524d\u304c\u540c\u3058\u3067\u3059\u3002
duke@1 299 compiler.err.name.reserved.for.internal.use=\
duke@1 300 {0} \u306f\u5185\u90e8\u3067\u306e\u4f7f\u7528\u306e\u305f\u3081\u4e88\u7d04\u3055\u308c\u3066\u3044\u307e\u3059\u3002
duke@1 301 compiler.err.native.meth.cant.have.body=\
duke@1 302 native \u30e1\u30bd\u30c3\u30c9\u304c\u672c\u4f53\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 303 compiler.err.neither.conditional.subtype=\
duke@1 304 ? \u306b\u5bfe\u3059\u308b\u4e92\u63db\u6027\u306e\u306a\u3044\u578b : \u3069\u3061\u3089\u3082\u4ed6\u65b9\u306e\u30b5\u30d6\u30bf\u30a4\u30d7\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\n\
duke@1 305 2 \u756a\u76ee\u306e\u30aa\u30da\u30e9\u30f3\u30c9 : {0}\n\
duke@1 306 3 \u756a\u76ee\u306e\u30aa\u30da\u30e9\u30f3\u30c9 : {1}
duke@1 307 compiler.err.new.not.allowed.in.annotation=\
duke@1 308 ''new'' \u306f\u6ce8\u91c8\u306b\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093
duke@1 309 compiler.err.no.annotation.member=\
duke@1 310 {1} \u306e\u6ce8\u91c8\u30e1\u30f3\u30d0 {0} \u304c\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 311 compiler.err.no.encl.instance.of.type.in.scope=\
duke@1 312 \u578b {0} \u306e\u5185\u90e8\u30af\u30e9\u30b9\u3092\u56f2\u3080\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u30b9\u30b3\u30fc\u30d7\u5185\u306b\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 313 compiler.err.no.intf.expected.here=\
duke@1 314 \u3053\u3053\u306b\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 315 compiler.err.no.match.entry=\
duke@1 316 {0} \u306f {1} \u306e\u30a8\u30f3\u30c8\u30ea\u306b\u9069\u5408\u3057\u307e\u305b\u3093\u3002{2} \u304c\u5fc5\u8981\u3067\u3059\u3002
duke@1 317 compiler.err.not.annotation.type=\
duke@1 318 {0} \u306f\u6ce8\u91c8\u578b\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 319 compiler.err.not.def.access.class.intf.cant.access=\
duke@1 320 {1} \u306e {0} \u304c\u30a2\u30af\u30bb\u30b9\u3067\u304d\u306a\u3044\u30af\u30e9\u30b9\u307e\u305f\u306f\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059
duke@1 321 compiler.err.not.def.public.cant.access=\
duke@1 322 {1} \u306e {0} \u306f public \u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u30d1\u30c3\u30b1\u30fc\u30b8\u5916\u304b\u3089\u306f\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 323 compiler.err.not.loop.label=\
duke@1 324 {0} \u306f\u30eb\u30fc\u30d7\u30e9\u30d9\u30eb\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 325 compiler.err.not.stmt=\
duke@1 326 \u6587\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 327 compiler.err.not.encl.class=\
duke@1 328 {0} \u306f\u5185\u90e8\u30af\u30e9\u30b9\u3092\u56f2\u307f\u307e\u305b\u3093\u3002
duke@1 329
duke@1 330 compiler.err.operator.cant.be.applied=\
duke@1 331 \u6f14\u7b97\u5b50 {0} \u306f {1} \u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 332
duke@1 333 compiler.err.pkg.annotations.sb.in.package-info.java=\
duke@1 334 \u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u6ce8\u91c8\u306f\u30d5\u30a1\u30a4\u30eb package-info.java \u5185\u306b\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
duke@1 335 compiler.err.pkg.clashes.with.class.of.same.name=\
duke@1 336 \u30d1\u30c3\u30b1\u30fc\u30b8 {0} \u306f\u540c\u540d\u306e\u30af\u30e9\u30b9\u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059\u3002
duke@1 337
duke@1 338 # Errors related to annotation processing
duke@1 339
duke@1 340 compiler.err.proc.cant.access=\
duke@1 341 {0} \u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u305b\u3093\n\
duke@1 342 {1}\n\
duke@1 343 \u8a73\u7d30\u306f\u6b21\u306e\u30b9\u30bf\u30c3\u30af\u30c8\u30ec\u30fc\u30b9\u3067\u8abf\u67fb\u3057\u3066\u304f\u3060\u3055\u3044\u3002\n\
duke@1 344 {2}
duke@1 345
duke@1 346 compiler.err.proc.cant.find.class=\
duke@1 347 ''{0}'' \u306e\u30af\u30e9\u30b9\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
duke@1 348
duke@1 349 # Print a client-generated error message; assumed to be localized, no translation required
duke@1 350 compiler.err.proc.messager=\
duke@1 351 {0}
duke@1 352
duke@1 353 compiler.err.proc.no.explicit.annotation.processing.requested=\
duke@1 354 \u30af\u30e9\u30b9\u540d ''{0}'' \u304c\u53d7\u3051\u5165\u308c\u3089\u308c\u308b\u306e\u306f\u3001\u6ce8\u91c8\u51e6\u7406\u304c\u660e\u793a\u7684\u306b\u8981\u6c42\u3055\u308c\u305f\u5834\u5408\u3060\u3051\u3067\u3059
duke@1 355
duke@1 356 compiler.err.proc.processor.bad.option.name=\
duke@1 357 \u30d7\u30ed\u30bb\u30c3\u30b5 ''{1}'' \u306b\u3088\u3063\u3066\u6307\u5b9a\u3055\u308c\u305f\u30aa\u30d7\u30b7\u30e7\u30f3\u540d ''{0}'' \u304c\u4e0d\u6b63\u3067\u3059
duke@1 358
duke@1 359 compiler.err.proc.processor.cant.instantiate=\
duke@1 360 \u30d7\u30ed\u30bb\u30c3\u30b5 ''{0}'' \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
duke@1 361
duke@1 362 compiler.err.proc.processor.constructor.error=\
duke@1 363 \u30d7\u30ed\u30bb\u30c3\u30b5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u69cb\u7bc9\u4e2d\u306b\u4f8b\u5916\u304c\u30b9\u30ed\u30fc\u3055\u308c\u307e\u3057\u305f: {0}
duke@1 364
duke@1 365 compiler.err.proc.processor.not.found=\
duke@1 366 \u6ce8\u91c8\u30d7\u30ed\u30bb\u30c3\u30b5 ''{0}'' \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
duke@1 367
duke@1 368 compiler.err.proc.processor.wrong.type=\
duke@1 369 \u6ce8\u91c8\u30d7\u30ed\u30bb\u30c3\u30b5 ''{0}'' \u304c javax.annotation.processing.Processor \u3092\u5b9f\u88c5\u3057\u3066\u3044\u307e\u305b\u3093
duke@1 370
duke@1 371 compiler.err.proc.bad.config.file=\
duke@1 372 \u30b5\u30fc\u30d3\u30b9\u69cb\u6210\u30d5\u30a1\u30a4\u30eb\u304c\u4e0d\u6b63\u3067\u3042\u308b\u304b\u3001\u30d7\u30ed\u30bb\u30c3\u30b5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u69cb\u7bc9\u4e2d\u306b\u4f8b\u5916\u304c\u30b9\u30ed\u30fc\u3055\u308c\u307e\u3057\u305f: {0}
duke@1 373
duke@1 374 compiler.err.proc.cant.create.loader=\
duke@1 375 \u6ce8\u91c8\u30d7\u30ed\u30bb\u30c3\u30b5\u306e\u30af\u30e9\u30b9\u30ed\u30fc\u30c0\u30fc\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: {0}
duke@1 376
duke@1 377 compiler.err.qualified.new.of.static.class=\
duke@1 378 static \u30af\u30e9\u30b9\u306e new \u304c\u4fee\u98fe\u3055\u308c\u3066\u3044\u307e\u3059\u3002
duke@1 379
duke@1 380 compiler.err.recursive.ctor.invocation=\
duke@1 381 \u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf\u306e\u547c\u3073\u51fa\u3057\u304c\u518d\u5e30\u7684\u3067\u3059\u3002
duke@1 382 compiler.err.ref.ambiguous=\
duke@1 383 {0} \u306e\u53c2\u7167\u306f\u3042\u3044\u307e\u3044\u3067\u3059\u3002{3} \u306e {1} {2} \u3068 {6} \u306e {4} {5} \u304c\u4e21\u65b9\u9069\u5408\u3057\u307e\u3059\u3002
duke@1 384 compiler.err.repeated.annotation.target=\
duke@1 385 \u6ce8\u91c8\u30bf\u30fc\u30b2\u30c3\u30c8\u304c\u7e70\u308a\u8fd4\u3055\u308c\u3066\u3044\u307e\u3059\u3002
duke@1 386 compiler.err.repeated.interface=\
duke@1 387 \u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304c\u7e70\u308a\u8fd4\u3055\u308c\u3066\u3044\u307e\u3059\u3002
duke@1 388 compiler.err.repeated.modifier=\
duke@1 389 \u4fee\u98fe\u5b50\u304c\u7e70\u308a\u8fd4\u3055\u308c\u3066\u3044\u307e\u3059\u3002
duke@1 390 compiler.err.report.access=\
duke@1 391 {0} \u306f {2} \u3067 {1} \u30a2\u30af\u30bb\u30b9\u3055\u308c\u307e\u3059\u3002
duke@1 392 compiler.err.ret.outside.meth=\
duke@1 393 \u30e1\u30bd\u30c3\u30c9\u306e\u5916\u306e return \u6587\u3067\u3059\u3002
duke@1 394
duke@1 395 compiler.err.signature.doesnt.match.supertype=\
duke@1 396 \u30b7\u30b0\u30cb\u30c1\u30e3\u30fc\u304c {0} \u306b\u9069\u5408\u3057\u307e\u305b\u3093\u3002\u4e92\u63db\u6027\u306e\u306a\u3044\u30b9\u30fc\u30d1\u30fc\u30bf\u30a4\u30d7\u3067\u3059\u3002
duke@1 397 compiler.err.signature.doesnt.match.intf=\
duke@1 398 \u30b7\u30b0\u30cb\u30c1\u30e3\u30fc\u304c {0} \u306b\u9069\u5408\u3057\u307e\u305b\u3093\u3002\u4e92\u63db\u6027\u306e\u306a\u3044\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3067\u3059\u3002
duke@1 399 compiler.err.does.not.override.abstract=\
duke@1 400 {0} \u306f abstract \u3067\u306a\u304f\u3001{2} \u5185\u306e abstract \u30e1\u30bd\u30c3\u30c9 {1} \u3092\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3057\u307e\u305b\u3093\u3002
duke@1 401 compiler.err.source.cant.overwrite.input.file=\
duke@1 402 \u30bd\u30fc\u30b9\u306e\u66f8\u304d\u8fbc\u307f\u30a8\u30e9\u30fc\u3067\u3059\u3002\u5165\u529b\u30d5\u30a1\u30a4\u30eb {0} \u3092\u4e0a\u66f8\u304d\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 403 compiler.err.stack.sim.error=\
duke@1 404 \u5185\u90e8\u30a8\u30e9\u30fc: {0} \u3067\u306e\u30b9\u30bf\u30c3\u30af\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u30a8\u30e9\u30fc
duke@1 405 compiler.err.static.imp.only.classes.and.interfaces=\
duke@1 406 static import \u306f\u30af\u30e9\u30b9\u3068\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089\u306e\u307f\u3068\u306a\u308a\u307e\u3059\u3002
duke@1 407 compiler.err.synthetic.name.conflict=\
duke@1 408 \u30b7\u30f3\u30dc\u30eb {0} \u304c\u3001{1} \u3067\u30b3\u30f3\u30d1\u30a4\u30e9\u304c\u5408\u6210\u3057\u305f\u30b7\u30f3\u30dc\u30eb\u3068\u7af6\u5408\u3057\u307e\u3059\u3002
duke@1 409
duke@1 410 compiler.err.throws.not.allowed.in.intf.annotation=\
duke@1 411 throws \u7bc0\u3092 @interface \u30e1\u30f3\u30d0\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 412 compiler.err.try.without.catch.or.finally=\
duke@1 413 ''try'' \u3078\u306e ''catch'' \u307e\u305f\u306f ''finally'' \u304c\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 414 compiler.err.type.doesnt.take.params=\
duke@1 415 \u578b {0} \u306f\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u3068\u308a\u307e\u305b\u3093\u3002
duke@1 416 compiler.err.type.var.cant.be.deref=\
duke@1 417 \u578b\u5909\u6570\u304b\u3089\u9078\u629e\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 418 compiler.err.type.var.may.not.be.followed.by.other.bounds=\
duke@1 419 \u3053\u306e\u578b\u5909\u6570\u306e\u5f8c\u308d\u306b\u4ed6\u306e\u5883\u754c\u3092\u914d\u7f6e\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 420 compiler.err.type.var.more.than.once=\
duke@1 421 \u578b\u5909\u6570 {0} \u306f {1} \u306e\u623b\u308a\u5024\u306e\u578b\u3067 2 \u56de\u4ee5\u4e0a\u51fa\u73fe\u3057\u307e\u3059\u3002\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u751f\u6210\u3055\u308c\u306a\u3044\u307e\u307e\u306b\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 422 compiler.err.type.var.more.than.once.in.result=\
duke@1 423 \u578b\u5909\u6570 {0} \u306f {1} \u306e\u578b\u3067 2 \u56de\u4ee5\u4e0a\u51fa\u73fe\u3057\u307e\u3059\u3002\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u751f\u6210\u3055\u308c\u306a\u3044\u307e\u307e\u306b\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 424 compiler.err.types.incompatible.diff.ret=\
duke@1 425 \u578b {0} \u3068\u578b {1} \u306e\u4e92\u63db\u6027\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u4e21\u65b9\u3068\u3082 {2} \u3092\u5b9a\u7fa9\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u623b\u308a\u5024\u306e\u578b\u304c\u7121\u95a2\u4fc2\u3067\u3059\u3002
duke@1 426
duke@1 427 compiler.err.unclosed.char.lit=\
duke@1 428 \u6587\u5b57\u30ea\u30c6\u30e9\u30eb\u304c\u9589\u3058\u3089\u308c\u3066\u3044\u307e\u305b\u3093\u3002
duke@1 429 compiler.err.unclosed.comment=\
duke@1 430 \u30b3\u30e1\u30f3\u30c8\u304c\u9589\u3058\u3089\u308c\u3066\u3044\u307e\u305b\u3093\u3002
duke@1 431 compiler.err.unclosed.str.lit=\
duke@1 432 \u6587\u5b57\u5217\u30ea\u30c6\u30e9\u30eb\u304c\u9589\u3058\u3089\u308c\u3066\u3044\u307e\u305b\u3093\u3002
duke@1 433 compiler.err.unknown.enum.constant=\
duke@1 434 \u30af\u30e9\u30b9\u30d5\u30a1\u30a4\u30eb {0} \u5185: \u4e0d\u660e\u306a\u5217\u6319\u578b\u5b9a\u6570\u3067\u3059 {1}.{2}
duke@1 435 compiler.err.unsupported.encoding=\
duke@1 436 \u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u306a\u3044\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u3067\u3059: {0}
duke@1 437 compiler.err.io.exception=\
duke@1 438 \u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u53d6\u308a\u30a8\u30e9\u30fc\u3067\u3059: {0}
duke@1 439 compiler.err.undef.label=\
duke@1 440 \u30e9\u30d9\u30eb {0} \u306f\u672a\u5b9a\u7fa9\u3067\u3059\u3002
duke@1 441 compiler.err.undetermined.type=\
duke@1 442 {0} \u306e\u578b\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u5224\u5225\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 443 compiler.err.undetermined.type.1=\
duke@1 444 \u578b\u30d1\u30e9\u30e1\u30fc\u30bf {0} \u3092\u5224\u5225\u3067\u304d\u307e\u305b\u3093; {1}
duke@1 445 compiler.err.unreachable.stmt=\
duke@1 446 \u3053\u306e\u6587\u306b\u5236\u5fa1\u304c\u79fb\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 447 compiler.err.initializer.must.be.able.to.complete.normally=\
duke@1 448 \u521d\u671f\u5316\u5b50\u306f\u6b63\u5e38\u306b\u5b8c\u4e86\u3067\u304d\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
duke@1 449 compiler.err.unreported.exception.need.to.catch.or.throw=\
duke@1 450 \u4f8b\u5916 {0} \u306f\u5831\u544a\u3055\u308c\u307e\u305b\u3093\u3002\u30b9\u30ed\u30fc\u3059\u308b\u306b\u306f\u30ad\u30e3\u30c3\u30c1\u307e\u305f\u306f\u3001\u30b9\u30ed\u30fc\u5ba3\u8a00\u3092\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
duke@1 451 compiler.err.unreported.exception.default.constructor=\
duke@1 452 \u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf\u5185\u306b\u5831\u544a\u3055\u308c\u306a\u3044\u4f8b\u5916 {0} \u304c\u5b58\u5728\u3057\u307e\u3059\u3002
duke@1 453 compiler.err.unsupported.cross.fp.lit=\
duke@1 454 16 \u9032\u6d6e\u52d5\u5c0f\u6570\u70b9\u30ea\u30c6\u30e9\u30eb\u306f\u3053\u306e VM \u3067\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
duke@1 455 compiler.err.void.not.allowed.here=\
duke@1 456 \u3053\u3053\u3067 ''void'' \u578b\u3092\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 457
duke@1 458 compiler.err.wrong.number.type.args=\
duke@1 459 \u578b\u5f15\u6570\u306e\u6570\u304c\u4e0d\u6b63\u3067\u3059\u3002{0} \u500b\u5fc5\u8981\u3067\u3059\u3002
duke@1 460
duke@1 461 compiler.err.var.might.already.be.assigned=\
duke@1 462 \u5909\u6570 {0} \u306f\u3059\u3067\u306b\u4ee3\u5165\u3055\u308c\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002
duke@1 463 compiler.err.var.might.not.have.been.initialized=\
duke@1 464 \u5909\u6570 {0} \u306f\u521d\u671f\u5316\u3055\u308c\u3066\u3044\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002
duke@1 465 compiler.err.var.might.be.assigned.in.loop=\
duke@1 466 \u5909\u6570 {0} \u306f\u30eb\u30fc\u30d7\u5185\u3067\u4ee3\u5165\u3055\u308c\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002
duke@1 467
duke@1 468 # In the following string, {1} will always be the detail message from
duke@1 469 # java.io.IOException.
duke@1 470 compiler.err.class.cant.write=\
duke@1 471 {0} \u306e\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002{1}
duke@1 472
duke@1 473 # In the following string, {0} is the name of the class in the Java source.
duke@1 474 # It really should be used two times..
duke@1 475 compiler.err.class.public.should.be.in.file=\
duke@1 476 \u30af\u30e9\u30b9 {0} \u306f public \u3067\u3042\u308a\u3001\u30d5\u30a1\u30a4\u30eb {0}.java \u3067\u5ba3\u8a00\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
duke@1 477
duke@1 478 ## All errors which do not refer to a particular line in the source code are
duke@1 479 ## preceded by this string.
duke@1 480 compiler.err.error=\
duke@1 481 \u30a8\u30e9\u30fc:
duke@1 482
duke@1 483 # The following error messages do not refer to a line in the source code.
duke@1 484 compiler.err.cant.read.file=\
duke@1 485 {0} \u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002
duke@1 486
duke@1 487 #####
duke@1 488
duke@1 489 # Fatal Errors
duke@1 490
duke@1 491 compiler.misc.fatal.err.no.java.lang=\
duke@1 492 \u81f4\u547d\u7684\u30a8\u30e9\u30fc: \u30af\u30e9\u30b9\u30d1\u30b9\u307e\u305f\u306f\u30d6\u30fc\u30c8\u30af\u30e9\u30b9\u30d1\u30b9\u3067\u30d1\u30c3\u30b1\u30fc\u30b8 java.lang \u3092\u691c\u51fa\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 493 compiler.misc.fatal.err.cant.locate.meth=\
duke@1 494 \u81f4\u547d\u7684\u30a8\u30e9\u30fc: \u30e1\u30bd\u30c3\u30c9 {0} \u3092\u691c\u51fa\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 495 compiler.misc.fatal.err.cant.locate.field=\
duke@1 496 \u81f4\u547d\u7684\u30a8\u30e9\u30fc: \u30d5\u30a3\u30fc\u30eb\u30c9 {0} \u3092\u691c\u51fa\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 497 compiler.misc.fatal.err.cant.locate.ctor=\
duke@1 498 \u81f4\u547d\u7684\u30a8\u30e9\u30fc: {0} \u306e\u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf\u3092\u691c\u51fa\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 499
duke@1 500 #####
duke@1 501
duke@1 502 ##
duke@1 503 ## miscellaneous strings
duke@1 504 ##
duke@1 505
duke@1 506 compiler.misc.source.unavailable=\
duke@1 507 (\u30bd\u30fc\u30b9\u304c\u5229\u7528\u4e0d\u53ef)
duke@1 508 compiler.misc.base.membership=\
duke@1 509 \u3059\u3079\u3066\u306e\u57fa\u5e95\u30af\u30e9\u30b9\u304c\u3001\u30e1\u30f3\u30d0\u3067\u3059\u3002
duke@1 510 compiler.misc.x.print.processor.info=\
duke@1 511 \u30d7\u30ed\u30bb\u30c3\u30b5 {0} \u306f {1} \u306b\u4e00\u81f4\u3057\u3001{2} \u3092\u8fd4\u3057\u307e\u3059\u3002
duke@1 512 compiler.misc.x.print.rounds=\
duke@1 513 \u5f80\u5fa9 {0}:\n\t\u5165\u529b\u30d5\u30a1\u30a4\u30eb: {1}\n\t\u6ce8\u91c8: {2}\n\t\u6700\u5f8c\u306e\u5f80\u5fa9: {3}
duke@1 514
duke@1 515 #####
duke@1 516
duke@1 517 ## The following string will appear before all messages keyed as:
duke@1 518 ## "compiler.note".
duke@1 519 compiler.note.note=\
duke@1 520 \u6ce8:
duke@1 521
duke@1 522 compiler.note.deprecated.filename=\
duke@1 523 {0} \u306f\u63a8\u5968\u3055\u308c\u306a\u3044 API \u3092\u4f7f\u7528\u307e\u305f\u306f\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3057\u3066\u3044\u307e\u3059\u3002
duke@1 524 compiler.note.deprecated.plural=\
duke@1 525 \u4e00\u90e8\u306e\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u306f\u63a8\u5968\u3055\u308c\u306a\u3044 API \u3092\u4f7f\u7528\u307e\u305f\u306f\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3057\u3066\u3044\u307e\u3059\u3002
duke@1 526 # The following string may appear after one of the above deprecation
duke@1 527 # messages.
duke@1 528 compiler.note.deprecated.recompile=\
duke@1 529 \u8a73\u7d30\u306b\u3064\u3044\u3066\u306f\u3001-Xlint:deprecation \u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066\u518d\u30b3\u30f3\u30d1\u30a4\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002
duke@1 530
duke@1 531 compiler.note.deprecated.filename.additional=\
duke@1 532 {0} \u306b\u63a8\u5968\u3055\u308c\u306a\u3044 API \u306e\u8ffd\u52a0\u4f7f\u7528\u307e\u305f\u306f\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u304c\u3042\u308a\u307e\u3059\u3002
duke@1 533 compiler.note.deprecated.plural.additional=\
duke@1 534 \u4e00\u90e8\u306e\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u306f\u63a8\u5968\u3055\u308c\u306a\u3044 API \u3092\u8ffd\u52a0\u4f7f\u7528\u307e\u305f\u306f\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3057\u3066\u3044\u307e\u3059\u3002
duke@1 535
duke@1 536 # Notes related to annotation processing
duke@1 537
duke@1 538 # Print a client-generated note; assumed to be localized, no translation required
duke@1 539 compiler.note.proc.messager=\
duke@1 540 {0}
duke@1 541
duke@1 542 compiler.note.unchecked.filename=\
duke@1 543 {0} \u306e\u64cd\u4f5c\u306f\u3001\u672a\u30c1\u30a7\u30c3\u30af\u307e\u305f\u306f\u5b89\u5168\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 544 compiler.note.unchecked.plural=\
duke@1 545 \u5165\u529b\u30d5\u30a1\u30a4\u30eb\u306e\u64cd\u4f5c\u306e\u3046\u3061\u3001\u672a\u30c1\u30a7\u30c3\u30af\u307e\u305f\u306f\u5b89\u5168\u3067\u306f\u306a\u3044\u3082\u306e\u304c\u3042\u308a\u307e\u3059\u3002
duke@1 546 # The following string may appear after one of the above deprecation
duke@1 547 # messages.
duke@1 548 compiler.note.unchecked.recompile=\
duke@1 549 \u8a73\u7d30\u306b\u3064\u3044\u3066\u306f\u3001-Xlint:unchecked \u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066\u518d\u30b3\u30f3\u30d1\u30a4\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002
duke@1 550
duke@1 551 compiler.note.unchecked.filename.additional=\
duke@1 552 {0} \u306b\u672a\u30c1\u30a7\u30c3\u30af\u307e\u305f\u306f\u5b89\u5168\u3067\u306f\u306a\u3044\u64cd\u4f5c\u304c\u3055\u3089\u306b\u3042\u308a\u307e\u3059\u3002
duke@1 553 compiler.note.unchecked.plural.additional=\
duke@1 554 \u5165\u529b\u30d5\u30a1\u30a4\u30eb\u306e\u64cd\u4f5c\u306e\u3046\u3061\u3001\u672a\u30c1\u30a7\u30c3\u30af\u307e\u305f\u306f\u5b89\u5168\u3067\u306f\u306a\u3044\u3082\u306e\u304c\u3055\u3089\u306b\u3042\u308a\u307e\u3059\u3002
duke@1 555
duke@1 556 #####
duke@1 557
duke@1 558 compiler.misc.count.error=\
duke@1 559 \u30a8\u30e9\u30fc {0} \u500b
duke@1 560 compiler.misc.count.error.plural=\
duke@1 561 \u30a8\u30e9\u30fc {0} \u500b
duke@1 562 compiler.misc.count.warn=\
duke@1 563 \u8b66\u544a {0} \u500b
duke@1 564 compiler.misc.count.warn.plural=\
duke@1 565 \u8b66\u544a {0} \u500b
duke@1 566
duke@1 567 ## extra output when using -verbose (JavaCompiler)
duke@1 568
duke@1 569 compiler.misc.verbose.checking.attribution=\
duke@1 570 [{0} \u3092\u78ba\u8a8d\u4e2d]
duke@1 571 compiler.misc.verbose.parsing.done=\
duke@1 572 [{0}ms \u3067\u69cb\u6587\u89e3\u6790\u5b8c\u4e86]
duke@1 573 compiler.misc.verbose.parsing.started=\
duke@1 574 [{0} \u3092\u69cb\u6587\u89e3\u6790\u958b\u59cb]
duke@1 575 compiler.misc.verbose.total=\
duke@1 576 [\u5408\u8a08 {0}ms]
duke@1 577 compiler.misc.verbose.wrote.file=\
duke@1 578 [{0} \u3092\u66f8\u304d\u8fbc\u307f\u5b8c\u4e86]
duke@1 579
duke@1 580 ## extra output when using -verbose (Retro)
duke@1 581 compiler.misc.verbose.retro=\
duke@1 582 [{0} \u3092\u7d44\u307f\u66ff\u3048\u4e2d]
duke@1 583 compiler.misc.verbose.retro.with=\
duke@1 584 \{0} \u3092 {1} \u3067\u7d44\u307f\u66ff\u3048\u4e2d\u3067\u3059\u3002
duke@1 585 compiler.misc.verbose.retro.with.list=\
duke@1 586 \{0} \u3092\u578b\u30d1\u30e9\u30e1\u30fc\u30bf {1}\u3001\u30b9\u30fc\u30d1\u30fc\u30bf\u30a4\u30d7 {2}\u3001\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9 {3} \u3067\u7d44\u307f\u66ff\u3048\u4e2d\u3067\u3059\u3002
duke@1 587
duke@1 588 ## extra output when using -verbose (code/ClassReader)
duke@1 589 compiler.misc.verbose.loading=\
duke@1 590 [{0} \u3092\u8aad\u307f\u8fbc\u307f\u4e2d]
duke@1 591
duke@1 592 compiler.misc.verbose.sourcepath=\
duke@1 593 [\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u306e\u691c\u7d22\u30d1\u30b9: {0}]
duke@1 594
duke@1 595 compiler.misc.verbose.classpath=\
duke@1 596 [\u30af\u30e9\u30b9\u30d5\u30a1\u30a4\u30eb\u306e\u691c\u7d22\u30d1\u30b9: {0}]
duke@1 597
duke@1 598 ## extra output when using -checkclassfile (code/ClassReader)
duke@1 599 compiler.misc.ccf.found.later.version=\
duke@1 600 \u30af\u30e9\u30b9\u30d5\u30a1\u30a4\u30eb {0} \u306b\u4e88\u60f3\u5916\u306e\u65b0\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u3042\u308a\u307e\u3059\u3002
duke@1 601 compiler.misc.ccf.unrecognized.attribute=\
duke@1 602 {0} \u306f\u8a8d\u8b58\u3055\u308c\u306a\u3044\u5c5e\u6027\u3067\u3059\u3002
duke@1 603
duke@1 604 ## extra output when using -prompt (util/Log)
duke@1 605 compiler.misc.resume.abort=\
duke@1 606 R)\u518d\u958b, A)\u4e2d\u6b62>
duke@1 607
duke@1 608 #####
duke@1 609
duke@1 610 ##
duke@1 611 ## warnings
duke@1 612 ##
duke@1 613
duke@1 614 ## All warning messages are preceded by the following string.
duke@1 615 compiler.warn.warning=\
duke@1 616 \u8b66\u544a:
duke@1 617
duke@1 618 compiler.warn.constant.SVUID=\
duke@1 619 [serial] serialVersionUID \u306f\u30af\u30e9\u30b9 {0} \u306e\u5b9a\u6570\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
duke@1 620
duke@1 621 compiler.warn.dir.path.element.not.found=\
duke@1 622 [path] \u4e0d\u6b63\u306a\u30d1\u30b9\u8981\u7d20 "{0}": \u305d\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306f\u5b58\u5728\u3057\u307e\u305b\u3093\u3002
duke@1 623
duke@1 624 compiler.warn.finally.cannot.complete=\
duke@1 625 [finally] finally \u7bc0\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 626
duke@1 627 compiler.warn.has.been.deprecated=\
duke@1 628 [deprecation] {1} \u306e {0} \u306f\u63a8\u5968\u3055\u308c\u307e\u305b\u3093\u3002
duke@1 629
duke@1 630 compiler.warn.illegal.char.for.encoding=\
duke@1 631 \u3053\u306e\u6587\u5b57\u306f\u3001\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0 {0} \u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 632 compiler.warn.improper.SVUID=\
duke@1 633 [serial] serialVersionUID \u306f\u3001\u30af\u30e9\u30b9 {0} \u306b static \u30d5\u30a1\u30a4\u30ca\u30eb\u3092\u5ba3\u8a00\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
duke@1 634
duke@1 635 compiler.warn.inexact.non-varargs.call=\
duke@1 636 \u6700\u7d42\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u4e0d\u6b63\u78ba\u306a\u5f15\u6570\u578b\u3092\u6301\u3063\u305f\u53ef\u5909\u5f15\u6570\u30e1\u30bd\u30c3\u30c9\u306e\u975e\u53ef\u5909\u5f15\u6570\u547c\u3073\u51fa\u3057;\n\
duke@1 637 \u53ef\u5909\u5f15\u6570\u547c\u3073\u51fa\u3057\u306b\u95a2\u3057\u3066\u306f {0} \u306b\u30ad\u30e3\u30b9\u30c8\u3057\u307e\u3059\u3002\n\
duke@1 638 \u975e\u53ef\u5909\u5f15\u6570\u547c\u3073\u51fa\u3057\u306b\u95a2\u3057\u3066\u306f {1} \u306b\u30ad\u30e3\u30b9\u30c8\u3057\u3066\u3053\u306e\u8b66\u544a\u3092\u51fa\u3055\u306a\u3044\u3088\u3046\u306b\u3057\u307e\u3059\u3002
duke@1 639
duke@1 640 compiler.warn.long.SVUID=\
duke@1 641 [serial] serialVersionUID \u306f\u3001\u30af\u30e9\u30b9 {0} \u306e long \u578b\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
duke@1 642
duke@1 643 compiler.warn.missing.SVUID=\
duke@1 644 [serial] \u76f4\u5217\u5316\u53ef\u80fd\u306a\u30af\u30e9\u30b9 {0} \u306b\u306f\u3001serialVersionUID \u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
duke@1 645
duke@1 646 compiler.warn.override.varargs.missing=\
duke@1 647 {0}; \u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3055\u308c\u305f\u30e1\u30bd\u30c3\u30c9\u306b\u306f ''...'' \u304c\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 648 compiler.warn.override.varargs.extra=\
duke@1 649 {0}; \u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3057\u3066\u3044\u308b\u30e1\u30bd\u30c3\u30c9\u306b\u306f ''...'' \u304c\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 650 compiler.warn.override.bridge=\
duke@1 651 {0}; \u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3055\u308c\u305f\u30e1\u30bd\u30c3\u30c9\u306f\u30d6\u30ea\u30c3\u30b8\u30e1\u30bd\u30c3\u30c9\u3067\u3059\u3002
duke@1 652
duke@1 653 compiler.warn.pkg-info.already.seen=\
duke@1 654 [package-info] package-info.java \u30d5\u30a1\u30a4\u30eb\u304c\u3059\u3067\u306b\u30d1\u30c3\u30b1\u30fc\u30b8 {0} \u7528\u306b\u8868\u793a\u3055\u308c\u3066\u3044\u307e\u3059\u3002
duke@1 655 compiler.warn.path.element.not.found=\
duke@1 656 [path] \u4e0d\u6b63\u306a\u30d1\u30b9\u8981\u7d20 "{0}": \u305d\u306e\u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306f\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 657 compiler.warn.possible.fall-through.into.case=\
duke@1 658 [fallthrough] case \u306b fall-through \u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002
duke@1 659
duke@1 660 compiler.warn.redundant.cast=\
duke@1 661 [cast] {0} \u3078\u306e\u5197\u9577\u306a\u30ad\u30e3\u30b9\u30c8\u3067\u3059
duke@1 662
duke@1 663 compiler.warn.position.overflow=\
duke@1 664 \u4f4d\u7f6e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u304c\u884c {0} \u3067\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u3057\u307e\u3059
duke@1 665
duke@1 666 compiler.warn.big.major.version=\
duke@1 667 {0}: \u30e1\u30b8\u30e3\u30fc\u30d0\u30fc\u30b8\u30e7\u30f3 {1} \u306f\u3001\u3053\u306e\u30b3\u30f3\u30d1\u30a4\u30e9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u6700\u65b0\u306e\u30e1\u30b8\u30e3\u30fc\u30d0\u30fc\u30b8\u30e7\u30f3 {2} \u3088\u308a\u65b0\u3057\u3044\u3067\u3059\u3002\n\
duke@1 668 \u30b3\u30f3\u30d1\u30a4\u30e9\u306e\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3092\u304a\u52e7\u3081\u3057\u307e\u3059\u3002
duke@1 669
duke@1 670 # Warnings related to annotation processing
duke@1 671 compiler.warn.proc.package.does.not.exist=\
duke@1 672 \u30d1\u30c3\u30b1\u30fc\u30b8 {0} \u306f\u5b58\u5728\u3057\u307e\u305b\u3093
duke@1 673 compiler.warn.proc.file.reopening=\
duke@1 674 ''{0}'' \u7528\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u8907\u6570\u56de\u4f5c\u6210\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059
duke@1 675
duke@1 676 compiler.warn.proc.type.already.exists=\
duke@1 677 \u30bf\u30a4\u30d7 ''{0}'' \u306e\u30d5\u30a1\u30a4\u30eb\u306f\u65e2\u306b\u30bd\u30fc\u30b9\u30d1\u30b9\u3082\u3057\u304f\u306f\u30af\u30e9\u30b9\u30d1\u30b9\u306b\u5b58\u5728\u3057\u307e\u3059
duke@1 678
duke@1 679 compiler.warn.proc.type.recreate=\
duke@1 680 \u30bf\u30a4\u30d7 ''{0}'' \u306e\u30d5\u30a1\u30a4\u30eb\u3092\u8907\u6570\u56de\u4f5c\u6210\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059
duke@1 681
duke@1 682 compiler.warn.proc.illegal.file.name=\
duke@1 683 \u7121\u52b9\u306a\u540d\u524d ''{0}'' \u306e\u30d5\u30a1\u30a4\u30eb\u306f\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 684
duke@1 685 compiler.warn.proc.file.create.last.round=\
duke@1 686 \u6700\u5f8c\u306b\u4f5c\u6210\u3055\u308c\u305f\u30bf\u30a4\u30d7 ''{0}'' \u306e\u30d5\u30a1\u30a4\u30eb\u306f\u6ce8\u91c8\u51e6\u7406\u306b\u6e21\u3055\u308c\u307e\u305b\u3093\u3002
duke@1 687
duke@1 688 compiler.warn.proc.malformed.supported.string=\
duke@1 689 \u30d7\u30ed\u30bb\u30c3\u30b5 ''{1}'' \u304c\u8fd4\u3057\u305f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u308b\u6ce8\u91c8\u578b\u306e\u6587\u5b57\u5217 ''{0}'' \u304c\u4e0d\u6b63\u3067\u3059
duke@1 690
duke@1 691 compiler.warn.proc.annotations.without.processors=\
duke@1 692 \u3053\u308c\u3089\u306e\u6ce8\u91c8\u3092\u8981\u6c42\u3059\u308b\u30d7\u30ed\u30bb\u30c3\u30b5\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f: {0}
duke@1 693
duke@1 694 compiler.warn.proc.processor.incompatible.source.version=\
duke@1 695 \u6ce8\u91c8\u30d7\u30ed\u30bb\u30c3\u30b5 ''{1}'' \u304b\u3089 -source ''{2}'' \u3088\u308a\u5c0f\u3055\u3044\u30bd\u30fc\u30b9\u30d0\u30fc\u30b8\u30e7\u30f3 ''{0}'' \u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u3059
duke@1 696
duke@1 697 compiler.warn.proc.proc-only.requested.no.procs=\
duke@1 698 \u30b3\u30f3\u30d1\u30a4\u30eb\u306a\u3057\u306e\u6ce8\u91c8\u51e6\u7406\u304c\u8981\u6c42\u3055\u308c\u307e\u3057\u305f\u304c\u3001\u30d7\u30ed\u30bb\u30c3\u30b5\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
duke@1 699
duke@1 700 compiler.warn.proc.use.implicit=\
duke@1 701 \u6697\u9ed9\u7684\u306b\u30b3\u30f3\u30d1\u30a4\u30eb\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306f\u6ce8\u91c8\u51e6\u7406\u306b\u6e21\u3055\u308c\u307e\u305b\u3093\u3002\n\
duke@1 702 -implicit \u3092\u4f7f\u7528\u3057\u6697\u9ed9\u7684\u30b3\u30f3\u30d1\u30a4\u30eb\u306e\u30dd\u30ea\u30b7\u30fc\u3092\u6307\u5b9a\u3057\u3066\u4e0b\u3055\u3044\u3002
duke@1 703
duke@1 704 compiler.warn.proc.use.proc.or.implicit=\
duke@1 705 \u6697\u9ed9\u7684\u306b\u30b3\u30f3\u30d1\u30a4\u30eb\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306f\u6ce8\u91c8\u51e6\u7406\u306b\u6e21\u3055\u308c\u307e\u305b\u3093\u3002\n\
duke@1 706 -proc:none \u3092\u4f7f\u7528\u3057\u6ce8\u91c8\u51e6\u7406\u3092\u7121\u52b9\u306b\u3059\u308b\u304b -implicit \u3092\u4f7f\u7528\u3057\u6697\u9ed9\u7684\u30b3\u30f3\u30d1\u30a4\u30eb\u306e\u30dd\u30ea\u30b7\u30fc\u3092\u6307\u5b9a\u3057\u3066\u4e0b\u3055\u3044\u3002
duke@1 707
duke@1 708 # Print a client-generated warning; assumed to be localized, no translation required
duke@1 709 compiler.warn.proc.messager=\
duke@1 710 {0}
duke@1 711
duke@1 712 compiler.warn.proc.unclosed.type.files=\
duke@1 713 \u30bf\u30a4\u30d7 ''{0}'' \u306e\u30d5\u30a1\u30a4\u30eb\u304c\u9589\u3058\u3089\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u3053\u308c\u3089\u306e\u30bf\u30a4\u30d7\u306f\u6ce8\u91c8\u51e6\u7406\u3055\u308c\u307e\u305b\u3093
duke@1 714
duke@1 715 compiler.warn.proc.unmatched.processor.options=\
duke@1 716 \u6b21\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u3069\u306e\u30d7\u30ed\u30bb\u30c3\u30b5\u3067\u3082\u8a8d\u8b58\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f: ''{0}''
duke@1 717
duke@1 718 compiler.warn.unchecked.assign=\
duke@1 719 [unchecked] {0} \u304b\u3089 {1} \u3078\u306e\u7121\u691c\u67fb\u4ee3\u5165\u3067\u3059\u3002
duke@1 720 compiler.warn.unchecked.assign.to.var=\
duke@1 721 [unchecked] raw \u578b {1} \u306e\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u5909\u6570 {0} \u3078\u306e\u7121\u691c\u67fb\u4ee3\u5165\u3067\u3059\u3002
duke@1 722 compiler.warn.unchecked.call.mbr.of.raw.type=\
duke@1 723 [unchecked] raw \u578b {1} \u306e\u30e1\u30f3\u30d0\u3068\u3057\u3066\u306e {0} \u3078\u306e\u7121\u691c\u67fb\u547c\u3073\u51fa\u3057\u3067\u3059\u3002
duke@1 724 compiler.warn.unchecked.cast.to.type=\
duke@1 725 [unchecked] \u578b {0} \u3078\u306e\u7121\u691c\u67fb\u30ad\u30e3\u30b9\u30c8\u3067\u3059\u3002
duke@1 726 compiler.warn.unchecked.meth.invocation.applied=\
duke@1 727 [unchecked] \u7121\u691c\u67fb\u30e1\u30bd\u30c3\u30c9\u547c\u3073\u51fa\u3057: {1} \u306e {0} \u306f {2}({3}) \u306b\u9069\u7528\u3055\u308c\u307e\u3059\u3002
duke@1 728 compiler.warn.unchecked.generic.array.creation=\
duke@1 729 [unchecked] \u53ef\u5909\u5f15\u6570\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u5bfe\u3059\u308b\u578b {0} \u306e\u7dcf\u79f0\u578b\u914d\u5217\u306e\u7121\u691c\u67fb\u4f5c\u6210\u3067\u3059\u3002
duke@1 730
duke@1 731 compiler.warn.missing.deprecated.annotation=\
duke@1 732 [dep-ann] \u63a8\u5968\u3055\u308c\u306a\u3044\u9805\u76ee\u306f @Deprecated \u3067\u6ce8\u91c8\u304c\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u305b\u3093\u3002
duke@1 733
duke@1 734 compiler.warn.invalid.archive.file=\
duke@1 735 [path] \u30d1\u30b9\u4e0a\u306e\u4e88\u671f\u3057\u306a\u3044\u30d5\u30a1\u30a4\u30eb: {0}
duke@1 736
duke@1 737 compiler.warn.unexpected.archive.file=\
duke@1 738 [path] \u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4e88\u671f\u3057\u306a\u3044\u62e1\u5f35\u5b50: {0}
duke@1 739
duke@1 740 compiler.warn.div.zero=\
duke@1 741 [divzero] \u30bc\u30ed\u3067\u9664\u7b97
duke@1 742
duke@1 743 compiler.warn.empty.if=\
duke@1 744 [empty] if \u4ee5\u964d\u304c\u7a7a\u306e\u6587\u3067\u3059
duke@1 745
duke@1 746 compiler.warn.annotation.method.not.found=\
duke@1 747 \u30bf\u30a4\u30d7 ''{0}'' \u5185\u306b\u6ce8\u91c8\u30e1\u30bd\u30c3\u30c9 ''{1}()'' \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
duke@1 748
duke@1 749 compiler.warn.annotation.method.not.found.reason=\
duke@1 750 \u30bf\u30a4\u30d7 ''{0}'' \u5185\u306b\u6ce8\u91c8\u30e1\u30bd\u30c3\u30c9 ''{1}()'' \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093: {2}
duke@1 751
duke@1 752 #####
duke@1 753
duke@1 754 ## The following are tokens which are non-terminals in the language. They should
duke@1 755 ## be named as JLS3 calls them when translated to the appropriate language.
duke@1 756 compiler.misc.token.identifier=\
duke@1 757 <identifier>
duke@1 758 compiler.misc.token.character=\
duke@1 759 <character>
duke@1 760 compiler.misc.token.string=\
duke@1 761 <string>
duke@1 762 compiler.misc.token.integer=\
duke@1 763 <integer>
duke@1 764 compiler.misc.token.long-integer=\
duke@1 765 <long integer>
duke@1 766 compiler.misc.token.float=\
duke@1 767 <float>
duke@1 768 compiler.misc.token.double=\
duke@1 769 <double>
duke@1 770 compiler.misc.token.bad-symbol=\
duke@1 771 <bad symbol>
duke@1 772 compiler.misc.token.end-of-input=\
duke@1 773 <end of input>
duke@1 774
duke@1 775 ## The argument to the following string will always be one of the following:
duke@1 776 ## 1. one of the above non-terminals
duke@1 777 ## 2. a keyword (JLS1.8)
duke@1 778 ## 3. a boolean literal (JLS3.10.3)
duke@1 779 ## 4. the null literal (JLS3.10.7)
duke@1 780 ## 5. a Java separator (JLS3.11)
duke@1 781 ## 6. an operator (JLS3.12)
duke@1 782 ##
duke@1 783 ## This is the only place these tokens will be used.
duke@1 784 compiler.err.expected=\
duke@1 785 {0} \u304c\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 786 compiler.err.expected2=\
duke@1 787 {0} \u307e\u305f\u306f {1} \u304c\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 788 compiler.err.expected3=\
duke@1 789 {0}\u3001{1}\u3001\u307e\u305f\u306f {2} \u304c\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 790
duke@1 791 compiler.err.premature.eof=\
duke@1 792 \u69cb\u6587\u89e3\u6790\u4e2d\u306b\u30d5\u30a1\u30a4\u30eb\u306e\u7d42\u308f\u308a\u306b\u79fb\u308a\u307e\u3057\u305f
duke@1 793
duke@1 794 ## The following are related in form, but do not easily fit the above paradigm.
duke@1 795 compiler.err.dot.class.expected=\
duke@1 796 ''.class'' \u304c\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 797
duke@1 798 ## The argument to this string will always be either 'case' or 'default'.
duke@1 799 compiler.err.orphaned=\
duke@1 800 {0} \u306b\u306f\u89aa\u304c\u3042\u308a\u307e\u305b\u3093\u3002
duke@1 801
duke@1 802 compiler.misc.anonymous.class=\
duke@1 803 <anonymous {0}>
duke@1 804
duke@1 805 #####
duke@1 806
duke@1 807 compiler.err.cant.access=\
duke@1 808 {0} \u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u305b\u3093\u3002\n\
duke@1 809 {1}
duke@1 810
duke@1 811 compiler.misc.bad.class.file.header=\
duke@1 812 \u30af\u30e9\u30b9\u30d5\u30a1\u30a4\u30eb {0} \u306f\u4e0d\u6b63\u3067\u3059\u3002\n\
duke@1 813 {1}\n\
duke@1 814 \u524a\u9664\u3059\u308b\u304b\u3001\u30af\u30e9\u30b9\u30d1\u30b9\u306e\u6b63\u3057\u3044\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u3042\u308b\u304b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002
duke@1 815
duke@1 816 ## The following are all possible strings for the second argument ({1}) of the
duke@1 817 ## above strings.
duke@1 818 compiler.misc.bad.class.signature=\
duke@1 819 \u30af\u30e9\u30b9 {0} \u306e\u30b7\u30b0\u30cb\u30c1\u30e3\u30fc\u304c\u4e0d\u6b63\u3067\u3059\u3002
duke@1 820 compiler.misc.bad.enclosing.method=\
duke@1 821 \u56f2\u3093\u3067\u3044\u308b\u30e1\u30bd\u30c3\u30c9\u5c5e\u6027\u304c\u4e0d\u6b63\u3067\u3059: {0}
duke@1 822 compiler.misc.bad.runtime.invisible.param.annotations=\
duke@1 823 RuntimeInvisibleParameterAnnotations \u5c5e\u6027\u304c\u4e0d\u6b63\u3067\u3059: {0}
duke@1 824 compiler.misc.bad.const.pool.tag=\
duke@1 825 \u5b9a\u6570\u30d7\u30fc\u30eb\u30bf\u30b0 {0} \u304c\u4e0d\u6b63\u3067\u3059\u3002
duke@1 826 compiler.misc.bad.const.pool.tag.at=\
duke@1 827 \u5b9a\u6570\u30d7\u30fc\u30eb\u30bf\u30b0 {1} \u3067\u306e {0} \u304c\u4e0d\u6b63\u3067\u3059\u3002
duke@1 828 compiler.misc.bad.signature=\
duke@1 829 \u30b7\u30b0\u30cb\u30c1\u30e3\u30fc {0} \u304c\u4e0d\u6b63\u3067\u3059\u3002
duke@1 830 compiler.misc.class.file.wrong.class=\
duke@1 831 \u30af\u30e9\u30b9\u30d5\u30a1\u30a4\u30eb {0} \u306b\u4e0d\u6b63\u306a\u30af\u30e9\u30b9\u304c\u3042\u308a\u307e\u3059\u3002
duke@1 832 compiler.misc.class.file.not.found=\
duke@1 833 {0} \u306e\u30af\u30e9\u30b9\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
duke@1 834 compiler.misc.file.doesnt.contain.class=\
duke@1 835 \u30d5\u30a1\u30a4\u30eb\u306b\u30af\u30e9\u30b9 {0} \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002
duke@1 836 compiler.misc.file.does.not.contain.package=\
duke@1 837 \u30d5\u30a1\u30a4\u30eb\u306b\u30d1\u30c3\u30b1\u30fc\u30b8 {0} \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093
duke@1 838 compiler.misc.illegal.start.of.class.file=\
duke@1 839 \u30af\u30e9\u30b9\u30d5\u30a1\u30a4\u30eb\u306e\u958b\u59cb\u304c\u4e0d\u6b63\u3067\u3059\u3002
duke@1 840 compiler.misc.unable.to.access.file=\
duke@1 841 \u30d5\u30a1\u30a4\u30eb {0} \u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 842 compiler.misc.unicode.str.not.supported=\
duke@1 843 \u30af\u30e9\u30b9\u30d5\u30a1\u30a4\u30eb\u5185\u306e Unicode \u6587\u5b57\u5217\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
duke@1 844 compiler.misc.undecl.type.var=\
duke@1 845 \u578b\u5909\u6570 {0} \u306f\u5ba3\u8a00\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
duke@1 846 compiler.misc.wrong.version=\
duke@1 847 \u30af\u30e9\u30b9\u30d5\u30a1\u30a4\u30eb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3 {0}.{1} \u306f\u4e0d\u6b63\u3067\u3059\u3002{2}.{3} \u3067\u3042\u308b\u3079\u304d\u3067\u3059\u3002
duke@1 848
duke@1 849 #####
duke@1 850
duke@1 851 compiler.err.not.within.bounds=\
duke@1 852 \u578b\u30d1\u30e9\u30e1\u30fc\u30bf {0} \u306f\u305d\u306e\u7bc4\u56f2\u3092\u8d8a\u3048\u3066\u3044\u307e\u3059\u3002
duke@1 853
duke@1 854 compiler.err.not.within.bounds.explain=\
duke@1 855 \u578b\u30d1\u30e9\u30e1\u30fc\u30bf {0} \u306f\u305d\u306e\u7bc4\u56f2\u3092\u8d8a\u3048\u3066\u3044\u307e\u3059\u3002{1}
duke@1 856
duke@1 857 ## The following are all possible strings for the second argument ({1}) of the
duke@1 858 ## above string.
duke@1 859
duke@1 860 ## none yet...
duke@1 861
duke@1 862 #####
duke@1 863
duke@1 864 compiler.err.prob.found.req=\
duke@1 865 {0}\n\
duke@1 866 \u691c\u51fa\u5024 : {1}\n\
duke@1 867 \u671f\u5f85\u5024 : {2}
duke@1 868 compiler.warn.prob.found.req=\
duke@1 869 {0}\n\
duke@1 870 \u691c\u51fa\u5024 : {1}\n\
duke@1 871 \u671f\u5f85\u5024 : {2}
duke@1 872 compiler.err.prob.found.req.1=\
duke@1 873 {0} {3}\n\
duke@1 874 \u691c\u51fa\u5024 : {1}\n\
duke@1 875 \u671f\u5f85\u5024 : {2}
duke@1 876
duke@1 877 ## The following are all possible strings for the first argument ({0}) of the
duke@1 878 ## above strings.
duke@1 879 compiler.misc.incompatible.types=\
duke@1 880 \u4e92\u63db\u6027\u306e\u306a\u3044\u578b
duke@1 881 compiler.misc.incompatible.types.1=\
duke@1 882 \u4e92\u63db\u6027\u306e\u306a\u3044\u578b; {0}
duke@1 883 compiler.misc.inconvertible.types=\
duke@1 884 \u5909\u63db\u3067\u304d\u306a\u3044\u578b
duke@1 885 compiler.misc.possible.loss.of.precision=\
duke@1 886 \u7cbe\u5ea6\u304c\u843d\u3061\u3066\u3044\u308b\u53ef\u80fd\u6027
duke@1 887
duke@1 888 compiler.misc.unchecked.assign=\
duke@1 889 [unchecked] \u7121\u691c\u67fb\u5909\u63db\u3067\u3059
duke@1 890 # compiler.misc.storecheck=\
duke@1 891 # [unchecked] assignment might cause later store checks to fail
duke@1 892 # compiler.misc.unchecked=\
duke@1 893 # [unchecked] assigned array cannot dynamically check its stores
duke@1 894 compiler.misc.unchecked.cast.to.type=\
duke@1 895 [unchecked] \u7121\u691c\u67fb\u30ad\u30e3\u30b9\u30c8\u3067\u3059
duke@1 896
duke@1 897 compiler.misc.assignment.from.super-bound=\
duke@1 898 \u30b9\u30fc\u30d1\u30fc\u30d0\u30a6\u30f3\u30c9\u578b {0} \u304b\u3089\u306e\u4ee3\u5165
duke@1 899 compiler.misc.assignment.to.extends-bound=\
duke@1 900 \u62e1\u5f35\u30d0\u30a6\u30f3\u30c9\u578b {0} \u3078\u306e\u4ee3\u5165
duke@1 901 # compiler.err.star.expected=\
duke@1 902 # ''*'' expected
duke@1 903 # compiler.err.no.elem.type=\
duke@1 904 # \[\*\] cannot have a type
duke@1 905
duke@1 906 #####
duke@1 907
duke@1 908 compiler.err.type.found.req=\
duke@1 909 \u4e88\u671f\u3057\u306a\u3044\u578b\n\
duke@1 910 \u691c\u51fa\u5024 : {0}\n\
duke@1 911 \u671f\u5f85\u5024 : {1}
duke@1 912
duke@1 913 ## The following are all possible strings for the first argument ({0}) of the
duke@1 914 ## above string.
duke@1 915 compiler.misc.type.req.class=\
duke@1 916 \u30af\u30e9\u30b9
duke@1 917 compiler.misc.type.req.class.array=\
duke@1 918 \u30af\u30e9\u30b9\u307e\u305f\u306f\u914d\u5217
duke@1 919 compiler.misc.type.req.ref=\
duke@1 920 \u53c2\u7167
duke@1 921 compiler.misc.type.req.exact=\
duke@1 922 \u5883\u754c\u306e\u306a\u3044\u30af\u30e9\u30b9\u307e\u305f\u306f\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9
duke@1 923 compiler.misc.type.parameter=\
duke@1 924 \u578b\u30d1\u30e9\u30e1\u30fc\u30bf {0}
duke@1 925
duke@1 926 #####
duke@1 927
duke@1 928 ## The following are all possible strings for the last argument of all those
duke@1 929 ## diagnostics whose key ends in ".1"
duke@1 930 compiler.misc.undetermined.type=\
duke@1 931 \u672a\u5b9a\u578b
duke@1 932 ncompiler.misc.type.variable.has.undetermined.type=\
duke@1 933 \u578b\u5909\u6570 {0} \u306f\u672a\u5b9a\u578b\u3067\u3059\u3002
duke@1 934 compiler.misc.no.unique.maximal.instance.exists=\
duke@1 935 \u578b\u5909\u6570 {0} (\u4e0a\u9650 {1}) \u306e\u56fa\u6709\u306e\u6700\u5927\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002
duke@1 936 compiler.misc.no.unique.minimal.instance.exists=\
duke@1 937 \u578b\u5909\u6570 {0} (\u4e0b\u9650 {1}) \u306e\u56fa\u6709\u306e\u6700\u5c0f\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002
duke@1 938 compiler.misc.no.conforming.instance.exists=\
duke@1 939 \u578b\u5909\u6570 {0} \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u306e\u3067\u3001{1} \u306f {2} \u306b\u9069\u5408\u3057\u307e\u305b\u3093\u3002
duke@1 940 compiler.misc.no.conforming.assignment.exists=\
duke@1 941 \u578b\u5909\u6570 {0} \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u306e\u3067\u3001\u5f15\u6570\u578b {1} \u306f\u4eee\u30d1\u30e9\u30e1\u30fc\u30bf\u578b {2} \u306b\u9069\u5408\u3057\u307e\u305b\u3093\u3002
duke@1 942 compiler.misc.arg.length.mismatch=\
duke@1 943 \u5b9f\u5f15\u6570\u30ea\u30b9\u30c8\u3068\u4eee\u5f15\u6570\u30ea\u30b9\u30c8\u306e\u9577\u3055\u304c\u7570\u306a\u308b\u305f\u3081\u3001\u5f15\u6570\u304b\u3089\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 944 compiler.misc.inferred.do.not.conform.to.bounds=\
duke@1 945 \u63a8\u5b9a\u578b\u5f15\u6570 {0} \u306f\u578b\u5909\u6570 {1} \u306e\u5883\u754c\u306b\u9069\u5408\u3057\u307e\u305b\u3093\u3002
duke@1 946
duke@1 947 #####
duke@1 948
duke@1 949 ## The first argument ({0}) is a "kindname".
duke@1 950 compiler.err.abstract.cant.be.accessed.directly=\
duke@1 951 \u62bd\u8c61 {0} {1} ({2} \u5185) \u306b\u76f4\u63a5\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 952
duke@1 953 ## The first argument ({0}) is a "kindname".
duke@1 954 compiler.err.non-static.cant.be.ref=\
duke@1 955 static \u3067\u306a\u3044 {0} {1} \u3092 static \u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u53c2\u7167\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 956
duke@1 957 ## Both arguments ({0}, {1}) are "kindname"s. {0} is a comma-separated list
duke@1 958 ## of kindnames (the list should be identical to that provided in source.
duke@1 959 compiler.err.unexpected.type=\
duke@1 960 \u4e88\u671f\u3057\u306a\u3044\u578b\n\
duke@1 961 \u671f\u5f85\u5024 : {0}\n\
duke@1 962 \u691c\u51fa\u5024 : {1}
duke@1 963
duke@1 964 ## The first argument ({0}) is a "kindname".
duke@1 965 compiler.err.cant.resolve=\
duke@1 966 \u30b7\u30f3\u30dc\u30eb\u3092\u898b\u3064\u3051\u3089\u308c\u307e\u305b\u3093\u3002\n\
duke@1 967 \u30b7\u30f3\u30dc\u30eb: {0} {3}{1}{2}
duke@1 968
duke@1 969 ## The first argument ({0}) and fifth argument ({4}) are "kindname"s.
duke@1 970 compiler.err.cant.resolve.location=\
duke@1 971 \u30b7\u30f3\u30dc\u30eb\u3092\u898b\u3064\u3051\u3089\u308c\u307e\u305b\u3093\u3002\n\
duke@1 972 \u30b7\u30f3\u30dc\u30eb: {0} {3}{1}{2}\n\
duke@1 973 \u5834\u6240 : {5} \u306e {4}
duke@1 974
duke@1 975 ## The following are all possible string for "kindname".
duke@1 976 ## They should be called whatever the JLS calls them after it been translated
duke@1 977 ## to the appropriate language.
duke@1 978 # compiler.misc.kindname.constructor=\
duke@1 979 # static member
duke@1 980 compiler.misc.kindname.annotation=\
duke@1 981 @\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9
duke@1 982 compiler.misc.kindname.constructor=\
duke@1 983 \u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf
duke@1 984 compiler.misc.kindname.interface=\
duke@1 985 \u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9
duke@1 986 compiler.misc.kindname.static=\
duke@1 987 static
duke@1 988 compiler.misc.kindname.type.variable=\
duke@1 989 \u578b\u5909\u6570\u306e\u5883\u754c
duke@1 990 compiler.misc.kindname=\
duke@1 991 \u8b58\u5225\u5b50 ({0})
duke@1 992 compiler.misc.kindname.variable=\
duke@1 993 \u5909\u6570
duke@1 994 compiler.misc.kindname.value=\
duke@1 995 \u5024
duke@1 996 compiler.misc.kindname.method=\
duke@1 997 \u30e1\u30bd\u30c3\u30c9
duke@1 998 compiler.misc.kindname.variable.method=\
duke@1 999 \u5909\u6570\u3001\u30e1\u30bd\u30c3\u30c9
duke@1 1000 compiler.misc.kindname.value.method=\
duke@1 1001 \u5024\u3001\u30e1\u30bd\u30c3\u30c9
duke@1 1002 compiler.misc.kindname.class=\
duke@1 1003 \u30af\u30e9\u30b9
duke@1 1004 compiler.misc.kindname.variable.class=\
duke@1 1005 \u5909\u6570\u3001\u30af\u30e9\u30b9
duke@1 1006 compiler.misc.kindname.value.class=\
duke@1 1007 \u5024\u3001\u30af\u30e9\u30b9
duke@1 1008 compiler.misc.kindname.method.class=\
duke@1 1009 \u30e1\u30bd\u30c3\u30c9\u3001\u30af\u30e9\u30b9
duke@1 1010 compiler.misc.kindname.variable.method.class=\
duke@1 1011 \u5909\u6570\u3001\u30e1\u30bd\u30c3\u30c9\u3001\u30af\u30e9\u30b9
duke@1 1012 compiler.misc.kindname.value.method.class=\
duke@1 1013 \u5024\u3001\u30e1\u30bd\u30c3\u30c9\u3001\u30af\u30e9\u30b9
duke@1 1014 compiler.misc.kindname.package=\
duke@1 1015 \u30d1\u30c3\u30b1\u30fc\u30b8
duke@1 1016 compiler.misc.kindname.variable.package=\
duke@1 1017 \u5909\u6570\u3001\u30d1\u30c3\u30b1\u30fc\u30b8
duke@1 1018 compiler.misc.kindname.value.package=\
duke@1 1019 \u5024\u3001\u30d1\u30c3\u30b1\u30fc\u30b8
duke@1 1020 compiler.misc.kindname.method.package=\
duke@1 1021 \u30e1\u30bd\u30c3\u30c9\u3001\u30d1\u30c3\u30b1\u30fc\u30b8
duke@1 1022 compiler.misc.kindname.variable.method.package=\
duke@1 1023 \u5909\u6570\u3001\u30e1\u30bd\u30c3\u30c9\u3001\u30d1\u30c3\u30b1\u30fc\u30b8
duke@1 1024 compiler.misc.kindname.value.method.package=\
duke@1 1025 \u5024\u3001\u30e1\u30bd\u30c3\u30c9\u3001\u30d1\u30c3\u30b1\u30fc\u30b8
duke@1 1026 compiler.misc.kindname.class.package=\
duke@1 1027 \u30af\u30e9\u30b9\u3001\u30d1\u30c3\u30b1\u30fc\u30b8
duke@1 1028 compiler.misc.kindname.variable.class.package=\
duke@1 1029 \u5909\u6570\u3001\u30af\u30e9\u30b9\u3001\u30d1\u30c3\u30b1\u30fc\u30b8
duke@1 1030 compiler.misc.kindname.value.class.package=\
duke@1 1031 \u5024\u3001\u30af\u30e9\u30b9\u3001\u30d1\u30c3\u30b1\u30fc\u30b8
duke@1 1032 compiler.misc.kindname.method.class.package=\
duke@1 1033 \u30e1\u30bd\u30c3\u30c9\u3001\u30af\u30e9\u30b9\u3001\u30d1\u30c3\u30b1\u30fc\u30b8
duke@1 1034 compiler.misc.kindname.variable.method.class.package=\
duke@1 1035 \u5909\u6570\u3001\u30e1\u30bd\u30c3\u30c9\u3001\u30af\u30e9\u30b9\u3001\u30d1\u30c3\u30b1\u30fc\u30b8
duke@1 1036 compiler.misc.kindname.value.method.class.package=\
duke@1 1037 \u5024\u3001\u30e1\u30bd\u30c3\u30c9\u3001\u30af\u30e9\u30b9\u3001\u30d1\u30c3\u30b1\u30fc\u30b8
duke@1 1038
duke@1 1039 #####
duke@1 1040
duke@1 1041 compiler.err.override.static=\
duke@1 1042 {0}\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3059\u308b\u30e1\u30bd\u30c3\u30c9\u304c static \u3067\u3059\u3002
duke@1 1043 compiler.err.override.meth=\
duke@1 1044 {0}\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3055\u308c\u305f\u30e1\u30bd\u30c3\u30c9\u306f {1} \u3067\u3059\u3002
duke@1 1045
duke@1 1046 compiler.err.override.meth.doesnt.throw=\
duke@1 1047 {0}\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3055\u308c\u305f\u30e1\u30bd\u30c3\u30c9\u306f {1} \u3092\u30b9\u30ed\u30fc\u3057\u307e\u305b\u3093\u3002
duke@1 1048
duke@1 1049 # In the following string {1} is a space separated list of Java Keywords, as
duke@1 1050 # they would have been declared in the source code
duke@1 1051 compiler.err.override.weaker.access=\
duke@1 1052 {0}\u30b9\u30fc\u30d1\u30fc\u30af\u30e9\u30b9\u3067\u306e\u5b9a\u7fa9\u3088\u308a\u5f31\u3044\u30a2\u30af\u30bb\u30b9\u7279\u6a29 ({1}) \u3092\u5272\u308a\u5f53\u3066\u3088\u3046\u3068\u3057\u307e\u3057\u305f\u3002
duke@1 1053
duke@1 1054 compiler.misc.override.incompatible.ret=\
duke@1 1055 {0}\u4e92\u63db\u6027\u306e\u306a\u3044\u623b\u308a\u5024\u306e\u578b\u3092\u4f7f\u304a\u3046\u3068\u3057\u307e\u3057\u305f\u3002
duke@1 1056
duke@1 1057 compiler.misc.override.unchecked.ret=\
duke@1 1058 {0}; \u623b\u308a\u5024\u306e\u578b\u306f\u7121\u691c\u67fb\u5909\u63db\u304c\u5fc5\u8981\u3067\u3059\u3002
duke@1 1059
duke@1 1060 ## The following are all possible strings for the first argument ({0}) of the
duke@1 1061 ## above strings.
duke@1 1062 compiler.misc.cant.override=\
duke@1 1063 {1} \u306e {0} \u306f {3} \u306e {2} \u3092\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 1064 compiler.misc.cant.implement=\
duke@1 1065 {1} \u306e {0} \u306f {3} \u306e {2} \u3092\u5b9f\u88c5\u3067\u304d\u307e\u305b\u3093\u3002
duke@1 1066 compiler.misc.clashes.with=\
duke@1 1067 {1} \u306e {0} \u306f {3} \u306e {2} \u3068\u7af6\u5408\u3057\u307e\u3059\u3002
duke@1 1068 compiler.misc.unchecked.override=\
duke@1 1069 {1} \u306e {0} \u306f {3} \u306e {2} \u3092\u4e0a\u66f8\u304d\u3057\u307e\u3059\u3002
duke@1 1070 compiler.misc.unchecked.implement=\
duke@1 1071 {1} \u306e {0} \u306f {3} \u306e {2} \u3092\u5b9f\u88c5\u3057\u307e\u3059\u3002
duke@1 1072 compiler.misc.unchecked.clash.with=\
duke@1 1073 {1} \u306e {0} \u306f {3} \u306e {2} \u3092\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3057\u307e\u3059\u3002
duke@1 1074 compiler.misc.varargs.override=\
duke@1 1075 {1} \u306e {0} \u306f {3} \u306e {2} \u3092\u4e0a\u66f8\u304d\u3057\u307e\u3059\u3002
duke@1 1076 compiler.misc.varargs.implement=\
duke@1 1077 {1} \u306e {0} \u306f {3} \u306e {2} \u3092\u5b9f\u88c5\u3057\u307e\u3059\u3002
duke@1 1078 compiler.misc.varargs.clash.with=\
duke@1 1079 {1} \u306e {0} \u306f {3} \u306e {2} \u3092\u4e0a\u66f8\u304d\u3057\u307e\u3059\u3002
duke@1 1080
duke@1 1081 ########################################
duke@1 1082 # Diagnostics for language feature changes
duke@1 1083 ########################################
duke@1 1084 compiler.err.unsupported.fp.lit=\
duke@1 1085 16 \u9032\u6d6e\u52d5\u5c0f\u6570\u70b9\u30ea\u30c6\u30e9\u30eb\u306f -source 5 \u3088\u308a\u524d\u3067\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093
duke@1 1086
duke@1 1087 compiler.warn.enum.as.identifier=\
duke@1 1088 \u30ea\u30ea\u30fc\u30b9 5 \u304b\u3089 ''enum'' \u306f\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u3067\u8b58\u5225\u5b50\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\n\
duke@1 1089 (''enum'' \u3092\u30ad\u30fc\u30ef\u30fc\u30c9\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u306b\u306f -source 5 \u4ee5\u964d\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044)
duke@1 1090
duke@1 1091 compiler.warn.assert.as.identifier=\
duke@1 1092 \u30ea\u30ea\u30fc\u30b9 1.4 \u304b\u3089 ''assert'' \u306f\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u3067\u3001\u8b58\u5225\u5b50\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\n\
duke@1 1093 (''assert'' \u3092\u30ad\u30fc\u30ef\u30fc\u30c9\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u306b\u306f\u3001-source 1.4 (\u307e\u305f\u306f\u305d\u308c\u4ee5\u964d\u306e\u30ea\u30ea\u30fc\u30b9\u540d) \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044)
duke@1 1094
duke@1 1095 compiler.err.enum.as.identifier=\
duke@1 1096 \u30ea\u30ea\u30fc\u30b9 5 \u304b\u3089 ''enum'' \u306f\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u3067\u8b58\u5225\u5b50\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\n\
duke@1 1097 (''enum'' \u3092\u8b58\u5225\u5b50\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u306b\u306f -source 1.4 \u307e\u305f\u306f\u305d\u308c\u4ee5\u524d\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044)
duke@1 1098
duke@1 1099 compiler.err.assert.as.identifier=\
duke@1 1100 \u30ea\u30ea\u30fc\u30b9 1.4 \u304b\u3089 ''assert'' \u306f\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u3067\u3001\u8b58\u5225\u5b50\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\n\
duke@1 1101 (''assert'' \u3092\u8b58\u5225\u5b50\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u306b\u306f\u3001-source 1.3 (\u307e\u305f\u306f\u305d\u308c\u4ee5\u524d\u306e\u30ea\u30ea\u30fc\u30b9\u540d) \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044)
duke@1 1102
duke@1 1103 compiler.err.generics.not.supported.in.source=\
duke@1 1104 \u7dcf\u79f0\u578b\u306f -source {0} \u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\n\
duke@1 1105 (\u7dcf\u79f0\u578b\u3092\u4f7f\u7528\u53ef\u80fd\u306b\u3059\u308b\u306b\u306f\u3001-source 5 \u4ee5\u964d\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044)
duke@1 1106
duke@1 1107 compiler.err.varargs.not.supported.in.source=\
duke@1 1108 \u53ef\u5909\u5f15\u6570\u30e1\u30bd\u30c3\u30c9\u306f -source {0} \u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\n\
duke@1 1109 (\u53ef\u5909\u5f15\u6570\u30e1\u30bd\u30c3\u30c9\u3092\u4f7f\u7528\u53ef\u80fd\u306b\u3059\u308b\u306b\u306f\u3001-source 5 \u4ee5\u964d\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044)
duke@1 1110
duke@1 1111 compiler.err.annotations.not.supported.in.source=\
duke@1 1112 \u6ce8\u91c8\u306f -source {0} \u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\n\
duke@1 1113 (\u6ce8\u91c8\u3092\u4f7f\u7528\u53ef\u80fd\u306b\u3059\u308b\u306b\u306f\u3001-source 5 \u4ee5\u964d\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044)
duke@1 1114
duke@1 1115 compiler.err.foreach.not.supported.in.source=\
duke@1 1116 for-each \u30eb\u30fc\u30d7\u306f -source {0} \u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\n\
duke@1 1117 (for-each \u30eb\u30fc\u30d7\u3092\u4f7f\u7528\u53ef\u80fd\u306b\u3059\u308b\u306b\u306f\u3001-source 5 \u4ee5\u964d\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044)
duke@1 1118
duke@1 1119 compiler.err.static.import.not.supported.in.source=\
duke@1 1120 static import \u5ba3\u8a00\u306f -source {0} \u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\n\
duke@1 1121 (static import \u5ba3\u8a00\u3092\u4f7f\u7528\u53ef\u80fd\u306b\u3059\u308b\u306b\u306f\u3001-source 5 \u4ee5\u964d\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044)
duke@1 1122
duke@1 1123 compiler.err.enums.not.supported.in.source=\
duke@1 1124 \u5217\u6319\u578b\u306f -source {0} \u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\n\
duke@1 1125 (\u5217\u6319\u578b\u3092\u4f7f\u7528\u53ef\u80fd\u306b\u3059\u308b\u306b\u306f -source 5 \u4ee5\u964d\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044)

mercurial