langtools/src/share/classes/com/sun/tools/javac/resources/compiler_ja.properties
author ohair
Wed, 06 Apr 2011 20:33:44 -0700
changeset 9087 e9e44877cd18
parent 8245 c0f4cf319911
child 9090 699b05001513
permissions -rw-r--r--
7033660: Update copyright year to 2011 on any files changed in 2011 Reviewed-by: dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
#
9087
e9e44877cd18 7033660: Update copyright year to 2011 on any files changed in 2011
ohair
parents: 8245
diff changeset
     2
# Copyright (c) 1999, 2011, 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: 5323
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: 5323
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: 5323
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5323
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5323
diff changeset
    23
# questions.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
##
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
## errors
06bc494ca11e Initial load
duke
parents:
diff changeset
    28
##
06bc494ca11e Initial load
duke
parents:
diff changeset
    29
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    30
compiler.err.abstract.cant.be.instantiated={0}\u306Fabstract\u3067\u3059\u3002\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u3092\u751F\u6210\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    31
compiler.err.abstract.meth.cant.have.body=abstract\u30E1\u30BD\u30C3\u30C9\u304C\u672C\u4F53\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    32
compiler.err.already.annotated={0} {1}\u306F\u6CE8\u91C8\u304C\u4ED8\u3044\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    33
compiler.err.already.defined={0}\u306F{1}\u3067\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    34
compiler.err.already.defined.single.import={0}\u306F\u5358\u4E00\u306E\u578B\u30A4\u30F3\u30DD\u30FC\u30C8\u5BA3\u8A00\u3067\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    35
compiler.err.already.defined.static.single.import={0}\u306Fstatic\u306E\u5358\u4E00\u306E\u578B\u30A4\u30F3\u30DD\u30FC\u30C8\u5BA3\u8A00\u3067\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    36
compiler.err.already.defined.this.unit={0}\u306F\u30B3\u30F3\u30D1\u30A4\u30EB\u5358\u4F4D\u3067\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    37
compiler.err.annotation.missing.default.value=\u6CE8\u91C8{0}\u306B\u306F\u5C5E\u6027{1}\u306E\u5024\u304C\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    38
compiler.err.annotation.missing.default.value.1=\u6CE8\u91C8{0}\u306B\u306F\u5C5E\u6027{1}\u306E\u5024\u304C\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    39
compiler.err.annotation.not.valid.for.type=\u6CE8\u91C8\u306F\u578B{0}\u306E\u5024\u306B\u6709\u52B9\u3067\u306F\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    40
compiler.err.annotation.type.not.applicable=\u6CE8\u91C8\u578B\u306F\u3053\u306E\u7A2E\u985E\u306E\u5BA3\u8A00\u306B\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    41
compiler.err.annotation.value.must.be.annotation=\u6CE8\u91C8\u306E\u5024\u306F\u6CE8\u91C8\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    42
compiler.err.annotation.value.must.be.class.literal=\u6CE8\u91C8\u306E\u5024\u306F\u30AF\u30E9\u30B9\u30FB\u30EA\u30C6\u30E9\u30EB\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    43
compiler.err.annotation.value.must.be.name.value=\u6CE8\u91C8\u306E\u5024\u306F''name=value''\u3068\u3044\u3046\u5F62\u5F0F\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    44
compiler.err.annotation.value.not.allowable.type=\u4F7F\u7528\u3067\u304D\u306A\u3044\u578B\u306E\u6CE8\u91C8\u306E\u5024\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    45
compiler.err.anon.class.impl.intf.no.args=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    46
compiler.err.anon.class.impl.intf.no.typeargs=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    47
compiler.err.anon.class.impl.intf.no.qual.for.new=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    48
compiler.err.array.and.varargs={2}\u3067{0}\u3068{1}\u306E\u4E21\u65B9\u3092\u5BA3\u8A00\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    49
compiler.err.array.dimension.missing=\u914D\u5217\u306E\u5927\u304D\u3055\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    50
compiler.err.array.req.but.found=\u914D\u5217\u304C\u8981\u6C42\u3055\u308C\u307E\u3057\u305F\u304C\u3001{0}\u304C\u898B\u3064\u304B\u308A\u307E\u3057\u305F
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    52
compiler.err.assignment.from.super-bound=\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9{0}\u304B\u3089\u4EE3\u5165\u3057\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    53
compiler.err.assignment.to.extends-bound=\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9{0}\u3078\u4EE3\u5165\u3057\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    54
compiler.err.attribute.value.must.be.constant=\u5C5E\u6027\u306E\u5024\u306F\u5B9A\u6570\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    55
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    56
compiler.err.break.outside.switch.loop=break\u304Cswitch\u6587\u307E\u305F\u306F\u30EB\u30FC\u30D7\u306E\u5916\u306B\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    57
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    58
compiler.err.call.must.be.first.stmt.in.ctor={0}\u306E\u547C\u51FA\u3057\u306F\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF\u306E\u5148\u982D\u6587\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    59
compiler.err.cant.apply.symbol={4} {5}\u306E{0} {1}\u306F\u6307\u5B9A\u3055\u308C\u305F\u578B\u306B\u9069\u7528\u3067\u304D\u307E\u305B\u3093\n\u671F\u5F85\u5024: {2}\n\u691C\u51FA\u5024: {3}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    60
compiler.err.cant.apply.symbol.1={4} {5}\u306E{0} {1}\u306F\u6307\u5B9A\u3055\u308C\u305F\u578B\u306B\u9069\u7528\u3067\u304D\u307E\u305B\u3093\u3002\n\u671F\u5F85\u5024: {2}\n\u691C\u51FA\u5024: {3}\n\u7406\u7531: {6}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    61
compiler.err.cant.apply.symbols={1}\u306B\u9069\u5207\u306A{0}\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093({2})
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    62
compiler.err.cant.assign.val.to.final.var=final\u5909\u6570{0}\u306B\u5024\u3092\u4EE3\u5165\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    63
compiler.err.cant.deref={0}\u306F\u9593\u63A5\u53C2\u7167\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    64
compiler.err.cant.extend.intf.annotation=@interfaces\u3067\u306F''extends''\u306F\u8A31\u53EF\u3055\u308C\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    65
compiler.err.cant.inherit.from.final=final {0}\u304B\u3089\u306F\u7D99\u627F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    66
compiler.err.cant.ref.before.ctor.called=\u30B9\u30FC\u30D1\u30FC\u30BF\u30A4\u30D7\u306E\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF\u306E\u547C\u51FA\u3057\u524D\u306F{0}\u3092\u53C2\u7167\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    67
compiler.err.cant.ret.val.from.meth.decl.void=\u623B\u308A\u5024\u306E\u578B\u304Cvoid\u306E\u30E1\u30BD\u30C3\u30C9\u304B\u3089\u306F\u5024\u3092\u8FD4\u305B\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    68
compiler.err.cant.select.static.class.from.param.type=\u30D1\u30E9\u30E1\u30FC\u30BF\u306B\u3055\u308C\u305F\u578B\u304B\u3089static\u30AF\u30E9\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    69
compiler.err.cant.inherit.diff.arg={0}\u3092\u7570\u306A\u308B\u5F15\u6570<{1}>\u3068<{2}>\u3067\u7D99\u627F\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    70
compiler.err.catch.without.try=''catch''\u3078\u306E''try''\u304C\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    71
compiler.err.clash.with.pkg.of.same.name={0}\u306F\u540C\u540D\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3068\u7AF6\u5408\u3057\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    72
compiler.err.const.expr.req=\u5B9A\u6570\u5F0F\u304C\u5FC5\u8981\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    73
compiler.err.enum.const.req=\u4FEE\u98FE\u3055\u308C\u3066\u3044\u306A\u3044\u5217\u6319\u578B\u5B9A\u6570\u306E\u540D\u524D\u304C\u5FC5\u8981\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    74
compiler.err.cont.outside.loop=continue\u304C\u30EB\u30FC\u30D7\u306E\u5916\u306B\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    75
compiler.err.cyclic.inheritance={0}\u3092\u542B\u3080\u7D99\u627F\u304C\u30EB\u30FC\u30D7\u3057\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    76
compiler.err.cyclic.annotation.element=\u6CE8\u91C8\u306E\u8981\u7D20\u30BF\u30A4\u30D7\u304C\u30EB\u30FC\u30D7\u3057\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    77
compiler.err.call.to.super.not.allowed.in.enum.ctor=\u5217\u6319\u578B\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF\u3067\u306F\u3001\u30B9\u30FC\u30D1\u30FC\u30AF\u30E9\u30B9\u306E\u547C\u51FA\u3057\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    78
compiler.err.no.superclass={0}\u306B\u306F\u30B9\u30FC\u30D1\u30FC\u30AF\u30E9\u30B9\u304C\u3042\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    79
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    80
compiler.warn.type.parameter.on.polymorphic.signature=MethodHandle\u547C\u51FA\u3057\u306E\u53E4\u3044\u8868\u8A18\u6CD5\u3092x.<T>invoke(y)\u304B\u3089(T)x.invoke(y)\u306B\u5909\u66F4\u3057\u3066\u304F\u3060\u3055\u3044
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    81
compiler.warn.wrong.target.for.polymorphic.signature.definition=MethodHandle API\u306E\u4F5C\u6210\u306B\u306F-target 7\u30E9\u30F3\u30BF\u30A4\u30E0\u4EE5\u4E0A\u304C\u5FC5\u8981\u3067\u3059\u3002\u73FE\u5728\u306F-target {0}\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    82
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    83
compiler.err.concrete.inheritance.conflict={1}\u306E\u30E1\u30BD\u30C3\u30C9{0}\u3068{3}\u306E{2}\u306F\u540C\u3058\u30B7\u30B0\u30CB\u30C1\u30E3\u304B\u3089\u7D99\u627F\u3055\u308C\u3066\u3044\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    84
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    85
compiler.err.default.allowed.in.intf.annotation.member=\u30C7\u30D5\u30A9\u30EB\u30C8\u5024\u306F@interface\u30E1\u30F3\u30D0\u30FC\u5185\u3067\u306E\u307F\u4F7F\u7528\u3067\u304D\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    86
compiler.err.doesnt.exist=\u30D1\u30C3\u30B1\u30FC\u30B8{0}\u306F\u5B58\u5728\u3057\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    87
compiler.err.duplicate.annotation=\u6CE8\u91C8\u304C\u91CD\u8907\u3057\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    88
compiler.err.duplicate.annotation.member.value={1}\u306E\u6CE8\u91C8\u30E1\u30F3\u30D0\u30FC\u306E\u5024{0}\u304C\u91CD\u8907\u3057\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    89
compiler.err.duplicate.class=\u30AF\u30E9\u30B9{0}\u304C\u91CD\u8907\u3057\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    90
compiler.err.duplicate.case.label=case\u30E9\u30D9\u30EB\u304C\u91CD\u8907\u3057\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    91
compiler.err.duplicate.default.label=default\u30E9\u30D9\u30EB\u304C\u91CD\u8907\u3057\u3066\u3044\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    92
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    93
compiler.err.else.without.if=''else''\u3078\u306E''if''\u304C\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    94
compiler.err.empty.char.lit=\u7A7A\u306E\u6587\u5B57\u30EA\u30C6\u30E9\u30EB\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    95
compiler.err.encl.class.required={0}\u3092\u542B\u3080\u56F2\u3046\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u304C\u5FC5\u8981\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    96
compiler.err.enum.annotation.must.be.enum.constant=\u5217\u6319\u578B\u6CE8\u91C8\u5024\u306F\u3001\u5217\u6319\u578B\u5B9A\u6570\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    97
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    98
compiler.err.enum.cant.be.instantiated=\u5217\u6319\u578B\u306F\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u5316\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    99
compiler.err.enum.label.must.be.unqualified.enum=\u5217\u6319\u578B\u306Eswitch case\u30E9\u30D9\u30EB\u306F\u5217\u6319\u578B\u5B9A\u6570\u306E\u975E\u4FEE\u98FE\u540D\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   100
compiler.err.enum.no.subclassing=\u30AF\u30E9\u30B9\u306F\u76F4\u63A5java.lang.Enum\u3092\u62E1\u5F35\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   101
compiler.err.enum.types.not.extensible=\u5217\u6319\u578B\u306F\u62E1\u5F35\u53EF\u80FD\u3067\u306F\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   102
compiler.err.enum.no.finalize=\u5217\u6319\u578B\u306Ffinalize\u30E1\u30BD\u30C3\u30C9\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   103
compiler.err.error.reading.file={0}\u306E\u8AAD\u8FBC\u307F\u30A8\u30E9\u30FC\u3067\u3059\u3002{1}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   104
compiler.err.except.already.caught=\u4F8B\u5916{0}\u306F\u3059\u3067\u306B\u6355\u6349\u3055\u308C\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   105
compiler.err.except.never.thrown.in.try=\u4F8B\u5916{0}\u306F\u5BFE\u5FDC\u3059\u308Btry\u6587\u306E\u672C\u4F53\u3067\u306F\u30B9\u30ED\u30FC\u3055\u308C\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   106
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   107
compiler.err.final.parameter.may.not.be.assigned=final\u30D1\u30E9\u30E1\u30FC\u30BF{0}\u306B\u5024\u3092\u4EE3\u5165\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   108
compiler.err.try.resource.may.not.be.assigned=\u81EA\u52D5\u30AF\u30ED\u30FC\u30BA\u53EF\u80FD\u306A\u30EA\u30BD\u30FC\u30B9{0}\u306B\u5024\u3092\u4EE3\u5165\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   109
compiler.err.multicatch.parameter.may.not.be.assigned=\u8907\u6570catch\u30D1\u30E9\u30E1\u30FC\u30BF{0}\u306B\u5024\u3092\u4EE3\u5165\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   110
compiler.err.finally.without.try=''finally''\u3078\u306E''try''\u304C\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   111
compiler.err.foreach.not.applicable.to.type=foreach\u306F\u5F0F\u306E\u30BF\u30A4\u30D7\u306B\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   112
compiler.err.fp.number.too.large=\u6D6E\u52D5\u5C0F\u6570\u70B9\u6570\u304C\u5927\u304D\u3059\u304E\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   113
compiler.err.fp.number.too.small=\u6D6E\u52D5\u5C0F\u6570\u70B9\u6570\u304C\u5C0F\u3055\u3059\u304E\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   114
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   115
compiler.err.generic.array.creation=\u6C4E\u7528\u914D\u5217\u3092\u4F5C\u6210\u3057\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   116
compiler.err.generic.throwable=\u6C4E\u7528\u30AF\u30E9\u30B9\u306Fjava.lang.Throwable\u3092\u62E1\u5F35\u3067\u304D\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   117
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   118
compiler.err.icls.cant.have.static.decl=\u5185\u90E8\u30AF\u30E9\u30B9\u304Cstatic\u5BA3\u8A00\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   119
compiler.err.illegal.char=\\{0}\u306F\u4E0D\u6B63\u306A\u6587\u5B57\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   120
compiler.err.illegal.char.for.encoding=\u3053\u306E\u6587\u5B57\u306F\u3001\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0{0}\u306B\u30DE\u30C3\u30D7\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   121
compiler.err.illegal.combination.of.modifiers=\u4FEE\u98FE\u5B50{0}\u3068{1}\u306E\u7D44\u5408\u305B\u306F\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   122
compiler.err.illegal.enum.static.ref=\u521D\u671F\u5316\u5B50\u304B\u3089static\u30D5\u30A3\u30FC\u30EB\u30C9\u3078\u306E\u53C2\u7167\u304C\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   123
compiler.err.illegal.esc.char=\u30A8\u30B9\u30B1\u30FC\u30D7\u6587\u5B57\u304C\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   124
compiler.err.illegal.forward.ref=\u524D\u65B9\u53C2\u7167\u304C\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   125
compiler.warn.forward.ref=\u521D\u671F\u5316\u3055\u308C\u308B\u524D\u306E\u5909\u6570''{0}''\u3092\u53C2\u7167\u3057\u3088\u3046\u3068\u3057\u307E\u3057\u305F
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   126
compiler.err.illegal.self.ref=\u521D\u671F\u5316\u5B50\u5185\u306E\u81EA\u5DF1\u53C2\u7167
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   127
compiler.warn.self.ref=\u521D\u671F\u5316\u5B50\u5185\u306E\u5909\u6570''{0}''\u306E\u81EA\u5DF1\u53C2\u7167
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   128
compiler.err.illegal.generic.type.for.instof=instanceof\u306E\u7DCF\u79F0\u578B\u304C\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   129
compiler.err.illegal.initializer.for.type={0}\u306E\u521D\u671F\u5316\u5B50\u304C\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   130
compiler.err.illegal.line.end.in.char.lit=\u6587\u5B57\u30EA\u30C6\u30E9\u30EB\u306E\u884C\u672B\u304C\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   131
compiler.err.illegal.nonascii.digit=\u4E0D\u6B63\u306A\u975EASCII\u6570\u5B57\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   132
compiler.err.illegal.underscore=\u4E0D\u6B63\u306A\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   133
compiler.err.illegal.qual.not.icls=\u4FEE\u98FE\u5B50\u304C\u4E0D\u6B63\u3067\u3059\u3002{0}\u306F\u5185\u90E8\u30AF\u30E9\u30B9\u3067\u306F\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   134
compiler.err.illegal.start.of.expr=\u5F0F\u306E\u958B\u59CB\u304C\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   135
compiler.err.illegal.start.of.type=\u578B\u306E\u958B\u59CB\u304C\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   136
compiler.err.illegal.unicode.esc=Unicode\u30A8\u30B9\u30B1\u30FC\u30D7\u304C\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   137
compiler.err.import.requires.canonical=\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u306F{0}\u306E\u6A19\u6E96\u540D\u304C\u5FC5\u8981\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   138
compiler.err.improperly.formed.type.param.missing=\u578B\u306E\u5F62\u5F0F\u304C\u4E0D\u9069\u5207\u3067\u3059\u3002\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   139
compiler.err.improperly.formed.type.inner.raw.param=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   140
compiler.err.incomparable.types=\u578B{0}\u3068{1}\u306F\u6BD4\u8F03\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   141
compiler.err.int.number.too.large=\u6574\u6570{0}\u304C\u5927\u304D\u3059\u304E\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   142
compiler.err.internal.error.cant.instantiate=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   143
compiler.err.intf.annotation.members.cant.have.params=@interface\u30E1\u30F3\u30D0\u30FC\u304C\u30D1\u30E9\u30E1\u30FC\u30BF\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   144
compiler.err.intf.annotation.cant.have.type.params=@interface\u304C\u578B\u30D1\u30E9\u30E1\u30FC\u30BF\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   145
compiler.err.intf.annotation.members.cant.have.type.params=@interface\u30E1\u30F3\u30D0\u30FC\u304C\u578B\u30D1\u30E9\u30E1\u30FC\u30BF\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   146
compiler.err.intf.annotation.member.clash=@interface\u30E1\u30F3\u30D0\u30FC\u306F{1}\u306E\u30E1\u30BD\u30C3\u30C9''{0}''\u3068\u7AF6\u5408\u3057\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   147
compiler.err.intf.expected.here=\u3053\u3053\u306B\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u304C\u5FC5\u8981\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   148
compiler.err.intf.meth.cant.have.body=\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u30FB\u30E1\u30BD\u30C3\u30C9\u304C\u672C\u4F53\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   149
compiler.err.invalid.annotation.member.type=\u6CE8\u91C8\u30E1\u30F3\u30D0\u30FC\u306E\u578B\u304C\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   150
compiler.err.invalid.binary.number=2\u9032\u6570\u5B57\u306F\u5C11\u306A\u304F\u3068\u30821\u6841\u306E2\u9032\u6570\u3092\u542B\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   151
compiler.err.invalid.hex.number=16\u9032\u6570\u5B57\u306F\u5C11\u306A\u304F\u3068\u30821\u6841\u306E16\u9032\u6570\u3092\u542B\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   152
compiler.err.invalid.meth.decl.ret.type.req=\u7121\u52B9\u306A\u30E1\u30BD\u30C3\u30C9\u5BA3\u8A00\u3067\u3059\u3002\u623B\u308A\u5024\u306E\u578B\u304C\u5FC5\u8981\u3067\u3059\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   153
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   154
compiler.err.label.already.in.use=\u30E9\u30D9\u30EB{0}\u306F\u3059\u3067\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   155
compiler.err.local.var.accessed.from.icls.needs.final=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   156
compiler.err.local.enum=\u5217\u6319\u578B\u306F\u30ED\u30FC\u30AB\u30EB\u306B\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   157
compiler.err.cannot.create.array.with.type.arguments=\u578B\u5F15\u6570\u3092\u6301\u3064\u914D\u5217\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   158
06bc494ca11e Initial load
duke
parents:
diff changeset
   159
#
06bc494ca11e Initial load
duke
parents:
diff changeset
   160
# limits.  We don't give the limits in the diagnostic because we expect
06bc494ca11e Initial load
duke
parents:
diff changeset
   161
# them to change, yet we want to use the same diagnostic.  These are all
06bc494ca11e Initial load
duke
parents:
diff changeset
   162
# detected during code generation.
06bc494ca11e Initial load
duke
parents:
diff changeset
   163
#
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   164
compiler.err.limit.code=\u30B3\u30FC\u30C9\u304C\u5927\u304D\u3059\u304E\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   165
compiler.err.limit.code.too.large.for.try.stmt=try\u6587\u306E\u30B3\u30FC\u30C9\u304C\u5927\u304D\u3059\u304E\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   166
compiler.err.limit.dimensions=\u914D\u5217\u578B\u306E\u6B21\u5143\u304C\u591A\u3059\u304E\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   167
compiler.err.limit.locals=\u30ED\u30FC\u30AB\u30EB\u5909\u6570\u304C\u591A\u3059\u304E\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   168
compiler.err.limit.parameters=\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u591A\u3059\u304E\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   169
compiler.err.limit.pool=\u5B9A\u6570\u304C\u591A\u3059\u304E\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   170
compiler.err.limit.pool.in.class=\u30AF\u30E9\u30B9{0}\u5185\u306E\u5B9A\u6570\u304C\u591A\u3059\u304E\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   171
compiler.err.limit.stack=\u30B3\u30FC\u30C9\u304C\u8981\u6C42\u3059\u308B\u30B9\u30BF\u30C3\u30AF\u304C\u591A\u3059\u304E\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   172
compiler.err.limit.string=\u5B9A\u6570\u6587\u5B57\u5217\u304C\u9577\u3059\u304E\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   173
compiler.err.limit.string.overflow=\u6587\u5B57\u5217\"{0}...\"\u306EUTF8\u8868\u73FE\u304C\u3001\u5B9A\u6570\u30D7\u30FC\u30EB\u306B\u5BFE\u3057\u3066\u9577\u3059\u304E\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   174
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   175
compiler.err.malformed.fp.lit=\u6D6E\u52D5\u5C0F\u6570\u70B9\u30EA\u30C6\u30E9\u30EB\u304C\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   176
compiler.err.method.does.not.override.superclass=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   177
compiler.err.missing.meth.body.or.decl.abstract=\u30E1\u30BD\u30C3\u30C9\u672C\u4F53\u304C\u306A\u3044\u304B\u3001abstract\u3068\u3057\u3066\u5BA3\u8A00\u3055\u308C\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   178
compiler.err.missing.ret.stmt=return\u6587\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   179
compiler.err.missing.ret.val=\u623B\u308A\u5024\u304C\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   180
compiler.err.mod.not.allowed.here=\u4FEE\u98FE\u5B50{0}\u3092\u3053\u3053\u3067\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   181
compiler.err.intf.not.allowed.here=\u3053\u3053\u3067\u306F\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u306F\u8A31\u53EF\u3055\u308C\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   182
compiler.err.enums.must.be.static=\u5217\u6319\u578B\u306E\u5BA3\u8A00\u306Fstatic\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u306E\u307F\u4F7F\u7528\u3067\u304D\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   183
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   184
compiler.err.name.clash.same.erasure=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   185
compiler.err.name.clash.same.erasure.no.override=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   186
compiler.err.name.reserved.for.internal.use={0}\u306F\u5185\u90E8\u3067\u306E\u4F7F\u7528\u306E\u305F\u3081\u4E88\u7D04\u3055\u308C\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   187
compiler.err.native.meth.cant.have.body=native\u30E1\u30BD\u30C3\u30C9\u304C\u672C\u4F53\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   188
compiler.err.neither.conditional.subtype=?\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\n2\u756A\u76EE\u306E\u30AA\u30DA\u30E9\u30F3\u30C9 : {0}\n3\u756A\u76EE\u306E\u30AA\u30DA\u30E9\u30F3\u30C9 : {1}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   189
compiler.err.new.not.allowed.in.annotation=''new''\u306F\u6CE8\u91C8\u306B\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   190
compiler.err.no.annotation.member={1}\u306E\u6CE8\u91C8\u30E1\u30F3\u30D0\u30FC{0}\u304C\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   191
compiler.err.no.encl.instance.of.type.in.scope=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   192
compiler.err.no.intf.expected.here=\u3053\u3053\u306B\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u306F\u5FC5\u8981\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   193
compiler.err.no.match.entry={0}\u306F{1}\u306E\u30A8\u30F3\u30C8\u30EA\u306B\u9069\u5408\u3057\u307E\u305B\u3093\u3002{2}\u304C\u5FC5\u8981\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   194
compiler.err.not.annotation.type={0}\u306F\u6CE8\u91C8\u578B\u3067\u306F\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   195
compiler.err.not.def.access.class.intf.cant.access={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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   196
compiler.err.not.def.public.cant.access={1}\u306E{0}\u306Fpublic\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   197
compiler.err.not.loop.label={0}\u306F\u30EB\u30FC\u30D7\u30FB\u30E9\u30D9\u30EB\u3067\u306F\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   198
compiler.err.not.stmt=\u6587\u3067\u306F\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   199
compiler.err.not.encl.class={0}\u306F\u5185\u90E8\u30AF\u30E9\u30B9\u3092\u56F2\u307F\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   200
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   201
compiler.err.operator.cant.be.applied=\u6F14\u7B97\u5B50{0}\u306F{1}\u306B\u9069\u7528\u3067\u304D\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   202
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   203
compiler.err.pkg.annotations.sb.in.package-info.java=\u30D1\u30C3\u30B1\u30FC\u30B8\u306E\u6CE8\u91C8\u306F\u30D5\u30A1\u30A4\u30EBpackage-info.java\u5185\u306B\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   204
compiler.err.pkg.clashes.with.class.of.same.name=\u30D1\u30C3\u30B1\u30FC\u30B8{0}\u306F\u540C\u540D\u306E\u30AF\u30E9\u30B9\u3068\u7AF6\u5408\u3057\u3066\u3044\u307E\u3059
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   205
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   206
compiler.err.warnings.and.werror=\u8B66\u544A\u304C\u898B\u3064\u304B\u308A-Werror\u304C\u6307\u5B9A\u3055\u308C\u307E\u3057\u305F
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   207
06bc494ca11e Initial load
duke
parents:
diff changeset
   208
# Errors related to annotation processing
06bc494ca11e Initial load
duke
parents:
diff changeset
   209
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   210
compiler.err.proc.cant.access={0}\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\n{1}\n\u8A73\u7D30\u306F\u6B21\u306E\u30B9\u30BF\u30C3\u30AF\u30C8\u30EC\u30FC\u30B9\u3067\u8ABF\u67FB\u3057\u3066\u304F\u3060\u3055\u3044\u3002\n{2}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   211
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   212
compiler.err.proc.cant.find.class=''{0}''\u306E\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   213
06bc494ca11e Initial load
duke
parents:
diff changeset
   214
# Print a client-generated error message; assumed to be localized, no translation required
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   215
compiler.err.proc.messager={0}
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   216
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   217
compiler.err.proc.no.explicit.annotation.processing.requested=\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\u30EA\u30AF\u30A8\u30B9\u30C8\u3055\u308C\u305F\u5834\u5408\u306E\u307F\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   218
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   219
compiler.err.proc.no.service=\u30B5\u30FC\u30D3\u30B9\u30FB\u30ED\u30FC\u30C0\u30FC\u30FB\u30AF\u30E9\u30B9\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002\njava.util.ServiceLoader\u304Bsun.misc.Service\u304C\u4F7F\u7528\u3067\u304D\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   220
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   221
compiler.err.proc.processor.bad.option.name=\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
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   222
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   223
compiler.err.proc.processor.cant.instantiate=\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
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   224
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   225
compiler.err.proc.processor.constructor.error=\u30D7\u30ED\u30BB\u30C3\u30B5\u30FB\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u306E\u69CB\u7BC9\u4E2D\u306B\u4F8B\u5916\u304C\u30B9\u30ED\u30FC\u3055\u308C\u307E\u3057\u305F: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   226
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   227
compiler.err.proc.processor.not.found=\u6CE8\u91C8\u30D7\u30ED\u30BB\u30C3\u30B5''{0}''\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   228
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   229
compiler.err.proc.processor.wrong.type=\u6CE8\u91C8\u30D7\u30ED\u30BB\u30C3\u30B5''{0}''\u304Cjavax.annotation.processing.Processor\u3092\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   230
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   231
compiler.err.proc.service.problem=\u30D7\u30ED\u30BB\u30C3\u30B5\u3092\u30ED\u30FC\u30C9\u3059\u308B\u305F\u3081\u306E\u30B5\u30FC\u30D3\u30B9\u30FB\u30ED\u30FC\u30C0\u30FC\u3092\u4F5C\u6210\u4E2D\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   232
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   233
compiler.err.proc.bad.config.file=\u30B5\u30FC\u30D3\u30B9\u69CB\u6210\u30D5\u30A1\u30A4\u30EB\u304C\u4E0D\u6B63\u3067\u3042\u308B\u304B\u3001\u30D7\u30ED\u30BB\u30C3\u30B5\u30FB\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u306E\u69CB\u7BC9\u4E2D\u306B\u4F8B\u5916\u304C\u30B9\u30ED\u30FC\u3055\u308C\u307E\u3057\u305F: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   234
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   235
compiler.err.proc.cant.create.loader=\u6CE8\u91C8\u30D7\u30ED\u30BB\u30C3\u30B5\u306E\u30AF\u30E9\u30B9\u30FB\u30ED\u30FC\u30C0\u30FC\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   236
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   237
compiler.err.qualified.new.of.static.class=static\u30AF\u30E9\u30B9\u306Enew\u304C\u4FEE\u98FE\u3055\u308C\u3066\u3044\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   238
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   239
compiler.err.recursive.ctor.invocation=\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF\u306E\u547C\u51FA\u3057\u304C\u518D\u5E30\u7684\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   240
compiler.err.ref.ambiguous={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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   241
compiler.err.repeated.annotation.target=\u6CE8\u91C8\u30BF\u30FC\u30B2\u30C3\u30C8\u304C\u7E70\u308A\u8FD4\u3055\u308C\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   242
compiler.err.repeated.interface=\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u304C\u7E70\u308A\u8FD4\u3055\u308C\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   243
compiler.err.repeated.modifier=\u4FEE\u98FE\u5B50\u304C\u7E70\u308A\u8FD4\u3055\u308C\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   244
compiler.err.report.access={0}\u306F{2}\u3067{1}\u30A2\u30AF\u30BB\u30B9\u3055\u308C\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   245
compiler.err.ret.outside.meth=\u30E1\u30BD\u30C3\u30C9\u306E\u5916\u306Ereturn\u6587\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   246
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   247
compiler.err.signature.doesnt.match.supertype=\u30B7\u30B0\u30CB\u30C1\u30E3\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   248
compiler.err.signature.doesnt.match.intf=\u30B7\u30B0\u30CB\u30C1\u30E3\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   249
compiler.err.does.not.override.abstract={0}\u306Fabstract\u3067\u306A\u304F\u3001{2}\u5185\u306Eabstract\u30E1\u30BD\u30C3\u30C9{1}\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   250
compiler.err.source.cant.overwrite.input.file=\u30BD\u30FC\u30B9\u306E\u66F8\u8FBC\u307F\u30A8\u30E9\u30FC\u3067\u3059\u3002\u5165\u529B\u30D5\u30A1\u30A4\u30EB{0}\u3092\u4E0A\u66F8\u304D\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   251
compiler.err.stack.sim.error=\u5185\u90E8\u30A8\u30E9\u30FC: {0}\u3067\u306E\u30B9\u30BF\u30C3\u30AF\u30FB\u30B7\u30DF\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30A8\u30E9\u30FC
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   252
compiler.err.static.imp.only.classes.and.interfaces=static import\u306F\u30AF\u30E9\u30B9\u3068\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u304B\u3089\u306E\u307F\u3068\u306A\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   253
compiler.err.string.const.req=\u5B9A\u6570\u306E\u6587\u5B57\u5217\u5F0F\u304C\u5FC5\u8981\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   254
compiler.err.synthetic.name.conflict=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   255
compiler.warn.synthetic.name.conflict=\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
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   256
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   257
compiler.err.throws.not.allowed.in.intf.annotation=throws\u7BC0\u3092@interface\u30E1\u30F3\u30D0\u30FC\u3067\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   258
compiler.err.try.without.catch.or.finally=''try''\u3078\u306E''catch''\u307E\u305F\u306F''finally''\u304C\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   259
compiler.err.try.without.catch.finally.or.resource.decls=''try''\u3078\u306E''catch''\u3001''finally''\u307E\u305F\u306F\u30EA\u30BD\u30FC\u30B9\u5BA3\u8A00\u304C\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   260
compiler.err.type.doesnt.take.params=\u578B{0}\u306F\u30D1\u30E9\u30E1\u30FC\u30BF\u3092\u3068\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   261
compiler.err.type.var.cant.be.deref=\u578B\u5909\u6570\u304B\u3089\u9078\u629E\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   262
compiler.err.type.var.may.not.be.followed.by.other.bounds=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   263
compiler.err.type.var.more.than.once=\u578B\u5909\u6570{0}\u306F{1}\u306E\u623B\u308A\u5024\u306E\u578B\u30672\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   264
compiler.err.type.var.more.than.once.in.result=\u578B\u5909\u6570{0}\u306F{1}\u306E\u578B\u30672\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   265
compiler.err.types.incompatible.diff.ret=\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
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   266
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   267
compiler.err.unclosed.char.lit=\u6587\u5B57\u30EA\u30C6\u30E9\u30EB\u304C\u9589\u3058\u3089\u308C\u3066\u3044\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   268
compiler.err.unclosed.comment=\u30B3\u30E1\u30F3\u30C8\u304C\u9589\u3058\u3089\u308C\u3066\u3044\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   269
compiler.err.unclosed.str.lit=\u6587\u5B57\u5217\u30EA\u30C6\u30E9\u30EB\u304C\u9589\u3058\u3089\u308C\u3066\u3044\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   270
compiler.err.unknown.enum.constant=\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB{0}\u5185: \u4E0D\u660E\u306A\u5217\u6319\u578B\u5B9A\u6570\u3067\u3059{1}.{2}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   271
compiler.err.unsupported.encoding=\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u306A\u3044\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u3067\u3059: {0}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   272
compiler.err.io.exception=\u30BD\u30FC\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u306E\u8AAD\u53D6\u308A\u30A8\u30E9\u30FC\u3067\u3059: {0}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   273
compiler.err.undef.label=\u30E9\u30D9\u30EB{0}\u306F\u672A\u5B9A\u7FA9\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   274
compiler.err.undetermined.type={0}\u306E\u578B\u30D1\u30E9\u30E1\u30FC\u30BF\u3092\u5224\u5225\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   275
compiler.err.undetermined.type.1=\u578B\u30D1\u30E9\u30E1\u30FC\u30BF{0}\u3092\u5224\u5225\u3067\u304D\u307E\u305B\u3093\u3002{1}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   276
compiler.err.invalid.inferred.types={0}\u306E\u63A8\u5B9A\u578B\u304C\u7121\u52B9\u3067\u3059\u3002{1}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   277
compiler.err.cant.apply.diamond={0}\u306E\u578B\u5F15\u6570\u3092\u63A8\u5B9A\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   278
compiler.err.cant.apply.diamond.1={0}\u306E\u578B\u5F15\u6570\u3092\u63A8\u5B9A\u3067\u304D\u307E\u305B\u3093\u3002\n\u7406\u7531: {1}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   279
compiler.err.unreachable.stmt=\u3053\u306E\u6587\u306B\u5236\u5FA1\u304C\u79FB\u308B\u3053\u3068\u306F\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   280
compiler.err.initializer.must.be.able.to.complete.normally=\u521D\u671F\u5316\u5B50\u306F\u6B63\u5E38\u306B\u5B8C\u4E86\u3067\u304D\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   281
compiler.err.unreported.exception.need.to.catch.or.throw=\u4F8B\u5916{0}\u306F\u5831\u544A\u3055\u308C\u307E\u305B\u3093\u3002\u30B9\u30ED\u30FC\u3059\u308B\u306B\u306F\u3001\u6355\u6349\u307E\u305F\u306F\u5BA3\u8A00\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   282
compiler.err.unreported.exception.default.constructor=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   283
compiler.err.unsupported.cross.fp.lit=16\u9032\u6D6E\u52D5\u5C0F\u6570\u70B9\u30EA\u30C6\u30E9\u30EB\u306F\u3053\u306EVM\u3067\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   284
compiler.err.void.not.allowed.here=\u3053\u3053\u3067''void''\u578B\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   285
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   286
compiler.err.wrong.number.type.args=\u578B\u5F15\u6570\u306E\u6570\u304C\u4E0D\u6B63\u3067\u3059\u3002{0}\u500B\u5FC5\u8981\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   287
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   288
compiler.err.var.might.already.be.assigned=\u5909\u6570{0}\u306F\u3059\u3067\u306B\u4EE3\u5165\u3055\u308C\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   289
compiler.err.var.might.not.have.been.initialized=\u5909\u6570{0}\u306F\u521D\u671F\u5316\u3055\u308C\u3066\u3044\u306A\u3044\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   290
compiler.err.var.might.be.assigned.in.loop=\u5909\u6570{0}\u306F\u30EB\u30FC\u30D7\u5185\u3067\u4EE3\u5165\u3055\u308C\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   291
06bc494ca11e Initial load
duke
parents:
diff changeset
   292
# In the following string, {1} will always be the detail message from
06bc494ca11e Initial load
duke
parents:
diff changeset
   293
# java.io.IOException.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   294
compiler.err.class.cant.write={0}\u306E\u66F8\u8FBC\u307F\u4E2D\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F: {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   295
06bc494ca11e Initial load
duke
parents:
diff changeset
   296
# In the following string, {0} is the name of the class in the Java source.
06bc494ca11e Initial load
duke
parents:
diff changeset
   297
# It really should be used two times..
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   298
compiler.err.class.public.should.be.in.file=\u30AF\u30E9\u30B9{0}\u306Fpublic\u3067\u3042\u308A\u3001\u30D5\u30A1\u30A4\u30EB{0}.java\u3067\u5BA3\u8A00\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   299
06bc494ca11e Initial load
duke
parents:
diff changeset
   300
## All errors which do not refer to a particular line in the source code are
06bc494ca11e Initial load
duke
parents:
diff changeset
   301
## preceded by this string.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   302
compiler.err.error=\u30A8\u30E9\u30FC:\u0020
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   303
06bc494ca11e Initial load
duke
parents:
diff changeset
   304
# The following error messages do not refer to a line in the source code.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   305
compiler.err.cant.read.file={0}\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   306
06bc494ca11e Initial load
duke
parents:
diff changeset
   307
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   308
06bc494ca11e Initial load
duke
parents:
diff changeset
   309
# Fatal Errors
06bc494ca11e Initial load
duke
parents:
diff changeset
   310
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   311
compiler.misc.fatal.err.no.java.lang=\u81F4\u547D\u7684\u30A8\u30E9\u30FC: \u30AF\u30E9\u30B9\u30D1\u30B9\u307E\u305F\u306F\u30D6\u30FC\u30C8\u30FB\u30AF\u30E9\u30B9\u30D1\u30B9\u3067\u30D1\u30C3\u30B1\u30FC\u30B8java.lang\u3092\u691C\u51FA\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   312
compiler.misc.fatal.err.cant.locate.meth=\u81F4\u547D\u7684\u30A8\u30E9\u30FC: \u30E1\u30BD\u30C3\u30C9{0}\u3092\u691C\u51FA\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   313
compiler.misc.fatal.err.cant.locate.field=\u81F4\u547D\u7684\u30A8\u30E9\u30FC: \u30D5\u30A3\u30FC\u30EB\u30C9{0}\u3092\u691C\u51FA\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   314
compiler.misc.fatal.err.cant.locate.ctor=\u81F4\u547D\u7684\u30A8\u30E9\u30FC: {0}\u306E\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF\u3092\u691C\u51FA\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   315
compiler.misc.fatal.err.cant.close.loader=\u81F4\u547D\u7684\u30A8\u30E9\u30FC: \u6CE8\u91C8\u30D7\u30ED\u30BB\u30C3\u30B5\u306E\u30AF\u30E9\u30B9\u30FB\u30ED\u30FC\u30C0\u30FC\u3092\u9589\u3058\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   316
06bc494ca11e Initial load
duke
parents:
diff changeset
   317
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   318
06bc494ca11e Initial load
duke
parents:
diff changeset
   319
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   320
## miscellaneous strings
06bc494ca11e Initial load
duke
parents:
diff changeset
   321
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   322
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   323
compiler.misc.source.unavailable=(\u30BD\u30FC\u30B9\u304C\u5229\u7528\u4E0D\u53EF)
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   324
compiler.misc.base.membership=\u3059\u3079\u3066\u306E\u30D9\u30FC\u30B9\u30FB\u30AF\u30E9\u30B9\u304C\u30E1\u30F3\u30D0\u30FC\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   325
compiler.misc.x.print.processor.info=\u30D7\u30ED\u30BB\u30C3\u30B5{0}\u306F{1}\u306B\u4E00\u81F4\u3057\u3001{2}\u3092\u8FD4\u3057\u307E\u3059\u3002
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   326
compiler.misc.x.print.rounds=\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}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   327
06bc494ca11e Initial load
duke
parents:
diff changeset
   328
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   329
06bc494ca11e Initial load
duke
parents:
diff changeset
   330
## The following string will appear before all messages keyed as:
06bc494ca11e Initial load
duke
parents:
diff changeset
   331
## "compiler.note".
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   332
compiler.note.note=\u6CE8\u610F:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   333
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   334
compiler.note.deprecated.filename={0}\u306F\u63A8\u5968\u3055\u308C\u306A\u3044API\u3092\u4F7F\u7528\u307E\u305F\u306F\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u3066\u3044\u307E\u3059\u3002
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   335
compiler.note.deprecated.plural=\u4E00\u90E8\u306E\u5165\u529B\u30D5\u30A1\u30A4\u30EB\u306F\u63A8\u5968\u3055\u308C\u306A\u3044API\u3092\u4F7F\u7528\u307E\u305F\u306F\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u3066\u3044\u307E\u3059\u3002
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   336
# The following string may appear after one of the above deprecation
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   337
# messages.
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   338
compiler.note.deprecated.recompile=\u8A73\u7D30\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   339
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   340
compiler.note.deprecated.filename.additional={0}\u306B\u63A8\u5968\u3055\u308C\u306A\u3044API\u306E\u8FFD\u52A0\u4F7F\u7528\u307E\u305F\u306F\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u304C\u3042\u308A\u307E\u3059\u3002
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   341
compiler.note.deprecated.plural.additional=\u4E00\u90E8\u306E\u5165\u529B\u30D5\u30A1\u30A4\u30EB\u306F\u63A8\u5968\u3055\u308C\u306A\u3044API\u3092\u8FFD\u52A0\u4F7F\u7528\u307E\u305F\u306F\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u3066\u3044\u307E\u3059\u3002
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   342
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   343
compiler.note.unchecked.filename={0}\u306E\u64CD\u4F5C\u306F\u3001\u672A\u30C1\u30A7\u30C3\u30AF\u307E\u305F\u306F\u5B89\u5168\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   344
compiler.note.unchecked.plural=\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
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   345
# The following string may appear after one of the above deprecation
06bc494ca11e Initial load
duke
parents:
diff changeset
   346
# messages.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   347
compiler.note.unchecked.recompile=\u8A73\u7D30\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
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   348
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   349
compiler.note.unchecked.filename.additional={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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   350
compiler.note.unchecked.plural.additional=\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
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   351
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   352
compiler.note.varargs.filename={0}\u306F\u3001\u5B89\u5168\u3067\u306F\u306A\u3044\u53EF\u5909\u5F15\u6570\u30E1\u30BD\u30C3\u30C9\u3092\u5BA3\u8A00\u3057\u3066\u3044\u307E\u3059\u3002
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   353
compiler.note.varargs.plural=\u4E00\u90E8\u306E\u5165\u529B\u30D5\u30A1\u30A4\u30EB\u306F\u3001\u5B89\u5168\u3067\u306F\u306A\u3044\u53EF\u5909\u5F15\u6570\u30E1\u30BD\u30C3\u30C9\u3092\u5BA3\u8A00\u3057\u3066\u3044\u307E\u3059\u3002
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   354
# The following string may appear after one of the above unsafe varargs
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   355
# messages.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   356
compiler.note.varargs.recompile=\u8A73\u7D30\u306F\u3001-Xlint:varargs\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u6307\u5B9A\u3057\u3066\u518D\u30B3\u30F3\u30D1\u30A4\u30EB\u3057\u3066\u304F\u3060\u3055\u3044\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   357
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   358
compiler.note.varargs.filename.additional={0}\u306F\u3001\u5B89\u5168\u3067\u306F\u306A\u3044\u8FFD\u52A0\u306E\u53EF\u5909\u5F15\u6570\u30E1\u30BD\u30C3\u30C9\u3092\u5BA3\u8A00\u3057\u3066\u3044\u307E\u3059\u3002
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   359
compiler.note.varargs.plural.additional=\u4E00\u90E8\u306E\u5165\u529B\u30D5\u30A1\u30A4\u30EB\u306F\u3001\u5B89\u5168\u3067\u306F\u306A\u3044\u53EF\u5909\u5F15\u6570\u30E1\u30BD\u30C3\u30C9\u3092\u8FFD\u52A0\u3067\u5BA3\u8A00\u3057\u3066\u3044\u307E\u3059\u3002
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   360
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   361
compiler.note.sunapi.filename={0}\u306F\u3001\u4ECA\u5F8C\u306E\u30EA\u30EA\u30FC\u30B9\u3067\u524A\u9664\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308B\u5185\u90E8\u6240\u6709\u306EAPI\u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   362
compiler.note.sunapi.plural=\u4E00\u90E8\u306E\u5165\u529B\u30D5\u30A1\u30A4\u30EB\u306F\u3001\u4ECA\u5F8C\u306E\u30EA\u30EA\u30FC\u30B9\u3067\u524A\u9664\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308B\u5185\u90E8\u6240\u6709\u306EAPI\u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   363
# The following string may appear after one of the above sunapi messages.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   364
compiler.note.sunapi.recompile=\u8A73\u7D30\u306F\u3001-Xlint:sunapi\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u6307\u5B9A\u3057\u3066\u518D\u30B3\u30F3\u30D1\u30A4\u30EB\u3057\u3066\u304F\u3060\u3055\u3044\u3002
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   365
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   366
compiler.note.sunapi.filename.additional={0}\u306F\u3001\u4ECA\u5F8C\u306E\u30EA\u30EA\u30FC\u30B9\u3067\u524A\u9664\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308B\u8FFD\u52A0\u306E\u5185\u90E8\u6240\u6709\u306EAPI\u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   367
compiler.note.sunapi.plural.additional=\u4E00\u90E8\u306E\u5165\u529B\u30D5\u30A1\u30A4\u30EB\u306F\u3001\u4ECA\u5F8C\u306E\u30EA\u30EA\u30FC\u30B9\u3067\u524A\u9664\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308B\u5185\u90E8\u6240\u6709\u306EAPI\u3092\u8FFD\u52A0\u3067\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   368
06bc494ca11e Initial load
duke
parents:
diff changeset
   369
# Notes related to annotation processing
06bc494ca11e Initial load
duke
parents:
diff changeset
   370
06bc494ca11e Initial load
duke
parents:
diff changeset
   371
# Print a client-generated note; assumed to be localized, no translation required
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   372
compiler.note.proc.messager={0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   373
06bc494ca11e Initial load
duke
parents:
diff changeset
   374
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   375
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   376
compiler.misc.count.error=\u30A8\u30E9\u30FC{0}\u500B
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   377
compiler.misc.count.error.plural=\u30A8\u30E9\u30FC{0}\u500B
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   378
compiler.misc.count.warn=\u8B66\u544A{0}\u500B
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   379
compiler.misc.count.warn.plural=\u8B66\u544A{0}\u500B
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   380
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   381
compiler.misc.version.not.available=(\u30D0\u30FC\u30B8\u30E7\u30F3\u60C5\u5831\u304C\u3042\u308A\u307E\u305B\u3093)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   382
06bc494ca11e Initial load
duke
parents:
diff changeset
   383
## extra output when using -verbose (JavaCompiler)
06bc494ca11e Initial load
duke
parents:
diff changeset
   384
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   385
compiler.misc.verbose.checking.attribution=[{0}\u3092\u78BA\u8A8D\u4E2D]
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   386
compiler.misc.verbose.parsing.done=[{0}\u30DF\u30EA\u79D2\u3067\u69CB\u6587\u89E3\u6790\u5B8C\u4E86]
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   387
compiler.misc.verbose.parsing.started=[{0}\u3092\u69CB\u6587\u89E3\u6790\u958B\u59CB]
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   388
compiler.misc.verbose.total=[\u5408\u8A08{0}\u30DF\u30EA\u79D2]
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   389
compiler.misc.verbose.wrote.file=[{0}\u3092\u66F8\u8FBC\u307F\u5B8C\u4E86]
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   390
06bc494ca11e Initial load
duke
parents:
diff changeset
   391
## extra output when using -verbose (Retro)
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   392
compiler.misc.verbose.retro=[{0}\u3092\u7D44\u66FF\u3048\u4E2D]
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   393
compiler.misc.verbose.retro.with=\t{0}\u3092{1}\u3067\u7D44\u66FF\u3048\u4E2D\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   394
compiler.misc.verbose.retro.with.list=\t{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\u66FF\u3048\u4E2D\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   395
06bc494ca11e Initial load
duke
parents:
diff changeset
   396
## extra output when using -verbose (code/ClassReader)
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   397
compiler.misc.verbose.loading=[{0}\u3092\u8AAD\u8FBC\u307F\u4E2D]
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   398
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   399
compiler.misc.verbose.sourcepath=[\u30BD\u30FC\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u306E\u691C\u7D22\u30D1\u30B9: {0}]
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   400
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   401
compiler.misc.verbose.classpath=[\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u306E\u691C\u7D22\u30D1\u30B9: {0}]
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   402
06bc494ca11e Initial load
duke
parents:
diff changeset
   403
## extra output when using -checkclassfile (code/ClassReader)
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   404
compiler.misc.ccf.found.later.version=\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB{0}\u306B\u4E88\u60F3\u5916\u306E\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   405
compiler.misc.ccf.unrecognized.attribute={0}\u306F\u8A8D\u8B58\u3055\u308C\u306A\u3044\u5C5E\u6027\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   406
06bc494ca11e Initial load
duke
parents:
diff changeset
   407
## extra output when using -prompt (util/Log)
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   408
compiler.misc.resume.abort=R)\u518D\u958B,A)\u4E2D\u6B62>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   409
06bc494ca11e Initial load
duke
parents:
diff changeset
   410
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   411
06bc494ca11e Initial load
duke
parents:
diff changeset
   412
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   413
## warnings
06bc494ca11e Initial load
duke
parents:
diff changeset
   414
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   415
06bc494ca11e Initial load
duke
parents:
diff changeset
   416
## All warning messages are preceded by the following string.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   417
compiler.warn.warning=\u8B66\u544A:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   418
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   419
## Warning messages may also include the following prefix to identify a
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   420
## lint option
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   421
compiler.warn.lintOption=[{0}]\u0020
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   422
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   423
compiler.warn.constant.SVUID=serialVersionUID\u306F\u30AF\u30E9\u30B9{0}\u306E\u5B9A\u6570\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   424
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   425
compiler.warn.dir.path.element.not.found=\u4E0D\u6B63\u306A\u30D1\u30B9\u8981\u7D20"{0}": \u305D\u306E\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306F\u5B58\u5728\u3057\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   426
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   427
compiler.warn.finally.cannot.complete=finally\u7BC0\u304C\u6B63\u5E38\u306B\u5B8C\u4E86\u3067\u304D\u307E\u305B\u3093
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   428
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   429
compiler.warn.has.been.deprecated={1}\u306E{0}\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   430
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   431
compiler.warn.sun.proprietary={0}\u306F\u5185\u90E8\u6240\u6709\u306EAPI\u3067\u3042\u308A\u3001\u4ECA\u5F8C\u306E\u30EA\u30EA\u30FC\u30B9\u3067\u524A\u9664\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   432
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   433
compiler.warn.illegal.char.for.encoding=\u3053\u306E\u6587\u5B57\u306F\u3001\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0{0}\u306B\u30DE\u30C3\u30D7\u3067\u304D\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   434
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   435
compiler.warn.improper.SVUID=serialVersionUID\u306F\u3001\u30AF\u30E9\u30B9{0}\u306Bstatic final\u3092\u5BA3\u8A00\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   436
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   437
compiler.warn.inexact.non-varargs.call=\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\u51FA\u3057\u3002\n\u53EF\u5909\u5F15\u6570\u547C\u51FA\u3057\u306B\u95A2\u3057\u3066\u306F{0}\u306B\u30AD\u30E3\u30B9\u30C8\u3057\u307E\u3059\u3002\n\u975E\u53EF\u5909\u5F15\u6570\u547C\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
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   438
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   439
compiler.warn.long.SVUID=serialVersionUID\u306F\u3001\u30AF\u30E9\u30B9{0}\u306Elong\u578B\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   440
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   441
compiler.warn.missing.SVUID=\u76F4\u5217\u5316\u53EF\u80FD\u306A\u30AF\u30E9\u30B9{0}\u306B\u306F\u3001serialVersionUID\u304C\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   442
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   443
compiler.warn.override.varargs.missing={0}\u3002\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3055\u308C\u305F\u30E1\u30BD\u30C3\u30C9\u306B\u306F''...''\u304C\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   444
compiler.warn.override.varargs.extra={0}\u3002\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u3066\u3044\u308B\u30E1\u30BD\u30C3\u30C9\u306B\u306F''...''\u304C\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   445
compiler.warn.override.bridge={0}\u3002\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3055\u308C\u305F\u30E1\u30BD\u30C3\u30C9\u306F\u30D6\u30EA\u30C3\u30B8\u30FB\u30E1\u30BD\u30C3\u30C9\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   446
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   447
compiler.warn.pkg-info.already.seen=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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   448
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   449
compiler.warn.path.element.not.found=\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
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   450
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   451
compiler.warn.possible.fall-through.into.case=case\u306Bfall-through\u3059\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   452
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   453
compiler.warn.redundant.cast={0}\u3078\u306E\u5197\u9577\u306A\u30AD\u30E3\u30B9\u30C8\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   454
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   455
compiler.warn.position.overflow=\u4F4D\u7F6E\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u304C\u884C{0}\u3067\u30AA\u30FC\u30D0\u30FC\u30D5\u30ED\u30FC\u3057\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   456
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   457
compiler.warn.big.major.version={0}: \u30E1\u30B8\u30E3\u30FC\u30FB\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\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3{2}\u3088\u308A\u65B0\u3057\u3044\u3067\u3059\u3002\n\u30B3\u30F3\u30D1\u30A4\u30E9\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3092\u304A\u85A6\u3081\u3057\u307E\u3059\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   458
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   459
compiler.warn.static.not.qualified.by.type=static {0}\u306F\u5F0F\u3067\u306F\u306A\u304F\u578B\u540D{1}\u3067\u4FEE\u98FE\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   460
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   461
compiler.warn.source.no.bootclasspath=\u30D6\u30FC\u30C8\u30B9\u30C8\u30E9\u30C3\u30D7\u30FB\u30AF\u30E9\u30B9\u30D1\u30B9\u304C-source {0}\u3068\u4E00\u7DD2\u306B\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   462
06bc494ca11e Initial load
duke
parents:
diff changeset
   463
# Warnings related to annotation processing
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   464
compiler.warn.proc.package.does.not.exist=\u30D1\u30C3\u30B1\u30FC\u30B8{0}\u306F\u5B58\u5728\u3057\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   465
compiler.warn.proc.file.reopening=''{0}''\u7528\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u8907\u6570\u56DE\u4F5C\u6210\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   466
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   467
compiler.warn.proc.type.already.exists=\u30BF\u30A4\u30D7''{0}''\u306E\u30D5\u30A1\u30A4\u30EB\u306F\u3059\u3067\u306B\u30BD\u30FC\u30B9\u30FB\u30D1\u30B9\u307E\u305F\u306F\u30AF\u30E9\u30B9\u30D1\u30B9\u306B\u5B58\u5728\u3057\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   468
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   469
compiler.warn.proc.type.recreate=\u30BF\u30A4\u30D7''{0}''\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u8907\u6570\u56DE\u4F5C\u6210\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   470
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   471
compiler.warn.proc.illegal.file.name=\u7121\u52B9\u306A\u540D\u524D''{0}''\u306E\u30D5\u30A1\u30A4\u30EB\u306F\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   472
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   473
compiler.warn.proc.suspicious.class.name=\u540D\u524D\u304C{1}\u3067\u7D42\u308F\u308B\u578B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u4F5C\u6210\u3057\u3066\u3044\u307E\u3059: ''{0}''
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   474
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   475
compiler.warn.proc.file.create.last.round=\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
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   476
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   477
compiler.warn.proc.malformed.supported.string=\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
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   478
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   479
compiler.warn.proc.annotations.without.processors=\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}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   480
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   481
compiler.warn.proc.processor.incompatible.source.version=\u6CE8\u91C8\u30D7\u30ED\u30BB\u30C3\u30B5''{1}''\u304B\u3089-source ''{2}''\u3088\u308A\u5C0F\u3055\u3044\u30BD\u30FC\u30B9\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3''{0}''\u304C\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   482
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   483
compiler.warn.proc.proc-only.requested.no.procs=\u30B3\u30F3\u30D1\u30A4\u30EB\u306A\u3057\u306E\u6CE8\u91C8\u51E6\u7406\u304C\u30EA\u30AF\u30A8\u30B9\u30C8\u3055\u308C\u307E\u3057\u305F\u304C\u3001\u30D7\u30ED\u30BB\u30C3\u30B5\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   484
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   485
compiler.warn.proc.use.implicit=\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-implicit\u3092\u4F7F\u7528\u3057\u6697\u9ED9\u7684\u30B3\u30F3\u30D1\u30A4\u30EB\u306E\u30DD\u30EA\u30B7\u30FC\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   486
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   487
compiler.warn.proc.use.proc.or.implicit=\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-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\u304F\u3060\u3055\u3044\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   488
06bc494ca11e Initial load
duke
parents:
diff changeset
   489
# Print a client-generated warning; assumed to be localized, no translation required
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   490
compiler.warn.proc.messager={0}
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   491
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   492
compiler.warn.proc.unclosed.type.files=\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
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   493
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   494
compiler.warn.proc.unmatched.processor.options=\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}''
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   495
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   496
compiler.warn.try.explicit.close.call=\u81EA\u52D5\u30AF\u30ED\u30FC\u30BA\u53EF\u80FD\u306A\u30EA\u30BD\u30FC\u30B9\u306B\u304A\u3051\u308Bclose()\u306E\u660E\u793A\u7684\u547C\u51FA\u3057
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   497
compiler.warn.try.resource.not.referenced=\u81EA\u52D5\u30AF\u30ED\u30FC\u30BA\u53EF\u80FD\u306A\u30EA\u30BD\u30FC\u30B9{0}\u306F\u5BFE\u5FDC\u3059\u308Btry\u6587\u306E\u672C\u4F53\u3067\u306F\u53C2\u7167\u3055\u308C\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   498
compiler.warn.unchecked.assign={0}\u304B\u3089{1}\u3078\u306E\u7121\u691C\u67FB\u4EE3\u5165\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   499
compiler.warn.unchecked.assign.to.var=raw\u578B{1}\u306E\u30E1\u30F3\u30D0\u30FC\u3068\u3057\u3066\u5909\u6570{0}\u3078\u306E\u7121\u691C\u67FB\u4EE3\u5165\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   500
compiler.warn.unchecked.call.mbr.of.raw.type=raw\u578B{1}\u306E\u30E1\u30F3\u30D0\u30FC\u3068\u3057\u3066\u306E{0}\u3078\u306E\u7121\u691C\u67FB\u547C\u51FA\u3057\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   501
compiler.warn.unchecked.cast.to.type=\u578B{0}\u3078\u306E\u7121\u691C\u67FB\u30AD\u30E3\u30B9\u30C8\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   502
compiler.warn.unchecked.meth.invocation.applied=\u7121\u691C\u67FB\u30E1\u30BD\u30C3\u30C9\u547C\u51FA\u3057: {4} {5}\u306E{0} {1}\u306F\u6307\u5B9A\u3055\u308C\u305F\u578B\u306B\u9069\u7528\u3055\u308C\u307E\u3059\n\u671F\u5F85\u5024: {2}\n\u691C\u51FA\u5024: {3}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   503
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   504
compiler.warn.unchecked.generic.array.creation=\u578B{0}\u306E\u53EF\u5909\u5F15\u6570\u30D1\u30E9\u30E1\u30FC\u30BF\u306B\u5BFE\u3059\u308B\u7DCF\u79F0\u578B\u914D\u5217\u306E\u7121\u691C\u67FB\u4F5C\u6210\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   505
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   506
compiler.warn.varargs.non.reifiable.type=\u30D1\u30E9\u30E1\u30FC\u30BF\u5316\u3055\u308C\u305F\u53EF\u5909\u5F15\u6570\u578B{0}\u304B\u3089\u306E\u30D2\u30FC\u30D7\u6C5A\u67D3\u306E\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   507
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   508
compiler.warn.missing.deprecated.annotation=\u63A8\u5968\u3055\u308C\u306A\u3044\u9805\u76EE\u306F@Deprecated\u3067\u6CE8\u91C8\u304C\u4ED8\u3051\u3089\u308C\u3066\u3044\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   509
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   510
compiler.warn.invalid.archive.file=\u30D1\u30B9\u4E0A\u306E\u4E88\u671F\u3057\u306A\u3044\u30D5\u30A1\u30A4\u30EB: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   511
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   512
compiler.warn.unexpected.archive.file=\u30A2\u30FC\u30AB\u30A4\u30D6\u30FB\u30D5\u30A1\u30A4\u30EB\u306E\u4E88\u671F\u3057\u306A\u3044\u62E1\u5F35\u5B50: {0}
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   513
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   514
compiler.warn.div.zero=\u30BC\u30ED\u3067\u9664\u7B97
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   515
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   516
compiler.warn.empty.if=if\u4EE5\u964D\u304C\u7A7A\u306E\u6587\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   517
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   518
compiler.warn.annotation.method.not.found=\u30BF\u30A4\u30D7''{0}''\u5185\u306B\u6CE8\u91C8\u30E1\u30BD\u30C3\u30C9''{1}()''\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   519
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   520
compiler.warn.annotation.method.not.found.reason=\u30BF\u30A4\u30D7''{0}''\u5185\u306B\u6CE8\u91C8\u30E1\u30BD\u30C3\u30C9''{1}()''\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093: {2}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   521
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   522
compiler.warn.raw.class.use=raw\u578B\u304C\u898B\u3064\u304B\u308A\u307E\u3057\u305F: {0}\n\u6C4E\u7528\u30AF\u30E9\u30B9{1}\u306E\u578B\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   523
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   524
compiler.warn.diamond.redundant.args=\u65B0\u3057\u3044\u5F0F\u306E\u578B\u5F15\u6570\u304C\u91CD\u8907\u3057\u3066\u3044\u307E\u3059(\u304B\u308F\u308A\u306B\u30C0\u30A4\u30E4\u30E2\u30F3\u30C9\u6F14\u7B97\u5B50\u3092\u4F7F\u7528\u3057\u307E\u3059)\u3002
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   525
compiler.warn.diamond.redundant.args.1=\u65B0\u3057\u3044\u5F0F\u306E\u578B\u5F15\u6570\u304C\u91CD\u8907\u3057\u3066\u3044\u307E\u3059(\u304B\u308F\u308A\u306B\u30C0\u30A4\u30E4\u30E2\u30F3\u30C9\u6F14\u7B97\u5B50\u3092\u4F7F\u7528\u3057\u307E\u3059)\u3002\n\u660E\u793A\u7684: {0}\n\u63A8\u5B9A: {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   526
06bc494ca11e Initial load
duke
parents:
diff changeset
   527
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   528
06bc494ca11e Initial load
duke
parents:
diff changeset
   529
## The following are tokens which are non-terminals in the language. They should
06bc494ca11e Initial load
duke
parents:
diff changeset
   530
## be named as JLS3 calls them when translated to the appropriate language.
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   531
compiler.misc.token.identifier=<identifier>
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   532
compiler.misc.token.character=<character>
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   533
compiler.misc.token.string=<string>
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   534
compiler.misc.token.integer=<integer>
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   535
compiler.misc.token.long-integer=<long integer>
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   536
compiler.misc.token.float=<float>
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   537
compiler.misc.token.double=<double>
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   538
compiler.misc.token.bad-symbol=<bad symbol>
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   539
compiler.misc.token.end-of-input=<end of input>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   540
06bc494ca11e Initial load
duke
parents:
diff changeset
   541
## The argument to the following string will always be one of the following:
06bc494ca11e Initial load
duke
parents:
diff changeset
   542
## 1. one of the above non-terminals
06bc494ca11e Initial load
duke
parents:
diff changeset
   543
## 2. a keyword (JLS1.8)
06bc494ca11e Initial load
duke
parents:
diff changeset
   544
## 3. a boolean literal (JLS3.10.3)
06bc494ca11e Initial load
duke
parents:
diff changeset
   545
## 4. the null literal (JLS3.10.7)
06bc494ca11e Initial load
duke
parents:
diff changeset
   546
## 5. a Java separator (JLS3.11)
06bc494ca11e Initial load
duke
parents:
diff changeset
   547
## 6. an operator (JLS3.12)
06bc494ca11e Initial load
duke
parents:
diff changeset
   548
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   549
## This is the only place these tokens will be used.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   550
compiler.err.expected={0}\u304C\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   551
compiler.err.expected2={0}\u307E\u305F\u306F{1}\u304C\u3042\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   552
compiler.err.expected3={0}\u3001{1}\u307E\u305F\u306F{2}\u304C\u3042\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   553
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   554
compiler.err.premature.eof=\u69CB\u6587\u89E3\u6790\u4E2D\u306B\u30D5\u30A1\u30A4\u30EB\u306E\u7D42\u308F\u308A\u306B\u79FB\u308A\u307E\u3057\u305F
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   555
06bc494ca11e Initial load
duke
parents:
diff changeset
   556
## The following are related in form, but do not easily fit the above paradigm.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   557
compiler.err.dot.class.expected=''.class''\u304C\u3042\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   558
06bc494ca11e Initial load
duke
parents:
diff changeset
   559
## The argument to this string will always be either 'case' or 'default'.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   560
compiler.err.orphaned={0}\u306B\u306F\u89AA\u304C\u3042\u308A\u307E\u305B\u3093
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   561
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   562
compiler.misc.anonymous.class=<anonymous {0}>
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   563
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   564
compiler.misc.type.captureof={1}\u306E\u30AD\u30E3\u30D7\u30C1\u30E3#{0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   565
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   566
compiler.misc.type.captureof.1=\u30AD\u30E3\u30D7\u30C1\u30E3#{0}
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   567
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   568
compiler.misc.type.none=<none>
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   569
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   570
compiler.misc.unnamed.package=\u540D\u524D\u306E\u306A\u3044\u30D1\u30C3\u30B1\u30FC\u30B8
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   571
06bc494ca11e Initial load
duke
parents:
diff changeset
   572
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   573
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   574
compiler.err.cant.access={0}\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\n{1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   575
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   576
compiler.misc.bad.class.file.header=\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB{0}\u306F\u4E0D\u6B63\u3067\u3059\n{1}\n\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   577
compiler.misc.bad.source.file.header=\u30BD\u30FC\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB{0}\u306F\u4E0D\u6B63\u3067\u3059\n{1}\n\u524A\u9664\u3059\u308B\u304B\u3001\u30BD\u30FC\u30B9\u30FB\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
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   578
06bc494ca11e Initial load
duke
parents:
diff changeset
   579
## The following are all possible strings for the second argument ({1}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
   580
## above strings.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   581
compiler.misc.bad.class.signature=\u30AF\u30E9\u30B9{0}\u306E\u30B7\u30B0\u30CB\u30C1\u30E3\u304C\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   582
compiler.misc.bad.enclosing.method=\u56F2\u3093\u3067\u3044\u308B\u30E1\u30BD\u30C3\u30C9\u5C5E\u6027\u304C\u4E0D\u6B63\u3067\u3059: {0}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   583
compiler.misc.bad.runtime.invisible.param.annotations=RuntimeInvisibleParameterAnnotations\u5C5E\u6027\u304C\u4E0D\u6B63\u3067\u3059: {0}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   584
compiler.misc.bad.const.pool.tag=\u5B9A\u6570\u30D7\u30FC\u30EB\u30FB\u30BF\u30B0{0}\u304C\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   585
compiler.misc.bad.const.pool.tag.at=\u5B9A\u6570\u30D7\u30FC\u30EB\u30FB\u30BF\u30B0{1}\u3067\u306E{0}\u304C\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   586
compiler.misc.bad.signature=\u30B7\u30B0\u30CB\u30C1\u30E3{0}\u304C\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   587
compiler.misc.bad.type.annotation.value=\u6CE8\u91C8\u30BF\u30FC\u30B2\u30C3\u30C8\u578B\u306E\u5024\u306E\u578B\u304C\u4E0D\u6B63\u3067\u3059: {0}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   588
compiler.misc.class.file.wrong.class=\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB{0}\u306B\u4E0D\u6B63\u306A\u30AF\u30E9\u30B9\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   589
compiler.misc.class.file.not.found={0}\u306E\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   590
compiler.misc.file.doesnt.contain.class=\u30D5\u30A1\u30A4\u30EB\u306B\u30AF\u30E9\u30B9{0}\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   591
compiler.misc.file.does.not.contain.package=\u30D5\u30A1\u30A4\u30EB\u306B\u30D1\u30C3\u30B1\u30FC\u30B8{0}\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   592
compiler.misc.illegal.start.of.class.file=\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u306E\u958B\u59CB\u304C\u4E0D\u6B63\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   593
compiler.misc.unable.to.access.file=\u30D5\u30A1\u30A4\u30EB{0}\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   594
compiler.misc.unicode.str.not.supported=\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u5185\u306EUnicode\u6587\u5B57\u5217\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   595
compiler.misc.undecl.type.var=\u578B\u5909\u6570{0}\u306F\u5BA3\u8A00\u3055\u308C\u3066\u3044\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   596
compiler.misc.wrong.version=\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u306E\u30D0\u30FC\u30B8\u30E7\u30F3{0}.{1}\u306F\u4E0D\u6B63\u3067\u3059\u3002{2}.{3}\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   597
06bc494ca11e Initial load
duke
parents:
diff changeset
   598
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   599
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   600
compiler.err.not.within.bounds=\u578B\u30D1\u30E9\u30E1\u30FC\u30BF{0}\u306F\u305D\u306E\u5883\u754C\u3092\u8D85\u3048\u3066\u3044\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   601
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   602
compiler.err.not.within.bounds.explain=\u578B\u30D1\u30E9\u30E1\u30FC\u30BF{0}\u306F\u305D\u306E\u5883\u754C\u3092\u8D85\u3048\u3066\u3044\u307E\u3059\u3002{1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   603
06bc494ca11e Initial load
duke
parents:
diff changeset
   604
## The following are all possible strings for the second argument ({1}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
   605
## above string.
06bc494ca11e Initial load
duke
parents:
diff changeset
   606
06bc494ca11e Initial load
duke
parents:
diff changeset
   607
## none yet...
06bc494ca11e Initial load
duke
parents:
diff changeset
   608
06bc494ca11e Initial load
duke
parents:
diff changeset
   609
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   610
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   611
compiler.err.prob.found.req={0}\n\u671F\u5F85\u5024: {2}\n\u691C\u51FA\u5024:    {1}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   612
compiler.warn.prob.found.req={0}\n\u671F\u5F85\u5024: {2}\n\u691C\u51FA\u5024:    {1}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   613
compiler.err.prob.found.req.1={0} {3}\n\u671F\u5F85\u5024: {2}\n\u691C\u51FA\u5024:    {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   614
06bc494ca11e Initial load
duke
parents:
diff changeset
   615
## The following are all possible strings for the first argument ({0}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
   616
## above strings.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   617
compiler.misc.incompatible.types=\u4E92\u63DB\u6027\u306E\u306A\u3044\u578B
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   618
compiler.misc.incompatible.types.1=\u4E92\u63DB\u6027\u306E\u306A\u3044\u578B\u3002{0}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   619
compiler.misc.inconvertible.types=\u5909\u63DB\u3067\u304D\u306A\u3044\u578B
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   620
compiler.misc.possible.loss.of.precision=\u7CBE\u5EA6\u304C\u4F4E\u4E0B\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   621
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   622
compiler.misc.unchecked.assign=\u7121\u691C\u67FB\u5909\u63DB
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   623
# compiler.misc.storecheck=\
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   624
#     assignment might cause later store checks to fail
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   625
# compiler.misc.unchecked=\
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   626
#     assigned array cannot dynamically check its stores
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   627
compiler.misc.unchecked.cast.to.type=\u7121\u691C\u67FB\u30AD\u30E3\u30B9\u30C8
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   628
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   629
compiler.misc.assignment.from.super-bound=\u30B9\u30FC\u30D1\u30FC\u30D0\u30A6\u30F3\u30C9\u578B{0}\u304B\u3089\u306E\u4EE3\u5165
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   630
compiler.misc.assignment.to.extends-bound=\u62E1\u5F35\u30D0\u30A6\u30F3\u30C9\u578B{0}\u3078\u306E\u4EE3\u5165
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   631
# compiler.err.star.expected=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   632
#     ''*'' expected
06bc494ca11e Initial load
duke
parents:
diff changeset
   633
# compiler.err.no.elem.type=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   634
#     \[\*\] cannot have a type
06bc494ca11e Initial load
duke
parents:
diff changeset
   635
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   636
compiler.misc.try.not.applicable.to.type=try-with-resource\u306F\u5909\u6570\u578B\u306B\u9069\u7528\u3055\u308C\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   637
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   638
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   639
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   640
compiler.err.type.found.req=\u4E88\u671F\u3057\u306A\u3044\u578B\n\u671F\u5F85\u5024: {1}\n\u691C\u51FA\u5024:    {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   641
06bc494ca11e Initial load
duke
parents:
diff changeset
   642
## The following are all possible strings for the first argument ({0}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
   643
## above string.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   644
compiler.misc.type.req.class=\u30AF\u30E9\u30B9
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   645
compiler.misc.type.req.class.array=\u30AF\u30E9\u30B9\u307E\u305F\u306F\u914D\u5217
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   646
compiler.misc.type.req.ref=\u53C2\u7167
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   647
compiler.misc.type.req.exact=\u5883\u754C\u306E\u306A\u3044\u30AF\u30E9\u30B9\u307E\u305F\u306F\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   648
compiler.misc.type.parameter=\u578B\u30D1\u30E9\u30E1\u30FC\u30BF{0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   649
06bc494ca11e Initial load
duke
parents:
diff changeset
   650
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   651
06bc494ca11e Initial load
duke
parents:
diff changeset
   652
## The following are all possible strings for the last argument of all those
06bc494ca11e Initial load
duke
parents:
diff changeset
   653
## diagnostics whose key ends in ".1"
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   654
compiler.misc.undetermined.type=\u672A\u5B9A\u578B
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   655
compiler.misc.type.variable.has.undetermined.type=\u578B\u5909\u6570{0}\u306F\u672A\u5B9A\u578B\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   656
compiler.misc.no.unique.maximal.instance.exists=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   657
compiler.misc.no.unique.minimal.instance.exists=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   658
compiler.misc.infer.no.conforming.instance.exists=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   659
compiler.misc.infer.no.conforming.assignment.exists=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   660
compiler.misc.infer.arg.length.mismatch=\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
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   661
compiler.misc.inferred.do.not.conform.to.bounds=\u63A8\u5B9A\u578B\u306F\u5BA3\u8A00\u3055\u308C\u305F\u5883\u754C\u306B\u9069\u5408\u3057\u307E\u305B\u3093\n\u63A8\u5B9A: {0}\n\u5883\u754C: {1}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   662
compiler.misc.inferred.do.not.conform.to.params=\u5B9F\u5F15\u6570\u306F\u63A8\u5B9A\u3055\u308C\u305F\u4EEE\u5F15\u6570\u306B\u9069\u5408\u3057\u307E\u305B\u3093\n\u671F\u5F85\u5024: {0}\n\u691C\u51FA\u5024: {1}
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   663
compiler.misc.diamond={0}<>
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   664
compiler.misc.diamond.invalid.arg={1}\u306B\u3064\u3044\u3066\u63A8\u5B9A\u3055\u308C\u305F\u578B\u5F15\u6570{0}\u306F\u3053\u306E\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u306F\u8A31\u53EF\u3055\u308C\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   665
compiler.misc.diamond.invalid.args={1}\u306B\u3064\u3044\u3066\u63A8\u5B9A\u3055\u308C\u305F\u578B\u5F15\u6570{0}\u306F\u3053\u306E\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u306F\u8A31\u53EF\u3055\u308C\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   666
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   667
compiler.misc.explicit.param.do.not.conform.to.bounds=\u660E\u793A\u7684\u306A\u578B\u5F15\u6570{0}\u306F\u3001\u5BA3\u8A00\u3055\u308C\u305F\u5883\u754C{1}\u306B\u9069\u5408\u3057\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   668
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   669
compiler.misc.arg.length.mismatch=\u5B9F\u5F15\u6570\u30EA\u30B9\u30C8\u3068\u4EEE\u5F15\u6570\u30EA\u30B9\u30C8\u306E\u9577\u3055\u304C\u7570\u306A\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   670
compiler.misc.no.conforming.assignment.exists=\u5B9F\u5F15\u6570{0}\u306F\u30E1\u30BD\u30C3\u30C9\u547C\u51FA\u5909\u63DB\u306B\u3088\u3063\u3066{1}\u306B\u5909\u63DB\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   671
compiler.misc.varargs.argument.mismatch=\u5F15\u6570\u578B{0}\u306F\u53EF\u5909\u5F15\u6570\u8981\u7D20\u578B{1}\u306B\u9069\u5408\u3057\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   672
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   673
06bc494ca11e Initial load
duke
parents:
diff changeset
   674
## The first argument ({0}) is a "kindname".
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   675
compiler.err.abstract.cant.be.accessed.directly=\u62BD\u8C61{0}\u3067\u3042\u308B{1}({2}\u5185)\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   676
06bc494ca11e Initial load
duke
parents:
diff changeset
   677
## The first argument ({0}) is a "kindname".
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   678
compiler.err.non-static.cant.be.ref=static\u3067\u306A\u3044{0} {1}\u3092static\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u53C2\u7167\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   679
06bc494ca11e Initial load
duke
parents:
diff changeset
   680
## Both arguments ({0}, {1}) are "kindname"s.  {0} is a comma-separated list
06bc494ca11e Initial load
duke
parents:
diff changeset
   681
## of kindnames (the list should be identical to that provided in source.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   682
compiler.err.unexpected.type=\u4E88\u671F\u3057\u306A\u3044\u578B\n\u671F\u5F85\u5024: {0}\n\u691C\u51FA\u5024:    {1}
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   683
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   684
## The first argument {0} is a "kindname" (e.g. 'constructor', 'field', etc.)
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   685
## The second argument {1} is the non-resolved symbol
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   686
## The third argument {2} is a list of type parameters (non-empty if {1} is a method)
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   687
## The fourth argument {3} is a list of argument types (non-empty if {1} is a method)
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   688
compiler.err.cant.resolve=\u30B7\u30F3\u30DC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u307E\u305B\u3093\n\u30B7\u30F3\u30DC\u30EB: {0} {1}
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   689
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   690
compiler.err.cant.resolve.args=\u30B7\u30F3\u30DC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u307E\u305B\u3093\n\u30B7\u30F3\u30DC\u30EB: {0} {1}({3})
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   691
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   692
compiler.err.cant.resolve.args.params=\u30B7\u30F3\u30DC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u307E\u305B\u3093\n\u30B7\u30F3\u30DC\u30EB: {0} <{2}>{1}({3})
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   693
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   694
## arguments from {0} to {3} have the same meaning as above
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   695
## The fifth argument {4} is the location "kindname" (e.g. 'constructor', 'field', etc.)
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   696
## The sixth argument {5} is the location type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   697
compiler.err.cant.resolve.location=\u30B7\u30F3\u30DC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u307E\u305B\u3093\n\u30B7\u30F3\u30DC\u30EB:   {0} {1}\n\u5834\u6240: {4} {5}
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   698
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   699
compiler.err.cant.resolve.location.args=\u30B7\u30F3\u30DC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u307E\u305B\u3093\n\u30B7\u30F3\u30DC\u30EB:   {0} {1}({3})\n\u5834\u6240: {4} {5}
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   700
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   701
compiler.err.cant.resolve.location.args.params=\u30B7\u30F3\u30DC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u307E\u305B\u3093\n\u30B7\u30F3\u30DC\u30EB:   {0} <{2}>{1}({3})\n\u5834\u6240: {4} {5}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   702
06bc494ca11e Initial load
duke
parents:
diff changeset
   703
## The following are all possible string for "kindname".
06bc494ca11e Initial load
duke
parents:
diff changeset
   704
## They should be called whatever the JLS calls them after it been translated
06bc494ca11e Initial load
duke
parents:
diff changeset
   705
## to the appropriate language.
06bc494ca11e Initial load
duke
parents:
diff changeset
   706
# compiler.misc.kindname.constructor=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   707
#     static member
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   708
compiler.misc.kindname.annotation=@interface
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   709
compiler.misc.kindname.constructor=\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   710
compiler.misc.kindname.enum=\u5217\u6319
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   711
compiler.misc.kindname.interface=\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   712
compiler.misc.kindname.static=static
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   713
compiler.misc.kindname.type.variable=\u578B\u5909\u6570
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   714
compiler.misc.kindname.type.variable.bound=\u578B\u5909\u6570\u306E\u5883\u754C
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   715
compiler.misc.kindname.variable=\u5909\u6570
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   716
compiler.misc.kindname.value=\u5024
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   717
compiler.misc.kindname.method=\u30E1\u30BD\u30C3\u30C9
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   718
compiler.misc.kindname.class=\u30AF\u30E9\u30B9
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   719
compiler.misc.kindname.package=\u30D1\u30C3\u30B1\u30FC\u30B8
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   720
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   721
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   722
compiler.misc.no.args=\u5F15\u6570\u304C\u3042\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   723
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   724
compiler.err.override.static={0}\n\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3059\u308B\u30E1\u30BD\u30C3\u30C9\u304Cstatic\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   725
compiler.err.override.meth={0}\n\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3055\u308C\u305F\u30E1\u30BD\u30C3\u30C9\u306F{1}\u3067\u3059
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   726
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   727
compiler.err.override.meth.doesnt.throw={0}\n\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3055\u308C\u305F\u30E1\u30BD\u30C3\u30C9\u306F{1}\u3092\u30B9\u30ED\u30FC\u3057\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   728
06bc494ca11e Initial load
duke
parents:
diff changeset
   729
# In the following string {1} is a space separated list of Java Keywords, as
06bc494ca11e Initial load
duke
parents:
diff changeset
   730
# they would have been declared in the source code
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   731
compiler.err.override.weaker.access={0}\n({1})\u3088\u308A\u5F31\u3044\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u3092\u5272\u308A\u5F53\u3066\u3088\u3046\u3068\u3057\u307E\u3057\u305F
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   732
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   733
compiler.err.override.incompatible.ret={0}\n\u623B\u308A\u5024\u306E\u578B{1}\u306F{2}\u3068\u4E92\u63DB\u6027\u304C\u3042\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   734
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   735
compiler.warn.override.unchecked.ret={0}\n\u623B\u308A\u5024\u306E\u578B\u306F{1}\u304B\u3089{2}\u3078\u306E\u7121\u691C\u67FB\u5909\u63DB\u304C\u5FC5\u8981\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   736
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   737
compiler.warn.override.unchecked.thrown={0}\n\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3055\u308C\u305F\u30E1\u30BD\u30C3\u30C9\u306F{1}\u3092\u30B9\u30ED\u30FC\u3057\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   738
06bc494ca11e Initial load
duke
parents:
diff changeset
   739
## The following are all possible strings for the first argument ({0}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
   740
## above strings.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   741
compiler.misc.cant.override={1}\u306E{0}\u306F{3}\u306E{2}\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   742
compiler.misc.cant.implement={1}\u306E{0}\u306F{3}\u306E{2}\u3092\u5B9F\u88C5\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   743
compiler.misc.clashes.with={1}\u306E{0}\u306F{3}\u306E{2}\u3068\u7AF6\u5408\u3057\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   744
compiler.misc.unchecked.override={1}\u306E{0}\u306F{3}\u306E{2}\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   745
compiler.misc.unchecked.implement={1}\u306E{0}\u306F{3}\u306E{2}\u3092\u5B9F\u88C5\u3057\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   746
compiler.misc.unchecked.clash.with={1}\u306E{0}\u306F{3}\u306E{2}\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   747
compiler.misc.varargs.override={1}\u306E{0}\u306F{3}\u306E{2}\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   748
compiler.misc.varargs.implement={1}\u306E{0}\u306F{3}\u306E{2}\u3092\u5B9F\u88C5\u3057\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   749
compiler.misc.varargs.clash.with={1}\u306E{0}\u306F{3}\u306E{2}\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   750
compiler.misc.non.denotable.type=\u3053\u3053\u3067\u975E\u578B\u6307\u5B9A\u578B{0}\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   751
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   752
compiler.misc.inapplicable.method={0} {1}.{2}\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\n({3})
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   753
06bc494ca11e Initial load
duke
parents:
diff changeset
   754
########################################
06bc494ca11e Initial load
duke
parents:
diff changeset
   755
# Diagnostics for language feature changes
06bc494ca11e Initial load
duke
parents:
diff changeset
   756
########################################
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   757
compiler.err.unsupported.fp.lit=16\u9032\u6570\u6D6E\u52D5\u5C0F\u6570\u70B9\u30EA\u30C6\u30E9\u30EB\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(16\u9032\u6570\u6D6E\u52D5\u5C0F\u6570\u70B9\u30EA\u30C6\u30E9\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 5\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   758
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   759
compiler.err.unsupported.binary.lit=2\u9032\u6570\u30EA\u30C6\u30E9\u30EB\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(2\u9032\u6570\u30EA\u30C6\u30E9\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F-source 7\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   760
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   761
compiler.err.unsupported.underscore.lit=\u30EA\u30C6\u30E9\u30EB\u5185\u306E\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(\u30EA\u30C6\u30E9\u30EB\u5185\u306E\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 7\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   762
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   763
compiler.err.try.with.resources.not.supported.in.source=try-with-resource\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(try-with-resource\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 7\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   764
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   765
compiler.warn.enum.as.identifier=\u30EA\u30EA\u30FC\u30B95\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(''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)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   766
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   767
compiler.warn.assert.as.identifier=\u30EA\u30EA\u30FC\u30B91.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(''assert''\u3092\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u3057\u3066\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001-source 1.4\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   768
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   769
compiler.err.enum.as.identifier=\u30EA\u30EA\u30FC\u30B95\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(''enum''\u3092\u8B58\u5225\u5B50\u3068\u3057\u3066\u4F7F\u7528\u3059\u308B\u306B\u306F-source 1.4\u4EE5\u524D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   770
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   771
compiler.err.assert.as.identifier=\u30EA\u30EA\u30FC\u30B91.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(''assert''\u3092\u8B58\u5225\u5B50\u3068\u3057\u3066\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001-source 1.3\u4EE5\u524D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   772
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   773
compiler.err.generics.not.supported.in.source=\u7DCF\u79F0\u578B\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(\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)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   774
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   775
compiler.err.varargs.not.supported.in.source=\u53EF\u5909\u5F15\u6570\u30E1\u30BD\u30C3\u30C9\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(\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)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   776
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   777
compiler.err.annotations.not.supported.in.source=\u6CE8\u91C8\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(\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)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   778
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   779
#308 compiler.err.type.annotations.not.supported.in.source=\
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   780
#308     type annotations are not supported in -source {0}\n\
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   781
#308 (use -source 7 or higher to enable type annotations)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   782
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   783
compiler.err.foreach.not.supported.in.source=for-each\u30EB\u30FC\u30D7\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(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)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   784
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   785
compiler.err.static.import.not.supported.in.source=static import\u5BA3\u8A00\u306F -source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(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)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   786
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   787
compiler.err.enums.not.supported.in.source=\u5217\u6319\u578B\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(\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)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   788
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   789
compiler.err.diamond.not.supported.in.source=\u30C0\u30A4\u30E4\u30E2\u30F3\u30C9\u6F14\u7B97\u5B50\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(\u30C0\u30A4\u30E4\u30E2\u30F3\u30C9\u6F14\u7B97\u5B50\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 7\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   790
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   791
compiler.err.multicatch.not.supported.in.source=\u8907\u6570catch\u6587\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(\u8907\u6570catch\u6587\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 7\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   792
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   793
compiler.err.string.switch.not.supported.in.source=switch\u5185\u306E\u6587\u5B57\u5217\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(switch\u5185\u306E\u6587\u5B57\u5217\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 7\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   794
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   795
########################################
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   796
# Diagnostics for where clause implementation
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   797
# used by the RichDiagnosticFormatter.
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   798
########################################
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   799
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   800
compiler.misc.type.null=<null>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   801
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   802
# X#n (where n is an int id) is disambiguated tvar name
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   803
compiler.misc.type.var={0}#{1}
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   804
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   805
# CAP#n (where n is an int id) is an abbreviation for 'captured type'
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   806
compiler.misc.captured.type=CAP#{0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   807
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   808
# <INT#n> (where n is an int id) is an abbreviation for 'intersection type'
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   809
compiler.misc.intersection.type=INT#{0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   810
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   811
# where clause for captured type: contains upper ('extends {1}') and lower
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   812
# ('super {2}') bound along with the wildcard that generated this captured type ({3})
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   813
compiler.misc.where.captured={3}\u306E\u30AD\u30E3\u30D7\u30C1\u30E3\u304B\u3089\u306E{0} extends {1} super: {2}
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   814
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   815
# compact where clause for captured type: contains upper ('extends {1}') along
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   816
# with the wildcard that generated this captured type ({3})
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   817
compiler.misc.where.captured.1={3}\u306E\u30AD\u30E3\u30D7\u30C1\u30E3\u304B\u3089\u306E{0} extends {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   818
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   819
# where clause for type variable: contains upper bound(s) ('extends {1}') along with
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   820
# the kindname ({2}) and location ({3}) in which the typevar has been declared
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   821
compiler.misc.where.typevar={2} {3}\u3067\u5BA3\u8A00\u3055\u308C\u3066\u3044\u308B{0} extends {1}
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   822
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   823
# compact where clause for type variable: contains the kindname ({2}) and location ({3})
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   824
# in which the typevar has been declared
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   825
compiler.misc.where.typevar.1={2} {3}\u3067\u5BA3\u8A00\u3055\u308C\u305F{0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   826
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   827
# where clause for type variable: contains all the upper bound(s) ('extends {1}')
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   828
# of this intersection type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   829
compiler.misc.where.intersection={0} extends {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   830
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   831
### Where clause headers ###
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   832
compiler.misc.where.description.captured={0}\u304C\u65B0\u3057\u3044\u578B\u5909\u6570\u306E\u5834\u5408:
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   833
compiler.misc.where.description.typevar={0}\u304C\u578B\u5909\u6570\u306E\u5834\u5408:
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   834
compiler.misc.where.description.intersection={0}\u304Cintersection\u578B\u306E\u5834\u5408:
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   835
compiler.misc.where.description.captured.1={0}\u304C\u65B0\u3057\u3044\u578B\u5909\u6570\u306E\u5834\u5408:
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   836
compiler.misc.where.description.typevar.1={0}\u304C\u578B\u5909\u6570\u306E\u5834\u5408:
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   837
compiler.misc.where.description.intersection.1={0}\u304Cintersection\u578B\u306E\u5834\u5408:
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   838
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   839