langtools/src/share/classes/com/sun/tools/javac/resources/javac_zh_CN.properties
author mcimadamore
Thu, 30 Jul 2009 10:30:10 +0100
changeset 3540 dceac8629a56
parent 10 06bc494ca11e
child 5323 3130040cbe59
permissions -rw-r--r--
6862608: rich diagnostic sometimes contain wrong type variable numbering Summary: The rich formatter generates worng numbers for type-variables in where clauses Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
#
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
# Copyright 2005-2006 Sun Microsystems, Inc.  All Rights Reserved.
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
#
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
# published by the Free Software Foundation.  Sun designates this
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
# by Sun in the LICENSE file that accompanied this code.
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    21
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
06bc494ca11e Initial load
duke
parents:
diff changeset
    22
# CA 95054 USA or visit www.sun.com if you need additional information or
06bc494ca11e Initial load
duke
parents:
diff changeset
    23
# have any questions.
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
#
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
## standard options
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
06bc494ca11e Initial load
duke
parents:
diff changeset
    28
javac.opt.g=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    29
\u751f\u6210\u6240\u6709\u8c03\u8bd5\u4fe1\u606f
06bc494ca11e Initial load
duke
parents:
diff changeset
    30
javac.opt.g.none=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    31
\u4e0d\u751f\u6210\u4efb\u4f55\u8c03\u8bd5\u4fe1\u606f
06bc494ca11e Initial load
duke
parents:
diff changeset
    32
javac.opt.g.lines.vars.source=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    33
\u53ea\u751f\u6210\u67d0\u4e9b\u8c03\u8bd5\u4fe1\u606f
06bc494ca11e Initial load
duke
parents:
diff changeset
    34
javac.opt.nowarn=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    35
\u4e0d\u751f\u6210\u4efb\u4f55\u8b66\u544a
06bc494ca11e Initial load
duke
parents:
diff changeset
    36
javac.opt.verbose=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    37
\u8f93\u51fa\u6709\u5173\u7f16\u8bd1\u5668\u6b63\u5728\u6267\u884c\u7684\u64cd\u4f5c\u7684\u6d88\u606f
06bc494ca11e Initial load
duke
parents:
diff changeset
    38
javac.opt.deprecation=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    39
\u8f93\u51fa\u4f7f\u7528\u5df2\u8fc7\u65f6\u7684 API \u7684\u6e90\u4f4d\u7f6e
06bc494ca11e Initial load
duke
parents:
diff changeset
    40
javac.opt.classpath=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    41
\u6307\u5b9a\u67e5\u627e\u7528\u6237\u7c7b\u6587\u4ef6\u548c\u6ce8\u91ca\u5904\u7406\u7a0b\u5e8f\u7684\u4f4d\u7f6e
06bc494ca11e Initial load
duke
parents:
diff changeset
    42
javac.opt.sourcepath=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    43
\u6307\u5b9a\u67e5\u627e\u8f93\u5165\u6e90\u6587\u4ef6\u7684\u4f4d\u7f6e
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
javac.opt.bootclasspath=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    45
\u8986\u76d6\u5f15\u5bfc\u7c7b\u6587\u4ef6\u7684\u4f4d\u7f6e
06bc494ca11e Initial load
duke
parents:
diff changeset
    46
javac.opt.Xbootclasspath.p=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    47
\u7f6e\u4e8e\u5f15\u5bfc\u7c7b\u8def\u5f84\u4e4b\u524d
06bc494ca11e Initial load
duke
parents:
diff changeset
    48
javac.opt.Xbootclasspath.a=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    49
\u7f6e\u4e8e\u5f15\u5bfc\u7c7b\u8def\u5f84\u4e4b\u540e
06bc494ca11e Initial load
duke
parents:
diff changeset
    50
javac.opt.endorseddirs=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
\u8986\u76d6\u7b7e\u540d\u7684\u6807\u51c6\u8def\u5f84\u7684\u4f4d\u7f6e
06bc494ca11e Initial load
duke
parents:
diff changeset
    52
javac.opt.extdirs=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    53
\u8986\u76d6\u5b89\u88c5\u7684\u6269\u5c55\u76ee\u5f55\u7684\u4f4d\u7f6e
06bc494ca11e Initial load
duke
parents:
diff changeset
    54
javac.opt.processorpath=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    55
\u6307\u5b9a\u67e5\u627e\u6ce8\u91ca\u5904\u7406\u7a0b\u5e8f\u7684\u4f4d\u7f6e
06bc494ca11e Initial load
duke
parents:
diff changeset
    56
javac.opt.processor=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    57
\u8981\u8fd0\u884c\u7684\u6ce8\u91ca\u5904\u7406\u7a0b\u5e8f\u7684\u540d\u79f0\uff1b\u7ed5\u8fc7\u9ed8\u8ba4\u7684\u641c\u7d22\u8fdb\u7a0b
06bc494ca11e Initial load
duke
parents:
diff changeset
    58
javac.opt.proc.none.only=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    59
\u63a7\u5236\u662f\u5426\u6267\u884c\u6ce8\u91ca\u5904\u7406\u548c/\u6216\u7f16\u8bd1\u3002
06bc494ca11e Initial load
duke
parents:
diff changeset
    60
javac.opt.d=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    61
\u6307\u5b9a\u5b58\u653e\u751f\u6210\u7684\u7c7b\u6587\u4ef6\u7684\u4f4d\u7f6e
06bc494ca11e Initial load
duke
parents:
diff changeset
    62
javac.opt.sourceDest=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    63
\u6307\u5b9a\u5b58\u653e\u751f\u6210\u7684\u6e90\u6587\u4ef6\u7684\u4f4d\u7f6e
06bc494ca11e Initial load
duke
parents:
diff changeset
    64
javac.opt.J=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    65
\u76f4\u63a5\u5c06 <\u6807\u5fd7> \u4f20\u9012\u7ed9\u8fd0\u884c\u65f6\u7cfb\u7edf
06bc494ca11e Initial load
duke
parents:
diff changeset
    66
javac.opt.encoding=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    67
\u6307\u5b9a\u6e90\u6587\u4ef6\u4f7f\u7528\u7684\u5b57\u7b26\u7f16\u7801
06bc494ca11e Initial load
duke
parents:
diff changeset
    68
javac.opt.target=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    69
\u751f\u6210\u7279\u5b9a VM \u7248\u672c\u7684\u7c7b\u6587\u4ef6
06bc494ca11e Initial load
duke
parents:
diff changeset
    70
javac.opt.source=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    71
\u63d0\u4f9b\u4e0e\u6307\u5b9a\u7248\u672c\u7684\u6e90\u517c\u5bb9\u6027
06bc494ca11e Initial load
duke
parents:
diff changeset
    72
javac.opt.A=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    73
\u4f20\u9012\u7ed9\u6ce8\u91ca\u5904\u7406\u7a0b\u5e8f\u7684\u9009\u9879
06bc494ca11e Initial load
duke
parents:
diff changeset
    74
javac.opt.implicit=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    75
    \u6307\u5b9a\u662f\u5426\u4e3a\u9690\u5f0f\u5f15\u7528\u6587\u4ef6\u751f\u6210\u7c7b\u6587\u4ef6 
06bc494ca11e Initial load
duke
parents:
diff changeset
    76
javac.opt.arg.class=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    77
<class>
06bc494ca11e Initial load
duke
parents:
diff changeset
    78
javac.opt.arg.class.list=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    79
<class1>[,<class2>,<class3>...]
06bc494ca11e Initial load
duke
parents:
diff changeset
    80
javac.opt.arg.flag=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    81
<\u6807\u5fd7>
06bc494ca11e Initial load
duke
parents:
diff changeset
    82
javac.opt.arg.key.equals.value=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    83
    key[=value]
06bc494ca11e Initial load
duke
parents:
diff changeset
    84
javac.opt.arg.path=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    85
<\u8def\u5f84>
06bc494ca11e Initial load
duke
parents:
diff changeset
    86
javac.opt.arg.dirs=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    87
<\u76ee\u5f55>
06bc494ca11e Initial load
duke
parents:
diff changeset
    88
javac.opt.arg.directory=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    89
<\u76ee\u5f55>
06bc494ca11e Initial load
duke
parents:
diff changeset
    90
javac.opt.arg.encoding=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    91
<\u7f16\u7801>
06bc494ca11e Initial load
duke
parents:
diff changeset
    92
javac.opt.arg.release=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    93
<\u7248\u672c>
06bc494ca11e Initial load
duke
parents:
diff changeset
    94
javac.opt.arg.number=\
06bc494ca11e Initial load
duke
parents:
diff changeset
    95
<\u7f16\u53f7>
06bc494ca11e Initial load
duke
parents:
diff changeset
    96
06bc494ca11e Initial load
duke
parents:
diff changeset
    97
## extended options
06bc494ca11e Initial load
duke
parents:
diff changeset
    98
06bc494ca11e Initial load
duke
parents:
diff changeset
    99
javac.opt.maxerrs=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   100
\u8bbe\u7f6e\u8981\u8f93\u51fa\u7684\u9519\u8bef\u7684\u6700\u5927\u6570\u76ee
06bc494ca11e Initial load
duke
parents:
diff changeset
   101
javac.opt.maxwarns=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   102
\u8bbe\u7f6e\u8981\u8f93\u51fa\u7684\u8b66\u544a\u7684\u6700\u5927\u6570\u76ee
06bc494ca11e Initial load
duke
parents:
diff changeset
   103
javac.opt.nogj=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   104
\u8bed\u8a00\u4e2d\u4e0d\u63a5\u53d7\u6cdb\u578b
06bc494ca11e Initial load
duke
parents:
diff changeset
   105
javac.opt.moreinfo=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   106
\u8f93\u51fa\u7c7b\u578b\u53d8\u91cf\u7684\u6269\u5c55\u4fe1\u606f
06bc494ca11e Initial load
duke
parents:
diff changeset
   107
javac.opt.printflat=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   108
\u5728\u5185\u90e8\u7c7b\u8f6c\u6362\u4e4b\u540e\u8f93\u51fa\u62bd\u8c61\u8bed\u6cd5\u6811
06bc494ca11e Initial load
duke
parents:
diff changeset
   109
javac.opt.printsearch=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   110
\u8f93\u51fa\u6709\u5173\u641c\u7d22\u7c7b\u6587\u4ef6\u7684\u4f4d\u7f6e\u7684\u4fe1\u606f
06bc494ca11e Initial load
duke
parents:
diff changeset
   111
javac.opt.prompt=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   112
\u5728\u6bcf\u6b21\u51fa\u9519\u540e\u505c\u6b62
06bc494ca11e Initial load
duke
parents:
diff changeset
   113
javac.opt.retrofit=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   114
\u66f4\u65b0\u4f7f\u7528\u6cdb\u578b\u7684\u73b0\u6709\u7c7b\u6587\u4ef6
06bc494ca11e Initial load
duke
parents:
diff changeset
   115
javac.opt.s=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   116
\u53d1\u51fa java \u6e90\u800c\u4e0d\u662f\u7c7b\u6587\u4ef6
06bc494ca11e Initial load
duke
parents:
diff changeset
   117
javac.opt.scramble=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   118
\u5728\u5b57\u8282\u7801\u4e2d\u6df7\u6dc6\u4e13\u7528\u6807\u8bc6\u7b26
06bc494ca11e Initial load
duke
parents:
diff changeset
   119
javac.opt.scrambleall=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   120
\u5728\u5b57\u8282\u7801\u4e2d\u6df7\u6dc6\u8f6f\u4ef6\u5305\u53ef\u89c1\u6807\u8bc6\u7b26
06bc494ca11e Initial load
duke
parents:
diff changeset
   121
javac.opt.version=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   122
\u7248\u672c\u4fe1\u606f
06bc494ca11e Initial load
duke
parents:
diff changeset
   123
javac.opt.arg.pathname=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   124
<\u8def\u5f84\u540d>
06bc494ca11e Initial load
duke
parents:
diff changeset
   125
javac.opt.arg.file=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   126
<\u6587\u4ef6\u540d>
06bc494ca11e Initial load
duke
parents:
diff changeset
   127
javac.opt.Xlint=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   128
\u542f\u7528\u5efa\u8bae\u7684\u8b66\u544a
06bc494ca11e Initial load
duke
parents:
diff changeset
   129
javac.opt.Xlint.suboptlist=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   130
\u542f\u7528\u6216\u7981\u7528\u7279\u5b9a\u7684\u8b66\u544a
06bc494ca11e Initial load
duke
parents:
diff changeset
   131
javac.opt.Xstdout=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   132
\u91cd\u5b9a\u5411\u6807\u51c6\u8f93\u51fa
06bc494ca11e Initial load
duke
parents:
diff changeset
   133
javac.opt.X=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   134
\u8f93\u51fa\u975e\u6807\u51c6\u9009\u9879\u7684\u63d0\u8981
06bc494ca11e Initial load
duke
parents:
diff changeset
   135
javac.opt.help=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   136
\u8f93\u51fa\u6807\u51c6\u9009\u9879\u7684\u63d0\u8981
06bc494ca11e Initial load
duke
parents:
diff changeset
   137
javac.opt.print=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   138
\u8f93\u51fa\u6307\u5b9a\u7c7b\u578b\u7684\u6587\u672c\u8868\u793a
06bc494ca11e Initial load
duke
parents:
diff changeset
   139
javac.opt.printRounds=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   140
\u8f93\u51fa\u6709\u5173\u6ce8\u91ca\u5904\u7406\u5faa\u73af\u7684\u4fe1\u606f
06bc494ca11e Initial load
duke
parents:
diff changeset
   141
javac.opt.printProcessorInfo=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   142
\u8f93\u51fa\u6709\u5173\u8bf7\u6c42\u5904\u7406\u7a0b\u5e8f\u5904\u7406\u54ea\u4e9b\u6ce8\u91ca\u7684\u4fe1\u606f
06bc494ca11e Initial load
duke
parents:
diff changeset
   143
javac.opt.prefer=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   144
    \u6307\u5b9a\u8bfb\u53d6\u6587\u4ef6\uff0c\u5f53\u540c\u65f6\u627e\u5230\u9690\u5f0f\u7f16\u8bd1\u7c7b\u7684\u6e90\u6587\u4ef6\u548c\u7c7b\u6587\u4ef6\u65f6
06bc494ca11e Initial load
duke
parents:
diff changeset
   145
06bc494ca11e Initial load
duke
parents:
diff changeset
   146
## errors
06bc494ca11e Initial load
duke
parents:
diff changeset
   147
06bc494ca11e Initial load
duke
parents:
diff changeset
   148
javac.err.empty.A.argument=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   149
    -A \u9700\u8981\u4e00\u4e2a\u53c2\u6570\uff1b\u4f7f\u7528 ''-Akey'' \u6216 ''-Akey=value''
06bc494ca11e Initial load
duke
parents:
diff changeset
   150
javac.err.invalid.arg=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   151
\u65e0\u6548\u7684\u53c2\u6570\uff1a {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   152
javac.err.invalid.A.key=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   153
     \u6ce8\u91ca\u5904\u7406\u5668\u9009\u9879"{0}"\u4e2d\u7684\u5173\u952e\u5b57\u4e0d\u662f\u4ee5\u70b9\u5206\u9694\u7684\u6807\u8bc6\u7b26\u5e8f\u5217
06bc494ca11e Initial load
duke
parents:
diff changeset
   154
javac.err.invalid.flag=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   155
\u65e0\u6548\u7684\u6807\u5fd7\uff1a {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   156
javac.err.invalid.target=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   157
\u65e0\u6548\u7684\u76ee\u6807\u7248\u672c\uff1a {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   158
javac.err.no.source.files=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   159
\u65e0\u6e90\u6587\u4ef6
06bc494ca11e Initial load
duke
parents:
diff changeset
   160
javac.err.req.arg=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   161
{0} \u9700\u8981\u53c2\u6570
06bc494ca11e Initial load
duke
parents:
diff changeset
   162
javac.err.invalid.source=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   163
\u65e0\u6548\u7684\u6e90\u7248\u672c\uff1a {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   164
javac.err.error.writing.file=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   165
\u5199\u5165 {0} \u65f6\u51fa\u9519\uff1b{1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   166
javac.warn.source.target.conflict=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   167
\u6e90\u7248\u672c {0} \u9700\u8981\u76ee\u6807\u7248\u672c {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   168
javac.warn.target.default.source.conflict=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   169
\u76ee\u6807\u7248\u672c {0} \u4e0e\u9ed8\u8ba4\u7684\u6e90\u7248\u672c {1} \u51b2\u7a81
06bc494ca11e Initial load
duke
parents:
diff changeset
   170
javac.err.file.not.found=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   171
\u627e\u4e0d\u5230\u6587\u4ef6\uff1a {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   172
javac.err.file.not.directory=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   173
    \u4e0d\u662f\u76ee\u5f55: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   174
javac.err.file.not.file=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   175
    \u4e0d\u662f\u6587\u4ef6: {0}
06bc494ca11e Initial load
duke
parents:
diff changeset
   176
## messages
06bc494ca11e Initial load
duke
parents:
diff changeset
   177
06bc494ca11e Initial load
duke
parents:
diff changeset
   178
javac.msg.usage.header=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   179
\u7528\u6cd5\uff1a{0} <\u9009\u9879> <\u6e90\u6587\u4ef6>\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   180
\u5176\u4e2d\uff0c\u53ef\u80fd\u7684\u9009\u9879\u5305\u62ec\uff1a
06bc494ca11e Initial load
duke
parents:
diff changeset
   181
06bc494ca11e Initial load
duke
parents:
diff changeset
   182
javac.msg.usage=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   183
    \u7528\u6cd5: {0} <options> <source files>\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   184
    -help \u7528\u4e8e\u5217\u51fa\u53ef\u80fd\u7684\u9009\u9879
06bc494ca11e Initial load
duke
parents:
diff changeset
   185
06bc494ca11e Initial load
duke
parents:
diff changeset
   186
javac.msg.usage.nonstandard.footer=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   187
\u8fd9\u4e9b\u9009\u9879\u90fd\u662f\u975e\u6807\u51c6\u9009\u9879\uff0c\u5982\u6709\u66f4\u6539\uff0c\u6055\u4e0d\u53e6\u884c\u901a\u77e5\u3002
06bc494ca11e Initial load
duke
parents:
diff changeset
   188
	
06bc494ca11e Initial load
duke
parents:
diff changeset
   189
javac.msg.bug=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   190
\u7f16\u8bd1\u5668 ({0}) \u4e2d\u51fa\u73b0\u5f02\u5e38\u3002 \
06bc494ca11e Initial load
duke
parents:
diff changeset
   191
\u5982\u679c\u5728 Bug Parade \u4e2d\u6ca1\u6709\u627e\u5230\u8be5\u9519\u8bef\uff0c\u8bf7\u5728 Java Developer Connection (http://java.sun.com/webapps/bugreport)  \
06bc494ca11e Initial load
duke
parents:
diff changeset
   192
\u5bf9\u8be5\u9519\u8bef\u8fdb\u884c\u5f52\u6863\u3002 \
06bc494ca11e Initial load
duke
parents:
diff changeset
   193
\u8bf7\u5728\u62a5\u544a\u4e2d\u9644\u4e0a\u60a8\u7684\u7a0b\u5e8f\u548c\u4ee5\u4e0b\u8bca\u65ad\u4fe1\u606f\u3002\u8c22\u8c22\u60a8\u7684\u5408\u4f5c\u3002
06bc494ca11e Initial load
duke
parents:
diff changeset
   194
06bc494ca11e Initial load
duke
parents:
diff changeset
   195
javac.msg.io=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   196
\n\n\u53d1\u751f\u8f93\u5165/\u8f93\u51fa\u9519\u8bef\u3002\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   197
\u6709\u5173\u8be6\u7ec6\u4fe1\u606f\uff0c\u8bf7\u53c2\u9605\u4ee5\u4e0b\u5806\u6808\u8ffd\u8e2a\u3002\n
06bc494ca11e Initial load
duke
parents:
diff changeset
   198
06bc494ca11e Initial load
duke
parents:
diff changeset
   199
javac.msg.proc.annotation.uncaught.exception=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   200
\n\n\u6ce8\u91ca\u5904\u7406\u7a0b\u5e8f\u629b\u51fa\u672a\u6355\u83b7\u7684\u5f02\u5e38\u3002\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   201
\u6709\u5173\u8be6\u7ec6\u4fe1\u606f\uff0c\u8bf7\u53c2\u9605\u4ee5\u4e0b\u5806\u6808\u8ffd\u8e2a\u3002\n
06bc494ca11e Initial load
duke
parents:
diff changeset
   202
06bc494ca11e Initial load
duke
parents:
diff changeset
   203
javac.msg.resource=\
06bc494ca11e Initial load
duke
parents:
diff changeset
   204
\n\n\u7cfb\u7edf\u8d44\u6e90\u4e0d\u8db3\u3002\n\
06bc494ca11e Initial load
duke
parents:
diff changeset
   205
\u6709\u5173\u8be6\u7ec6\u4fe1\u606f\uff0c\u8bf7\u53c2\u9605\u4ee5\u4e0b\u5806\u6808\u8ffd\u8e2a\u3002\n
06bc494ca11e Initial load
duke
parents:
diff changeset
   206
06bc494ca11e Initial load
duke
parents:
diff changeset
   207
javac.version={0} {1}
06bc494ca11e Initial load
duke
parents:
diff changeset
   208
javac.fullVersion={0} \u5b8c\u6574\u7248\u672c "{1}"