< prev index next >

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

Print this page

        

*** 1,8 **** # ! # ! # Copyright (c) 2004, 2013, 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 --- 1,7 ---- # ! # Copyright (c) 2004, 2016, 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
*** 22,34 **** # 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 = Error agent.err.exception = Excepción devuelta por el agente agent.err.warning = Advertencia agent.err.configfile.notfound = No se ha encontrado el archivo de configuración --- 21,30 ----
*** 41,51 **** agent.err.agentclass.notfound = Clase de agente de gestión no encontrada agent.err.agentclass.failed = Fallo de clase de agente de gestión agent.err.premain.notfound = premain(String) no existe en la clase del agente agent.err.agentclass.access.denied = Acceso denegado a premain(String) agent.err.invalid.agentclass = Valor de propiedad com.sun.management.agent.class no válido ! agent.err.invalid.state = Estado del agente no válido agent.err.invalid.jmxremote.port = Número com.sun.management.jmxremote.port no válido agent.err.invalid.jmxremote.rmi.port = Número com.sun.management.jmxremote.rmi.port no válido agent.err.file.not.set = Archivo no especificado agent.err.file.not.readable = Archivo ilegible --- 37,47 ---- agent.err.agentclass.notfound = Clase de agente de gestión no encontrada agent.err.agentclass.failed = Fallo de clase de agente de gestión agent.err.premain.notfound = premain(String) no existe en la clase del agente agent.err.agentclass.access.denied = Acceso denegado a premain(String) agent.err.invalid.agentclass = Valor de propiedad com.sun.management.agent.class no válido ! agent.err.invalid.state = Estado de agente no válido: {0} agent.err.invalid.jmxremote.port = Número com.sun.management.jmxremote.port no válido agent.err.invalid.jmxremote.rmi.port = Número com.sun.management.jmxremote.rmi.port no válido agent.err.file.not.set = Archivo no especificado agent.err.file.not.readable = Archivo ilegible
*** 65,93 **** agent.err.access.file.notfound = Archivo de acceso no encontrado agent.err.connector.server.io.error = Error de comunicación con el servidor de conector JMX agent.err.invalid.option = Opción especificada no válida - agent.err.invalid.snmp.port = Número de com.sun.management.snmp.port no válido - agent.err.invalid.snmp.trap.port = Número de com.sun.management.snmp.trap no válido - agent.err.unknown.snmp.interface = Interfaz SNMP desconocida - agent.err.acl.file.notset = No se ha especificado ningún archivo ACL de SNMP, pero com.sun.management.snmp.acl=true - agent.err.acl.file.notfound = Archivo ACL de SNMP no encontrado - agent.err.acl.file.not.readable = No se puede leer el archivo ACL de SNMP - agent.err.acl.file.read.failed = Fallo al leer el archivo ACL de SNMP - agent.err.acl.file.access.notrestricted = Se debe restringir el acceso de lectura al archivo de contraseñas - - agent.err.snmp.adaptor.start.failed = Fallo al iniciar el adaptador de SNMP con la dirección - agent.err.snmp.mib.init.failed = Fallo al inicializar el MIB de SNMP con error jmxremote.ConnectorBootstrap.starting = Iniciando servidor de conector JMX: jmxremote.ConnectorBootstrap.noAuthentication = Sin autenticación jmxremote.ConnectorBootstrap.ready = Conector JMX listo en: {0} jmxremote.ConnectorBootstrap.password.readonly = Se debe restringir el acceso de lectura al archivo de contraseñas: {0} jmxremote.ConnectorBootstrap.file.readonly = El acceso de lectura al archivo debe ser restringido: {0} - - jmxremote.AdaptorBootstrap.getTargetList.processing = Procesando ACL - jmxremote.AdaptorBootstrap.getTargetList.adding = Agregando destino: {0} - jmxremote.AdaptorBootstrap.getTargetList.starting = Iniciando servidor de adaptador: - jmxremote.AdaptorBootstrap.getTargetList.initialize1 = Adaptador listo. - jmxremote.AdaptorBootstrap.getTargetList.initialize2 = Adaptador SNMP listo en: {0}:{1} - jmxremote.AdaptorBootstrap.getTargetList.terminate = terminar {0} --- 61,71 ----
< prev index next >