1#
2#
3# Copyright (c) 1998, 2005, Oracle and/or its affiliates. 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.  Oracle designates this
9# particular file as subject to the "Classpath" exception as provided
10# by Oracle 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 Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
23# or visit www.oracle.com if you need additional information or have any
24# questions.
25#
26
27# "rmid", inetd", and "wait" should not be translated.
28rmid.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.
32rmid.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.
36rmid.syntax.port.badnumber=\
37	port is not a number
38
39# "-port" should not be translated, because it's part of command syntax.
40rmid.syntax.port.missing=\
41	-port option requires argument
42
43# "-log" should not be translated, because it's part of command syntax.
44rmid.syntax.log.missing=\
45	-log option requires argument
46
47# "-log" should not be translated, because it's part of command syntax.
48rmid.syntax.log.required=\
49	-log option required
50
51# {0} = the (string) illegal argument in question
52rmid.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
57rmid.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
62rmid.unfound.java.home.property=\
63	ActivatorImpl: unable to locate java.home
64
65# "rmid" should not be translated
66rmid.inherited.channel.info=\
67	rmid startup with inherited channel
68
69# "Activation.main" should not be translated, because it's a codepoint
70rmid.exec.policy.invalid=\
71	Activation.main: invalid exec policy class
72
73# "rmid" should not be translated
74rmid.exec.policy.exception=\
75	rmid: attempt to obtain exec policy throws:
76
77# "rmid" should not be translated
78rmid.exec.command=\
79	rmid: debugExec: running "{0}"
80
81# "rmid" should not be translated
82rmid.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.
88rmid.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. \n\
93    To configure security, refer to the rmid documentation.\n
94
95# "rmid", "-port", "-log", "-stop", "-C" and "-J" should not be translated,
96# because they are syntax
97rmid.usage=Usage: {0} <options>\
98\n\
99\nwhere <options> include:\
100\n  -port <port>        Specify port for rmid to use\
101\n  -log <directory>    Specify directory in which rmid writes log\
102\n  -stop               Stop current invocation of rmid (for specified port)\
103\n  -C<runtime flag>    Pass argument to each child process (activation group)\
104\n  -J<runtime flag>    Pass argument to the java interpreter\
105\n\
106
107# This means "The currently running activation daemon has been shut down,
108# and is about to exit".
109rmid.daemon.shutdown=\
110	activation daemon shut down
111
112# "rmid" should not be translated
113rmid.restart.group.warning=\
114\nrmid: (WARNING) restart group throws:
115
116# "rmid" should not be translated
117rmid.restart.service.warning=\
118\nrmid: (WARNING) restart service throws:
119
120# "rmid" should not be translated
121rmid.log.update.warning=\
122\nrmid: (WARNING) log update throws:
123
124# "rmid" should not be translated
125rmid.log.snapshot.warning=\
126\nrmid: (SEVERE) log snapshot throws:
127
128# "rmid" should not be translated
129rmid.log.recover.warning=\
130\nrmid: (WARNING) {0}: skipping log record during recovery:
131