2
|
1 |
#
|
|
2 |
#
|
|
3 |
# Copyright 1998-2005 Sun Microsystems, Inc. All Rights Reserved.
|
|
4 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
5 |
#
|
|
6 |
# This code is free software; you can redistribute it and/or modify it
|
|
7 |
# under the terms of the GNU General Public License version 2 only, as
|
|
8 |
# published by the Free Software Foundation. Sun designates this
|
|
9 |
# particular file as subject to the "Classpath" exception as provided
|
|
10 |
# by Sun in the LICENSE file that accompanied this code.
|
|
11 |
#
|
|
12 |
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
13 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
14 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
15 |
# version 2 for more details (a copy is included in the LICENSE file that
|
|
16 |
# accompanied this code).
|
|
17 |
#
|
|
18 |
# You should have received a copy of the GNU General Public License version
|
|
19 |
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
20 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
21 |
#
|
|
22 |
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
|
23 |
# CA 95054 USA or visit www.sun.com if you need additional information or
|
|
24 |
# have any questions.
|
|
25 |
#
|
|
26 |
|
|
27 |
# "rmid", inetd", and "wait" should not be translated.
|
|
28 |
rmid.syntax.exec.invalid=\
|
|
29 |
rmid was launched from inetd with an invalid status (must be wait)
|
|
30 |
|
|
31 |
# "rmid" and "inetd" should not be translated.
|
|
32 |
rmid.syntax.port.badarg=\
|
|
33 |
port cannot be specified if rmid is launched from inetd
|
|
34 |
|
|
35 |
# "port" here refers to a TCP port for the server to listen on.
|
|
36 |
rmid.syntax.port.badnumber=\
|
|
37 |
port is not a number
|
|
38 |
|
|
39 |
# "-port" should not be translated, because it's part of command syntax.
|
|
40 |
rmid.syntax.port.missing=\
|
|
41 |
-port option requires argument
|
|
42 |
|
|
43 |
# "-log" should not be translated, because it's part of command syntax.
|
|
44 |
rmid.syntax.log.missing=\
|
|
45 |
-log option requires argument
|
|
46 |
|
|
47 |
# "-log" should not be translated, because it's part of command syntax.
|
|
48 |
rmid.syntax.log.required=\
|
|
49 |
-log option required
|
|
50 |
|
|
51 |
# {0} = the (string) illegal argument in question
|
|
52 |
rmid.syntax.illegal.option=\
|
|
53 |
illegal option: {0}
|
|
54 |
|
|
55 |
# {0} = the (string) reason text that came with a thrown exception
|
|
56 |
# "Activation.main" should not be translated, because it's a codepoint
|
|
57 |
rmid.unexpected.exception=\
|
|
58 |
Activation.main: an exception occurred: {0}
|
|
59 |
|
|
60 |
# "java.home" should not be translated, because it's a property name
|
|
61 |
# "ActivatorImpl" should not be translated, because it's a codepoint
|
|
62 |
rmid.unfound.java.home.property=\
|
|
63 |
ActivatorImpl: unable to locate java.home
|
|
64 |
|
|
65 |
# "rmid" should not be translated
|
|
66 |
rmid.inherited.channel.info=\
|
|
67 |
rmid startup with inherited channel
|
|
68 |
|
|
69 |
# "Activation.main" should not be translated, because it's a codepoint
|
|
70 |
rmid.exec.policy.invalid=\
|
|
71 |
Activation.main: invalid exec policy class
|
|
72 |
|
|
73 |
# "rmid" should not be translated
|
|
74 |
rmid.exec.policy.exception=\
|
|
75 |
rmid: attempt to obtain exec policy throws:
|
|
76 |
|
|
77 |
# "rmid" should not be translated
|
|
78 |
rmid.exec.command=\
|
|
79 |
rmid: debugExec: running "{0}"
|
|
80 |
|
|
81 |
# "rmid" should not be translated
|
|
82 |
rmid.group.inactive=\
|
|
83 |
rmid: activation group inactive: {0}
|
|
84 |
|
|
85 |
# "Activation.main", "sun.rmi.activation.execPolicy", "ExecPermission" and
|
|
86 |
# "ExecOptionPermission" should not be translated, since they refer to
|
|
87 |
# class/permission names.
|
|
88 |
rmid.exec.perms.inadequate=\
|
|
89 |
Activation.main: warning: sun.rmi.activation.execPolicy system\n\
|
|
90 |
property unspecified and no ExecPermissions/ExecOptionPermissions\n\
|
|
91 |
granted; subsequent activation attempts may fail due to unsuccessful\n\
|
|
92 |
ExecPermission/ExecOptionPermission permission checks. For\n\
|
|
93 |
documentation on how to configure rmid security, refer to:\n\
|
|
94 |
\n\
|
|
95 |
http://java.sun.com/j2se/1.4/docs/tooldocs/solaris/rmid.html\n\
|
|
96 |
http://java.sun.com/j2se/1.4/docs/tooldocs/win32/rmid.html\n
|
|
97 |
|
|
98 |
# "rmid", "-port", "-log", "-stop", "-C" and "-J" should not be translated,
|
|
99 |
# because they are syntax
|
|
100 |
rmid.usage=Usage: {0} <options>\
|
|
101 |
\n\
|
|
102 |
\nwhere <options> include:\
|
|
103 |
\n -port <port> Specify port for rmid to use\
|
|
104 |
\n -log <directory> Specify directory in which rmid writes log\
|
|
105 |
\n -stop Stop current invocation of rmid (for specified port)\
|
|
106 |
\n -C<runtime flag> Pass argument to each child process (activation group)\
|
|
107 |
\n -J<runtime flag> Pass argument to the java interpreter\
|
|
108 |
\n\
|
|
109 |
|
|
110 |
# This means "The currently running activation daemon has been shut down,
|
|
111 |
# and is about to exit".
|
|
112 |
rmid.daemon.shutdown=\
|
|
113 |
activation daemon shut down
|
|
114 |
|
|
115 |
# "rmid" should not be translated
|
|
116 |
rmid.restart.group.warning=\
|
|
117 |
\nrmid: (WARNING) restart group throws:
|
|
118 |
|
|
119 |
# "rmid" should not be translated
|
|
120 |
rmid.restart.service.warning=\
|
|
121 |
\nrmid: (WARNING) restart service throws:
|
|
122 |
|
|
123 |
# "rmid" should not be translated
|
|
124 |
rmid.log.update.warning=\
|
|
125 |
\nrmid: (WARNING) log update throws:
|
|
126 |
|
|
127 |
# "rmid" should not be translated
|
|
128 |
rmid.log.snapshot.warning=\
|
|
129 |
\nrmid: (SEVERE) log snapshot throws:
|
|
130 |
|
|
131 |
# "rmid" should not be translated
|
|
132 |
rmid.log.recover.warning=\
|
|
133 |
\nrmid: (WARNING) {0}: skipping log record during recovery:
|