jdk/src/share/classes/sun/rmi/server/resources/rmid_zh_CN.properties
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 5506 202f599c92aa
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# Copyright 1999-2005 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# published by the Free Software Foundation.  Sun designates this
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# particular file as subject to the "Classpath" exception as provided
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
# by Sun in the LICENSE file that accompanied this code.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
# CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
# have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
# "rmid", inetd", and "wait" should not be translated.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
rmid.syntax.exec.invalid=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
        rmid \u5df2\u4ece inetd \u542f\u52a8\uff0c\u4e14\u72b6\u6001\u65e0\u6548 (\u5fc5\u987b\u7b49\u5f85)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
# "rmid" and "inetd" should not be translated.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
rmid.syntax.port.badarg=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
        \u5982\u679c rmid \u4ece inetd \u542f\u52a8\uff0c\u5219\u65e0\u6cd5\u6307\u5b9a\u7aef\u53e3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
# "port" here refers to a TCP port for the server to listen on.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
rmid.syntax.port.badnumber=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
	\u7aef\u53e3\u4e0d\u662f\u4e00\u4e2a\u6570\u5b57
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
# "-port" should not be translated, because it's part of command syntax.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
rmid.syntax.port.missing=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
	-port \u9009\u9879\u9700\u8981\u53c2\u6570
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
# "-log" should not be translated, because it's part of command syntax.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
rmid.syntax.log.missing=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
	-log \u9009\u9879\u9700\u8981\u53c2\u6570
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
# "-log" should not be translated, because it's part of command syntax.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
rmid.syntax.log.required=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
        \u9700\u8981 -log \u9009\u9879
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
# {0} = the (string) illegal argument in question
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
rmid.syntax.illegal.option=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
	\u975e\u6cd5\u9009\u9879\uff1a{0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
# {0} = the (string) reason text that came with a thrown exception
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
# "Activation.main" should not be translated, because it's a codepoint
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
rmid.unexpected.exception=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
	Activation.main: \u51fa\u73b0\u5f02\u5e38\uff1a{0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
# "java.home" should not be translated, because it's a property name
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
# "ActivatorImpl" should not be translated, because it's a codepoint
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
rmid.unfound.java.home.property=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
	ActivatorImpl: \u65e0\u6cd5\u5b9a\u4f4d java.home
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
rmid.inherited.channel.info=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
        rmid \u901a\u8fc7\u7ee7\u627f\u7684\u4fe1\u9053\u542f\u52a8
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
# "Activation.main" should not be translated, because it's a codepoint
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
rmid.exec.policy.invalid=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
	Activation.main: \u65e0\u6548\u7684\u53ef\u6267\u884c policy \u7c7b
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
rmid.exec.policy.exception=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
        rmid:  \u8bd5\u56fe\u83b7\u53d6\u53ef\u6267\u884c\u7b56\u7565\u629b\u51fa:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
rmid.exec.command=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
        rmid:  debugExec:  \u6b63\u5728\u8fd0\u884c\u201c{0}\u201d
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
rmid.group.inactive=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
	rmid: \u6fc0\u6d3b\u7ec4\u65e0\u6548: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
# "Activation.main", "sun.rmi.activation.execPolicy", "ExecPermission" and 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
# "ExecOptionPermission" should not be translated, since they refer to
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
# class/permission names.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
rmid.exec.perms.inadequate=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
	Activation.main: \u8b66\u544a\uff1a sun.rmi.activation.execPolicy \u7cfb\u7edf\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
        \u5c5e\u6027\u672a\u88ab\u6307\u5b9a\u4e14 ExecPermissions/ExecOptionPermissions\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
        \u5747\u672a\u88ab\u6388\u6743\u3002\u968f\u540e\u7684\u6fc0\u6d3b\u5c1d\u8bd5\u5931\u8d25\uff0c\u539f\u56e0\u662f\u5bf9\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
	ExecPermission/ExecOptionPermission \u7684\u6743\u9650\u68c0\u67e5\u5931\u8d25\u3002 \u6709\u5173\u5982\u4f55\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
	\u914d\u7f6e rmid \u5b89\u5168\u6027\u7684\u6587\u6863\u8bf4\u660e\uff0c\u8bf7\u53c2\u9605\uff1a \n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
        http://java.sun.com/j2se/1.4/docs/tooldocs/solaris/rmid.html\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
        http://java.sun.com/j2se/1.4/docs/tooldocs/win32/rmid.html\n
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
# "rmid", "-port", "-log", "-stop", "-C" and "-J" should not be translated,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
# because they are syntax
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
rmid.usage=\u7528\u6cd5\uff1a{0} <option>\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
\n\u5176\u4e2d\uff0c<option> \u5305\u62ec:\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
\n  -port <option>        \u6307\u5b9a\u4f9b rmid \u4f7f\u7528\u7684\u7aef\u53e3\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
\n  -log <directory>    \u6307\u5b9a rmid \u5c06\u65e5\u5fd7\u5199\u5165\u7684\u76ee\u5f55\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
\n  -stop               \u505c\u6b62\u5f53\u524d\u7684 rmid \u8c03\u7528\uff08\u5bf9\u6307\u5b9a\u7aef\u53e3\uff09\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
\n  -C<runtime \u6807\u8bb0>    \u5411\u6bcf\u4e2a\u5b50\u8fdb\u7a0b\u4f20\u9012\u53c2\u6570\uff08\u6fc0\u6d3b\u7ec4\uff09\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
\n  -J<runtime \u6807\u8bb0>    \u5411 java \u89e3\u91ca\u7a0b\u5e8f\u4f20\u9012\u53c2\u6570\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
# This means "The currently running activation daemon has been shut down,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
# and is about to exit".
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
rmid.daemon.shutdown=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
	\u6fc0\u6d3b\u7aef\u53e3\u76d1\u63a7\u7a0b\u5e8f\u5173\u95ed
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
rmid.restart.group.warning=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
\nrmid:  (\u8b66\u544a) \u91cd\u65b0\u542f\u52a8\u7ec4\u629b\u51fa:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
rmid.restart.service.warning=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
\nrmid:  (\u8b66\u544a) \u91cd\u65b0\u542f\u52a8\u670d\u52a1\u629b\u51fa:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
rmid.log.update.warning=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
\nrmid:  (\u8b66\u544a) \u65e5\u5fd7\u66f4\u65b0\u629b\u51fa:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
rmid.log.snapshot.warning=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
\nrmid:  (\u4e25\u91cd\u8b66\u544a) \u65e5\u5fd7\u5feb\u7167\u629b\u51fa:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
rmid.log.recover.warning=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
\nrmid:  (\u8b66\u544a) {0}:  \u6062\u590d\u671f\u95f4\u8df3\u8fc7\u65e5\u5fd7\u8bb0\u5f55: