langtools/src/share/classes/com/sun/tools/javac/resources/compiler_ja.properties
author mfang
Mon, 11 Apr 2011 16:31:22 -0700
changeset 9090 699b05001513
parent 9087 e9e44877cd18
parent 9088 fb92447a5176
child 9612 15be5f881126
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
#
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
     2
# Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
#
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5323
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5323
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
#
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5323
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5323
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 5323
diff changeset
    23
# questions.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
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
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   231
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
   232
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   233
# 0: type, 1: message segment
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   234
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
   235
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   236
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
   237
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   238
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
   239
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   240
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
   241
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   242
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
   243
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   244
# 0: symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   245
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
   246
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   247
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   248
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
   249
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   250
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
   251
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   252
# 0: set of modifier, 1: set of modifier
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   253
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
   254
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   255
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
   256
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   257
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
   258
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   259
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
   260
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   261
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   262
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
   263
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   264
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
   265
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   266
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   267
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
   268
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   269
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
   270
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   271
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   272
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
   273
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   274
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
   275
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   276
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
   277
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   278
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
   279
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   280
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   281
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
   282
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   283
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
   284
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   285
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
   286
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   287
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
   288
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   289
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   290
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
   291
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   292
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
   293
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   294
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
   295
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   296
# 0: type, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   297
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
   298
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   299
# 0: number
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   300
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
   301
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   302
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
   303
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   304
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
   305
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   306
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
   307
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   308
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
   309
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   310
# 0: symbol, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   311
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
   312
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   313
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
   314
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   315
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
   316
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   317
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
   318
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   319
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
   320
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   321
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
   322
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   323
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
   324
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   325
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
   326
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   327
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   328
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
   329
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   330
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   331
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
   332
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   333
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
   334
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   335
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
   336
06bc494ca11e Initial load
duke
parents:
diff changeset
   337
#
06bc494ca11e Initial load
duke
parents:
diff changeset
   338
# limits.  We don't give the limits in the diagnostic because we expect
06bc494ca11e Initial load
duke
parents:
diff changeset
   339
# them to change, yet we want to use the same diagnostic.  These are all
06bc494ca11e Initial load
duke
parents:
diff changeset
   340
# detected during code generation.
06bc494ca11e Initial load
duke
parents:
diff changeset
   341
#
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   342
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
   343
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   344
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
   345
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   346
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
   347
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   348
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
   349
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   350
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
   351
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   352
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
   353
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   354
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
   355
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   356
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
   357
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   358
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
   359
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   360
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
   361
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   362
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
   363
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   364
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
   365
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   366
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
   367
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   368
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
   369
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   370
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
   371
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   372
# 0: set of modifier
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   373
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
   374
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   375
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
   376
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   377
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
   378
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   379
# 0: symbol, 1: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   380
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
   381
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   382
# 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
   383
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
   384
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   385
# 0: symbol, 1: symbol, 2: symbol, 3: symbol, 4: symbol, 5: symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   386
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
   387
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   388
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   389
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
   390
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   391
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
   392
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   393
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
   394
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   395
# 0: type, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   396
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
   397
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   398
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
   399
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   400
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
   401
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   402
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
   403
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   404
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
   405
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   406
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
   407
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   408
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
   409
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   410
# 0: symbol, 1: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   411
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
   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.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
   415
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   416
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   417
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
   418
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   419
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
   420
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   421
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   422
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
   423
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   424
# 0: name, 1: type, 2: unused
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   425
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
   426
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   427
# 0: name, 1: type, 2: type
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   428
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
   429
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   430
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
   431
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   432
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   433
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
   434
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   435
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
   436
06bc494ca11e Initial load
duke
parents:
diff changeset
   437
# Errors related to annotation processing
06bc494ca11e Initial load
duke
parents:
diff changeset
   438
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   439
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
   440
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   441
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   442
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
   443
06bc494ca11e Initial load
duke
parents:
diff changeset
   444
# 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
   445
# 0: string
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   446
compiler.err.proc.messager={0}
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   447
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   448
# 0: list of string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   449
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
   450
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   451
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
   452
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   453
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
   454
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   455
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   456
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
   457
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   458
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
   459
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   460
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   461
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
   462
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   463
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   464
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
   465
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   466
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
   467
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   468
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
   469
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   470
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
   471
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   472
# 0: unused
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   473
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
   474
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   475
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
   476
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   477
# 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
   478
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
   479
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   480
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
   481
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   482
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
   483
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   484
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
   485
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   486
# 0: symbol, 1: set of modifier, 2: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   487
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
   488
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   489
compiler.err.ret.outside.meth=\u30E1\u30BD\u30C3\u30C9\u306E\u5916\u306Ereturn\u6587\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   490
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   491
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
   492
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   493
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
   494
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   495
# 0: symbol, 1: symbol, 2: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   496
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
   497
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   498
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
   499
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   500
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
   501
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   502
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
   503
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   504
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
   505
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   506
# 0: symbol, 1: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   507
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
   508
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   509
# 0: symbol, 1: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   510
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
   511
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   512
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
   513
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   514
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
   515
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   516
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
   517
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   518
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   519
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
   520
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   521
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
   522
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   523
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
   524
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   525
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
   526
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   527
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
   528
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   529
# 0: type, 1: type, 2: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   530
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
   531
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   532
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
   533
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   534
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
   535
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   536
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
   537
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   538
compiler.err.unknown.enum.constant=\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB{0}\u5185: \u4E0D\u660E\u306A\u5217\u6319\u578B\u5B9A\u6570\u3067\u3059{1}.{2}
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   539
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   540
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   541
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
   542
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   543
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
   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.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
   547
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   548
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
   549
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   550
# 0: type, 1: message segment
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   551
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
   552
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   553
# 0: list of type, 1: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   554
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
   555
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   556
# 0: message segment, 1: unused
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   557
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
   558
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   559
# 0: message segment, 1: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   560
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
   561
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   562
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
   563
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   564
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
   565
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   566
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   567
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
   568
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   569
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   570
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
   571
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   572
# 0: type, 1: name
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   573
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
   574
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   575
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
   576
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   577
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
   578
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   579
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   580
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
   581
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   582
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   583
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
   584
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   585
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   586
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
   587
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   588
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   589
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
   590
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   591
# 0: symbol, 1: message segment
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   592
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
   593
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   594
# 0: type
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   595
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
   596
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   597
# 0: symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   598
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
   599
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   600
# 0: symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   601
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
   602
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   603
# 0: type, 1: kind, 2: symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   604
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
   605
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   606
# In the following string, {1} will always be the detail message from
06bc494ca11e Initial load
duke
parents:
diff changeset
   607
# java.io.IOException.
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   608
# 0: symbol, 1: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   609
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
   610
06bc494ca11e Initial load
duke
parents:
diff changeset
   611
# In the following string, {0} is the name of the class in the Java source.
06bc494ca11e Initial load
duke
parents:
diff changeset
   612
# It really should be used two times..
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   613
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   614
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
   615
06bc494ca11e Initial load
duke
parents:
diff changeset
   616
## All errors which do not refer to a particular line in the source code are
06bc494ca11e Initial load
duke
parents:
diff changeset
   617
## preceded by this string.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   618
compiler.err.error=\u30A8\u30E9\u30FC:\u0020
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   619
06bc494ca11e Initial load
duke
parents:
diff changeset
   620
# 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
   621
compiler.err.cant.read.file={0}\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   622
06bc494ca11e Initial load
duke
parents:
diff changeset
   623
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   624
06bc494ca11e Initial load
duke
parents:
diff changeset
   625
# Fatal Errors
06bc494ca11e Initial load
duke
parents:
diff changeset
   626
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   627
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
   628
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   629
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
   630
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   631
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
   632
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   633
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
   634
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   635
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
   636
06bc494ca11e Initial load
duke
parents:
diff changeset
   637
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   638
06bc494ca11e Initial load
duke
parents:
diff changeset
   639
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   640
## miscellaneous strings
06bc494ca11e Initial load
duke
parents:
diff changeset
   641
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   642
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   643
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
   644
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   645
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
   646
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   647
# 0: string, 1: string, 2: boolean
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   648
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
   649
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   650
# 0: number, 1: string, 2: set of symbol, 3: boolean
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   651
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
   652
06bc494ca11e Initial load
duke
parents:
diff changeset
   653
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   654
06bc494ca11e Initial load
duke
parents:
diff changeset
   655
## The following string will appear before all messages keyed as:
06bc494ca11e Initial load
duke
parents:
diff changeset
   656
## "compiler.note".
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   657
compiler.note.note=\u6CE8\u610F:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   658
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   659
# 0: file name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   660
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
   661
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   662
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
   663
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   664
# The following string may appear after one of the above deprecation
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   665
# messages.
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   666
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
   667
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   668
# 0: file name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   669
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
   670
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   671
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
   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.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
   675
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   676
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
   677
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   678
# The following string may appear after one of the above deprecation
06bc494ca11e Initial load
duke
parents:
diff changeset
   679
# messages.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   680
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
   681
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   682
# 0: file name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   683
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
   684
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   685
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
   686
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   687
# 0: file name
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   688
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
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   689
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
   690
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   691
# 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
   692
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
   693
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   694
# 0: file name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   695
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
   696
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   697
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
   698
06bc494ca11e Initial load
duke
parents:
diff changeset
   699
# Notes related to annotation processing
06bc494ca11e Initial load
duke
parents:
diff changeset
   700
06bc494ca11e Initial load
duke
parents:
diff changeset
   701
# 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
   702
# 0: string
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   703
compiler.note.proc.messager={0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   704
06bc494ca11e Initial load
duke
parents:
diff changeset
   705
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   706
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   707
# 0: number
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   708
compiler.misc.count.error=\u30A8\u30E9\u30FC{0}\u500B
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   709
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   710
# 0: number
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   711
compiler.misc.count.error.plural=\u30A8\u30E9\u30FC{0}\u500B
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   712
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.warn=\u8B66\u544A{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.warn.plural=\u8B66\u544A{0}\u500B
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   718
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   719
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
   720
06bc494ca11e Initial load
duke
parents:
diff changeset
   721
## extra output when using -verbose (JavaCompiler)
06bc494ca11e Initial load
duke
parents:
diff changeset
   722
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   723
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   724
compiler.misc.verbose.checking.attribution=[{0}\u3092\u78BA\u8A8D\u4E2D]
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   725
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   726
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   727
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
   728
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   729
# 0: file name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   730
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
   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.total=[\u5408\u8A08{0}\u30DF\u30EA\u79D2]
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.wrote.file=[{0}\u3092\u66F8\u8FBC\u307F\u5B8C\u4E86]
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   737
06bc494ca11e Initial load
duke
parents:
diff changeset
   738
## extra output when using -verbose (Retro)
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   739
compiler.misc.verbose.retro=[{0}\u3092\u7D44\u66FF\u3048\u4E2D]
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   740
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   741
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
   742
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   743
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
   744
06bc494ca11e Initial load
duke
parents:
diff changeset
   745
## extra output when using -verbose (code/ClassReader)
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   746
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   747
compiler.misc.verbose.loading=[{0}\u3092\u8AAD\u8FBC\u307F\u4E2D]
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   748
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   749
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   750
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
   751
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.classpath=[\u30AF\u30E9\u30B9\u30FB\u30D5\u30A1\u30A4\u30EB\u306E\u691C\u7D22\u30D1\u30B9: {0}]
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   754
06bc494ca11e Initial load
duke
parents:
diff changeset
   755
## extra output when using -checkclassfile (code/ClassReader)
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   756
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
   757
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   758
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
   759
06bc494ca11e Initial load
duke
parents:
diff changeset
   760
## extra output when using -prompt (util/Log)
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   761
compiler.misc.resume.abort=R)\u518D\u958B,A)\u4E2D\u6B62>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   762
06bc494ca11e Initial load
duke
parents:
diff changeset
   763
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   764
06bc494ca11e Initial load
duke
parents:
diff changeset
   765
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   766
## warnings
06bc494ca11e Initial load
duke
parents:
diff changeset
   767
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   768
06bc494ca11e Initial load
duke
parents:
diff changeset
   769
## All warning messages are preceded by the following string.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   770
compiler.warn.warning=\u8B66\u544A:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   771
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   772
## Warning messages may also include the following prefix to identify a
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   773
## lint option
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   774
# 0: option name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   775
compiler.warn.lintOption=[{0}]\u0020
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   776
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   777
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   778
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
   779
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   780
# 0: file name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   781
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
   782
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   783
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
   784
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   785
# 0: symbol, 1: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   786
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
   787
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   788
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   789
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
   790
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   791
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
   792
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   793
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   794
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
   795
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   796
# 0: type, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   797
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
   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.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
   801
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   802
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   803
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
   804
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   805
# 0: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   806
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
   807
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   808
# 0: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   809
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
   810
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   811
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
   812
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   813
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   814
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
   815
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   816
# 0: file name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   817
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
   818
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   819
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
   820
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   821
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   822
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
   823
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   824
# 0: number
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   825
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
   826
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   827
# 0: file name, 1: number, 2: number
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   828
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
   829
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   830
# 0: symbol kind, 1: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   831
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
   832
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   833
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   834
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
   835
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   836
# 0: name, 1: number, 2: number, 3: number, 4: number
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   837
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
   838
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   839
# Warnings related to annotation processing
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   840
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   841
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
   842
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   843
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   844
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
   845
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   846
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   847
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
   848
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   849
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   850
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
   851
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   852
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   853
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
   854
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   855
# 0: string, 1: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   856
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
   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.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
   860
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   861
# 0: string, 1: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   862
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
   863
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   864
# 0: set of string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   865
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
   866
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   867
# 0: source version, 1: string, 2: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   868
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
   869
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   870
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
   871
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   872
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
   873
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   874
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
   875
06bc494ca11e Initial load
duke
parents:
diff changeset
   876
# 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
   877
# 0: string
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   878
compiler.warn.proc.messager={0}
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   879
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   880
# 0: set of name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   881
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
   882
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   883
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   884
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
   885
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   886
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
   887
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   888
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   889
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
   890
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   891
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
   892
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   893
# 0: symbol, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   894
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
   895
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   896
# 0: symbol, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   897
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
   898
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   899
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
   900
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   901
# 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
   902
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
   903
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   904
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   905
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
   906
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   907
# 0: type
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   908
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
   909
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   910
# 0: symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   911
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
   912
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   913
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
   914
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   915
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
   916
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   917
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
   918
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   919
compiler.warn.div.zero=\u30BC\u30ED\u3067\u9664\u7B97
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   920
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   921
compiler.warn.empty.if=if\u4EE5\u964D\u304C\u7A7A\u306E\u6587\u3067\u3059
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   922
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   923
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
   924
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   925
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
   926
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   927
# 0: type, 1: type
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   928
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
   929
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   930
# 0: unused, 1: unused
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   931
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
   932
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   933
# 0: type, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   934
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
   935
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   936
# 0: symbol, 1: message segment
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   937
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
   938
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   939
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
   940
06bc494ca11e Initial load
duke
parents:
diff changeset
   941
## The following are tokens which are non-terminals in the language. They should
06bc494ca11e Initial load
duke
parents:
diff changeset
   942
## 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
   943
compiler.misc.token.identifier=<identifier>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   944
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   945
compiler.misc.token.character=<character>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   946
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   947
compiler.misc.token.string=<string>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   948
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   949
compiler.misc.token.integer=<integer>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   950
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   951
compiler.misc.token.long-integer=<long integer>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   952
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   953
compiler.misc.token.float=<float>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   954
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   955
compiler.misc.token.double=<double>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   956
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   957
compiler.misc.token.bad-symbol=<bad symbol>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   958
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   959
compiler.misc.token.end-of-input=<end of input>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   960
06bc494ca11e Initial load
duke
parents:
diff changeset
   961
## The argument to the following string will always be one of the following:
06bc494ca11e Initial load
duke
parents:
diff changeset
   962
## 1. one of the above non-terminals
06bc494ca11e Initial load
duke
parents:
diff changeset
   963
## 2. a keyword (JLS1.8)
06bc494ca11e Initial load
duke
parents:
diff changeset
   964
## 3. a boolean literal (JLS3.10.3)
06bc494ca11e Initial load
duke
parents:
diff changeset
   965
## 4. the null literal (JLS3.10.7)
06bc494ca11e Initial load
duke
parents:
diff changeset
   966
## 5. a Java separator (JLS3.11)
06bc494ca11e Initial load
duke
parents:
diff changeset
   967
## 6. an operator (JLS3.12)
06bc494ca11e Initial load
duke
parents:
diff changeset
   968
##
06bc494ca11e Initial load
duke
parents:
diff changeset
   969
## This is the only place these tokens will be used.
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   970
# 0: token
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   971
compiler.err.expected={0}\u304C\u3042\u308A\u307E\u305B\u3093
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   972
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   973
# 0: token, 1: token
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   974
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
   975
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   976
# 0: token, 1: token, 2: token
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   977
compiler.err.expected3={0}\u3001{1}\u307E\u305F\u306F{2}\u304C\u3042\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   978
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   979
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
   980
06bc494ca11e Initial load
duke
parents:
diff changeset
   981
## 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
   982
compiler.err.dot.class.expected=''.class''\u304C\u3042\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   983
06bc494ca11e Initial load
duke
parents:
diff changeset
   984
## 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
   985
# 0: token
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   986
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
   987
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   988
# 0: name
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   989
compiler.misc.anonymous.class=<anonymous {0}>
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   990
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
   991
# 0: name, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   992
compiler.misc.type.captureof={1}\u306E\u30AD\u30E3\u30D7\u30C1\u30E3#{0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   993
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   994
compiler.misc.type.captureof.1=\u30AD\u30E3\u30D7\u30C1\u30E3#{0}
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   995
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   996
compiler.misc.type.none=<none>
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
   997
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
   998
compiler.misc.unnamed.package=\u540D\u524D\u306E\u306A\u3044\u30D1\u30C3\u30B1\u30FC\u30B8
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   999
06bc494ca11e Initial load
duke
parents:
diff changeset
  1000
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1001
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1002
# 0: symbol, 1: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1003
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
  1004
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1005
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
  1006
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1007
# 0: file name, 1: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1008
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
  1009
06bc494ca11e Initial load
duke
parents:
diff changeset
  1010
## The following are all possible strings for the second argument ({1}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
  1011
## above strings.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1012
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
  1013
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1014
compiler.misc.bad.enclosing.method=\u56F2\u3093\u3067\u3044\u308B\u30E1\u30BD\u30C3\u30C9\u5C5E\u6027\u304C\u4E0D\u6B63\u3067\u3059: {0}
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1015
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1016
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
  1017
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1018
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
  1019
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1020
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
  1021
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1022
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
  1023
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1024
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
  1025
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1026
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
  1027
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1028
# 0: name
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1029
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
  1030
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1031
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
  1032
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1033
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
  1034
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1035
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
  1036
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1037
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
  1038
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1039
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
  1040
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1041
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
  1042
06bc494ca11e Initial load
duke
parents:
diff changeset
  1043
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1044
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1045
# 0: type, 1: type or symbol
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1046
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
  1047
06bc494ca11e Initial load
duke
parents:
diff changeset
  1048
## The following are all possible strings for the second argument ({1}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
  1049
## above string.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1050
06bc494ca11e Initial load
duke
parents:
diff changeset
  1051
## none yet...
06bc494ca11e Initial load
duke
parents:
diff changeset
  1052
06bc494ca11e Initial load
duke
parents:
diff changeset
  1053
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1054
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1055
# 0: message segment, 1: type, 2: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1056
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
  1057
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1058
# 0: message segment, 1: type, 2: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1059
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
  1060
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1061
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
  1062
06bc494ca11e Initial load
duke
parents:
diff changeset
  1063
## The following are all possible strings for the first argument ({0}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
  1064
## above strings.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1065
compiler.misc.incompatible.types=\u4E92\u63DB\u6027\u306E\u306A\u3044\u578B
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1066
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1067
# 0: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1068
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
  1069
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1070
compiler.misc.inconvertible.types=\u5909\u63DB\u3067\u304D\u306A\u3044\u578B
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1071
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1072
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
  1073
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1074
compiler.misc.unchecked.assign=\u7121\u691C\u67FB\u5909\u63DB
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1075
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1076
# compiler.misc.storecheck=\
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1077
#     assignment might cause later store checks to fail
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1078
# compiler.misc.unchecked=\
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1079
#     assigned array cannot dynamically check its stores
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1080
compiler.misc.unchecked.cast.to.type=\u7121\u691C\u67FB\u30AD\u30E3\u30B9\u30C8
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1081
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1082
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
  1083
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1084
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
  1085
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1086
# compiler.err.star.expected=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1087
#     ''*'' expected
06bc494ca11e Initial load
duke
parents:
diff changeset
  1088
# compiler.err.no.elem.type=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1089
#     \[\*\] cannot have a type
06bc494ca11e Initial load
duke
parents:
diff changeset
  1090
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1091
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
  1092
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1093
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1094
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1095
# 0: message segment or type, 1: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1096
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
  1097
06bc494ca11e Initial load
duke
parents:
diff changeset
  1098
## The following are all possible strings for the first argument ({0}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
  1099
## above string.
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1100
compiler.misc.type.req.class=\u30AF\u30E9\u30B9
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1101
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1102
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
  1103
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1104
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
  1105
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1106
compiler.misc.type.req.ref=\u53C2\u7167
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1107
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1108
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
  1109
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1110
# 0: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1111
compiler.misc.type.parameter=\u578B\u30D1\u30E9\u30E1\u30FC\u30BF{0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1112
06bc494ca11e Initial load
duke
parents:
diff changeset
  1113
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1114
06bc494ca11e Initial load
duke
parents:
diff changeset
  1115
## The following are all possible strings for the last argument of all those
06bc494ca11e Initial load
duke
parents:
diff changeset
  1116
## diagnostics whose key ends in ".1"
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1117
compiler.misc.undetermined.type=\u672A\u5B9A\u578B
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1118
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1119
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
  1120
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1121
# 0: type, 1: list of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1122
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
  1123
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1124
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
  1125
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1126
# 0: list of type, 1: type, 2: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1127
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
  1128
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1129
# 0: list of type, 1: type, 2: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1130
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
  1131
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1132
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
  1133
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1134
# 0: type, 1: list of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1135
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
  1136
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1137
# 0: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1138
compiler.misc.diamond={0}<>
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1139
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1140
# 0: type
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1141
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
  1142
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1143
# 0: list of type, 1: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1144
compiler.misc.diamond.invalid.arg={1}\u306B\u3064\u3044\u3066\u63A8\u5B9A\u3055\u308C\u305F\u578B\u5F15\u6570{0}\u306F\u3053\u306E\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u306F\u8A31\u53EF\u3055\u308C\u307E\u305B\u3093
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: list of type, 1: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1147
compiler.misc.diamond.invalid.args={1}\u306B\u3064\u3044\u3066\u63A8\u5B9A\u3055\u308C\u305F\u578B\u5F15\u6570{0}\u306F\u3053\u306E\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u306F\u8A31\u53EF\u3055\u308C\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1148
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1149
# 0: type, 1: list of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1150
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
  1151
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1152
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
  1153
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1154
# 0: type, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1155
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
  1156
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1157
# 0: type, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1158
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
  1159
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1160
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1161
06bc494ca11e Initial load
duke
parents:
diff changeset
  1162
## The first argument ({0}) is a "kindname".
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1163
# 0: symbol kind, 1: symbol, 2: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1164
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
  1165
06bc494ca11e Initial load
duke
parents:
diff changeset
  1166
## The first argument ({0}) is a "kindname".
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1167
# 0: symbol kind, 1: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1168
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
  1169
06bc494ca11e Initial load
duke
parents:
diff changeset
  1170
## Both arguments ({0}, {1}) are "kindname"s.  {0} is a comma-separated list
06bc494ca11e Initial load
duke
parents:
diff changeset
  1171
## 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
  1172
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
  1173
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1174
## The first argument {0} is a "kindname" (e.g. 'constructor', 'field', etc.)
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1175
## The second argument {1} is the non-resolved symbol
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1176
## 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
  1177
## 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
  1178
# 0: symbol kind, 1: name, 2: unused, 3: unused
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1179
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
  1180
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1181
# 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
  1182
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
  1183
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1184
# 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
  1185
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
  1186
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1187
## arguments from {0} to {3} have the same meaning as above
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1188
## The fifth argument {4} is a location subdiagnostic (see below)
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1189
# 0: symbol kind, 1: name, 2: unused, 3: unused, 4: message segment
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1190
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
  1191
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1192
# 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
  1193
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
  1194
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1195
# 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
  1196
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
  1197
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1198
##a location subdiagnostic is composed as follows:
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1199
## 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
  1200
## The second argument {1} is the location name
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1201
## 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
  1202
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1203
# 0: symbol kind, 1: symbol, 2: unused
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1204
compiler.misc.location={0} {1}
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1205
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1206
# 0: symbol kind, 1: symbol, 2: type
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1207
compiler.misc.location.1=\u30BF\u30A4\u30D7{2}\u306E{0} {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1208
06bc494ca11e Initial load
duke
parents:
diff changeset
  1209
## The following are all possible string for "kindname".
06bc494ca11e Initial load
duke
parents:
diff changeset
  1210
## They should be called whatever the JLS calls them after it been translated
06bc494ca11e Initial load
duke
parents:
diff changeset
  1211
## to the appropriate language.
06bc494ca11e Initial load
duke
parents:
diff changeset
  1212
# compiler.misc.kindname.constructor=\
06bc494ca11e Initial load
duke
parents:
diff changeset
  1213
#     static member
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1214
compiler.misc.kindname.annotation=@interface
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1215
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1216
compiler.misc.kindname.constructor=\u30B3\u30F3\u30B9\u30C8\u30E9\u30AF\u30BF
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1217
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1218
compiler.misc.kindname.enum=\u5217\u6319
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1219
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1220
compiler.misc.kindname.interface=\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1221
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1222
compiler.misc.kindname.static=static
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1223
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1224
compiler.misc.kindname.type.variable=\u578B\u5909\u6570
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1225
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1226
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
  1227
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1228
compiler.misc.kindname.variable=\u5909\u6570
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1229
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1230
compiler.misc.kindname.value=\u5024
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1231
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1232
compiler.misc.kindname.method=\u30E1\u30BD\u30C3\u30C9
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1233
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1234
compiler.misc.kindname.class=\u30AF\u30E9\u30B9
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1235
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1236
compiler.misc.kindname.package=\u30D1\u30C3\u30B1\u30FC\u30B8
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1237
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1238
#####
06bc494ca11e Initial load
duke
parents:
diff changeset
  1239
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1240
compiler.misc.no.args=\u5F15\u6570\u304C\u3042\u308A\u307E\u305B\u3093
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1241
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1242
# 0: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1243
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
  1244
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1245
# 0: message segment, 1: set of modifier
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1246
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
  1247
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1248
# 0: message segment, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1249
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
  1250
06bc494ca11e Initial load
duke
parents:
diff changeset
  1251
# In the following string {1} is a space separated list of Java Keywords, as
06bc494ca11e Initial load
duke
parents:
diff changeset
  1252
# they would have been declared in the source code
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1253
# 0: message segment, 1: set of modifier
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1254
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
  1255
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1256
# 0: message segment, 1: type, 2: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1257
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
  1258
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1259
# 0: message segment, 1: type, 2: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1260
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
  1261
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1262
# 0: message segment, 1: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1263
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
  1264
06bc494ca11e Initial load
duke
parents:
diff changeset
  1265
## The following are all possible strings for the first argument ({0}) of the
06bc494ca11e Initial load
duke
parents:
diff changeset
  1266
## above strings.
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1267
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1268
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
  1269
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1270
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1271
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
  1272
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1273
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1274
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
  1275
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1276
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1277
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
  1278
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1279
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1280
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
  1281
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1282
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1283
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
  1284
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1285
# 0: symbol, 1: symbol, 2: symbol, 3: symbol
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1286
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
  1287
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.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
  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.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
  1293
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1294
compiler.misc.non.denotable.type=\u3053\u3053\u3067\u975E\u578B\u6307\u5B9A\u578B{0}\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1295
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1296
# 0: symbol kind, 1: symbol, 2: symbol, 3: message segment
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1297
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
  1298
06bc494ca11e Initial load
duke
parents:
diff changeset
  1299
########################################
06bc494ca11e Initial load
duke
parents:
diff changeset
  1300
# Diagnostics for language feature changes
06bc494ca11e Initial load
duke
parents:
diff changeset
  1301
########################################
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1302
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1303
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
  1304
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1305
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1306
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
  1307
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1308
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1309
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
  1310
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1311
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1312
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
  1313
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1314
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
  1315
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1316
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
  1317
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1318
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
  1319
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1320
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
  1321
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1322
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1323
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
  1324
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1325
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1326
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
  1327
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1328
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1329
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
  1330
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1331
#308 compiler.err.type.annotations.not.supported.in.source=\
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1332
#308     type annotations are not supported in -source {0}\n\
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1333
#308 (use -source 7 or higher to enable type annotations)
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1334
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1335
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1336
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
  1337
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1338
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1339
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
  1340
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1341
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1342
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
  1343
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1344
# 0: string
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1345
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
  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.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
  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.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
  1352
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1353
########################################
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1354
# Diagnostics for where clause implementation
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1355
# used by the RichDiagnosticFormatter.
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1356
########################################
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1357
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1358
compiler.misc.type.null=<null>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1359
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1360
# 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
  1361
# 0: name, 1: number
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1362
compiler.misc.type.var={0}#{1}
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1363
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1364
# 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
  1365
# 0: number
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1366
compiler.misc.captured.type=CAP#{0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1367
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1368
# <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
  1369
# 0: number
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1370
compiler.misc.intersection.type=INT#{0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1371
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1372
# where clause for captured type: contains upper ('extends {1}') and lower
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1373
# ('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
  1374
# 0: type, 1: type, 2: type, 3: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1375
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
  1376
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1377
# compact where clause for captured type: contains upper ('extends {1}') along
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1378
# with the wildcard that generated this captured type ({3})
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1379
# 0: type, 1: type, 2: unused, 3: type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1380
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
  1381
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1382
# 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
  1383
# 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
  1384
# 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
  1385
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
  1386
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1387
# 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
  1388
# in which the typevar has been declared
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1389
compiler.misc.where.typevar.1={2} {3}\u3067\u5BA3\u8A00\u3055\u308C\u305F{0}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1390
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1391
# 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
  1392
# of this intersection type
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1393
# 0: type, 1: list of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1394
compiler.misc.where.intersection={0} extends {1}
10
06bc494ca11e Initial load
duke
parents:
diff changeset
  1395
5323
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1396
### Where clause headers ###
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1397
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
  1398
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1399
# 0: set of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1400
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
  1401
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1402
# 0: set of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1403
compiler.misc.where.description.intersection={0}\u304Cintersection\u578B\u306E\u5834\u5408:
9088
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1404
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1405
# 0: set of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1406
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
  1407
fb92447a5176 7034940: message drop 2 translation integration
mfang
parents: 8245
diff changeset
  1408
# 0: set of type
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1409
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
  1410
8245
c0f4cf319911 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7681
diff changeset
  1411
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
  1412
3130040cbe59 6875904: Java 7 message synchronization 1
yhuang
parents: 10
diff changeset
  1413