1#
2# Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation.  Oracle designates this
8# particular file as subject to the "Classpath" exception as provided
9# by Oracle in the LICENSE file that accompanied this code.
10#
11# This code is distributed in the hope that it will be useful, but WITHOUT
12# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14# version 2 for more details (a copy is included in the LICENSE file that
15# accompanied this code).
16#
17# You should have received a copy of the GNU General Public License version
18# 2 along with this work; if not, write to the Free Software Foundation,
19# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20#
21# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22# or visit www.oracle.com if you need additional information or have any
23# questions.
24#
25
26agent.err.error			   = Erro
27agent.err.exception                = Exce\u00E7\u00E3o gerada pelo agente 
28agent.err.warning		   = Advert\u00EAncia
29
30agent.err.configfile.notfound      = Arquivo de configura\u00E7\u00E3o n\u00E3o encontrado
31agent.err.configfile.failed        = Falha ao ler o arquivo de configura\u00E7\u00E3o
32agent.err.configfile.closed.failed = Falha ao fechar o arquivo de configura\u00E7\u00E3o
33agent.err.configfile.access.denied = Acesso negado ao arquivo de configura\u00E7\u00E3o
34
35agent.err.exportaddress.failed	   = Falha na exporta\u00E7\u00E3o do endere\u00E7o do conector JMX para o buffer de instrumenta\u00E7\u00E3o
36
37agent.err.agentclass.notfound      = Classe do agente de gerenciamento n\u00E3o encontrada
38agent.err.agentclass.failed        = Falha na classe do agente de gerenciamento 
39agent.err.premain.notfound         = premain(String) n\u00E3o existe na classe do agente
40agent.err.agentclass.access.denied = Acesso negado a premain(String)
41agent.err.invalid.agentclass       = Valor inv\u00E1lido da propriedade com.sun.management.agent.class
42agent.err.invalid.state            = Estado inv\u00E1lido do agente: {0}
43agent.err.invalid.jmxremote.port   = N\u00FAmero inv\u00E1lido de com.sun.management.jmxremote.port
44agent.err.invalid.jmxremote.rmi.port = N\u00FAmero inv\u00E1lido do com.sun.management.jmxremote.rmi.port
45
46agent.err.file.not.set               = Arquivo n\u00E3o especificado
47agent.err.file.not.readable          = Arquivo ileg\u00EDvel
48agent.err.file.read.failed           = Falha ao ler o arquivo
49agent.err.file.not.found             = Arquivo n\u00E3o encontrado
50agent.err.file.access.not.restricted = O acesso de leitura do arquivo deve ser limitado
51
52agent.err.password.file.notset     = O arquivo de senha n\u00E3o est\u00E1 especificado, mas com.sun.management.jmxremote.authenticate=true
53agent.err.password.file.not.readable = Arquivo de senha ileg\u00EDvel
54agent.err.password.file.read.failed = Falha ao ler o arquivo de senha
55agent.err.password.file.notfound   = Arquivo de senha n\u00E3o encontrado
56agent.err.password.file.access.notrestricted = O acesso de leitura do arquivo de senha deve ser limitado
57
58agent.err.access.file.notset       = O arquivo de acesso n\u00E3o est\u00E1 especificado, mas com.sun.management.jmxremote.authenticate=true
59agent.err.access.file.not.readable = Arquivo de acesso ileg\u00EDvel
60agent.err.access.file.read.failed  = Falha ao ler o arquivo de acesso
61agent.err.access.file.notfound     = Arquivo de acesso n\u00E3o encontrado
62
63agent.err.connector.server.io.error = Erro de comunica\u00E7\u00E3o do servidor do conector JMX
64
65agent.err.invalid.option	   = Op\u00E7\u00E3o especificada inv\u00E1lida
66
67jmxremote.ConnectorBootstrap.starting = Iniciando o Servidor do Conector JMX:
68jmxremote.ConnectorBootstrap.noAuthentication = Sem autentica\u00E7\u00E3o
69jmxremote.ConnectorBootstrap.ready = Conector JMX pronto em: {0}
70jmxremote.ConnectorBootstrap.password.readonly = O acesso de leitura do arquivo de senha deve ser limitado: {0}
71jmxremote.ConnectorBootstrap.file.readonly = O acesso de leitura do arquivo deve ser limitado: {0}
72