1 #
   2 #
   3 # Copyright (c) 2004, 2010, 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                    = Error
  31 agent.err.exception                = Excepci\u00f3n generada por el agente 
  32 agent.err.warning                  = Advertencia
  33 
  34 agent.err.configfile.notfound      = No se ha encontrado el archivo de configuraci\u00f3n
  35 agent.err.configfile.failed        = Error al leer el archivo de configuraci\u00f3n
  36 agent.err.configfile.closed.failed = Error al cerrar el archivo de configuraci\u00f3n
  37 agent.err.configfile.access.denied = Acceso denegado al archivo de configuraci\u00f3n
  38 
  39 agent.err.exportaddress.failed     = Error de exportaci\u00f3n de la direcci\u00f3n del conector JMX al b\u00fafer de instrumentaci\u00f3n
  40 
  41 agent.err.agentclass.notfound      = Clase de agente de administraci\u00f3n no encontrada
  42 agent.err.agentclass.failed        = Error de clase de agente de administraci\u00f3n 
  43 agent.err.premain.notfound         = premain(String) no existe en la clase del agente
  44 agent.err.agentclass.access.denied = Acceso denegado a premain(String)
  45 agent.err.invalid.agentclass       = Valor de propiedad com.sun.management.agent.class no v\u00e1lido
  46 
  47 agent.err.invalid.jmxremote.port   = N\u00famero com.sun.management.jmxremote.port no v\u00e1lido
  48 
  49 agent.err.file.not.set               = Archivo no especificado
  50 agent.err.file.not.readable          = Archivo ilegible
  51 agent.err.file.read.failed           = Error al leer el archivo
  52 agent.err.file.not.found             = Archivo no encontrado
  53 agent.err.file.access.not.restricted = Se debe restringir el acceso de lectura al archivo
  54 
  55 agent.err.password.file.notset     = El archivo de contrase\u00f1as no se ha especificado, pero com.sun.management.jmxremote.authenticate=true
  56 agent.err.password.file.not.readable = No se puede leer el archivo de contrase\u00f1as
  57 agent.err.password.file.read.failed = Error al leer el archivo de contrase\u00f1as
  58 agent.err.password.file.notfound   = Archivo de contrase\u00f1as no encontrado
  59 agent.err.password.file.access.notrestricted = Se debe restringir el acceso de lectura al archivo de contrase\u00f1as
  60 
  61 agent.err.access.file.notset       = El archivo de acceso no se ha especificado, pero com.sun.management.jmxremote.authenticate=true
  62 agent.err.access.file.not.readable = No se puede leer el archivo de acceso
  63 agent.err.access.file.read.failed  = Error al leer el archivo de acceso
  64 agent.err.access.file.notfound     = Archivo de acceso no encontrado
  65 
  66 agent.err.connector.server.io.error = Error de comunicaci\u00f3n con el servidor de conector JMX
  67 
  68 agent.err.invalid.option           = Opci\u00f3n especificada no v\u00e1lida
  69 agent.err.invalid.snmp.port        = N\u00famero com.sun.management.snmp.port no v\u00e1lido
  70 agent.err.invalid.snmp.trap.port   = N\u00famero com.sun.management.snmp.trap no v\u00e1lido
  71 agent.err.unknown.snmp.interface   = Interfaz SNMP desconocido
  72 agent.err.acl.file.notset          = No se ha especificado ning\u00fan archivo ACL de SNMP, pero com.sun.management.snmp.acl=true
  73 agent.err.acl.file.notfound        = Archivo ACL de SNMP no encontrado
  74 agent.err.acl.file.not.readable    = No se puede leer el archivo ACL de SNMP
  75 agent.err.acl.file.read.failed     = Error al leer el archivo ACL de SNMP
  76 agent.err.acl.file.access.notrestricted = Se debe restringir el acceso de lectura al archivo de contrase\u00f1as
  77 
  78 agent.err.snmp.adaptor.start.failed = No se ha podido iniciar el adaptador de SNMP con la direcci\u00f3n
  79 agent.err.snmp.mib.init.failed     = No se ha podido inicializar el MIB de SNMP con error
  80 
  81 jmxremote.ConnectorBootstrap.initialize = Iniciando servidor de conector JMX:
  82 jmxremote.ConnectorBootstrap.initialize.noAuthentication = Sin autenticaci\u00f3n
  83 jmxremote.ConnectorBootstrap.initialize.ready = Conector JMX listo en: {0}
  84 jmxremote.ConnectorBootstrap.initialize.password.readonly = Se debe restringir el acceso de lectura al archivo de contrase\u00f1as: {0}
  85 jmxremote.ConnectorBootstrap.initialize.file.readonly = Se debe restringir el acceso de lectura al archivo: {0}
  86 
  87 jmxremote.AdaptorBootstrap.getTargetList.processing = Procesando ACL
  88 jmxremote.AdaptorBootstrap.getTargetList.adding = Agregando destino: {0}
  89 jmxremote.AdaptorBootstrap.getTargetList.starting = Iniciar servidor adaptador:
  90 jmxremote.AdaptorBootstrap.getTargetList.initialize1 = Adaptador listo.
  91 jmxremote.AdaptorBootstrap.getTargetList.initialize2 = Adaptador SNMP listo en: {0}:{1}
  92 jmxremote.AdaptorBootstrap.getTargetList.terminate = finalizar {0}