langtools/src/share/classes/com/sun/tools/javac/resources/compiler_ja.properties
author jjg
Wed, 23 Jan 2013 13:27:24 -0800
changeset 15385 ee1eebe7e210
parent 9612 15be5f881126
child 16570 fa1a014384ba
permissions -rw-r--r--
8006775: JSR 308: Compiler changes in JDK8 Reviewed-by: jjg Contributed-by: mernst@cs.washington.edu, wmdietl@cs.washington.edu, mpapi@csail.mit.edu, mahmood@notnoop.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
#
15385
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 9612
diff changeset
     2
# Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
#
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5323
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5323
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
#
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5323
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5323
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5323
diff changeset
    23
# questions.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    26
# Messages in this file which use "placeholders" for values (e.g. {0}, {1})
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    27
# are preceded by a stylized comment describing the type of the corresponding
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    28
# values.
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    29
# The types currently in use are
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    30
#
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    31
# boolean           true or false
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    32
# file name         the name of an input file; e.g.   MyFile.java
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    33
# message segment   a sub-message; see compiler.misc.*
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    34
# modifier          a Java modifier; e.g. public, private, protected
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    35
# name              a name, typically a Java identifier
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    36
# number            an integer
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    37
# option name       the name of a command line option
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    38
# source version    a source version number, such as 1.5, 1.6, 1.7
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    39
# string            a general string
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    40
# symbol            the name of a declared type
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    41
# symbol kind       a description of the kind of a declaration; see compiler.misc.kindname.*
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    42
# token             the name of a non-terminal in source code; see compiler.misc.token.*
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    43
# type              a Java type; e.g. int, X, X<T>
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    44
# unused            the value is not used in this message
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    45
#
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    46
# list of X         a comma-separated list of items; e.g. list of type
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    47
# X or Y            alternation; e.g. message segment or type
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    48
# set of X          a comma-separated collection of items; e.g. set of modifier
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    49
#
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    50
# These may be composed: e.g.   list of type or message segment
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    51
#
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    52
# These comments are verified by the jtreg test test/tools/javac/diags/MessageInfo,
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    53
# using info derived from the collected set of examples in test/tools/javac/diags/examples.
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    54
# MessageInfo can also be run as a standalone utility providing more facilities
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    55
# for manipulating this file. For more details, see MessageInfo.java.
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    56
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    57
##
06bc494ca11e Initial load
duke
parents:
diff changeset
    58
## errors
06bc494ca11e Initial load
duke
parents:
diff changeset
    59
##
06bc494ca11e Initial load
duke
parents:
diff changeset
    60
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    61
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    62
compiler.err.abstract.cant.be.instantiated={0}\u306Fabstract\u3067\u3059\u3002\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u3092\u751F\u6210\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    63
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    64
compiler.err.abstract.meth.cant.have.body=abstract\u30E1\u30BD\u30C3\u30C9\u304C\u672C\u4F53\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    65
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    66
compiler.err.already.annotated={0} {1}\u306F\u6CE8\u91C8\u304C\u4ED8\u3044\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    67
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    68
# 0: symbol, 1: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    69
compiler.err.already.defined={0}\u306F{1}\u3067\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    70
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    71
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    72
compiler.err.already.defined.single.import={0}\u306F\u5358\u4E00\u306E\u578B\u30A4\u30F3\u30DD\u30FC\u30C8\u5BA3\u8A00\u3067\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    73
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    74
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    75
compiler.err.already.defined.static.single.import={0}\u306Fstatic\u306E\u5358\u4E00\u306E\u578B\u30A4\u30F3\u30DD\u30FC\u30C8\u5BA3\u8A00\u3067\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    76
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    77
compiler.err.already.defined.this.unit={0}\u306F\u30B3\u30F3\u30D1\u30A4\u30EB\u5358\u4F4D\u3067\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    78
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    79
# 0: type, 1: list of name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    80
compiler.err.annotation.missing.default.value=\u6CE8\u91C8{0}\u306B\u306F\u5C5E\u6027{1}\u306E\u5024\u304C\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    81
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    82
# 0: type, 1: list of name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    83
compiler.err.annotation.missing.default.value.1=\u6CE8\u91C8{0}\u306B\u306F\u5C5E\u6027{1}\u306E\u5024\u304C\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    84
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    85
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    86
compiler.err.annotation.not.valid.for.type=\u6CE8\u91C8\u306F\u578B{0}\u306E\u5024\u306B\u6709\u52B9\u3067\u306F\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    87
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    88
compiler.err.annotation.type.not.applicable=\u6CE8\u91C8\u578B\u306F\u3053\u306E\u7A2E\u985E\u306E\u5BA3\u8A00\u306B\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    89
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    90
compiler.err.annotation.value.must.be.annotation=\u6CE8\u91C8\u306E\u5024\u306F\u6CE8\u91C8\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    91
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    92
compiler.err.annotation.value.must.be.class.literal=\u6CE8\u91C8\u306E\u5024\u306F\u30AF\u30E9\u30B9\u30FB\u30EA\u30C6\u30E9\u30EB\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    93
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    94
compiler.err.annotation.value.must.be.name.value=\u6CE8\u91C8\u306E\u5024\u306F''name=value''\u3068\u3044\u3046\u5F62\u5F0F\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    95
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    96
compiler.err.annotation.value.not.allowable.type=\u4F7F\u7528\u3067\u304D\u306A\u3044\u578B\u306E\u6CE8\u91C8\u306E\u5024\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    97
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
    98
compiler.err.anon.class.impl.intf.no.args=\u540D\u524D\u306E\u306A\u3044\u30AF\u30E9\u30B9\u304C\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u3092\u5B9F\u88C5\u3057\u3066\u3044\u307E\u3059\u3002\u5F15\u6570\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
    99
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   100
compiler.err.anon.class.impl.intf.no.typeargs=\u540D\u524D\u306E\u306A\u3044\u30AF\u30E9\u30B9\u304C\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u3092\u5B9F\u88C5\u3057\u3066\u3044\u307E\u3059\u3002\u578B\u5F15\u6570\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   101
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   102
compiler.err.anon.class.impl.intf.no.qual.for.new=\u540D\u524D\u306E\u306A\u3044\u30AF\u30E9\u30B9\u304C\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u3092\u5B9F\u88C5\u3057\u3066\u3044\u307E\u3059\u3002new\u306B\u4FEE\u98FE\u5B50\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   103
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   104
# 0: symbol, 1: symbol, 2: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   105
compiler.err.array.and.varargs={2}\u3067{0}\u3068{1}\u306E\u4E21\u65B9\u3092\u5BA3\u8A00\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   106
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   107
compiler.err.array.dimension.missing=\u914D\u5217\u306E\u5927\u304D\u3055\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   108
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   109
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   110
compiler.err.array.req.but.found=\u914D\u5217\u304C\u8981\u6C42\u3055\u308C\u307E\u3057\u305F\u304C\u3001{0}\u304C\u898B\u3064\u304B\u308A\u307E\u3057\u305F
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   111
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   112
compiler.err.assignment.from.super-bound=\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9{0}\u304B\u3089\u4EE3\u5165\u3057\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   113
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   114
compiler.err.assignment.to.extends-bound=\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9{0}\u3078\u4EE3\u5165\u3057\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   115
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   116
compiler.err.attribute.value.must.be.constant=\u5C5E\u6027\u306E\u5024\u306F\u5B9A\u6570\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   117
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   118
compiler.err.break.outside.switch.loop=break\u304Cswitch\u6587\u307E\u305F\u306F\u30EB\u30FC\u30D7\u306E\u5916\u306B\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   119
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   120
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   121
compiler.err.call.must.be.first.stmt.in.ctor={0}\u306E\u547C\u51FA\u3057\u306F\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF\u306E\u5148\u982D\u6587\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   122
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   123
compiler.err.cant.apply.symbol={4} {5}\u306E{0} {1}\u306F\u6307\u5B9A\u3055\u308C\u305F\u578B\u306B\u9069\u7528\u3067\u304D\u307E\u305B\u3093\n\u671F\u5F85\u5024: {2}\n\u691C\u51FA\u5024: {3}
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   124
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   125
# 0: symbol kind, 1: name, 2: list of type or message segment, 3: list of type or message segment, 4: symbol kind, 5: type, 6: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   126
compiler.err.cant.apply.symbol.1={4} {5}\u306E{0} {1}\u306F\u6307\u5B9A\u3055\u308C\u305F\u578B\u306B\u9069\u7528\u3067\u304D\u307E\u305B\u3093\u3002\n\u671F\u5F85\u5024: {2}\n\u691C\u51FA\u5024: {3}\n\u7406\u7531: {6}
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   127
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   128
# 0: symbol kind, 1: name, 2: list of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   129
compiler.err.cant.apply.symbols={1}\u306B\u9069\u5207\u306A{0}\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093({2})
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   130
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   131
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   132
compiler.err.cant.assign.val.to.final.var=final\u5909\u6570{0}\u306B\u5024\u3092\u4EE3\u5165\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   133
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   134
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   135
compiler.err.cant.deref={0}\u306F\u9593\u63A5\u53C2\u7167\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   136
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   137
compiler.err.cant.extend.intf.annotation=@interfaces\u3067\u306F''extends''\u306F\u8A31\u53EF\u3055\u308C\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   138
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   139
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   140
compiler.err.cant.inherit.from.final=final {0}\u304B\u3089\u306F\u7D99\u627F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   141
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   142
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   143
compiler.err.cant.ref.before.ctor.called=\u30B9\u30FC\u30D1\u30FC\u30BF\u30A4\u30D7\u306E\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF\u306E\u547C\u51FA\u3057\u524D\u306F{0}\u3092\u53C2\u7167\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   144
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   145
compiler.err.cant.ret.val.from.meth.decl.void=\u623B\u308A\u5024\u306E\u578B\u304Cvoid\u306E\u30E1\u30BD\u30C3\u30C9\u304B\u3089\u306F\u5024\u3092\u8FD4\u305B\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   146
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   147
compiler.err.cant.select.static.class.from.param.type=\u30D1\u30E9\u30E1\u30FC\u30BF\u306B\u3055\u308C\u305F\u578B\u304B\u3089static\u30AF\u30E9\u30B9\u3092\u9078\u629E\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   148
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   149
# 0: symbol, 1: string, 2: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   150
compiler.err.cant.inherit.diff.arg={0}\u3092\u7570\u306A\u308B\u5F15\u6570<{1}>\u3068<{2}>\u3067\u7D99\u627F\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   151
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   152
compiler.err.catch.without.try=''catch''\u3078\u306E''try''\u304C\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   153
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   154
# 0: symbol kind, 1: symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   155
compiler.err.clash.with.pkg.of.same.name={0} {1}\u306F\u540C\u540D\u306E\u30D1\u30C3\u30B1\u30FC\u30B8\u3068\u7AF6\u5408\u3057\u307E\u3059
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   156
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   157
compiler.err.const.expr.req=\u5B9A\u6570\u5F0F\u304C\u5FC5\u8981\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   158
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   159
compiler.err.cont.outside.loop=continue\u304C\u30EB\u30FC\u30D7\u306E\u5916\u306B\u3042\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   160
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   161
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   162
compiler.err.cyclic.inheritance={0}\u3092\u542B\u3080\u7D99\u627F\u304C\u30EB\u30FC\u30D7\u3057\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   163
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   164
compiler.err.cyclic.annotation.element=\u6CE8\u91C8\u306E\u8981\u7D20\u30BF\u30A4\u30D7\u304C\u30EB\u30FC\u30D7\u3057\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   165
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   166
# 0: unused
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   167
compiler.err.call.to.super.not.allowed.in.enum.ctor=\u5217\u6319\u578B\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF\u3067\u306F\u3001\u30B9\u30FC\u30D1\u30FC\u30AF\u30E9\u30B9\u306E\u547C\u51FA\u3057\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   168
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   169
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   170
compiler.err.no.superclass={0}\u306B\u306F\u30B9\u30FC\u30D1\u30FC\u30AF\u30E9\u30B9\u304C\u3042\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   171
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   172
compiler.err.wrong.target.for.polymorphic.signature.definition=MethodHandle API\u306E\u4F5C\u6210\u306B\u306F-target 7\u30E9\u30F3\u30BF\u30A4\u30E0\u4EE5\u4E0A\u304C\u5FC5\u8981\u3067\u3059\u3002\u73FE\u5728\u306F-target {0}\u3067\u3059
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   173
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   174
# 0: symbol, 1: type, 2: symbol, 3: type, 4: unused
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   175
compiler.err.concrete.inheritance.conflict={1}\u306E\u30E1\u30BD\u30C3\u30C9{0}\u3068{3}\u306E{2}\u306F\u540C\u3058\u30B7\u30B0\u30CB\u30C1\u30E3\u304B\u3089\u7D99\u627F\u3055\u308C\u3066\u3044\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   176
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   177
compiler.err.default.allowed.in.intf.annotation.member=\u30C7\u30D5\u30A9\u30EB\u30C8\u5024\u306F@interface\u30E1\u30F3\u30D0\u30FC\u5185\u3067\u306E\u307F\u4F7F\u7528\u3067\u304D\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   178
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   179
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   180
compiler.err.doesnt.exist=\u30D1\u30C3\u30B1\u30FC\u30B8{0}\u306F\u5B58\u5728\u3057\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   181
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   182
compiler.err.duplicate.annotation=\u6CE8\u91C8\u304C\u91CD\u8907\u3057\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   183
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   184
# 0: name, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   185
compiler.err.duplicate.annotation.member.value={1}\u306E\u6CE8\u91C8\u30E1\u30F3\u30D0\u30FC\u306E\u5024{0}\u304C\u91CD\u8907\u3057\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   186
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   187
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   188
compiler.err.duplicate.class=\u30AF\u30E9\u30B9{0}\u304C\u91CD\u8907\u3057\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   189
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   190
compiler.err.duplicate.case.label=case\u30E9\u30D9\u30EB\u304C\u91CD\u8907\u3057\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   191
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   192
compiler.err.duplicate.default.label=default\u30E9\u30D9\u30EB\u304C\u91CD\u8907\u3057\u3066\u3044\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   193
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   194
compiler.err.else.without.if=''else''\u3078\u306E''if''\u304C\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   195
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   196
compiler.err.empty.char.lit=\u7A7A\u306E\u6587\u5B57\u30EA\u30C6\u30E9\u30EB\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   197
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   198
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   199
compiler.err.encl.class.required={0}\u3092\u542B\u3080\u56F2\u3046\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u304C\u5FC5\u8981\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   200
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   201
compiler.err.enum.annotation.must.be.enum.constant=\u5217\u6319\u578B\u6CE8\u91C8\u5024\u306F\u3001\u5217\u6319\u578B\u5B9A\u6570\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   202
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   203
compiler.err.enum.cant.be.instantiated=\u5217\u6319\u578B\u306F\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u5316\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   204
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   205
compiler.err.enum.label.must.be.unqualified.enum=\u5217\u6319\u578B\u306Eswitch case\u30E9\u30D9\u30EB\u306F\u5217\u6319\u578B\u5B9A\u6570\u306E\u975E\u4FEE\u98FE\u540D\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   206
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   207
compiler.err.enum.no.subclassing=\u30AF\u30E9\u30B9\u306F\u76F4\u63A5java.lang.Enum\u3092\u62E1\u5F35\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   208
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   209
compiler.err.enum.types.not.extensible=\u5217\u6319\u578B\u306F\u62E1\u5F35\u53EF\u80FD\u3067\u306F\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   210
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   211
compiler.err.enum.no.finalize=\u5217\u6319\u578B\u306Ffinalize\u30E1\u30BD\u30C3\u30C9\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   212
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   213
# 0: file name, 1: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   214
compiler.err.error.reading.file={0}\u306E\u8AAD\u8FBC\u307F\u30A8\u30E9\u30FC\u3067\u3059\u3002{1}
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   215
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   216
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   217
compiler.err.except.already.caught=\u4F8B\u5916{0}\u306F\u3059\u3067\u306B\u6355\u6349\u3055\u308C\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   218
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   219
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   220
compiler.err.except.never.thrown.in.try=\u4F8B\u5916{0}\u306F\u5BFE\u5FDC\u3059\u308Btry\u6587\u306E\u672C\u4F53\u3067\u306F\u30B9\u30ED\u30FC\u3055\u308C\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   221
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   222
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   223
compiler.err.final.parameter.may.not.be.assigned=final\u30D1\u30E9\u30E1\u30FC\u30BF{0}\u306B\u5024\u3092\u4EE3\u5165\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   224
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   225
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   226
compiler.err.try.resource.may.not.be.assigned=\u81EA\u52D5\u30AF\u30ED\u30FC\u30BA\u53EF\u80FD\u306A\u30EA\u30BD\u30FC\u30B9{0}\u306B\u5024\u3092\u4EE3\u5165\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   227
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   228
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   229
compiler.err.multicatch.parameter.may.not.be.assigned=\u8907\u6570catch\u30D1\u30E9\u30E1\u30FC\u30BF{0}\u306B\u5024\u3092\u4EE3\u5165\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   230
9612
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   231
# 0: type, 1: type
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   232
compiler.err.multicatch.types.must.be.disjoint=\u8907\u6570catch\u6587\u306E\u4EE3\u66FF\u3092\u30B5\u30D6\u30AF\u30E9\u30B9\u5316\u306B\u3088\u3063\u3066\u95A2\u9023\u4ED8\u3051\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\n\u4EE3\u66FF{0}\u306F\u4EE3\u66FF{1}\u306E\u30B5\u30D6\u30AF\u30E9\u30B9\u3067\u3059
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   233
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   234
compiler.err.finally.without.try=''finally''\u3078\u306E''try''\u304C\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   235
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   236
# 0: type, 1: message segment
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   237
compiler.err.foreach.not.applicable.to.type=for-each\u306F\u5F0F\u306E\u30BF\u30A4\u30D7\u306B\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\n\u671F\u5F85\u5024: {1}\n\u691C\u51FA\u5024: {0}
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   238
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   239
compiler.err.fp.number.too.large=\u6D6E\u52D5\u5C0F\u6570\u70B9\u6570\u304C\u5927\u304D\u3059\u304E\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   240
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   241
compiler.err.fp.number.too.small=\u6D6E\u52D5\u5C0F\u6570\u70B9\u6570\u304C\u5C0F\u3055\u3059\u304E\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   242
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   243
compiler.err.generic.array.creation=\u6C4E\u7528\u914D\u5217\u3092\u4F5C\u6210\u3057\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   244
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   245
compiler.err.generic.throwable=\u6C4E\u7528\u30AF\u30E9\u30B9\u306Fjava.lang.Throwable\u3092\u62E1\u5F35\u3067\u304D\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   246
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   247
# 0: symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   248
compiler.err.icls.cant.have.static.decl=\u5185\u90E8\u30AF\u30E9\u30B9{0}\u306E\u9759\u7684\u5BA3\u8A00\u304C\u4E0D\u6B63\u3067\u3059\n\u4FEE\u98FE\u5B50\''static\''\u306F\u5B9A\u6570\u304A\u3088\u3073\u5909\u6570\u306E\u5BA3\u8A00\u3067\u306E\u307F\u4F7F\u7528\u3067\u304D\u307E\u3059
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   249
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   250
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   251
compiler.err.illegal.char=\\{0}\u306F\u4E0D\u6B63\u306A\u6587\u5B57\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   252
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   253
compiler.err.illegal.char.for.encoding=\u3053\u306E\u6587\u5B57\u306F\u3001\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0{0}\u306B\u30DE\u30C3\u30D7\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   254
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   255
# 0: set of modifier, 1: set of modifier
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   256
compiler.err.illegal.combination.of.modifiers=\u4FEE\u98FE\u5B50{0}\u3068{1}\u306E\u7D44\u5408\u305B\u306F\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   257
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   258
compiler.err.illegal.enum.static.ref=\u521D\u671F\u5316\u5B50\u304B\u3089static\u30D5\u30A3\u30FC\u30EB\u30C9\u3078\u306E\u53C2\u7167\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   259
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   260
compiler.err.illegal.esc.char=\u30A8\u30B9\u30B1\u30FC\u30D7\u6587\u5B57\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   261
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   262
compiler.err.illegal.forward.ref=\u524D\u65B9\u53C2\u7167\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   263
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   264
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   265
compiler.warn.forward.ref=\u521D\u671F\u5316\u3055\u308C\u308B\u524D\u306E\u5909\u6570''{0}''\u3092\u53C2\u7167\u3057\u3088\u3046\u3068\u3057\u307E\u3057\u305F
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   266
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   267
compiler.err.illegal.self.ref=\u521D\u671F\u5316\u5B50\u5185\u306E\u81EA\u5DF1\u53C2\u7167
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   268
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   269
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   270
compiler.warn.self.ref=\u521D\u671F\u5316\u5B50\u5185\u306E\u5909\u6570''{0}''\u306E\u81EA\u5DF1\u53C2\u7167
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   271
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   272
compiler.err.illegal.generic.type.for.instof=instanceof\u306E\u7DCF\u79F0\u578B\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   273
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   274
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   275
compiler.err.illegal.initializer.for.type={0}\u306E\u521D\u671F\u5316\u5B50\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   276
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   277
compiler.err.illegal.line.end.in.char.lit=\u6587\u5B57\u30EA\u30C6\u30E9\u30EB\u306E\u884C\u672B\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   278
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   279
compiler.err.illegal.nonascii.digit=\u4E0D\u6B63\u306A\u975EASCII\u6570\u5B57\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   280
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   281
compiler.err.illegal.underscore=\u4E0D\u6B63\u306A\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   282
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   283
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   284
compiler.err.illegal.qual.not.icls=\u4FEE\u98FE\u5B50\u304C\u4E0D\u6B63\u3067\u3059\u3002{0}\u306F\u5185\u90E8\u30AF\u30E9\u30B9\u3067\u306F\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   285
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   286
compiler.err.illegal.start.of.expr=\u5F0F\u306E\u958B\u59CB\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   287
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   288
compiler.err.illegal.start.of.type=\u578B\u306E\u958B\u59CB\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   289
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   290
compiler.err.illegal.unicode.esc=Unicode\u30A8\u30B9\u30B1\u30FC\u30D7\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   291
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   292
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   293
compiler.err.import.requires.canonical=\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u306F{0}\u306E\u6A19\u6E96\u540D\u304C\u5FC5\u8981\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   294
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   295
compiler.err.improperly.formed.type.param.missing=\u578B\u306E\u5F62\u5F0F\u304C\u4E0D\u9069\u5207\u3067\u3059\u3002\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   296
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   297
compiler.err.improperly.formed.type.inner.raw.param=\u578B\u306E\u5F62\u5F0F\u304C\u4E0D\u9069\u5207\u3067\u3059\u3002raw\u578B\u306B\u6307\u5B9A\u3055\u308C\u305F\u578B\u5F15\u6570\u3067\u3059
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   298
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   299
# 0: type, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   300
compiler.err.incomparable.types=\u578B{0}\u3068{1}\u306F\u6BD4\u8F03\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   301
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   302
# 0: number
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   303
compiler.err.int.number.too.large=\u6574\u6570{0}\u304C\u5927\u304D\u3059\u304E\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   304
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   305
compiler.err.internal.error.cant.instantiate=\u5185\u90E8\u30A8\u30E9\u30FC\u3067\u3059\u3002{0}\u3092{1}\u3067({2})\u306B\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u751F\u6210\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   306
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   307
compiler.err.intf.annotation.members.cant.have.params=@interface\u30E1\u30F3\u30D0\u30FC\u304C\u30D1\u30E9\u30E1\u30FC\u30BF\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   308
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   309
compiler.err.intf.annotation.cant.have.type.params=@interface\u304C\u578B\u30D1\u30E9\u30E1\u30FC\u30BF\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   310
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   311
compiler.err.intf.annotation.members.cant.have.type.params=@interface\u30E1\u30F3\u30D0\u30FC\u304C\u578B\u30D1\u30E9\u30E1\u30FC\u30BF\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   312
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   313
# 0: symbol, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   314
compiler.err.intf.annotation.member.clash=@interface\u30E1\u30F3\u30D0\u30FC\u306F{1}\u306E\u30E1\u30BD\u30C3\u30C9''{0}''\u3068\u7AF6\u5408\u3057\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   315
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   316
compiler.err.intf.expected.here=\u3053\u3053\u306B\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u304C\u5FC5\u8981\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   317
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   318
compiler.err.intf.meth.cant.have.body=\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u30FB\u30E1\u30BD\u30C3\u30C9\u304C\u672C\u4F53\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   319
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   320
compiler.err.invalid.annotation.member.type=\u6CE8\u91C8\u30E1\u30F3\u30D0\u30FC\u306E\u578B\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   321
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   322
compiler.err.invalid.binary.number=2\u9032\u6570\u5B57\u306F\u5C11\u306A\u304F\u3068\u30821\u6841\u306E2\u9032\u6570\u3092\u542B\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   323
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   324
compiler.err.invalid.hex.number=16\u9032\u6570\u5B57\u306F\u5C11\u306A\u304F\u3068\u30821\u6841\u306E16\u9032\u6570\u3092\u542B\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   325
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   326
compiler.err.invalid.meth.decl.ret.type.req=\u7121\u52B9\u306A\u30E1\u30BD\u30C3\u30C9\u5BA3\u8A00\u3067\u3059\u3002\u623B\u308A\u5024\u306E\u578B\u304C\u5FC5\u8981\u3067\u3059\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   327
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   328
compiler.err.varargs.and.old.array.syntax=\u65E7\u5F0F\u306E\u914D\u5217\u8868\u8A18\u6CD5\u306F\u53EF\u5909\u5F15\u6570\u30D1\u30E9\u30E1\u30FC\u30BF\u3067\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   329
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   330
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   331
compiler.err.label.already.in.use=\u30E9\u30D9\u30EB{0}\u306F\u3059\u3067\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   332
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   333
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   334
compiler.err.local.var.accessed.from.icls.needs.final=\u30ED\u30FC\u30AB\u30EB\u5909\u6570{0}\u306F\u5185\u90E8\u30AF\u30E9\u30B9\u304B\u3089\u30A2\u30AF\u30BB\u30B9\u3055\u308C\u307E\u3059\u3002final\u3067\u5BA3\u8A00\u3055\u308C\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   335
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   336
compiler.err.local.enum=\u5217\u6319\u578B\u306F\u30ED\u30FC\u30AB\u30EB\u306B\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   337
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   338
compiler.err.cannot.create.array.with.type.arguments=\u578B\u5F15\u6570\u3092\u6301\u3064\u914D\u5217\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   339
06bc494ca11e Initial load
duke
parents:
diff changeset
   340
#
06bc494ca11e Initial load
duke
parents:
diff changeset
   341
# limits.  We don't give the limits in the diagnostic because we expect
06bc494ca11e Initial load
duke
parents:
diff changeset
   342
# them to change, yet we want to use the same diagnostic.  These are all
06bc494ca11e Initial load
duke
parents:
diff changeset
   343
# detected during code generation.
06bc494ca11e Initial load
duke
parents:
diff changeset
   344
#
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   345
compiler.err.limit.code=\u30B3\u30FC\u30C9\u304C\u5927\u304D\u3059\u304E\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   346
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   347
compiler.err.limit.code.too.large.for.try.stmt=try\u6587\u306E\u30B3\u30FC\u30C9\u304C\u5927\u304D\u3059\u304E\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   348
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   349
compiler.err.limit.dimensions=\u914D\u5217\u578B\u306E\u6B21\u5143\u304C\u591A\u3059\u304E\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   350
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   351
compiler.err.limit.locals=\u30ED\u30FC\u30AB\u30EB\u5909\u6570\u304C\u591A\u3059\u304E\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   352
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   353
compiler.err.limit.parameters=\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u591A\u3059\u304E\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   354
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   355
compiler.err.limit.pool=\u5B9A\u6570\u304C\u591A\u3059\u304E\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   356
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   357
compiler.err.limit.pool.in.class=\u30AF\u30E9\u30B9{0}\u5185\u306E\u5B9A\u6570\u304C\u591A\u3059\u304E\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   358
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   359
compiler.err.limit.stack=\u30B3\u30FC\u30C9\u304C\u8981\u6C42\u3059\u308B\u30B9\u30BF\u30C3\u30AF\u304C\u591A\u3059\u304E\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   360
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   361
compiler.err.limit.string=\u5B9A\u6570\u6587\u5B57\u5217\u304C\u9577\u3059\u304E\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   362
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   363
compiler.err.limit.string.overflow=\u6587\u5B57\u5217\"{0}...\"\u306EUTF8\u8868\u73FE\u304C\u3001\u5B9A\u6570\u30D7\u30FC\u30EB\u306B\u5BFE\u3057\u3066\u9577\u3059\u304E\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   364
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   365
compiler.err.malformed.fp.lit=\u6D6E\u52D5\u5C0F\u6570\u70B9\u30EA\u30C6\u30E9\u30EB\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   366
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   367
compiler.err.method.does.not.override.superclass=\u30E1\u30BD\u30C3\u30C9\u306F\u30B9\u30FC\u30D1\u30FC\u30BF\u30A4\u30D7\u306E\u30E1\u30BD\u30C3\u30C9\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u307E\u305F\u306F\u5B9F\u88C5\u3057\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   368
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   369
compiler.err.missing.meth.body.or.decl.abstract=\u30E1\u30BD\u30C3\u30C9\u672C\u4F53\u304C\u306A\u3044\u304B\u3001abstract\u3068\u3057\u3066\u5BA3\u8A00\u3055\u308C\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   370
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   371
compiler.err.missing.ret.stmt=return\u6587\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   372
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   373
compiler.err.missing.ret.val=\u623B\u308A\u5024\u304C\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   374
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   375
# 0: set of modifier
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   376
compiler.err.mod.not.allowed.here=\u4FEE\u98FE\u5B50{0}\u3092\u3053\u3053\u3067\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   377
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   378
compiler.err.intf.not.allowed.here=\u3053\u3053\u3067\u306F\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u306F\u8A31\u53EF\u3055\u308C\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   379
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   380
compiler.err.enums.must.be.static=\u5217\u6319\u578B\u306E\u5BA3\u8A00\u306Fstatic\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u306E\u307F\u4F7F\u7528\u3067\u304D\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   381
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   382
# 0: symbol, 1: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   383
compiler.err.name.clash.same.erasure=\u540D\u524D\u304C\u7AF6\u5408\u3057\u3066\u3044\u307E\u3059\u3002{0}\u3068{1}\u306F\u524A\u9664\u5F8C\u306E\u540D\u524D\u304C\u540C\u3058\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   384
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   385
# 0: symbol, 1: symbol, 2: symbol, 3: symbol, 4: unused, 5: unused
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   386
compiler.err.name.clash.same.erasure.no.override=\u540D\u524D\u304C\u7AF6\u5408\u3057\u3066\u3044\u307E\u3059\u3002{1}\u306E{0}\u3068{3}\u306E{2}\u306F\u307E\u3060\u4ED6\u65B9\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u3066\u3044\u307E\u305B\u3093\u304C\u3001\u524A\u9664\u5F8C\u306E\u540D\u524D\u304C\u540C\u3058\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   387
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   388
# 0: symbol, 1: symbol, 2: symbol, 3: symbol, 4: symbol, 5: symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   389
compiler.err.name.clash.same.erasure.no.override.1=\u540D\u524D\u304C\u7AF6\u5408\u3057\u3066\u3044\u307E\u3059\u3002{1}\u306E{0}\u306E\u3069\u3061\u3089\u3082\u3001\u4ED6\u65B9\u306E\u6700\u521D\u306E\u30E1\u30BD\u30C3\u30C9\u3092\u307E\u3060\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u3066\u3044\u307E\u305B\u3093\u304C\u3001\u524A\u9664\u5F8C\u306E\u540D\u524D\u304C\u5225\u306E\u30E1\u30BD\u30C3\u30C9\u3068\u540C\u3058\u30E1\u30BD\u30C3\u30C9\u3092\n\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u307E\u3059\u3002\u6700\u521D\u306E\u30E1\u30BD\u30C3\u30C9: {3}\u306E{2}\n2\u756A\u76EE\u306E\u30E1\u30BD\u30C3\u30C9: {5}\u306E{4}
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   390
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   391
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   392
compiler.err.name.clash.same.erasure.no.hide=\u540D\u524D\u304C\u7AF6\u5408\u3057\u3066\u3044\u307E\u3059\u3002{1}\u306E{0}\u3068{3}\u306E{2}\u306F\u307E\u3060\u4ED6\u65B9\u3092\u975E\u8868\u793A\u306B\u3057\u3066\u3044\u307E\u305B\u3093\u304C\u3001\u524A\u9664\u5F8C\u306E\u540D\u524D\u304C\u540C\u3058\u3067\u3059
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   393
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   394
compiler.err.name.reserved.for.internal.use={0}\u306F\u5185\u90E8\u3067\u306E\u4F7F\u7528\u306E\u305F\u3081\u4E88\u7D04\u3055\u308C\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   395
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   396
compiler.err.native.meth.cant.have.body=native\u30E1\u30BD\u30C3\u30C9\u304C\u672C\u4F53\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   397
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   398
# 0: type, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   399
compiler.err.neither.conditional.subtype=?\u306B\u5BFE\u3059\u308B\u4E92\u63DB\u6027\u306E\u306A\u3044\u578B : \u3069\u3061\u3089\u3082\u4ED6\u65B9\u306E\u30B5\u30D6\u30BF\u30A4\u30D7\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002\n2\u756A\u76EE\u306E\u30AA\u30DA\u30E9\u30F3\u30C9 : {0}\n3\u756A\u76EE\u306E\u30AA\u30DA\u30E9\u30F3\u30C9 : {1}
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   400
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   401
compiler.err.new.not.allowed.in.annotation=''new''\u306F\u6CE8\u91C8\u306B\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   402
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   403
compiler.err.no.annotation.member={1}\u306E\u6CE8\u91C8\u30E1\u30F3\u30D0\u30FC{0}\u304C\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   404
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   405
compiler.err.no.encl.instance.of.type.in.scope=\u578B{0}\u306E\u5185\u90E8\u30AF\u30E9\u30B9\u3092\u56F2\u3080\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u304C\u30B9\u30B3\u30FC\u30D7\u5185\u306B\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   406
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   407
compiler.err.no.intf.expected.here=\u3053\u3053\u306B\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u306F\u5FC5\u8981\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   408
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   409
compiler.err.no.match.entry={0}\u306F{1}\u306E\u30A8\u30F3\u30C8\u30EA\u306B\u9069\u5408\u3057\u307E\u305B\u3093\u3002{2}\u304C\u5FC5\u8981\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   410
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   411
compiler.err.not.annotation.type={0}\u306F\u6CE8\u91C8\u578B\u3067\u306F\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   412
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   413
# 0: symbol, 1: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   414
compiler.err.not.def.access.class.intf.cant.access={1}\u306E{0}\u304C\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u306A\u3044\u30AF\u30E9\u30B9\u307E\u305F\u306F\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u306B\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   415
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   416
# 0: symbol, 1: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   417
compiler.err.not.def.public.cant.access={1}\u306E{0}\u306Fpublic\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002\u30D1\u30C3\u30B1\u30FC\u30B8\u5916\u304B\u3089\u306F\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   418
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   419
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   420
compiler.err.not.loop.label={0}\u306F\u30EB\u30FC\u30D7\u30FB\u30E9\u30D9\u30EB\u3067\u306F\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   421
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   422
compiler.err.not.stmt=\u6587\u3067\u306F\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   423
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   424
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   425
compiler.err.not.encl.class={0}\u306F\u5185\u90E8\u30AF\u30E9\u30B9\u3092\u56F2\u307F\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   426
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   427
# 0: name, 1: type, 2: unused
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   428
compiler.err.operator.cant.be.applied=\u5358\u9805\u6F14\u7B97\u5B50''{0}''\u306E\u30AA\u30DA\u30E9\u30F3\u30C9\u578B{1}\u304C\u4E0D\u6B63\u3067\u3059
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   429
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   430
# 0: name, 1: type, 2: type
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   431
compiler.err.operator.cant.be.applied.1=\u4E8C\u9805\u6F14\u7B97\u5B50''{0}''\u306E\u30AA\u30DA\u30E9\u30F3\u30C9\u578B\u304C\u4E0D\u6B63\u3067\u3059\n\u6700\u521D\u306E\u578B: {1}\n2\u756A\u76EE\u306E\u578B: {2}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   432
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   433
compiler.err.pkg.annotations.sb.in.package-info.java=\u30D1\u30C3\u30B1\u30FC\u30B8\u306E\u6CE8\u91C8\u306F\u30D5\u30A1\u30A4\u30EBpackage-info.java\u5185\u306B\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   434
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   435
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   436
compiler.err.pkg.clashes.with.class.of.same.name=\u30D1\u30C3\u30B1\u30FC\u30B8{0}\u306F\u540C\u540D\u306E\u30AF\u30E9\u30B9\u3068\u7AF6\u5408\u3057\u3066\u3044\u307E\u3059
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   437
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   438
compiler.err.warnings.and.werror=\u8B66\u544A\u304C\u898B\u3064\u304B\u308A-Werror\u304C\u6307\u5B9A\u3055\u308C\u307E\u3057\u305F
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   439
06bc494ca11e Initial load
duke
parents:
diff changeset
   440
# Errors related to annotation processing
06bc494ca11e Initial load
duke
parents:
diff changeset
   441
9612
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   442
# 0: symbol, 1: string, 2: stack-trace
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   443
compiler.err.proc.cant.access={0}\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\n{1}\n\u8A73\u7D30\u306F\u6B21\u306E\u30B9\u30BF\u30C3\u30AF\u30C8\u30EC\u30FC\u30B9\u3067\u8ABF\u67FB\u3057\u3066\u304F\u3060\u3055\u3044\u3002\n{2}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   444
9612
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   445
# 0: symbol, 1: string
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   446
compiler.err.proc.cant.access.1={0}\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\n{1}
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   447
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   448
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   449
compiler.err.proc.cant.find.class=''{0}''\u306E\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   450
06bc494ca11e Initial load
duke
parents:
diff changeset
   451
# Print a client-generated error message; assumed to be localized, no translation required
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   452
# 0: string
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   453
compiler.err.proc.messager={0}
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   454
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   455
# 0: list of string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   456
compiler.err.proc.no.explicit.annotation.processing.requested=\u30AF\u30E9\u30B9\u540D''{0}''\u304C\u53D7\u3051\u5165\u308C\u3089\u308C\u308B\u306E\u306F\u3001\u6CE8\u91C8\u51E6\u7406\u304C\u660E\u793A\u7684\u306B\u30EA\u30AF\u30A8\u30B9\u30C8\u3055\u308C\u305F\u5834\u5408\u306E\u307F\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   457
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   458
compiler.err.proc.no.service=\u30B5\u30FC\u30D3\u30B9\u30FB\u30ED\u30FC\u30C0\u30FC\u30FB\u30AF\u30E9\u30B9\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002\njava.util.ServiceLoader\u304Bsun.misc.Service\u304C\u4F7F\u7528\u3067\u304D\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   459
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   460
compiler.err.proc.processor.bad.option.name=\u30D7\u30ED\u30BB\u30C3\u30B5''{1}''\u306B\u3088\u3063\u3066\u6307\u5B9A\u3055\u308C\u305F\u30AA\u30D7\u30B7\u30E7\u30F3\u540D''{0}''\u304C\u4E0D\u6B63\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   461
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   462
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   463
compiler.err.proc.processor.cant.instantiate=\u30D7\u30ED\u30BB\u30C3\u30B5''{0}''\u306E\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u3092\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u5316\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   464
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   465
compiler.err.proc.processor.constructor.error=\u30D7\u30ED\u30BB\u30C3\u30B5\u30FB\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u306E\u69CB\u7BC9\u4E2D\u306B\u4F8B\u5916\u304C\u30B9\u30ED\u30FC\u3055\u308C\u307E\u3057\u305F: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   466
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   467
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   468
compiler.err.proc.processor.not.found=\u6CE8\u91C8\u30D7\u30ED\u30BB\u30C3\u30B5''{0}''\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   469
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   470
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   471
compiler.err.proc.processor.wrong.type=\u6CE8\u91C8\u30D7\u30ED\u30BB\u30C3\u30B5''{0}''\u304Cjavax.annotation.processing.Processor\u3092\u5B9F\u88C5\u3057\u3066\u3044\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   472
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   473
compiler.err.proc.service.problem=\u30D7\u30ED\u30BB\u30C3\u30B5\u3092\u30ED\u30FC\u30C9\u3059\u308B\u305F\u3081\u306E\u30B5\u30FC\u30D3\u30B9\u30FB\u30ED\u30FC\u30C0\u30FC\u3092\u4F5C\u6210\u4E2D\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   474
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   475
compiler.err.proc.bad.config.file=\u30B5\u30FC\u30D3\u30B9\u69CB\u6210\u30D5\u30A1\u30A4\u30EB\u304C\u4E0D\u6B63\u3067\u3042\u308B\u304B\u3001\u30D7\u30ED\u30BB\u30C3\u30B5\u30FB\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u306E\u69CB\u7BC9\u4E2D\u306B\u4F8B\u5916\u304C\u30B9\u30ED\u30FC\u3055\u308C\u307E\u3057\u305F: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   476
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   477
compiler.err.proc.cant.create.loader=\u6CE8\u91C8\u30D7\u30ED\u30BB\u30C3\u30B5\u306E\u30AF\u30E9\u30B9\u30FB\u30ED\u30FC\u30C0\u30FC\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   478
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   479
# 0: unused
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   480
compiler.err.qualified.new.of.static.class=static\u30AF\u30E9\u30B9\u306Enew\u304C\u4FEE\u98FE\u3055\u308C\u3066\u3044\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   481
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   482
compiler.err.recursive.ctor.invocation=\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF\u306E\u547C\u51FA\u3057\u304C\u518D\u5E30\u7684\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   483
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   484
# 0: name, 1: symbol kind, 2: symbol, 3: symbol, 4: symbol kind, 5: symbol, 6: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   485
compiler.err.ref.ambiguous={0}\u306E\u53C2\u7167\u306F\u3042\u3044\u307E\u3044\u3067\u3059\u3002{3}\u306E{1} {2}\u3068{6}\u306E{4} {5}\u304C\u4E21\u65B9\u9069\u5408\u3057\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   486
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   487
compiler.err.repeated.annotation.target=\u6CE8\u91C8\u30BF\u30FC\u30B2\u30C3\u30C8\u304C\u7E70\u308A\u8FD4\u3055\u308C\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   488
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   489
compiler.err.repeated.interface=\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u304C\u7E70\u308A\u8FD4\u3055\u308C\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   490
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   491
compiler.err.repeated.modifier=\u4FEE\u98FE\u5B50\u304C\u7E70\u308A\u8FD4\u3055\u308C\u3066\u3044\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   492
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   493
# 0: symbol, 1: set of modifier, 2: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   494
compiler.err.report.access={0}\u306F{2}\u3067{1}\u30A2\u30AF\u30BB\u30B9\u3055\u308C\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   495
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   496
compiler.err.ret.outside.meth=\u30E1\u30BD\u30C3\u30C9\u306E\u5916\u306Ereturn\u6587\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   497
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   498
compiler.err.signature.doesnt.match.supertype=\u30B7\u30B0\u30CB\u30C1\u30E3\u304C{0}\u306B\u9069\u5408\u3057\u307E\u305B\u3093\u3002\u4E92\u63DB\u6027\u306E\u306A\u3044\u30B9\u30FC\u30D1\u30FC\u30BF\u30A4\u30D7\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   499
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   500
compiler.err.signature.doesnt.match.intf=\u30B7\u30B0\u30CB\u30C1\u30E3\u304C{0}\u306B\u9069\u5408\u3057\u307E\u305B\u3093\u3002\u4E92\u63DB\u6027\u306E\u306A\u3044\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   501
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   502
# 0: symbol, 1: symbol, 2: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   503
compiler.err.does.not.override.abstract={0}\u306Fabstract\u3067\u306A\u304F\u3001{2}\u5185\u306Eabstract\u30E1\u30BD\u30C3\u30C9{1}\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   504
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   505
compiler.err.source.cant.overwrite.input.file=\u30BD\u30FC\u30B9\u306E\u66F8\u8FBC\u307F\u30A8\u30E9\u30FC\u3067\u3059\u3002\u5165\u529B\u30D5\u30A1\u30A4\u30EB{0}\u3092\u4E0A\u66F8\u304D\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   506
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   507
compiler.err.stack.sim.error=\u5185\u90E8\u30A8\u30E9\u30FC: {0}\u3067\u306E\u30B9\u30BF\u30C3\u30AF\u30FB\u30B7\u30DF\u30E5\u30EC\u30FC\u30B7\u30E7\u30F3\u30FB\u30A8\u30E9\u30FC
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   508
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   509
compiler.err.static.imp.only.classes.and.interfaces=static import\u306F\u30AF\u30E9\u30B9\u3068\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u304B\u3089\u306E\u307F\u3068\u306A\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   510
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   511
compiler.err.string.const.req=\u5B9A\u6570\u306E\u6587\u5B57\u5217\u5F0F\u304C\u5FC5\u8981\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   512
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   513
# 0: symbol, 1: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   514
compiler.err.synthetic.name.conflict=\u30B7\u30F3\u30DC\u30EB{0}\u304C\u3001{1}\u3067\u30B3\u30F3\u30D1\u30A4\u30E9\u304C\u5408\u6210\u3057\u305F\u30B7\u30F3\u30DC\u30EB\u3068\u7AF6\u5408\u3057\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   515
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   516
# 0: symbol, 1: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   517
compiler.warn.synthetic.name.conflict=\u30B7\u30F3\u30DC\u30EB{0}\u304C\u3001{1}\u3067\u30B3\u30F3\u30D1\u30A4\u30E9\u304C\u5408\u6210\u3057\u305F\u30B7\u30F3\u30DC\u30EB\u3068\u7AF6\u5408\u3057\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   518
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   519
compiler.err.throws.not.allowed.in.intf.annotation=throws\u7BC0\u3092@interface\u30E1\u30F3\u30D0\u30FC\u3067\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   520
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   521
compiler.err.try.without.catch.or.finally=''try''\u3078\u306E''catch''\u307E\u305F\u306F''finally''\u304C\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   522
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   523
compiler.err.try.without.catch.finally.or.resource.decls=''try''\u3078\u306E''catch''\u3001''finally''\u307E\u305F\u306F\u30EA\u30BD\u30FC\u30B9\u5BA3\u8A00\u304C\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   524
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   525
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   526
compiler.err.type.doesnt.take.params=\u578B{0}\u306F\u30D1\u30E9\u30E1\u30FC\u30BF\u3092\u3068\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   527
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   528
compiler.err.type.var.cant.be.deref=\u578B\u5909\u6570\u304B\u3089\u9078\u629E\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   529
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   530
compiler.err.type.var.may.not.be.followed.by.other.bounds=\u3053\u306E\u578B\u5909\u6570\u306E\u5F8C\u308D\u306B\u4ED6\u306E\u5883\u754C\u3092\u914D\u7F6E\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   531
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   532
compiler.err.type.var.more.than.once=\u578B\u5909\u6570{0}\u306F{1}\u306E\u623B\u308A\u5024\u306E\u578B\u30672\u56DE\u4EE5\u4E0A\u51FA\u73FE\u3057\u307E\u3059\u3002\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u751F\u6210\u3055\u308C\u306A\u3044\u307E\u307E\u306B\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   533
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   534
compiler.err.type.var.more.than.once.in.result=\u578B\u5909\u6570{0}\u306F{1}\u306E\u578B\u30672\u56DE\u4EE5\u4E0A\u51FA\u73FE\u3057\u307E\u3059\u3002\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u751F\u6210\u3055\u308C\u306A\u3044\u307E\u307E\u306B\u306F\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   535
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   536
# 0: type, 1: type, 2: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   537
compiler.err.types.incompatible.diff.ret=\u578B{0}\u3068\u578B{1}\u306E\u4E92\u63DB\u6027\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u4E21\u65B9\u3068\u3082{2}\u3092\u5B9A\u7FA9\u3057\u3066\u3044\u307E\u3059\u304C\u3001\u623B\u308A\u5024\u306E\u578B\u304C\u7121\u95A2\u4FC2\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   538
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   539
compiler.err.unclosed.char.lit=\u6587\u5B57\u30EA\u30C6\u30E9\u30EB\u304C\u9589\u3058\u3089\u308C\u3066\u3044\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   540
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   541
compiler.err.unclosed.comment=\u30B3\u30E1\u30F3\u30C8\u304C\u9589\u3058\u3089\u308C\u3066\u3044\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   542
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   543
compiler.err.unclosed.str.lit=\u6587\u5B57\u5217\u30EA\u30C6\u30E9\u30EB\u304C\u9589\u3058\u3089\u308C\u3066\u3044\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   544
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   545
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   546
compiler.err.unsupported.encoding=\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u306A\u3044\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u3067\u3059: {0}
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   547
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   548
compiler.err.io.exception=\u30BD\u30FC\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u306E\u8AAD\u53D6\u308A\u30A8\u30E9\u30FC\u3067\u3059: {0}
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   549
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   550
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   551
compiler.err.undef.label=\u30E9\u30D9\u30EB{0}\u306F\u672A\u5B9A\u7FA9\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   552
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   553
compiler.err.undetermined.type={0}\u306E\u578B\u5F15\u6570\u3092\u63A8\u5B9A\u3067\u304D\u307E\u305B\u3093
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   554
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   555
# 0: type, 1: message segment
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   556
compiler.err.undetermined.type.1={0}\u306E\u578B\u5F15\u6570\u3092\u63A8\u5B9A\u3067\u304D\u307E\u305B\u3093\u3002\n\u7406\u7531: {1}
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   557
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   558
# 0: list of type, 1: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   559
compiler.err.invalid.inferred.types={0}\u306E\u63A8\u5B9A\u578B\u304C\u7121\u52B9\u3067\u3059\u3002{1}
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   560
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   561
# 0: message segment, 1: unused
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   562
compiler.err.cant.apply.diamond={0}\u306E\u578B\u5F15\u6570\u3092\u63A8\u5B9A\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   563
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   564
# 0: message segment, 1: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   565
compiler.err.cant.apply.diamond.1={0}\u306E\u578B\u5F15\u6570\u3092\u63A8\u5B9A\u3067\u304D\u307E\u305B\u3093\u3002\n\u7406\u7531: {1}
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   566
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   567
compiler.err.unreachable.stmt=\u3053\u306E\u6587\u306B\u5236\u5FA1\u304C\u79FB\u308B\u3053\u3068\u306F\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   568
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   569
compiler.err.initializer.must.be.able.to.complete.normally=\u521D\u671F\u5316\u5B50\u306F\u6B63\u5E38\u306B\u5B8C\u4E86\u3067\u304D\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   570
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   571
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   572
compiler.err.unreported.exception.need.to.catch.or.throw=\u4F8B\u5916{0}\u306F\u5831\u544A\u3055\u308C\u307E\u305B\u3093\u3002\u30B9\u30ED\u30FC\u3059\u308B\u306B\u306F\u3001\u6355\u6349\u307E\u305F\u306F\u5BA3\u8A00\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   573
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   574
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   575
compiler.err.unreported.exception.default.constructor=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF\u5185\u306B\u5831\u544A\u3055\u308C\u306A\u3044\u4F8B\u5916{0}\u304C\u5B58\u5728\u3057\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   576
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   577
# 0: type, 1: name
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   578
compiler.err.unreported.exception.implicit.close=\u5831\u544A\u3055\u308C\u306A\u3044\u4F8B\u5916{0}\u306F\u3001\u30B9\u30ED\u30FC\u3059\u308B\u306B\u306F\u6355\u6349\u307E\u305F\u306F\u5BA3\u8A00\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\n\u30EA\u30BD\u30FC\u30B9\u5909\u6570''{1}''\u3067\u306Eclose()\u306E\u6697\u9ED9\u7684\u306A\u30B3\u30FC\u30EB\u304B\u3089\u4F8B\u5916\u304C\u30B9\u30ED\u30FC\u3055\u308C\u307E\u3057\u305F
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   579
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   580
compiler.err.unsupported.cross.fp.lit=16\u9032\u6D6E\u52D5\u5C0F\u6570\u70B9\u30EA\u30C6\u30E9\u30EB\u306F\u3053\u306EVM\u3067\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   581
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   582
compiler.err.void.not.allowed.here=\u3053\u3053\u3067''void''\u578B\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   583
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   584
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   585
compiler.err.wrong.number.type.args=\u578B\u5F15\u6570\u306E\u6570\u304C\u4E0D\u6B63\u3067\u3059\u3002{0}\u500B\u5FC5\u8981\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   586
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   587
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   588
compiler.err.var.might.already.be.assigned=\u5909\u6570{0}\u306F\u3059\u3067\u306B\u4EE3\u5165\u3055\u308C\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   589
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   590
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   591
compiler.err.var.might.not.have.been.initialized=\u5909\u6570{0}\u306F\u521D\u671F\u5316\u3055\u308C\u3066\u3044\u306A\u3044\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   592
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   593
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   594
compiler.err.var.might.be.assigned.in.loop=\u5909\u6570{0}\u306F\u30EB\u30FC\u30D7\u5185\u3067\u4EE3\u5165\u3055\u308C\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   595
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   596
# 0: symbol, 1: message segment
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   597
compiler.err.varargs.invalid.trustme.anno={0}\u6CE8\u91C8\u304C\u7121\u52B9\u3067\u3059\u3002{1}
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   598
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   599
# 0: type
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   600
compiler.misc.varargs.trustme.on.reifiable.varargs=\u53EF\u5909\u5F15\u6570\u8981\u7D20\u578B{0}\u306Freifiable\u578B\u3067\u3059\u3002
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   601
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   602
# 0: symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   603
compiler.misc.varargs.trustme.on.non.varargs.meth=\u30E1\u30BD\u30C3\u30C9{0}\u306F\u53EF\u5909\u5F15\u6570\u30E1\u30BD\u30C3\u30C9\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   604
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   605
# 0: symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   606
compiler.misc.varargs.trustme.on.virtual.varargs=\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u30FB\u30E1\u30BD\u30C3\u30C9{0}\u306Ffinal\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   607
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   608
# 0: type, 1: kind, 2: symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   609
compiler.misc.inaccessible.varargs.type=\u4EEE\u53EF\u5909\u5F15\u6570\u8981\u7D20\u578B{0}\u306F{1} {2}\u304B\u3089\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   610
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   611
# In the following string, {1} will always be the detail message from
06bc494ca11e Initial load
duke
parents:
diff changeset
   612
# java.io.IOException.
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   613
# 0: symbol, 1: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   614
compiler.err.class.cant.write={0}\u306E\u66F8\u8FBC\u307F\u4E2D\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F: {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   615
06bc494ca11e Initial load
duke
parents:
diff changeset
   616
# In the following string, {0} is the name of the class in the Java source.
06bc494ca11e Initial load
duke
parents:
diff changeset
   617
# It really should be used two times..
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   618
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   619
compiler.err.class.public.should.be.in.file=\u30AF\u30E9\u30B9{0}\u306Fpublic\u3067\u3042\u308A\u3001\u30D5\u30A1\u30A4\u30EB{0}.java\u3067\u5BA3\u8A00\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   620
06bc494ca11e Initial load
duke
parents:
diff changeset
   621
## All errors which do not refer to a particular line in the source code are
06bc494ca11e Initial load
duke
parents:
diff changeset
   622
## preceded by this string.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   623
compiler.err.error=\u30A8\u30E9\u30FC:\u0020
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   624
06bc494ca11e Initial load
duke
parents:
diff changeset
   625
# The following error messages do not refer to a line in the source code.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   626
compiler.err.cant.read.file={0}\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   627
06bc494ca11e Initial load
duke
parents:
diff changeset
   628
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   629
06bc494ca11e Initial load
duke
parents:
diff changeset
   630
# Fatal Errors
06bc494ca11e Initial load
duke
parents:
diff changeset
   631
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   632
compiler.misc.fatal.err.no.java.lang=\u81F4\u547D\u7684\u30A8\u30E9\u30FC: \u30AF\u30E9\u30B9\u30D1\u30B9\u307E\u305F\u306F\u30D6\u30FC\u30C8\u30FB\u30AF\u30E9\u30B9\u30D1\u30B9\u3067\u30D1\u30C3\u30B1\u30FC\u30B8java.lang\u3092\u691C\u51FA\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   633
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   634
compiler.misc.fatal.err.cant.locate.meth=\u81F4\u547D\u7684\u30A8\u30E9\u30FC: \u30E1\u30BD\u30C3\u30C9{0}\u3092\u691C\u51FA\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   635
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   636
compiler.misc.fatal.err.cant.locate.field=\u81F4\u547D\u7684\u30A8\u30E9\u30FC: \u30D5\u30A3\u30FC\u30EB\u30C9{0}\u3092\u691C\u51FA\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   637
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   638
compiler.misc.fatal.err.cant.locate.ctor=\u81F4\u547D\u7684\u30A8\u30E9\u30FC: {0}\u306E\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF\u3092\u691C\u51FA\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   639
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   640
compiler.misc.fatal.err.cant.close.loader=\u81F4\u547D\u7684\u30A8\u30E9\u30FC: \u6CE8\u91C8\u30D7\u30ED\u30BB\u30C3\u30B5\u306E\u30AF\u30E9\u30B9\u30FB\u30ED\u30FC\u30C0\u30FC\u3092\u9589\u3058\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   641
06bc494ca11e Initial load
duke
parents:
diff changeset
   642
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   643
06bc494ca11e Initial load
duke
parents:
diff changeset
   644
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   645
## miscellaneous strings
06bc494ca11e Initial load
duke
parents:
diff changeset
   646
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   647
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   648
compiler.misc.source.unavailable=(\u30BD\u30FC\u30B9\u304C\u5229\u7528\u4E0D\u53EF)
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   649
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   650
compiler.misc.base.membership=\u3059\u3079\u3066\u306E\u30D9\u30FC\u30B9\u30FB\u30AF\u30E9\u30B9\u304C\u30E1\u30F3\u30D0\u30FC\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   651
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   652
# 0: string, 1: string, 2: boolean
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   653
compiler.misc.x.print.processor.info=\u30D7\u30ED\u30BB\u30C3\u30B5{0}\u306F{1}\u306B\u4E00\u81F4\u3057\u3001{2}\u3092\u8FD4\u3057\u307E\u3059\u3002
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   654
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   655
# 0: number, 1: string, 2: set of symbol, 3: boolean
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   656
compiler.misc.x.print.rounds=\u5F80\u5FA9{0}:\n\t\u5165\u529B\u30D5\u30A1\u30A4\u30EB: {1}\n\t\u6CE8\u91C8: {2}\n\t\u6700\u5F8C\u306E\u5F80\u5FA9: {3}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   657
06bc494ca11e Initial load
duke
parents:
diff changeset
   658
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   659
06bc494ca11e Initial load
duke
parents:
diff changeset
   660
## The following string will appear before all messages keyed as:
06bc494ca11e Initial load
duke
parents:
diff changeset
   661
## "compiler.note".
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   662
compiler.note.note=\u6CE8\u610F:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   663
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   664
# 0: file name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   665
compiler.note.deprecated.filename={0}\u306F\u63A8\u5968\u3055\u308C\u306A\u3044API\u3092\u4F7F\u7528\u307E\u305F\u306F\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u3066\u3044\u307E\u3059\u3002
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   666
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   667
compiler.note.deprecated.plural=\u4E00\u90E8\u306E\u5165\u529B\u30D5\u30A1\u30A4\u30EB\u306F\u63A8\u5968\u3055\u308C\u306A\u3044API\u3092\u4F7F\u7528\u307E\u305F\u306F\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u3066\u3044\u307E\u3059\u3002
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   668
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   669
# The following string may appear after one of the above deprecation
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   670
# messages.
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   671
compiler.note.deprecated.recompile=\u8A73\u7D30\u306F\u3001-Xlint:deprecation\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u6307\u5B9A\u3057\u3066\u518D\u30B3\u30F3\u30D1\u30A4\u30EB\u3057\u3066\u304F\u3060\u3055\u3044\u3002
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   672
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   673
# 0: file name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   674
compiler.note.deprecated.filename.additional={0}\u306B\u63A8\u5968\u3055\u308C\u306A\u3044API\u306E\u8FFD\u52A0\u4F7F\u7528\u307E\u305F\u306F\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u304C\u3042\u308A\u307E\u3059\u3002
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   675
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   676
compiler.note.deprecated.plural.additional=\u4E00\u90E8\u306E\u5165\u529B\u30D5\u30A1\u30A4\u30EB\u306F\u63A8\u5968\u3055\u308C\u306A\u3044API\u3092\u8FFD\u52A0\u4F7F\u7528\u307E\u305F\u306F\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u3066\u3044\u307E\u3059\u3002
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   677
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   678
# 0: file name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   679
compiler.note.unchecked.filename={0}\u306E\u64CD\u4F5C\u306F\u3001\u672A\u30C1\u30A7\u30C3\u30AF\u307E\u305F\u306F\u5B89\u5168\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   680
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   681
compiler.note.unchecked.plural=\u5165\u529B\u30D5\u30A1\u30A4\u30EB\u306E\u64CD\u4F5C\u306E\u3046\u3061\u3001\u672A\u30C1\u30A7\u30C3\u30AF\u307E\u305F\u306F\u5B89\u5168\u3067\u306F\u306A\u3044\u3082\u306E\u304C\u3042\u308A\u307E\u3059\u3002
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   682
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   683
# The following string may appear after one of the above deprecation
06bc494ca11e Initial load
duke
parents:
diff changeset
   684
# messages.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   685
compiler.note.unchecked.recompile=\u8A73\u7D30\u306F\u3001-Xlint:unchecked\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u6307\u5B9A\u3057\u3066\u518D\u30B3\u30F3\u30D1\u30A4\u30EB\u3057\u3066\u304F\u3060\u3055\u3044\u3002
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   686
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   687
# 0: file name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   688
compiler.note.unchecked.filename.additional={0}\u306B\u672A\u30C1\u30A7\u30C3\u30AF\u307E\u305F\u306F\u5B89\u5168\u3067\u306F\u306A\u3044\u64CD\u4F5C\u304C\u3055\u3089\u306B\u3042\u308A\u307E\u3059\u3002
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   689
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   690
compiler.note.unchecked.plural.additional=\u5165\u529B\u30D5\u30A1\u30A4\u30EB\u306E\u64CD\u4F5C\u306E\u3046\u3061\u3001\u672A\u30C1\u30A7\u30C3\u30AF\u307E\u305F\u306F\u5B89\u5168\u3067\u306F\u306A\u3044\u3082\u306E\u304C\u3055\u3089\u306B\u3042\u308A\u307E\u3059\u3002
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   691
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   692
# 0: file name
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   693
compiler.note.sunapi.filename={0}\u306F\u3001\u4ECA\u5F8C\u306E\u30EA\u30EA\u30FC\u30B9\u3067\u524A\u9664\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308B\u5185\u90E8\u6240\u6709\u306EAPI\u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
9612
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   694
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   695
compiler.note.sunapi.plural=\u4E00\u90E8\u306E\u5165\u529B\u30D5\u30A1\u30A4\u30EB\u306F\u3001\u4ECA\u5F8C\u306E\u30EA\u30EA\u30FC\u30B9\u3067\u524A\u9664\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308B\u5185\u90E8\u6240\u6709\u306EAPI\u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   696
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   697
# The following string may appear after one of the above sunapi messages.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   698
compiler.note.sunapi.recompile=\u8A73\u7D30\u306F\u3001-Xlint:sunapi\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u6307\u5B9A\u3057\u3066\u518D\u30B3\u30F3\u30D1\u30A4\u30EB\u3057\u3066\u304F\u3060\u3055\u3044\u3002
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   699
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   700
# 0: file name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   701
compiler.note.sunapi.filename.additional={0}\u306F\u3001\u4ECA\u5F8C\u306E\u30EA\u30EA\u30FC\u30B9\u3067\u524A\u9664\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308B\u8FFD\u52A0\u306E\u5185\u90E8\u6240\u6709\u306EAPI\u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   702
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   703
compiler.note.sunapi.plural.additional=\u4E00\u90E8\u306E\u5165\u529B\u30D5\u30A1\u30A4\u30EB\u306F\u3001\u4ECA\u5F8C\u306E\u30EA\u30EA\u30FC\u30B9\u3067\u524A\u9664\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308B\u5185\u90E8\u6240\u6709\u306EAPI\u3092\u8FFD\u52A0\u3067\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   704
06bc494ca11e Initial load
duke
parents:
diff changeset
   705
# Notes related to annotation processing
06bc494ca11e Initial load
duke
parents:
diff changeset
   706
06bc494ca11e Initial load
duke
parents:
diff changeset
   707
# Print a client-generated note; assumed to be localized, no translation required
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   708
# 0: string
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   709
compiler.note.proc.messager={0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   710
06bc494ca11e Initial load
duke
parents:
diff changeset
   711
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   712
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   713
# 0: number
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   714
compiler.misc.count.error=\u30A8\u30E9\u30FC{0}\u500B
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   715
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   716
# 0: number
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   717
compiler.misc.count.error.plural=\u30A8\u30E9\u30FC{0}\u500B
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   718
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   719
# 0: number
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   720
compiler.misc.count.warn=\u8B66\u544A{0}\u500B
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   721
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   722
# 0: number
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   723
compiler.misc.count.warn.plural=\u8B66\u544A{0}\u500B
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   724
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   725
compiler.misc.version.not.available=(\u30D0\u30FC\u30B8\u30E7\u30F3\u60C5\u5831\u304C\u3042\u308A\u307E\u305B\u3093)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   726
06bc494ca11e Initial load
duke
parents:
diff changeset
   727
## extra output when using -verbose (JavaCompiler)
06bc494ca11e Initial load
duke
parents:
diff changeset
   728
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   729
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   730
compiler.misc.verbose.checking.attribution=[{0}\u3092\u78BA\u8A8D\u4E2D]
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   731
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   732
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   733
compiler.misc.verbose.parsing.done=[{0}\u30DF\u30EA\u79D2\u3067\u69CB\u6587\u89E3\u6790\u5B8C\u4E86]
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   734
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   735
# 0: file name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   736
compiler.misc.verbose.parsing.started=[{0}\u3092\u69CB\u6587\u89E3\u6790\u958B\u59CB]
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   737
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   738
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   739
compiler.misc.verbose.total=[\u5408\u8A08{0}\u30DF\u30EA\u79D2]
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   740
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   741
# 0: file name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   742
compiler.misc.verbose.wrote.file=[{0}\u3092\u66F8\u8FBC\u307F\u5B8C\u4E86]
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   743
06bc494ca11e Initial load
duke
parents:
diff changeset
   744
## extra output when using -verbose (Retro)
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   745
compiler.misc.verbose.retro=[{0}\u3092\u7D44\u66FF\u3048\u4E2D]
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   746
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   747
compiler.misc.verbose.retro.with=\t{0}\u3092{1}\u3067\u7D44\u66FF\u3048\u4E2D\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   748
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   749
compiler.misc.verbose.retro.with.list=\t{0}\u3092\u578B\u30D1\u30E9\u30E1\u30FC\u30BF{1}\u3001\u30B9\u30FC\u30D1\u30FC\u30BF\u30A4\u30D7{2}\u3001\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9{3}\u3067\u7D44\u66FF\u3048\u4E2D\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   750
06bc494ca11e Initial load
duke
parents:
diff changeset
   751
## extra output when using -verbose (code/ClassReader)
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   752
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   753
compiler.misc.verbose.loading=[{0}\u3092\u8AAD\u8FBC\u307F\u4E2D]
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   754
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   755
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   756
compiler.misc.verbose.sourcepath=[\u30BD\u30FC\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u306E\u691C\u7D22\u30D1\u30B9: {0}]
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   757
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   758
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   759
compiler.misc.verbose.classpath=[\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u306E\u691C\u7D22\u30D1\u30B9: {0}]
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   760
06bc494ca11e Initial load
duke
parents:
diff changeset
   761
## extra output when using -checkclassfile (code/ClassReader)
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   762
compiler.misc.ccf.found.later.version=\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB{0}\u306B\u4E88\u60F3\u5916\u306E\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u3042\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   763
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   764
compiler.misc.ccf.unrecognized.attribute={0}\u306F\u8A8D\u8B58\u3055\u308C\u306A\u3044\u5C5E\u6027\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   765
06bc494ca11e Initial load
duke
parents:
diff changeset
   766
## extra output when using -prompt (util/Log)
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   767
compiler.misc.resume.abort=R)\u518D\u958B,A)\u4E2D\u6B62>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   768
06bc494ca11e Initial load
duke
parents:
diff changeset
   769
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   770
06bc494ca11e Initial load
duke
parents:
diff changeset
   771
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   772
## warnings
06bc494ca11e Initial load
duke
parents:
diff changeset
   773
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   774
06bc494ca11e Initial load
duke
parents:
diff changeset
   775
## All warning messages are preceded by the following string.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   776
compiler.warn.warning=\u8B66\u544A:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   777
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   778
## Warning messages may also include the following prefix to identify a
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   779
## lint option
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   780
# 0: option name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   781
compiler.warn.lintOption=[{0}]\u0020
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   782
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   783
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   784
compiler.warn.constant.SVUID=serialVersionUID\u306F\u30AF\u30E9\u30B9{0}\u306E\u5B9A\u6570\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   785
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   786
# 0: file name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   787
compiler.warn.dir.path.element.not.found=\u4E0D\u6B63\u306A\u30D1\u30B9\u8981\u7D20"{0}": \u305D\u306E\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306F\u5B58\u5728\u3057\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   788
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   789
compiler.warn.finally.cannot.complete=finally\u7BC0\u304C\u6B63\u5E38\u306B\u5B8C\u4E86\u3067\u304D\u307E\u305B\u3093
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   790
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   791
# 0: symbol, 1: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   792
compiler.warn.has.been.deprecated={1}\u306E{0}\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   793
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   794
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   795
compiler.warn.sun.proprietary={0}\u306F\u5185\u90E8\u6240\u6709\u306EAPI\u3067\u3042\u308A\u3001\u4ECA\u5F8C\u306E\u30EA\u30EA\u30FC\u30B9\u3067\u524A\u9664\u3055\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   796
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   797
compiler.warn.illegal.char.for.encoding=\u3053\u306E\u6587\u5B57\u306F\u3001\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0{0}\u306B\u30DE\u30C3\u30D7\u3067\u304D\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   798
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   799
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   800
compiler.warn.improper.SVUID=serialVersionUID\u306F\u3001\u30AF\u30E9\u30B9{0}\u306Bstatic final\u3092\u5BA3\u8A00\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   801
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   802
# 0: type, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   803
compiler.warn.inexact.non-varargs.call=\u6700\u7D42\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u4E0D\u6B63\u78BA\u306A\u5F15\u6570\u578B\u3092\u6301\u3063\u305F\u53EF\u5909\u5F15\u6570\u30E1\u30BD\u30C3\u30C9\u306E\u975E\u53EF\u5909\u5F15\u6570\u547C\u51FA\u3057\u3002\n\u53EF\u5909\u5F15\u6570\u547C\u51FA\u3057\u306B\u95A2\u3057\u3066\u306F{0}\u306B\u30AD\u30E3\u30B9\u30C8\u3057\u307E\u3059\u3002\n\u975E\u53EF\u5909\u5F15\u6570\u547C\u51FA\u3057\u306B\u95A2\u3057\u3066\u306F{1}\u306B\u30AD\u30E3\u30B9\u30C8\u3057\u3066\u3053\u306E\u8B66\u544A\u3092\u51FA\u3055\u306A\u3044\u3088\u3046\u306B\u3057\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   804
9612
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   805
# 0: list of type
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   806
compiler.warn.unreachable.catch=catch\u53E5\u306B\u79FB\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\n\u30B9\u30ED\u30FC\u3055\u308C\u305F\u30BF\u30A4\u30D7{0}\u306F\u3059\u3067\u306B\u6355\u6349\u3055\u308C\u3066\u3044\u307E\u3059
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   807
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   808
# 0: list of type
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   809
compiler.warn.unreachable.catch.1=catch\u53E5\u306B\u79FB\u3059\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\n\u30B9\u30ED\u30FC\u3055\u308C\u305F\u30BF\u30A4\u30D7{0}\u306F\u3059\u3067\u306B\u6355\u6349\u3055\u308C\u3066\u3044\u307E\u3059
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   810
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   811
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   812
compiler.warn.long.SVUID=serialVersionUID\u306F\u3001\u30AF\u30E9\u30B9{0}\u306Elong\u578B\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   813
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   814
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   815
compiler.warn.missing.SVUID=\u76F4\u5217\u5316\u53EF\u80FD\u306A\u30AF\u30E9\u30B9{0}\u306B\u306F\u3001serialVersionUID\u304C\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   816
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   817
# 0: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   818
compiler.warn.override.varargs.missing={0}\u3002\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3055\u308C\u305F\u30E1\u30BD\u30C3\u30C9\u306B\u306F''...''\u304C\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   819
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   820
# 0: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   821
compiler.warn.override.varargs.extra={0}\u3002\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u3066\u3044\u308B\u30E1\u30BD\u30C3\u30C9\u306B\u306F''...''\u304C\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   822
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   823
compiler.warn.override.bridge={0}\u3002\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3055\u308C\u305F\u30E1\u30BD\u30C3\u30C9\u306F\u30D6\u30EA\u30C3\u30B8\u30FB\u30E1\u30BD\u30C3\u30C9\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   824
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   825
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   826
compiler.warn.pkg-info.already.seen=package-info.java\u30D5\u30A1\u30A4\u30EB\u304C\u3059\u3067\u306B\u30D1\u30C3\u30B1\u30FC\u30B8{0}\u7528\u306B\u8868\u793A\u3055\u308C\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   827
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   828
# 0: file name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   829
compiler.warn.path.element.not.found=\u4E0D\u6B63\u306A\u30D1\u30B9\u8981\u7D20"{0}": \u305D\u306E\u30D5\u30A1\u30A4\u30EB\u307E\u305F\u306F\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306F\u3042\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   830
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   831
compiler.warn.possible.fall-through.into.case=case\u306Bfall-through\u3059\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   832
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   833
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   834
compiler.warn.redundant.cast={0}\u3078\u306E\u5197\u9577\u306A\u30AD\u30E3\u30B9\u30C8\u3067\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   835
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   836
# 0: number
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   837
compiler.warn.position.overflow=\u4F4D\u7F6E\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u304C\u884C{0}\u3067\u30AA\u30FC\u30D0\u30FC\u30D5\u30ED\u30FC\u3057\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   838
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   839
# 0: file name, 1: number, 2: number
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   840
compiler.warn.big.major.version={0}: \u30E1\u30B8\u30E3\u30FC\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3{1}\u306F\u3001\u3053\u306E\u30B3\u30F3\u30D1\u30A4\u30E9\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u308B\u6700\u65B0\u306E\u30E1\u30B8\u30E3\u30FC\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3{2}\u3088\u308A\u65B0\u3057\u3044\u3067\u3059\u3002\n\u30B3\u30F3\u30D1\u30A4\u30E9\u306E\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9\u3092\u304A\u85A6\u3081\u3057\u307E\u3059\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   841
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   842
# 0: symbol kind, 1: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   843
compiler.warn.static.not.qualified.by.type=static {0}\u306F\u5F0F\u3067\u306F\u306A\u304F\u578B\u540D{1}\u3067\u4FEE\u98FE\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   844
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   845
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   846
compiler.warn.source.no.bootclasspath=\u30D6\u30FC\u30C8\u30B9\u30C8\u30E9\u30C3\u30D7\u30FB\u30AF\u30E9\u30B9\u30D1\u30B9\u304C-source {0}\u3068\u4E00\u7DD2\u306B\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   847
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   848
# 0: name, 1: number, 2: number, 3: number, 4: number
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   849
compiler.warn.future.attr=\u30D0\u30FC\u30B8\u30E7\u30F3{1}.{2}\u306E\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u3067\u5C0E\u5165\u3055\u308C\u305F{0}\u5C5E\u6027\u306F\u3001\u30D0\u30FC\u30B8\u30E7\u30F3{3}.{4}\u306E\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u3067\u306F\u7121\u8996\u3055\u308C\u307E\u3059
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   850
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   851
# Warnings related to annotation processing
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   852
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   853
compiler.warn.proc.package.does.not.exist=\u30D1\u30C3\u30B1\u30FC\u30B8{0}\u306F\u5B58\u5728\u3057\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   854
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   855
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   856
compiler.warn.proc.file.reopening=''{0}''\u7528\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u8907\u6570\u56DE\u4F5C\u6210\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   857
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   858
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   859
compiler.warn.proc.type.already.exists=\u30BF\u30A4\u30D7''{0}''\u306E\u30D5\u30A1\u30A4\u30EB\u306F\u3059\u3067\u306B\u30BD\u30FC\u30B9\u30FB\u30D1\u30B9\u307E\u305F\u306F\u30AF\u30E9\u30B9\u30D1\u30B9\u306B\u5B58\u5728\u3057\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   860
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   861
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   862
compiler.warn.proc.type.recreate=\u30BF\u30A4\u30D7''{0}''\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u8907\u6570\u56DE\u4F5C\u6210\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   863
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   864
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   865
compiler.warn.proc.illegal.file.name=\u7121\u52B9\u306A\u540D\u524D''{0}''\u306E\u30D5\u30A1\u30A4\u30EB\u306F\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   866
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   867
# 0: string, 1: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   868
compiler.warn.proc.suspicious.class.name=\u540D\u524D\u304C{1}\u3067\u7D42\u308F\u308B\u578B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u4F5C\u6210\u3057\u3066\u3044\u307E\u3059: ''{0}''
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   869
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   870
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   871
compiler.warn.proc.file.create.last.round=\u6700\u5F8C\u306B\u4F5C\u6210\u3055\u308C\u305F\u30BF\u30A4\u30D7''{0}''\u306E\u30D5\u30A1\u30A4\u30EB\u306F\u6CE8\u91C8\u51E6\u7406\u306B\u6E21\u3055\u308C\u307E\u305B\u3093\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   872
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   873
# 0: string, 1: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   874
compiler.warn.proc.malformed.supported.string=\u30D7\u30ED\u30BB\u30C3\u30B5''{1}''\u304C\u8FD4\u3057\u305F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u308B\u6CE8\u91C8\u578B\u306E\u6587\u5B57\u5217''{0}''\u304C\u4E0D\u6B63\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   875
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   876
# 0: set of string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   877
compiler.warn.proc.annotations.without.processors=\u3053\u308C\u3089\u306E\u6CE8\u91C8\u3092\u8981\u6C42\u3059\u308B\u30D7\u30ED\u30BB\u30C3\u30B5\u306F\u3042\u308A\u307E\u305B\u3093\u3067\u3057\u305F: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   878
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   879
# 0: source version, 1: string, 2: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   880
compiler.warn.proc.processor.incompatible.source.version=\u6CE8\u91C8\u30D7\u30ED\u30BB\u30C3\u30B5''{1}''\u304B\u3089-source ''{2}''\u3088\u308A\u5C0F\u3055\u3044\u30BD\u30FC\u30B9\u30FB\u30D0\u30FC\u30B8\u30E7\u30F3''{0}''\u304C\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u3059
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   881
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   882
compiler.warn.proc.proc-only.requested.no.procs=\u30B3\u30F3\u30D1\u30A4\u30EB\u306A\u3057\u306E\u6CE8\u91C8\u51E6\u7406\u304C\u30EA\u30AF\u30A8\u30B9\u30C8\u3055\u308C\u307E\u3057\u305F\u304C\u3001\u30D7\u30ED\u30BB\u30C3\u30B5\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   883
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   884
compiler.warn.proc.use.implicit=\u6697\u9ED9\u7684\u306B\u30B3\u30F3\u30D1\u30A4\u30EB\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u306F\u6CE8\u91C8\u51E6\u7406\u306B\u6E21\u3055\u308C\u307E\u305B\u3093\u3002\n-implicit\u3092\u4F7F\u7528\u3057\u6697\u9ED9\u7684\u30B3\u30F3\u30D1\u30A4\u30EB\u306E\u30DD\u30EA\u30B7\u30FC\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   885
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   886
compiler.warn.proc.use.proc.or.implicit=\u6697\u9ED9\u7684\u306B\u30B3\u30F3\u30D1\u30A4\u30EB\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u306F\u6CE8\u91C8\u51E6\u7406\u306B\u6E21\u3055\u308C\u307E\u305B\u3093\u3002\n-proc:none\u3092\u4F7F\u7528\u3057\u6CE8\u91C8\u51E6\u7406\u3092\u7121\u52B9\u306B\u3059\u308B\u304B -implicit\u3092\u4F7F\u7528\u3057\u6697\u9ED9\u7684\u30B3\u30F3\u30D1\u30A4\u30EB\u306E\u30DD\u30EA\u30B7\u30FC\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   887
06bc494ca11e Initial load
duke
parents:
diff changeset
   888
# Print a client-generated warning; assumed to be localized, no translation required
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   889
# 0: string
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   890
compiler.warn.proc.messager={0}
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   891
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   892
# 0: set of name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   893
compiler.warn.proc.unclosed.type.files=\u30BF\u30A4\u30D7''{0}''\u306E\u30D5\u30A1\u30A4\u30EB\u304C\u9589\u3058\u3089\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u3053\u308C\u3089\u306E\u30BF\u30A4\u30D7\u306F\u6CE8\u91C8\u51E6\u7406\u3055\u308C\u307E\u305B\u3093
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   894
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   895
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   896
compiler.warn.proc.unmatched.processor.options=\u6B21\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u306F\u3069\u306E\u30D7\u30ED\u30BB\u30C3\u30B5\u3067\u3082\u8A8D\u8B58\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F: ''{0}''
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   897
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   898
compiler.warn.try.explicit.close.call=\u81EA\u52D5\u30AF\u30ED\u30FC\u30BA\u53EF\u80FD\u306A\u30EA\u30BD\u30FC\u30B9\u306B\u304A\u3051\u308Bclose()\u306E\u660E\u793A\u7684\u547C\u51FA\u3057
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   899
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   900
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   901
compiler.warn.try.resource.not.referenced=\u81EA\u52D5\u30AF\u30ED\u30FC\u30BA\u53EF\u80FD\u306A\u30EA\u30BD\u30FC\u30B9{0}\u306F\u5BFE\u5FDC\u3059\u308Btry\u6587\u306E\u672C\u4F53\u3067\u306F\u53C2\u7167\u3055\u308C\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   902
9612
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   903
# 0: type
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   904
compiler.warn.try.resource.throws.interrupted.exc=\u81EA\u52D5\u30AF\u30ED\u30FC\u30BA\u53EF\u80FD\u306A\u30EA\u30BD\u30FC\u30B9{0}\u306B\u3001InterruptedException\u3092\u30B9\u30ED\u30FC\u3059\u308B\u53EF\u80FD\u6027\u304C\u3042\u308B\u30E1\u30F3\u30D0\u30FC\u30FB\u30E1\u30BD\u30C3\u30C9close()\u304C\u3042\u308A\u307E\u3059
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   905
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   906
compiler.warn.unchecked.assign={0}\u304B\u3089{1}\u3078\u306E\u7121\u691C\u67FB\u4EE3\u5165\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   907
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   908
# 0: symbol, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   909
compiler.warn.unchecked.assign.to.var=raw\u578B{1}\u306E\u30E1\u30F3\u30D0\u30FC\u3068\u3057\u3066\u5909\u6570{0}\u3078\u306E\u7121\u691C\u67FB\u4EE3\u5165\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   910
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   911
# 0: symbol, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   912
compiler.warn.unchecked.call.mbr.of.raw.type=raw\u578B{1}\u306E\u30E1\u30F3\u30D0\u30FC\u3068\u3057\u3066\u306E{0}\u3078\u306E\u7121\u691C\u67FB\u547C\u51FA\u3057\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   913
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   914
compiler.warn.unchecked.cast.to.type=\u578B{0}\u3078\u306E\u7121\u691C\u67FB\u30AD\u30E3\u30B9\u30C8\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   915
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   916
# 0: symbol kind, 1: name, 2: list of type, 3: list of type, 4: symbol kind, 5: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   917
compiler.warn.unchecked.meth.invocation.applied=\u7121\u691C\u67FB\u30E1\u30BD\u30C3\u30C9\u547C\u51FA\u3057: {4} {5}\u306E{0} {1}\u306F\u6307\u5B9A\u3055\u308C\u305F\u578B\u306B\u9069\u7528\u3055\u308C\u307E\u3059\n\u671F\u5F85\u5024: {2}\n\u691C\u51FA\u5024: {3}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   918
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   919
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   920
compiler.warn.unchecked.generic.array.creation=\u578B{0}\u306E\u53EF\u5909\u5F15\u6570\u30D1\u30E9\u30E1\u30FC\u30BF\u306B\u5BFE\u3059\u308B\u7DCF\u79F0\u578B\u914D\u5217\u306E\u7121\u691C\u67FB\u4F5C\u6210\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   921
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   922
# 0: type
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   923
compiler.warn.unchecked.varargs.non.reifiable.type=\u30D1\u30E9\u30E1\u30FC\u30BF\u5316\u3055\u308C\u305F\u53EF\u5909\u5F15\u6570\u578B{0}\u304B\u3089\u306E\u30D2\u30FC\u30D7\u6C5A\u67D3\u306E\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   924
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   925
# 0: symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   926
compiler.warn.varargs.unsafe.use.varargs.param=\u53EF\u5909\u5F15\u6570\u30E1\u30BD\u30C3\u30C9\u306F\u3001\u578B\u60C5\u5831\u4FDD\u6301\u53EF\u80FD\u3067\u306A\u3044\u53EF\u5909\u5F15\u6570\u30D1\u30E9\u30E1\u30FC\u30BF{0}\u304B\u3089\u306E\u30D2\u30FC\u30D7\u6C5A\u67D3\u306E\u539F\u56E0\u3068\u306A\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   927
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   928
compiler.warn.missing.deprecated.annotation=\u63A8\u5968\u3055\u308C\u306A\u3044\u9805\u76EE\u306F@Deprecated\u3067\u6CE8\u91C8\u304C\u4ED8\u3051\u3089\u308C\u3066\u3044\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   929
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   930
compiler.warn.invalid.archive.file=\u30D1\u30B9\u4E0A\u306E\u4E88\u671F\u3057\u306A\u3044\u30D5\u30A1\u30A4\u30EB: {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   931
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   932
compiler.warn.unexpected.archive.file=\u30A2\u30FC\u30AB\u30A4\u30D6\u30FB\u30D5\u30A1\u30A4\u30EB\u306E\u4E88\u671F\u3057\u306A\u3044\u62E1\u5F35\u5B50: {0}
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   933
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   934
compiler.warn.div.zero=\u30BC\u30ED\u3067\u9664\u7B97
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   935
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   936
compiler.warn.empty.if=if\u4EE5\u964D\u304C\u7A7A\u306E\u6587\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   937
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   938
compiler.warn.annotation.method.not.found=\u30BF\u30A4\u30D7''{0}''\u5185\u306B\u6CE8\u91C8\u30E1\u30BD\u30C3\u30C9''{1}()''\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   939
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   940
compiler.warn.annotation.method.not.found.reason=\u30BF\u30A4\u30D7''{0}''\u5185\u306B\u6CE8\u91C8\u30E1\u30BD\u30C3\u30C9''{1}()''\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093: {2}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   941
9612
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   942
# 0: symbol, 1: name
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   943
compiler.warn.unknown.enum.constant=\u4E0D\u660E\u306A\u5217\u6319\u578B\u5B9A\u6570\u3067\u3059{1}.{2}
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   944
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   945
# 0: symbol, 1: name, 2: message segment
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   946
compiler.warn.unknown.enum.constant.reason=\u4E0D\u660E\u306A\u5217\u6319\u578B\u5B9A\u6570\u3067\u3059{1}.{2}\n\u7406\u7531: {3}
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
   947
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   948
# 0: type, 1: type
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   949
compiler.warn.raw.class.use=raw\u578B\u304C\u898B\u3064\u304B\u308A\u307E\u3057\u305F: {0}\n\u6C4E\u7528\u30AF\u30E9\u30B9{1}\u306E\u578B\u5F15\u6570\u304C\u3042\u308A\u307E\u305B\u3093
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   950
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   951
# 0: unused, 1: unused
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   952
compiler.warn.diamond.redundant.args=\u65B0\u3057\u3044\u5F0F\u306E\u578B\u5F15\u6570\u304C\u91CD\u8907\u3057\u3066\u3044\u307E\u3059(\u304B\u308F\u308A\u306B\u30C0\u30A4\u30E4\u30E2\u30F3\u30C9\u6F14\u7B97\u5B50\u3092\u4F7F\u7528\u3057\u307E\u3059)\u3002
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   953
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   954
# 0: type, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   955
compiler.warn.diamond.redundant.args.1=\u65B0\u3057\u3044\u5F0F\u306E\u578B\u5F15\u6570\u304C\u91CD\u8907\u3057\u3066\u3044\u307E\u3059(\u304B\u308F\u308A\u306B\u30C0\u30A4\u30E4\u30E2\u30F3\u30C9\u6F14\u7B97\u5B50\u3092\u4F7F\u7528\u3057\u307E\u3059)\u3002\n\u660E\u793A\u7684: {0}\n\u63A8\u5B9A: {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   956
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   957
# 0: symbol, 1: message segment
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   958
compiler.warn.varargs.redundant.trustme.anno={0}\u6CE8\u91C8\u304C\u5197\u9577\u3067\u3059\u3002{1}
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   959
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   960
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   961
06bc494ca11e Initial load
duke
parents:
diff changeset
   962
## The following are tokens which are non-terminals in the language. They should
06bc494ca11e Initial load
duke
parents:
diff changeset
   963
## be named as JLS3 calls them when translated to the appropriate language.
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   964
compiler.misc.token.identifier=<identifier>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   965
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   966
compiler.misc.token.character=<character>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   967
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   968
compiler.misc.token.string=<string>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   969
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   970
compiler.misc.token.integer=<integer>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   971
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   972
compiler.misc.token.long-integer=<long integer>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   973
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   974
compiler.misc.token.float=<float>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   975
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   976
compiler.misc.token.double=<double>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   977
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   978
compiler.misc.token.bad-symbol=<bad symbol>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   979
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   980
compiler.misc.token.end-of-input=<end of input>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   981
06bc494ca11e Initial load
duke
parents:
diff changeset
   982
## The argument to the following string will always be one of the following:
06bc494ca11e Initial load
duke
parents:
diff changeset
   983
## 1. one of the above non-terminals
06bc494ca11e Initial load
duke
parents:
diff changeset
   984
## 2. a keyword (JLS1.8)
06bc494ca11e Initial load
duke
parents:
diff changeset
   985
## 3. a boolean literal (JLS3.10.3)
06bc494ca11e Initial load
duke
parents:
diff changeset
   986
## 4. the null literal (JLS3.10.7)
06bc494ca11e Initial load
duke
parents:
diff changeset
   987
## 5. a Java separator (JLS3.11)
06bc494ca11e Initial load
duke
parents:
diff changeset
   988
## 6. an operator (JLS3.12)
06bc494ca11e Initial load
duke
parents:
diff changeset
   989
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   990
## This is the only place these tokens will be used.
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   991
# 0: token
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   992
compiler.err.expected={0}\u304C\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   993
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   994
# 0: token, 1: token
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   995
compiler.err.expected2={0}\u307E\u305F\u306F{1}\u304C\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   996
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   997
# 0: token, 1: token, 2: token
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   998
compiler.err.expected3={0}\u3001{1}\u307E\u305F\u306F{2}\u304C\u3042\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   999
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1000
compiler.err.premature.eof=\u69CB\u6587\u89E3\u6790\u4E2D\u306B\u30D5\u30A1\u30A4\u30EB\u306E\u7D42\u308F\u308A\u306B\u79FB\u308A\u307E\u3057\u305F
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1001
06bc494ca11e Initial load
duke
parents:
diff changeset
  1002
## The following are related in form, but do not easily fit the above paradigm.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1003
compiler.err.dot.class.expected=''.class''\u304C\u3042\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1004
06bc494ca11e Initial load
duke
parents:
diff changeset
  1005
## The argument to this string will always be either 'case' or 'default'.
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1006
# 0: token
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1007
compiler.err.orphaned={0}\u306B\u306F\u89AA\u304C\u3042\u308A\u307E\u305B\u3093
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1008
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1009
# 0: name
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1010
compiler.misc.anonymous.class=<anonymous {0}>
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1011
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1012
# 0: name, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1013
compiler.misc.type.captureof={1}\u306E\u30AD\u30E3\u30D7\u30C1\u30E3#{0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1014
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1015
compiler.misc.type.captureof.1=\u30AD\u30E3\u30D7\u30C1\u30E3#{0}
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1016
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1017
compiler.misc.type.none=<none>
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1018
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1019
compiler.misc.unnamed.package=\u540D\u524D\u306E\u306A\u3044\u30D1\u30C3\u30B1\u30FC\u30B8
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1020
06bc494ca11e Initial load
duke
parents:
diff changeset
  1021
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1022
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1023
# 0: symbol, 1: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1024
compiler.err.cant.access={0}\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093\n{1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1025
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1026
compiler.misc.bad.class.file.header=\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB{0}\u306F\u4E0D\u6B63\u3067\u3059\n{1}\n\u524A\u9664\u3059\u308B\u304B\u3001\u30AF\u30E9\u30B9\u30D1\u30B9\u306E\u6B63\u3057\u3044\u30B5\u30D6\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306B\u3042\u308B\u304B\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1027
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1028
# 0: file name, 1: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1029
compiler.misc.bad.source.file.header=\u30BD\u30FC\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB{0}\u306F\u4E0D\u6B63\u3067\u3059\n{1}\n\u524A\u9664\u3059\u308B\u304B\u3001\u30BD\u30FC\u30B9\u30FB\u30D1\u30B9\u306E\u6B63\u3057\u3044\u30B5\u30D6\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306B\u3042\u308B\u304B\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1030
06bc494ca11e Initial load
duke
parents:
diff changeset
  1031
## The following are all possible strings for the second argument ({1}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
  1032
## above strings.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1033
compiler.misc.bad.class.signature=\u30AF\u30E9\u30B9{0}\u306E\u30B7\u30B0\u30CB\u30C1\u30E3\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1034
9612
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
  1035
#0: symbol, 1: symbol
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
  1036
compiler.misc.bad.enclosing.class={0}\u306E\u5185\u90E8\u30AF\u30E9\u30B9\u304C\u4E0D\u6B63\u3067\u3059: {1}
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
  1037
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
  1038
# 0: symbol
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
  1039
compiler.misc.bad.enclosing.method=\u30AF\u30E9\u30B9{0}\u306E\u56F2\u3093\u3067\u3044\u308B\u30E1\u30BD\u30C3\u30C9\u5C5E\u6027\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1040
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1041
compiler.misc.bad.runtime.invisible.param.annotations=RuntimeInvisibleParameterAnnotations\u5C5E\u6027\u304C\u4E0D\u6B63\u3067\u3059: {0}
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1042
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1043
compiler.misc.bad.const.pool.tag=\u5B9A\u6570\u30D7\u30FC\u30EB\u30FB\u30BF\u30B0{0}\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1044
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1045
compiler.misc.bad.const.pool.tag.at=\u5B9A\u6570\u30D7\u30FC\u30EB\u30FB\u30BF\u30B0{1}\u3067\u306E{0}\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1046
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1047
compiler.misc.bad.signature=\u30B7\u30B0\u30CB\u30C1\u30E3{0}\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1048
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1049
compiler.misc.class.file.wrong.class=\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB{0}\u306B\u4E0D\u6B63\u306A\u30AF\u30E9\u30B9\u304C\u3042\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1050
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1051
compiler.misc.class.file.not.found={0}\u306E\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1052
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1053
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1054
compiler.misc.file.doesnt.contain.class=\u30D5\u30A1\u30A4\u30EB\u306B\u30AF\u30E9\u30B9{0}\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1055
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1056
compiler.misc.file.does.not.contain.package=\u30D5\u30A1\u30A4\u30EB\u306B\u30D1\u30C3\u30B1\u30FC\u30B8{0}\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1057
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1058
compiler.misc.illegal.start.of.class.file=\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u306E\u958B\u59CB\u304C\u4E0D\u6B63\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1059
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1060
compiler.misc.unable.to.access.file=\u30D5\u30A1\u30A4\u30EB{0}\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1061
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1062
compiler.misc.unicode.str.not.supported=\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u5185\u306EUnicode\u6587\u5B57\u5217\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1063
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1064
compiler.misc.undecl.type.var=\u578B\u5909\u6570{0}\u306F\u5BA3\u8A00\u3055\u308C\u3066\u3044\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1065
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1066
compiler.misc.wrong.version=\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u306E\u30D0\u30FC\u30B8\u30E7\u30F3{0}.{1}\u306F\u4E0D\u6B63\u3067\u3059\u3002{2}.{3}\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1067
06bc494ca11e Initial load
duke
parents:
diff changeset
  1068
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1069
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1070
# 0: type, 1: type or symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1071
compiler.err.not.within.bounds=\u578B\u5F15\u6570{0}\u306F\u578B\u5909\u6570{1}\u306E\u5883\u754C\u5185\u306B\u3042\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1072
06bc494ca11e Initial load
duke
parents:
diff changeset
  1073
## The following are all possible strings for the second argument ({1}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
  1074
## above string.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1075
06bc494ca11e Initial load
duke
parents:
diff changeset
  1076
## none yet...
06bc494ca11e Initial load
duke
parents:
diff changeset
  1077
06bc494ca11e Initial load
duke
parents:
diff changeset
  1078
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1079
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1080
# 0: message segment, 1: type, 2: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1081
compiler.err.prob.found.req={0}\n\u671F\u5F85\u5024: {2}\n\u691C\u51FA\u5024:    {1}
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1082
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1083
# 0: message segment, 1: type, 2: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1084
compiler.warn.prob.found.req={0}\n\u671F\u5F85\u5024: {2}\n\u691C\u51FA\u5024:    {1}
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1085
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1086
compiler.err.prob.found.req.1={0} {3}\n\u671F\u5F85\u5024: {2}\n\u691C\u51FA\u5024:    {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1087
06bc494ca11e Initial load
duke
parents:
diff changeset
  1088
## The following are all possible strings for the first argument ({0}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
  1089
## above strings.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1090
compiler.misc.incompatible.types=\u4E92\u63DB\u6027\u306E\u306A\u3044\u578B
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1091
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1092
# 0: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1093
compiler.misc.incompatible.types.1=\u4E92\u63DB\u6027\u306E\u306A\u3044\u578B\u3002{0}
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1094
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1095
compiler.misc.inconvertible.types=\u5909\u63DB\u3067\u304D\u306A\u3044\u578B
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1096
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1097
compiler.misc.possible.loss.of.precision=\u7CBE\u5EA6\u304C\u4F4E\u4E0B\u3057\u3066\u3044\u308B\u53EF\u80FD\u6027
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1098
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1099
compiler.misc.unchecked.assign=\u7121\u691C\u67FB\u5909\u63DB
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1100
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1101
# compiler.misc.storecheck=\
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1102
#     assignment might cause later store checks to fail
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1103
# compiler.misc.unchecked=\
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1104
#     assigned array cannot dynamically check its stores
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1105
compiler.misc.unchecked.cast.to.type=\u7121\u691C\u67FB\u30AD\u30E3\u30B9\u30C8
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1106
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1107
compiler.misc.assignment.from.super-bound=\u30B9\u30FC\u30D1\u30FC\u30D0\u30A6\u30F3\u30C9\u578B{0}\u304B\u3089\u306E\u4EE3\u5165
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1108
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1109
compiler.misc.assignment.to.extends-bound=\u62E1\u5F35\u30D0\u30A6\u30F3\u30C9\u578B{0}\u3078\u306E\u4EE3\u5165
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1110
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1111
# compiler.err.star.expected=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1112
#     ''*'' expected
06bc494ca11e Initial load
duke
parents:
diff changeset
  1113
# compiler.err.no.elem.type=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1114
#     \[\*\] cannot have a type
06bc494ca11e Initial load
duke
parents:
diff changeset
  1115
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1116
compiler.misc.try.not.applicable.to.type=try-with-resource\u306F\u5909\u6570\u578B\u306B\u9069\u7528\u3055\u308C\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1117
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1118
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1119
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1120
# 0: message segment or type, 1: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1121
compiler.err.type.found.req=\u4E88\u671F\u3057\u306A\u3044\u578B\n\u671F\u5F85\u5024: {1}\n\u691C\u51FA\u5024:    {0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1122
06bc494ca11e Initial load
duke
parents:
diff changeset
  1123
## The following are all possible strings for the first argument ({0}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
  1124
## above string.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1125
compiler.misc.type.req.class=\u30AF\u30E9\u30B9
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1126
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1127
compiler.misc.type.req.class.array=\u30AF\u30E9\u30B9\u307E\u305F\u306F\u914D\u5217
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1128
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1129
compiler.misc.type.req.array.or.iterable=\u914D\u5217\u307E\u305F\u306Fjava.lang.Iterable
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1130
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1131
compiler.misc.type.req.ref=\u53C2\u7167
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1132
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1133
compiler.misc.type.req.exact=\u5883\u754C\u306E\u306A\u3044\u30AF\u30E9\u30B9\u307E\u305F\u306F\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1134
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1135
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1136
compiler.misc.type.parameter=\u578B\u30D1\u30E9\u30E1\u30FC\u30BF{0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1137
06bc494ca11e Initial load
duke
parents:
diff changeset
  1138
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1139
06bc494ca11e Initial load
duke
parents:
diff changeset
  1140
## The following are all possible strings for the last argument of all those
06bc494ca11e Initial load
duke
parents:
diff changeset
  1141
## diagnostics whose key ends in ".1"
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1142
compiler.misc.undetermined.type=\u672A\u5B9A\u578B
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1143
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1144
compiler.misc.type.variable.has.undetermined.type=\u578B\u5909\u6570{0}\u306F\u672A\u5B9A\u578B\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1145
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1146
# 0: type, 1: list of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1147
compiler.misc.no.unique.maximal.instance.exists=\u578B\u5909\u6570{0}(\u4E0A\u9650{1})\u306E\u56FA\u6709\u306E\u6700\u5927\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u304C\u5B58\u5728\u3057\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1148
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1149
compiler.misc.no.unique.minimal.instance.exists=\u578B\u5909\u6570{0}(\u4E0B\u9650{1})\u306E\u56FA\u6709\u306E\u6700\u5C0F\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u304C\u5B58\u5728\u3057\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1150
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1151
# 0: list of type, 1: type, 2: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1152
compiler.misc.infer.no.conforming.instance.exists=\u578B\u5909\u6570{0}\u306E\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u304C\u5B58\u5728\u3057\u306A\u3044\u306E\u3067\u3001{1}\u306F{2}\u306B\u9069\u5408\u3057\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1153
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1154
# 0: list of type, 1: type, 2: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1155
compiler.misc.infer.no.conforming.assignment.exists=\u578B\u5909\u6570{0}\u306E\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u304C\u5B58\u5728\u3057\u306A\u3044\u306E\u3067\u3001\u5F15\u6570\u578B{1}\u306F\u4EEE\u30D1\u30E9\u30E1\u30FC\u30BF\u578B{2}\u306B\u9069\u5408\u3057\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1156
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1157
compiler.misc.infer.arg.length.mismatch=\u5B9F\u5F15\u6570\u30EA\u30B9\u30C8\u3068\u4EEE\u5F15\u6570\u30EA\u30B9\u30C8\u306E\u9577\u3055\u304C\u7570\u306A\u308B\u305F\u3081\u3001\u5F15\u6570\u304B\u3089\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1158
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1159
# 0: type, 1: list of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1160
compiler.misc.inferred.do.not.conform.to.bounds=\u63A8\u5B9A\u578B\u306F\u5BA3\u8A00\u3055\u308C\u305F\u5883\u754C\u306B\u9069\u5408\u3057\u307E\u305B\u3093\n\u63A8\u5B9A: {0}\n\u5883\u754C: {1}
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1161
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1162
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1163
compiler.misc.diamond={0}<>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1164
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1165
# 0: type
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1166
compiler.misc.diamond.non.generic=\u975E\u6C4E\u7528\u30AF\u30E9\u30B9{0}\u3067''<>''\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1167
9612
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
  1168
compiler.misc.diamond.and.explicit.params=\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF\u306E\u660E\u793A\u7684\u306A\u578B\u30D1\u30E9\u30E1\u30FC\u30BF\u3067\u306F''<>''\u3092\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1169
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1170
# 0: type, 1: list of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1171
compiler.misc.explicit.param.do.not.conform.to.bounds=\u660E\u793A\u7684\u306A\u578B\u5F15\u6570{0}\u306F\u3001\u5BA3\u8A00\u3055\u308C\u305F\u5883\u754C{1}\u306B\u9069\u5408\u3057\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1172
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1173
compiler.misc.arg.length.mismatch=\u5B9F\u5F15\u6570\u30EA\u30B9\u30C8\u3068\u4EEE\u5F15\u6570\u30EA\u30B9\u30C8\u306E\u9577\u3055\u304C\u7570\u306A\u308A\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1174
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1175
# 0: type, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1176
compiler.misc.no.conforming.assignment.exists=\u5B9F\u5F15\u6570{0}\u306F\u30E1\u30BD\u30C3\u30C9\u547C\u51FA\u5909\u63DB\u306B\u3088\u3063\u3066{1}\u306B\u5909\u63DB\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1177
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1178
# 0: type, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1179
compiler.misc.varargs.argument.mismatch=\u5F15\u6570\u578B{0}\u306F\u53EF\u5909\u5F15\u6570\u8981\u7D20\u578B{1}\u306B\u9069\u5408\u3057\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1180
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1181
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1182
06bc494ca11e Initial load
duke
parents:
diff changeset
  1183
## The first argument ({0}) is a "kindname".
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1184
# 0: symbol kind, 1: symbol, 2: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1185
compiler.err.abstract.cant.be.accessed.directly=\u62BD\u8C61{0}\u3067\u3042\u308B{1}({2}\u5185)\u306B\u76F4\u63A5\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1186
06bc494ca11e Initial load
duke
parents:
diff changeset
  1187
## The first argument ({0}) is a "kindname".
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1188
# 0: symbol kind, 1: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1189
compiler.err.non-static.cant.be.ref=static\u3067\u306A\u3044{0} {1}\u3092static\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u53C2\u7167\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1190
06bc494ca11e Initial load
duke
parents:
diff changeset
  1191
## Both arguments ({0}, {1}) are "kindname"s.  {0} is a comma-separated list
06bc494ca11e Initial load
duke
parents:
diff changeset
  1192
## of kindnames (the list should be identical to that provided in source.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1193
compiler.err.unexpected.type=\u4E88\u671F\u3057\u306A\u3044\u578B\n\u671F\u5F85\u5024: {0}\n\u691C\u51FA\u5024:    {1}
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1194
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1195
## The first argument {0} is a "kindname" (e.g. 'constructor', 'field', etc.)
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1196
## The second argument {1} is the non-resolved symbol
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1197
## The third argument {2} is a list of type parameters (non-empty if {1} is a method)
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1198
## The fourth argument {3} is a list of argument types (non-empty if {1} is a method)
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1199
# 0: symbol kind, 1: name, 2: unused, 3: unused
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1200
compiler.err.cant.resolve=\u30B7\u30F3\u30DC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u307E\u305B\u3093\n\u30B7\u30F3\u30DC\u30EB: {0} {1}
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1201
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1202
# 0: symbol kind, 1: name, 2: unused, 3: list of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1203
compiler.err.cant.resolve.args=\u30B7\u30F3\u30DC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u307E\u305B\u3093\n\u30B7\u30F3\u30DC\u30EB: {0} {1}({3})
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1204
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1205
# 0: symbol kind, 1: name, 2: list of type, 3: list of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1206
compiler.err.cant.resolve.args.params=\u30B7\u30F3\u30DC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u307E\u305B\u3093\n\u30B7\u30F3\u30DC\u30EB: {0} <{2}>{1}({3})
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1207
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1208
## arguments from {0} to {3} have the same meaning as above
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1209
## The fifth argument {4} is a location subdiagnostic (see below)
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1210
# 0: symbol kind, 1: name, 2: unused, 3: unused, 4: message segment
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1211
compiler.err.cant.resolve.location=\u30B7\u30F3\u30DC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u307E\u305B\u3093\n\u30B7\u30F3\u30DC\u30EB:   {0} {1}\n\u5834\u6240: {4}
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1212
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1213
# 0: symbol kind, 1: name, 2: unused, 3: list of type, 4: message segment
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1214
compiler.err.cant.resolve.location.args=\u30B7\u30F3\u30DC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u307E\u305B\u3093\n\u30B7\u30F3\u30DC\u30EB:   {0} {1}({3})\n\u5834\u6240: {4}
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1215
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1216
# 0: symbol kind, 1: name, 2: list of type, 3: list, 4: message segment
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1217
compiler.err.cant.resolve.location.args.params=\u30B7\u30F3\u30DC\u30EB\u3092\u898B\u3064\u3051\u3089\u308C\u307E\u305B\u3093\n\u30B7\u30F3\u30DC\u30EB:   {0} <{2}>{1}({3})\n\u5834\u6240: {4}
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1218
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1219
##a location subdiagnostic is composed as follows:
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1220
## The first argument {0} is the location "kindname" (e.g. 'constructor', 'field', etc.)
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1221
## The second argument {1} is the location name
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1222
## The third argument {2} is the location type (only when {1} is a variable name)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1223
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1224
# 0: symbol kind, 1: symbol, 2: unused
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1225
compiler.misc.location={0} {1}
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1226
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1227
# 0: symbol kind, 1: symbol, 2: type
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1228
compiler.misc.location.1=\u30BF\u30A4\u30D7{2}\u306E{0} {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1229
06bc494ca11e Initial load
duke
parents:
diff changeset
  1230
## The following are all possible string for "kindname".
06bc494ca11e Initial load
duke
parents:
diff changeset
  1231
## They should be called whatever the JLS calls them after it been translated
06bc494ca11e Initial load
duke
parents:
diff changeset
  1232
## to the appropriate language.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1233
# compiler.misc.kindname.constructor=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1234
#     static member
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1235
compiler.misc.kindname.annotation=@interface
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1236
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1237
compiler.misc.kindname.constructor=\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1238
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1239
compiler.misc.kindname.enum=\u5217\u6319
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1240
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1241
compiler.misc.kindname.interface=\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1242
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1243
compiler.misc.kindname.static=static
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1244
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1245
compiler.misc.kindname.type.variable=\u578B\u5909\u6570
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1246
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1247
compiler.misc.kindname.type.variable.bound=\u578B\u5909\u6570\u306E\u5883\u754C
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1248
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1249
compiler.misc.kindname.variable=\u5909\u6570
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1250
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1251
compiler.misc.kindname.value=\u5024
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1252
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1253
compiler.misc.kindname.method=\u30E1\u30BD\u30C3\u30C9
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1254
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1255
compiler.misc.kindname.class=\u30AF\u30E9\u30B9
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1256
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1257
compiler.misc.kindname.package=\u30D1\u30C3\u30B1\u30FC\u30B8
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1258
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1259
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1260
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1261
compiler.misc.no.args=\u5F15\u6570\u304C\u3042\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1262
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1263
# 0: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1264
compiler.err.override.static={0}\n\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3059\u308B\u30E1\u30BD\u30C3\u30C9\u304Cstatic\u3067\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1265
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1266
# 0: message segment, 1: set of modifier
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1267
compiler.err.override.meth={0}\n\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3055\u308C\u305F\u30E1\u30BD\u30C3\u30C9\u306F{1}\u3067\u3059
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1268
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1269
# 0: message segment, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1270
compiler.err.override.meth.doesnt.throw={0}\n\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3055\u308C\u305F\u30E1\u30BD\u30C3\u30C9\u306F{1}\u3092\u30B9\u30ED\u30FC\u3057\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1271
06bc494ca11e Initial load
duke
parents:
diff changeset
  1272
# In the following string {1} is a space separated list of Java Keywords, as
06bc494ca11e Initial load
duke
parents:
diff changeset
  1273
# they would have been declared in the source code
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1274
# 0: message segment, 1: set of modifier
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1275
compiler.err.override.weaker.access={0}\n({1})\u3088\u308A\u5F31\u3044\u30A2\u30AF\u30BB\u30B9\u6A29\u9650\u3092\u5272\u308A\u5F53\u3066\u3088\u3046\u3068\u3057\u307E\u3057\u305F
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1276
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1277
# 0: message segment, 1: type, 2: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1278
compiler.err.override.incompatible.ret={0}\n\u623B\u308A\u5024\u306E\u578B{1}\u306F{2}\u3068\u4E92\u63DB\u6027\u304C\u3042\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1279
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1280
# 0: message segment, 1: type, 2: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1281
compiler.warn.override.unchecked.ret={0}\n\u623B\u308A\u5024\u306E\u578B\u306F{1}\u304B\u3089{2}\u3078\u306E\u7121\u691C\u67FB\u5909\u63DB\u304C\u5FC5\u8981\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1282
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1283
# 0: message segment, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1284
compiler.warn.override.unchecked.thrown={0}\n\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3055\u308C\u305F\u30E1\u30BD\u30C3\u30C9\u306F{1}\u3092\u30B9\u30ED\u30FC\u3057\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1285
06bc494ca11e Initial load
duke
parents:
diff changeset
  1286
## The following are all possible strings for the first argument ({0}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
  1287
## above strings.
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1288
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1289
compiler.misc.cant.override={1}\u306E{0}\u306F{3}\u306E{2}\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1290
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1291
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1292
compiler.misc.cant.implement={1}\u306E{0}\u306F{3}\u306E{2}\u3092\u5B9F\u88C5\u3067\u304D\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1293
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1294
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1295
compiler.misc.clashes.with={1}\u306E{0}\u306F{3}\u306E{2}\u3068\u7AF6\u5408\u3057\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1296
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1297
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1298
compiler.misc.unchecked.override={1}\u306E{0}\u306F{3}\u306E{2}\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1299
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1300
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1301
compiler.misc.unchecked.implement={1}\u306E{0}\u306F{3}\u306E{2}\u3092\u5B9F\u88C5\u3057\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1302
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1303
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1304
compiler.misc.unchecked.clash.with={1}\u306E{0}\u306F{3}\u306E{2}\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1305
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1306
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1307
compiler.misc.varargs.override={1}\u306E{0}\u306F{3}\u306E{2}\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1308
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1309
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1310
compiler.misc.varargs.implement={1}\u306E{0}\u306F{3}\u306E{2}\u3092\u5B9F\u88C5\u3057\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1311
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1312
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1313
compiler.misc.varargs.clash.with={1}\u306E{0}\u306F{3}\u306E{2}\u3092\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9\u3057\u307E\u3059
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1314
9612
15be5f881126 7043548: message drop 3 translation integration
mfang
parents: 9090
diff changeset
  1315
compiler.misc.diamond.and.anon.class=\u533F\u540D\u5185\u90E8\u30AF\u30E9\u30B9\u3067\u306F''<>''\u3092\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1316
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1317
# 0: symbol kind, 1: symbol, 2: symbol, 3: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1318
compiler.misc.inapplicable.method={0} {1}.{2}\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\n({3})
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1319
06bc494ca11e Initial load
duke
parents:
diff changeset
  1320
########################################
06bc494ca11e Initial load
duke
parents:
diff changeset
  1321
# Diagnostics for language feature changes
06bc494ca11e Initial load
duke
parents:
diff changeset
  1322
########################################
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1323
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1324
compiler.err.unsupported.fp.lit=16\u9032\u6570\u6D6E\u52D5\u5C0F\u6570\u70B9\u30EA\u30C6\u30E9\u30EB\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(16\u9032\u6570\u6D6E\u52D5\u5C0F\u6570\u70B9\u30EA\u30C6\u30E9\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 5\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1325
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1326
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1327
compiler.err.unsupported.binary.lit=2\u9032\u6570\u30EA\u30C6\u30E9\u30EB\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(2\u9032\u6570\u30EA\u30C6\u30E9\u30EB\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F-source 7\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1328
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1329
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1330
compiler.err.unsupported.underscore.lit=\u30EA\u30C6\u30E9\u30EB\u5185\u306E\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(\u30EA\u30C6\u30E9\u30EB\u5185\u306E\u30A2\u30F3\u30C0\u30FC\u30B9\u30B3\u30A2\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 7\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1331
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1332
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1333
compiler.err.try.with.resources.not.supported.in.source=try-with-resource\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(try-with-resource\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 7\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1334
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1335
compiler.warn.enum.as.identifier=\u30EA\u30EA\u30FC\u30B95\u304B\u3089''enum''\u306F\u30AD\u30FC\u30EF\u30FC\u30C9\u306A\u306E\u3067\u8B58\u5225\u5B50\u3068\u3057\u3066\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\n(''enum''\u3092\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u3057\u3066\u4F7F\u7528\u3059\u308B\u306B\u306F-source 5\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1336
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1337
compiler.warn.assert.as.identifier=\u30EA\u30EA\u30FC\u30B91.4\u304B\u3089''assert''\u306F\u30AD\u30FC\u30EF\u30FC\u30C9\u306A\u306E\u3067\u3001\u8B58\u5225\u5B50\u3068\u3057\u3066\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\n(''assert''\u3092\u30AD\u30FC\u30EF\u30FC\u30C9\u3068\u3057\u3066\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001-source 1.4\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1338
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1339
compiler.err.enum.as.identifier=\u30EA\u30EA\u30FC\u30B95\u304B\u3089''enum''\u306F\u30AD\u30FC\u30EF\u30FC\u30C9\u306A\u306E\u3067\u8B58\u5225\u5B50\u3068\u3057\u3066\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\n(''enum''\u3092\u8B58\u5225\u5B50\u3068\u3057\u3066\u4F7F\u7528\u3059\u308B\u306B\u306F-source 1.4\u4EE5\u524D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1340
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1341
compiler.err.assert.as.identifier=\u30EA\u30EA\u30FC\u30B91.4\u304B\u3089''assert''\u306F\u30AD\u30FC\u30EF\u30FC\u30C9\u306A\u306E\u3067\u3001\u8B58\u5225\u5B50\u3068\u3057\u3066\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\n(''assert''\u3092\u8B58\u5225\u5B50\u3068\u3057\u3066\u4F7F\u7528\u3059\u308B\u306B\u306F\u3001-source 1.3\u4EE5\u524D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1342
15385
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 9612
diff changeset
  1343
# TODO 308: make a better error message
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 9612
diff changeset
  1344
# compiler.err.this.as.identifier=\
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 9612
diff changeset
  1345
#    as of release 8, ''this'' is allowed as the parameter name for the receiver type only, which has to be the first parameter
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 9612
diff changeset
  1346
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1347
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1348
compiler.err.generics.not.supported.in.source=\u7DCF\u79F0\u578B\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(\u7DCF\u79F0\u578B\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 5\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1349
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1350
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1351
compiler.err.varargs.not.supported.in.source=\u53EF\u5909\u5F15\u6570\u30E1\u30BD\u30C3\u30C9\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(\u53EF\u5909\u5F15\u6570\u30E1\u30BD\u30C3\u30C9\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 5\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1352
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1353
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1354
compiler.err.annotations.not.supported.in.source=\u6CE8\u91C8\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(\u6CE8\u91C8\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 5\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1355
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1356
#308 compiler.err.type.annotations.not.supported.in.source=\
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1357
#308     type annotations are not supported in -source {0}\n\
15385
ee1eebe7e210 8006775: JSR 308: Compiler changes in JDK8
jjg
parents: 9612
diff changeset
  1358
#308 (use -source 8 or higher to enable type annotations)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1359
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1360
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1361
compiler.err.foreach.not.supported.in.source=for-each\u30EB\u30FC\u30D7\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(for-each\u30EB\u30FC\u30D7\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 5\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1362
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1363
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1364
compiler.err.static.import.not.supported.in.source=static import\u5BA3\u8A00\u306F -source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(static import\u5BA3\u8A00\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 5\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1365
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1366
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1367
compiler.err.enums.not.supported.in.source=\u5217\u6319\u578B\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(\u5217\u6319\u578B\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F-source 5\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1368
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1369
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1370
compiler.err.diamond.not.supported.in.source=\u30C0\u30A4\u30E4\u30E2\u30F3\u30C9\u6F14\u7B97\u5B50\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(\u30C0\u30A4\u30E4\u30E2\u30F3\u30C9\u6F14\u7B97\u5B50\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 7\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1371
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1372
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1373
compiler.err.multicatch.not.supported.in.source=\u8907\u6570catch\u6587\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(\u8907\u6570catch\u6587\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 7\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1374
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1375
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1376
compiler.err.string.switch.not.supported.in.source=switch\u5185\u306E\u6587\u5B57\u5217\u306F-source {0}\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\n(switch\u5185\u306E\u6587\u5B57\u5217\u3092\u4F7F\u7528\u53EF\u80FD\u306B\u3059\u308B\u306B\u306F\u3001-source 7\u4EE5\u964D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044)
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1377
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1378
########################################
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1379
# Diagnostics for where clause implementation
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1380
# used by the RichDiagnosticFormatter.
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1381
########################################
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1382
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1383
compiler.misc.type.null=<null>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1384
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1385
# X#n (where n is an int id) is disambiguated tvar name
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1386
# 0: name, 1: number
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1387
compiler.misc.type.var={0}#{1}
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1388
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1389
# CAP#n (where n is an int id) is an abbreviation for 'captured type'
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1390
# 0: number
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1391
compiler.misc.captured.type=CAP#{0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1392
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1393
# <INT#n> (where n is an int id) is an abbreviation for 'intersection type'
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1394
# 0: number
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1395
compiler.misc.intersection.type=INT#{0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1396
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1397
# where clause for captured type: contains upper ('extends {1}') and lower
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1398
# ('super {2}') bound along with the wildcard that generated this captured type ({3})
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1399
# 0: type, 1: type, 2: type, 3: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1400
compiler.misc.where.captured={3}\u306E\u30AD\u30E3\u30D7\u30C1\u30E3\u304B\u3089\u306E{0} extends {1} super: {2}
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1401
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1402
# compact where clause for captured type: contains upper ('extends {1}') along
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1403
# with the wildcard that generated this captured type ({3})
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1404
# 0: type, 1: type, 2: unused, 3: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1405
compiler.misc.where.captured.1={3}\u306E\u30AD\u30E3\u30D7\u30C1\u30E3\u304B\u3089\u306E{0} extends {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1406
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1407
# where clause for type variable: contains upper bound(s) ('extends {1}') along with
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1408
# the kindname ({2}) and location ({3}) in which the typevar has been declared
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1409
# 0: type, 1: list of type, 2: symbol kind, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1410
compiler.misc.where.typevar={2} {3}\u3067\u5BA3\u8A00\u3055\u308C\u3066\u3044\u308B{0} extends {1}
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1411
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1412
# compact where clause for type variable: contains the kindname ({2}) and location ({3})
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1413
# in which the typevar has been declared
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1414
compiler.misc.where.typevar.1={2} {3}\u3067\u5BA3\u8A00\u3055\u308C\u305F{0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1415
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1416
# where clause for type variable: contains all the upper bound(s) ('extends {1}')
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1417
# of this intersection type
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1418
# 0: type, 1: list of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1419
compiler.misc.where.intersection={0} extends {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1420
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1421
### Where clause headers ###
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1422
compiler.misc.where.description.captured={0}\u304C\u65B0\u3057\u3044\u578B\u5909\u6570\u306E\u5834\u5408:
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1423
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1424
# 0: set of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1425
compiler.misc.where.description.typevar={0}\u304C\u578B\u5909\u6570\u306E\u5834\u5408:
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1426
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1427
# 0: set of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1428
compiler.misc.where.description.intersection={0}\u304Cintersection\u578B\u306E\u5834\u5408:
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1429
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1430
# 0: set of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1431
compiler.misc.where.description.captured.1={0}\u304C\u65B0\u3057\u3044\u578B\u5909\u6570\u306E\u5834\u5408:
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1432
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1433
# 0: set of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1434
compiler.misc.where.description.typevar.1={0}\u304C\u578B\u5909\u6570\u306E\u5834\u5408:
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1435
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1436
compiler.misc.where.description.intersection.1={0}\u304Cintersection\u578B\u306E\u5834\u5408:
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1437
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1438