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