1 #
   2 #
   3 # Copyright (c) 2004, 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 # Localizations for Level names.  For the US locale
  28 # these are the same as the non-localized level name.
  29 
  30 agent.err.error                    = Erro
  31 agent.err.exception                = Exce\u00e7\u00e3o lan\u00e7ada pelo agente 
  32 agent.err.warning                  = Aviso
  33 
  34 agent.err.configfile.notfound      = Arquivo de configura\u00e7\u00e3o n\u00e3o encontrado
  35 agent.err.configfile.failed        = Falha ao ler o arquivo de configura\u00e7\u00e3o
  36 agent.err.configfile.closed.failed = Falha ao fechar o arquivo de configura\u00e7\u00e3o
  37 agent.err.configfile.access.denied = Acesso negado ao arquivo de configura\u00e7\u00e3o
  38 
  39 agent.err.exportaddress.failed     = Falha na exporta\u00e7\u00e3o do endere\u00e7o do conector JMX para o buffer de instrumenta\u00e7\u00e3o
  40 
  41 agent.err.agentclass.notfound      = Classe do agente de gerenciamento n\u00e3o encontrada
  42 agent.err.agentclass.failed        = Classe do agente de gerenciamento falha 
  43 agent.err.premain.notfound         = premain(String) n\u00e3o existe na classe do agente
  44 agent.err.agentclass.access.denied = Acesso negado a premain(String)
  45 agent.err.invalid.agentclass       = Valor inv\u00e1lido da propriedade com.sun.management.agent.class
  46 
  47 agent.err.invalid.jmxremote.port   = N\u00famero inv\u00e1lido de com.sun.management.jmxremote.port
  48 
  49 agent.err.file.not.set               = Arquivo n\u00e3o especificado
  50 agent.err.file.not.readable          = Arquivo ileg\u00edvel
  51 agent.err.file.read.failed           = Falha ao ler o arquivo
  52 agent.err.file.not.found             = Arquivo n\u00e3o encontrado
  53 agent.err.file.access.not.restricted = O acesso de leitura do arquivo deve ser limitado
  54 
  55 agent.err.password.file.notset     = O arquivo de senha n\u00e3o est\u00e1 especificado, mas com.sun.management.jmxremote.authenticate=true
  56 agent.err.password.file.not.readable = Arquivo de senha ileg\u00edvel
  57 agent.err.password.file.read.failed = Falha ao ler o arquivo de senha
  58 agent.err.password.file.notfound   = Arquivo de senha n\u00e3o encontrado
  59 agent.err.password.file.access.notrestricted = O acesso de leitura do arquivo de senha deve ser limitado
  60 
  61 agent.err.access.file.notset       = O arquivo de acesso n\u00e3o est\u00e1 especificado, mas com.sun.management.jmxremote.authenticate=true
  62 agent.err.access.file.not.readable = Arquivo de acesso ileg\u00edvel
  63 agent.err.access.file.read.failed  = Falha ao ler o arquivo de acesso
  64 agent.err.access.file.notfound     = Arquivo de acesso n\u00e3o encontrado
  65 
  66 agent.err.connector.server.io.error = Erro de comunica\u00e7\u00e3o do servidor do conector JMX
  67 
  68 agent.err.invalid.option           = Op\u00e7\u00e3o especificada inv\u00e1lida
  69 agent.err.invalid.snmp.port        = N\u00famero inv\u00e1lido de com.sun.management.snmp.port
  70 agent.err.invalid.snmp.trap.port   = N\u00famero inv\u00e1lido de com.sun.management.snmp.trap
  71 agent.err.unknown.snmp.interface   = Interface SNMP desconhecida
  72 agent.err.acl.file.notset          = N\u00e3o h\u00e1 nenhum arquivo ACL SNMP especificado, mas com.sun.management.snmp.acl=true
  73 agent.err.acl.file.notfound        = Arquivo ACL SNMP n\u00e3o encontrado
  74 agent.err.acl.file.not.readable    = Arquivo ACL SNMP ileg\u00edvel
  75 agent.err.acl.file.read.failed     = Falha ao ler o arquivo ACL SNMP
  76 agent.err.acl.file.access.notrestricted = O acesso de leitura do arquivo de senha deve ser limitado
  77 
  78 agent.err.snmp.adaptor.start.failed = Falha ao iniciar o adaptador SNMP com endere\u00e7o
  79 agent.err.snmp.mib.init.failed     = Falha ao inicializar o MIB SNMP com erro
  80 
  81 jmxremote.ConnectorBootstrap.initialize = Iniciando o servidor do conector JMX:
  82 jmxremote.ConnectorBootstrap.initialize.noAuthentication = Sem autentica\u00e7\u00e3o
  83 jmxremote.ConnectorBootstrap.initialize.ready = Conector JMX pronto em: {0}
  84 jmxremote.ConnectorBootstrap.initialize.password.readonly = O acesso de leitura do arquivo de senha deve ser limitado: {0}
  85 jmxremote.ConnectorBootstrap.initialize.file.readonly = O acesso de leitura do arquivo deve ser limitado: {0}
  86 
  87 jmxremote.AdaptorBootstrap.getTargetList.processing = Processando ACL
  88 jmxremote.AdaptorBootstrap.getTargetList.adding = Adicionando destino: {0}
  89 jmxremote.AdaptorBootstrap.getTargetList.starting = Iniciando o servidor do adaptador:
  90 jmxremote.AdaptorBootstrap.getTargetList.initialize1 = Adaptador pronto.
  91 jmxremote.AdaptorBootstrap.getTargetList.initialize2 = Adaptador SNMP pronto em: {0}:{1}
  92 jmxremote.AdaptorBootstrap.getTargetList.terminate = conclu\u00eddo {0}