src/share/classes/sun/management/resources/agent_es.properties

Print this page


   1 #
   2 #
   3 # Copyright (c) 2004, 2011, 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


  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ón devuelta por el agente 
  32 agent.err.warning                  = Advertencia
  33 
  34 agent.err.configfile.notfound      = No se ha encontrado el archivo de configuración
  35 agent.err.configfile.failed        = Fallo al leer el archivo de configuración
  36 agent.err.configfile.closed.failed = Fallo al cerrar el archivo de configuración
  37 agent.err.configfile.access.denied = Acceso denegado al archivo de configuración
  38 
  39 agent.err.exportaddress.failed     = Fallo al exportar la dirección del conector JMX al buffer de instrumentación
  40 
  41 agent.err.agentclass.notfound      = Clase de agente de gestión no encontrada
  42 agent.err.agentclass.failed        = Fallo de clase de agente de gestión 
  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álido
  46 
  47 agent.err.invalid.jmxremote.port   = Número com.sun.management.jmxremote.port no válido

  48 
  49 agent.err.file.not.set               = Archivo no especificado
  50 agent.err.file.not.readable          = Archivo ilegible
  51 agent.err.file.read.failed           = Fallo al leer el archivo
  52 agent.err.file.not.found             = Archivo no encontrado
  53 agent.err.file.access.not.restricted = El acceso de lectura al archivo debe ser restringido
  54 
  55 agent.err.password.file.notset     = El archivo de contraseñas 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ñas
  57 agent.err.password.file.read.failed = Fallo al leer el archivo de contraseñas
  58 agent.err.password.file.notfound   = Archivo de contraseñas no encontrado
  59 agent.err.password.file.access.notrestricted = Se debe restringir el acceso de lectura al archivo de contraseñas
  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  = Fallo 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ón con el servidor de conector JMX
  67 
  68 agent.err.invalid.option           = Opción especificada no válida
  69 agent.err.invalid.snmp.port        = Número de com.sun.management.snmp.port no válido
  70 agent.err.invalid.snmp.trap.port   = Número de com.sun.management.snmp.trap no válido
  71 agent.err.unknown.snmp.interface   = Interfaz SNMP desconocida
  72 agent.err.acl.file.notset          = No se ha especificado ningún 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     = Fallo 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ñas
  77 
  78 agent.err.snmp.adaptor.start.failed = Fallo al iniciar el adaptador de SNMP con la dirección
  79 agent.err.snmp.mib.init.failed     = Fallo al inicializar el MIB de SNMP con error
  80 
  81 jmxremote.ConnectorBootstrap.initialize = Iniciando servidor de conector JMX:
  82 jmxremote.ConnectorBootstrap.initialize.noAuthentication = Sin autenticación
  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ñas: {0}
  85 jmxremote.ConnectorBootstrap.initialize.file.readonly = El acceso de lectura al archivo debe ser restringido: {0}
  86 
  87 jmxremote.AdaptorBootstrap.getTargetList.processing = Procesando ACL
  88 jmxremote.AdaptorBootstrap.getTargetList.adding = Agregando destino: {0}
  89 jmxremote.AdaptorBootstrap.getTargetList.starting = Iniciando servidor de adaptador:
  90 jmxremote.AdaptorBootstrap.getTargetList.initialize1 = Adaptador listo.
  91 jmxremote.AdaptorBootstrap.getTargetList.initialize2 = Adaptador SNMP listo en: {0}:{1}
  92 jmxremote.AdaptorBootstrap.getTargetList.terminate = terminar {0}
   1 #
   2 #
   3 # Copyright (c) 2004, 2012, 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


  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ón devuelta por el agente 
  32 agent.err.warning                  = Advertencia
  33 
  34 agent.err.configfile.notfound      = No se ha encontrado el archivo de configuración
  35 agent.err.configfile.failed        = Fallo al leer el archivo de configuración
  36 agent.err.configfile.closed.failed = Fallo al cerrar el archivo de configuración
  37 agent.err.configfile.access.denied = Acceso denegado al archivo de configuración
  38 
  39 agent.err.exportaddress.failed     = Fallo al exportar la dirección del conector JMX al buffer de instrumentación
  40 
  41 agent.err.agentclass.notfound      = Clase de agente de gestión no encontrada
  42 agent.err.agentclass.failed        = Fallo de clase de agente de gestión 
  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álido
  46 agent.err.invalid.state            = Estado del agente no válido
  47 agent.err.invalid.jmxremote.port   = Número com.sun.management.jmxremote.port no válido
  48 agent.err.invalid.jmxremote.rmi.port = Número com.sun.management.jmxremote.rmi.port no válido
  49 
  50 agent.err.file.not.set               = Archivo no especificado
  51 agent.err.file.not.readable          = Archivo ilegible
  52 agent.err.file.read.failed           = Fallo al leer el archivo
  53 agent.err.file.not.found             = Archivo no encontrado
  54 agent.err.file.access.not.restricted = El acceso de lectura al archivo debe ser restringido
  55 
  56 agent.err.password.file.notset     = El archivo de contraseñas no se ha especificado, pero com.sun.management.jmxremote.authenticate=true
  57 agent.err.password.file.not.readable = No se puede leer el archivo de contraseñas
  58 agent.err.password.file.read.failed = Fallo al leer el archivo de contraseñas
  59 agent.err.password.file.notfound   = Archivo de contraseñas no encontrado
  60 agent.err.password.file.access.notrestricted = Se debe restringir el acceso de lectura al archivo de contraseñas
  61 
  62 agent.err.access.file.notset       = El archivo de acceso no se ha especificado, pero com.sun.management.jmxremote.authenticate=true
  63 agent.err.access.file.not.readable = No se puede leer el archivo de acceso
  64 agent.err.access.file.read.failed  = Fallo al leer el archivo de acceso
  65 agent.err.access.file.notfound     = Archivo de acceso no encontrado
  66 
  67 agent.err.connector.server.io.error = Error de comunicación con el servidor de conector JMX
  68 
  69 agent.err.invalid.option           = Opción especificada no válida
  70 agent.err.invalid.snmp.port        = Número de com.sun.management.snmp.port no válido
  71 agent.err.invalid.snmp.trap.port   = Número de com.sun.management.snmp.trap no válido
  72 agent.err.unknown.snmp.interface   = Interfaz SNMP desconocida
  73 agent.err.acl.file.notset          = No se ha especificado ningún archivo ACL de SNMP, pero com.sun.management.snmp.acl=true
  74 agent.err.acl.file.notfound        = Archivo ACL de SNMP no encontrado
  75 agent.err.acl.file.not.readable    = No se puede leer el archivo ACL de SNMP
  76 agent.err.acl.file.read.failed     = Fallo al leer el archivo ACL de SNMP
  77 agent.err.acl.file.access.notrestricted = Se debe restringir el acceso de lectura al archivo de contraseñas
  78 
  79 agent.err.snmp.adaptor.start.failed = Fallo al iniciar el adaptador de SNMP con la dirección
  80 agent.err.snmp.mib.init.failed     = Fallo al inicializar el MIB de SNMP con error
  81 
  82 jmxremote.ConnectorBootstrap.starting = Iniciando servidor de conector JMX:
  83 jmxremote.ConnectorBootstrap.noAuthentication = Sin autenticación
  84 jmxremote.ConnectorBootstrap.ready = Conector JMX listo en: {0}
  85 jmxremote.ConnectorBootstrap.password.readonly = Se debe restringir el acceso de lectura al archivo de contraseñas: {0}
  86 jmxremote.ConnectorBootstrap.file.readonly = El acceso de lectura al archivo debe ser restringido: {0}
  87 
  88 jmxremote.AdaptorBootstrap.getTargetList.processing = Procesando ACL
  89 jmxremote.AdaptorBootstrap.getTargetList.adding = Agregando destino: {0}
  90 jmxremote.AdaptorBootstrap.getTargetList.starting = Iniciando servidor de adaptador:
  91 jmxremote.AdaptorBootstrap.getTargetList.initialize1 = Adaptador listo.
  92 jmxremote.AdaptorBootstrap.getTargetList.initialize2 = Adaptador SNMP listo en: {0}:{1}
  93 jmxremote.AdaptorBootstrap.getTargetList.terminate = terminar {0}