author | mfang |
Thu, 10 Feb 2011 20:52:39 -0800 | |
changeset 8203 | e5debcae2183 |
parent 7668 | d4a77089c587 |
child 9035 | 1255eb81cc2f |
permissions | -rw-r--r-- |
7468 | 1 |
# |
2 |
# |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7668
diff
changeset
|
3 |
# Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved. |
7468 | 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. |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7668
diff
changeset
|
28 |
rmid.syntax.exec.invalid=rmid foi acionado a partir de inetd com um status inv\u00E1lido (deve ser wait) |
7468 | 29 |
|
30 |
# "rmid" and "inetd" should not be translated. |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7668
diff
changeset
|
31 |
rmid.syntax.port.badarg=a porta n\u00E3o poder\u00E1 ser especificada se rmid for acionado a partir de inetd |
7468 | 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:
7668
diff
changeset
|
34 |
rmid.syntax.port.badnumber=a porta n\u00E3o \u00E9 um n\u00FAmero |
7468 | 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:
7668
diff
changeset
|
37 |
rmid.syntax.port.missing=a op\u00E7\u00E3o -port requer um argumento |
7468 | 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:
7668
diff
changeset
|
40 |
rmid.syntax.log.missing=a op\u00E7\u00E3o -log requer um argumento |
7468 | 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:
7668
diff
changeset
|
43 |
rmid.syntax.log.required=op\u00E7\u00E3o -log necess\u00E1ria |
7468 | 44 |
|
45 |
# {0} = the (string) illegal argument in question |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7668
diff
changeset
|
46 |
rmid.syntax.illegal.option=op\u00E7\u00E3o inv\u00E1lida: {0} |
7468 | 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:
7668
diff
changeset
|
50 |
rmid.unexpected.exception=Activation.main: ocorreu uma exce\u00E7\u00E3o: {0} |
7468 | 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:
7668
diff
changeset
|
54 |
rmid.unfound.java.home.property=ActivatorImpl: n\u00E3o \u00E9 poss\u00EDvel localizar java.home |
7468 | 55 |
|
56 |
# "rmid" should not be translated |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7668
diff
changeset
|
57 |
rmid.inherited.channel.info=inicializa\u00E7\u00E3o de rmid com canal herdado |
7468 | 58 |
|
59 |
# "Activation.main" should not be translated, because it's a codepoint |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7668
diff
changeset
|
60 |
rmid.exec.policy.invalid=Activation.main: classe de pol\u00EDtica de execu\u00E7\u00E3o inv\u00E1lida |
7468 | 61 |
|
62 |
# "rmid" should not be translated |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7668
diff
changeset
|
63 |
rmid.exec.policy.exception=rmid: a tentativa de obter a pol\u00EDtica de execu\u00E7\u00E3o gera: |
7468 | 64 |
|
65 |
# "rmid" should not be translated |
|
66 |
rmid.exec.command=rmid: debugExec: executando "{0}" |
|
67 |
||
68 |
# "rmid" should not be translated |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7668
diff
changeset
|
69 |
rmid.group.inactive=rmid: grupo de ativa\u00E7\u00E3o inativo: {0} |
7468 | 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:
7668
diff
changeset
|
74 |
rmid.exec.perms.inadequate=Activation.main: advert\u00EAncia: propriedade do sistema sun.rmi.activation.execPolicy\nn\u00E3o registrada e nenhuma ExecPermission/ExecOptionPermission\nconcedida; as tentativas de ativa\u00E7\u00E3o seguintes podem falhar devido a verifica\u00E7\u00F5es malsucedidas da permiss\u00E3o\nExecPermission/ExecOptionPermission. Para obter\ndocumenta\u00E7\u00E3o sobre como configurar a seguran\u00E7a rmid, consulte:\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 |
7468 | 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:
7668
diff
changeset
|
78 |
rmid.usage=Uso: {0} <op\u00E7\u00F5es>\n\nem que <op\u00E7\u00F5es> inclui:\n -port <porta> especifica a porta que rmid usar\u00E1\n -log <diret\u00F3rio> especifica o diret\u00F3rio no qual o rmid grava o log\n -stop para a chamada atual de rmid (para a porta especificada)\n -C<flag de runtime> especifica o argumento para cada processo filho (grupo de ativa\u00E7\u00E3o)\n -J<flag de runtime> especifica o argumento para o int\u00E9rprete de java\n |
7468 | 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:
7668
diff
changeset
|
81 |
rmid.daemon.shutdown=shutdown do daemon de ativa\u00E7\u00E3o |
7468 | 82 |
|
83 |
# "rmid" should not be translated |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7668
diff
changeset
|
84 |
rmid.restart.group.warning=\nrmid: (ADVERT\u00CANCIA) a reinicializa\u00E7\u00E3o do grupo gera: |
7468 | 85 |
|
86 |
# "rmid" should not be translated |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7668
diff
changeset
|
87 |
rmid.restart.service.warning=\nrmid: (ADVERT\u00CANCIA) a reinicializa\u00E7\u00E3o do servi\u00E7o gera: |
7468 | 88 |
|
89 |
# "rmid" should not be translated |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7668
diff
changeset
|
90 |
rmid.log.update.warning=\nrmid: (ADVERT\u00CANCIA) o registro da atualiza\u00E7\u00E3o gera: |
7468 | 91 |
|
92 |
# "rmid" should not be translated |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7668
diff
changeset
|
93 |
rmid.log.snapshot.warning=\nrmid: (GRAVE) o registro do snapshot gera: |
7468 | 94 |
|
95 |
# "rmid" should not be translated |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7668
diff
changeset
|
96 |
rmid.log.recover.warning=\nrmid: (ADVERT\u00CANCIA) {0}: ignorando registro de log durante a recupera\u00E7\u00E3o: |