jdk/src/share/classes/sun/management/resources/agent_pt_BR.properties
author ohair
Tue, 28 Dec 2010 15:53:50 -0800
changeset 7668 d4a77089c587
parent 7468 6cab86212adb
child 8203 e5debcae2183
permissions -rw-r--r--
6962318: Update copyright year Reviewed-by: xdono

#
#
# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.  Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#

# Localizations for Level names.  For the US locale
# these are the same as the non-localized level name.

agent.err.error			   = Erro
agent.err.exception                = Exce\u00e7\u00e3o lan\u00e7ada pelo agente 
agent.err.warning		   = Aviso

agent.err.configfile.notfound      = Arquivo de configura\u00e7\u00e3o n\u00e3o encontrado
agent.err.configfile.failed        = Falha ao ler o arquivo de configura\u00e7\u00e3o
agent.err.configfile.closed.failed = Falha ao fechar o arquivo de configura\u00e7\u00e3o
agent.err.configfile.access.denied = Acesso negado ao arquivo de configura\u00e7\u00e3o

agent.err.exportaddress.failed	   = Falha na exporta\u00e7\u00e3o do endere\u00e7o do conector JMX para o buffer de instrumenta\u00e7\u00e3o

agent.err.agentclass.notfound      = Classe do agente de gerenciamento n\u00e3o encontrada
agent.err.agentclass.failed        = Classe do agente de gerenciamento falha 
agent.err.premain.notfound         = premain(String) n\u00e3o existe na classe do agente
agent.err.agentclass.access.denied = Acesso negado a premain(String)
agent.err.invalid.agentclass       = Valor inv\u00e1lido da propriedade com.sun.management.agent.class

agent.err.invalid.jmxremote.port   = N\u00famero inv\u00e1lido de com.sun.management.jmxremote.port

agent.err.file.not.set               = Arquivo n\u00e3o especificado
agent.err.file.not.readable          = Arquivo ileg\u00edvel
agent.err.file.read.failed           = Falha ao ler o arquivo
agent.err.file.not.found             = Arquivo n\u00e3o encontrado
agent.err.file.access.not.restricted = O acesso de leitura do arquivo deve ser limitado

agent.err.password.file.notset     = O arquivo de senha n\u00e3o est\u00e1 especificado, mas com.sun.management.jmxremote.authenticate=true
agent.err.password.file.not.readable = Arquivo de senha ileg\u00edvel
agent.err.password.file.read.failed = Falha ao ler o arquivo de senha
agent.err.password.file.notfound   = Arquivo de senha n\u00e3o encontrado
agent.err.password.file.access.notrestricted = O acesso de leitura do arquivo de senha deve ser limitado

agent.err.access.file.notset       = O arquivo de acesso n\u00e3o est\u00e1 especificado, mas com.sun.management.jmxremote.authenticate=true
agent.err.access.file.not.readable = Arquivo de acesso ileg\u00edvel
agent.err.access.file.read.failed  = Falha ao ler o arquivo de acesso
agent.err.access.file.notfound     = Arquivo de acesso n\u00e3o encontrado

agent.err.connector.server.io.error = Erro de comunica\u00e7\u00e3o do servidor do conector JMX

agent.err.invalid.option	   = Op\u00e7\u00e3o especificada inv\u00e1lida
agent.err.invalid.snmp.port        = N\u00famero inv\u00e1lido de com.sun.management.snmp.port
agent.err.invalid.snmp.trap.port   = N\u00famero inv\u00e1lido de com.sun.management.snmp.trap
agent.err.unknown.snmp.interface   = Interface SNMP desconhecida
agent.err.acl.file.notset          = N\u00e3o h\u00e1 nenhum arquivo ACL SNMP especificado, mas com.sun.management.snmp.acl=true
agent.err.acl.file.notfound        = Arquivo ACL SNMP n\u00e3o encontrado
agent.err.acl.file.not.readable    = Arquivo ACL SNMP ileg\u00edvel
agent.err.acl.file.read.failed     = Falha ao ler o arquivo ACL SNMP
agent.err.acl.file.access.notrestricted = O acesso de leitura do arquivo de senha deve ser limitado

agent.err.snmp.adaptor.start.failed = Falha ao iniciar o adaptador SNMP com endere\u00e7o
agent.err.snmp.mib.init.failed     = Falha ao inicializar o MIB SNMP com erro

jmxremote.ConnectorBootstrap.initialize = Iniciando o servidor do conector JMX:
jmxremote.ConnectorBootstrap.initialize.noAuthentication = Sem autentica\u00e7\u00e3o
jmxremote.ConnectorBootstrap.initialize.ready = Conector JMX pronto em: {0}
jmxremote.ConnectorBootstrap.initialize.password.readonly = O acesso de leitura do arquivo de senha deve ser limitado: {0}
jmxremote.ConnectorBootstrap.initialize.file.readonly = O acesso de leitura do arquivo deve ser limitado: {0}

jmxremote.AdaptorBootstrap.getTargetList.processing = Processando ACL
jmxremote.AdaptorBootstrap.getTargetList.adding = Adicionando destino: {0}
jmxremote.AdaptorBootstrap.getTargetList.starting = Iniciando o servidor do adaptador:
jmxremote.AdaptorBootstrap.getTargetList.initialize1 = Adaptador pronto.
jmxremote.AdaptorBootstrap.getTargetList.initialize2 = Adaptador SNMP pronto em: {0}:{1}
jmxremote.AdaptorBootstrap.getTargetList.terminate = conclu\u00eddo {0}