1 #
   2 # Copyright (c) 2004, 2005, 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 
  26 # Localizations for Level names.  For the US locale
  27 # these are the same as the non-localized level name.
  28 
  29 agent.err.error                    = Error
  30 agent.err.exception                = Excepci\u00F3n devuelta por el agente 
  31 agent.err.warning                  = Advertencia
  32 
  33 agent.err.configfile.notfound      = No se ha encontrado el archivo de configuraci\u00F3n
  34 agent.err.configfile.failed        = Fallo al leer el archivo de configuraci\u00F3n
  35 agent.err.configfile.closed.failed = Fallo al cerrar el archivo de configuraci\u00F3n
  36 agent.err.configfile.access.denied = Acceso denegado al archivo de configuraci\u00F3n
  37 
  38 agent.err.exportaddress.failed     = Fallo al exportar la direcci\u00F3n del conector JMX al buffer de instrumentaci\u00F3n
  39 
  40 agent.err.agentclass.notfound      = Clase de agente de gesti\u00F3n no encontrada
  41 agent.err.agentclass.failed        = Fallo de clase de agente de gesti\u00F3n 
  42 agent.err.premain.notfound         = premain(String) no existe en la clase del agente
  43 agent.err.agentclass.access.denied = Acceso denegado a premain(String)
  44 agent.err.invalid.agentclass       = Valor de propiedad com.sun.management.agent.class no v\u00E1lido
  45 
  46 agent.err.invalid.jmxremote.port   = N\u00FAmero com.sun.management.jmxremote.port no v\u00E1lido
  47 
  48 agent.err.file.not.set               = Archivo no especificado
  49 agent.err.file.not.readable          = Archivo ilegible
  50 agent.err.file.read.failed           = Fallo al leer el archivo
  51 agent.err.file.not.found             = Archivo no encontrado
  52 agent.err.file.access.not.restricted = El acceso de lectura al archivo debe ser restringido
  53 
  54 agent.err.password.file.notset     = El archivo de contrase\u00F1as no se ha especificado, pero com.sun.management.jmxremote.authenticate=true
  55 agent.err.password.file.not.readable = No se puede leer el archivo de contrase\u00F1as
  56 agent.err.password.file.read.failed = Fallo al leer el archivo de contrase\u00F1as
  57 agent.err.password.file.notfound   = Archivo de contrase\u00F1as no encontrado
  58 agent.err.password.file.access.notrestricted = Se debe restringir el acceso de lectura al archivo de contrase\u00F1as
  59 
  60 agent.err.access.file.notset       = El archivo de acceso no se ha especificado, pero com.sun.management.jmxremote.authenticate=true
  61 agent.err.access.file.not.readable = No se puede leer el archivo de acceso
  62 agent.err.access.file.read.failed  = Fallo al leer el archivo de acceso
  63 agent.err.access.file.notfound     = Archivo de acceso no encontrado
  64 
  65 agent.err.connector.server.io.error = Error de comunicaci\u00F3n con el servidor de conector JMX
  66 
  67 agent.err.invalid.option           = Opci\u00F3n especificada no v\u00E1lida
  68 agent.err.invalid.snmp.port        = N\u00FAmero de com.sun.management.snmp.port no v\u00E1lido
  69 agent.err.invalid.snmp.trap.port   = N\u00FAmero de com.sun.management.snmp.trap no v\u00E1lido
  70 agent.err.unknown.snmp.interface   = Interfaz SNMP desconocida
  71 agent.err.acl.file.notset          = No se ha especificado ning\u00FAn archivo ACL de SNMP, pero com.sun.management.snmp.acl=true
  72 agent.err.acl.file.notfound        = Archivo ACL de SNMP no encontrado
  73 agent.err.acl.file.not.readable    = No se puede leer el archivo ACL de SNMP
  74 agent.err.acl.file.read.failed     = Fallo al leer el archivo ACL de SNMP
  75 agent.err.acl.file.access.notrestricted = Se debe restringir el acceso de lectura al archivo de contrase\u00F1as
  76 
  77 agent.err.snmp.adaptor.start.failed = Fallo al iniciar el adaptador de SNMP con la direcci\u00F3n
  78 agent.err.snmp.mib.init.failed     = Fallo al inicializar el MIB de SNMP con error
  79 
  80 jmxremote.ConnectorBootstrap.initialize = Iniciando servidor de conector JMX:
  81 jmxremote.ConnectorBootstrap.initialize.noAuthentication = Sin autenticaci\u00F3n
  82 jmxremote.ConnectorBootstrap.initialize.ready = Conector JMX listo en: {0}
  83 jmxremote.ConnectorBootstrap.initialize.password.readonly = Se debe restringir el acceso de lectura al archivo de contrase\u00F1as: {0}
  84 jmxremote.ConnectorBootstrap.initialize.file.readonly = El acceso de lectura al archivo debe ser restringido: {0}
  85 
  86 jmxremote.AdaptorBootstrap.getTargetList.processing = Procesando ACL
  87 jmxremote.AdaptorBootstrap.getTargetList.adding = Agregando destino: {0}
  88 jmxremote.AdaptorBootstrap.getTargetList.starting = Iniciando servidor de adaptador:
  89 jmxremote.AdaptorBootstrap.getTargetList.initialize1 = Adaptador listo.
  90 jmxremote.AdaptorBootstrap.getTargetList.initialize2 = Adaptador SNMP listo en: {0}:{1}
  91 jmxremote.AdaptorBootstrap.getTargetList.terminate = terminar {0}