author | mfang |
Mon, 11 Apr 2011 16:19:20 -0700 | |
changeset 9046 | c70a26ba4d21 |
parent 9035 | 1255eb81cc2f |
parent 9041 | 951f8470c2dc |
child 17184 | 342467f0c6c2 |
permissions | -rw-r--r-- |
2 | 1 |
# |
2 |
# |
|
9035
1255eb81cc2f
7033660: Update copyright year to 2011 on any files changed in 2011
ohair
parents:
8203
diff
changeset
|
3 |
# Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. |
2 | 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 |
|
5506 | 8 |
# published by the Free Software Foundation. Oracle designates this |
2 | 9 |
# particular file as subject to the "Classpath" exception as provided |
5506 | 10 |
# by Oracle in the LICENSE file that accompanied this code. |
2 | 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 |
# |
|
5506 | 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. |
|
2 | 25 |
# |
26 |
||
27 |
# "rmid", inetd", and "wait" should not be translated. |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
28 |
rmid.syntax.exec.invalid=rmid startades fr\u00E5n inetd med ogiltig status (m\u00E5ste vara wait) |
2 | 29 |
|
30 |
# "rmid" and "inetd" should not be translated. |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
31 |
rmid.syntax.port.badarg=port kan inte anges om rmid startas fr\u00E5n inetd |
2 | 32 |
|
33 |
# "port" here refers to a TCP port for the server to listen on. |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
34 |
rmid.syntax.port.badnumber=port \u00E4r inte ett tal |
2 | 35 |
|
36 |
# "-port" should not be translated, because it's part of command syntax. |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
37 |
rmid.syntax.port.missing=alternativet -port kr\u00E4ver argument |
2 | 38 |
|
39 |
# "-log" should not be translated, because it's part of command syntax. |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
40 |
rmid.syntax.log.missing=alternativet -log kr\u00E4ver argument |
2 | 41 |
|
42 |
# "-log" should not be translated, because it's part of command syntax. |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
43 |
rmid.syntax.log.required=alternativet -log kr\u00E4vs |
2 | 44 |
|
45 |
# {0} = the (string) illegal argument in question |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
46 |
rmid.syntax.illegal.option=otill\u00E5tet alternativ: {0} |
2 | 47 |
|
48 |
# {0} = the (string) reason text that came with a thrown exception |
|
49 |
# "Activation.main" should not be translated, because it's a codepoint |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
50 |
rmid.unexpected.exception=Activation.main: ett undantag uppstod: {0} |
2 | 51 |
|
52 |
# "java.home" should not be translated, because it's a property name |
|
53 |
# "ActivatorImpl" should not be translated, because it's a codepoint |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
54 |
rmid.unfound.java.home.property=ActivatorImpl: hittar inte java.home |
2 | 55 |
|
56 |
# "rmid" should not be translated |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
57 |
rmid.inherited.channel.info=start av rmid med \u00E4rvd kanal |
2 | 58 |
|
59 |
# "Activation.main" should not be translated, because it's a codepoint |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
60 |
rmid.exec.policy.invalid=Activation.main: ogiltig exec policy-klass |
2 | 61 |
|
62 |
# "rmid" should not be translated |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
63 |
rmid.exec.policy.exception=rmid: f\u00F6rs\u00F6k att h\u00E4mta throws f\u00F6r exec-policy: |
2 | 64 |
|
65 |
# "rmid" should not be translated |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
66 |
rmid.exec.command=rmid: debugExec: k\u00F6r "{0}" |
2 | 67 |
|
68 |
# "rmid" should not be translated |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
69 |
rmid.group.inactive=rmid: aktiveringsgruppen \u00E4r inaktiv: {0} |
2 | 70 |
|
71 |
# "Activation.main", "sun.rmi.activation.execPolicy", "ExecPermission" and |
|
72 |
# "ExecOptionPermission" should not be translated, since they refer to |
|
73 |
# class/permission names. |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
74 |
rmid.exec.perms.inadequate=Activation.main: varning: systemegenskapen sun.rmi.activation.execPolicy\n\u00E4r inte specificerad och inga ExecPermissions/ExecOptionPermissions\nhar utdelats. Efterf\u00F6ljande aktiveringsf\u00F6rs\u00F6k kanske inte utf\u00F6rs p\u00E5 grund av ej utf\u00F6rda\nkontroller av ExecPermission/ExecOptionPermission-beh\u00F6righet. Mer\ninformation om hur du konfigurerar rmid-s\u00E4kerhet finns i:\n\nhttp://java.sun.com/j2se/1.4/docs/tooldocs/solaris/rmid.html\nhttp://java.sun.com/j2se/1.4/docs/tooldocs/win32/rmid.html\n |
2 | 75 |
|
76 |
# "rmid", "-port", "-log", "-stop", "-C" and "-J" should not be translated, |
|
77 |
# because they are syntax |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
78 |
rmid.usage=Syntax: {0} <alternativ>\n\nd\u00E4r <alternativ> inkluderar:\n -port <port> Ange porten f\u00F6r rmid\n -log <katalog> Ange katalogen d\u00E4r rmid ska spara loggen\n -stop Stoppa p\u00E5g\u00E5ende rmid-anrop (f\u00F6r angiven port)\n -C<k\u00F6rningsflagga> Skicka argumentet till varje underordnad process (aktiveringsgrupp)\n -J<k\u00F6rningsflagga> Skicka argumentet till Javatolken\n |
2 | 79 |
# This means "The currently running activation daemon has been shut down, |
80 |
# and is about to exit". |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
81 |
rmid.daemon.shutdown=aktiveringsdemonen avslutas |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
82 |
|
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
5506
diff
changeset
|
83 |
# "rmid" should not be translated |
9041 | 84 |
rmid.restart.group.warning=\nrmid: (Varning) starta om gruppkast: |
2 | 85 |
|
86 |
# "rmid" should not be translated |
|
9041 | 87 |
rmid.restart.service.warning=\nrmid: (Varning) starta om tj\u00E4nstekast: |
2 | 88 |
|
89 |
# "rmid" should not be translated |
|
9041 | 90 |
rmid.log.update.warning=\nrmid: (Varning) logga uppdateringskast: |
2 | 91 |
|
92 |
# "rmid" should not be translated |
|
9041 | 93 |
rmid.log.snapshot.warning=\nrmid: (Allvarligt) logga \u00F6gonblickskast: |
2 | 94 |
|
95 |
# "rmid" should not be translated |
|
9041 | 96 |
rmid.log.recover.warning=\nrmid: (Varning) {0}: hoppar \u00F6ver loggpost under \u00E5terst\u00E4llning: |