# # 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 # particular file as subject to the "Classpath" exception as provided # by Oracle in the LICENSE file that accompanied this code. # # This code is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # version 2 for more details (a copy is included in the LICENSE file that # accompanied this code). # # You should have received a copy of the GNU General Public License version # 2 along with this work; if not, write to the Free Software Foundation, # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. # # 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. # 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 agent.err.configfile.failed = Fallo al leer el archivo de configuración agent.err.configfile.closed.failed = Fallo al cerrar el archivo de configuración agent.err.configfile.access.denied = Acceso denegado al archivo de configuración agent.err.exportaddress.failed = Fallo al exportar la dirección del conector JMX al buffer de instrumentación 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 agent.err.file.read.failed = Fallo al leer el archivo agent.err.file.not.found = Archivo no encontrado agent.err.file.access.not.restricted = El acceso de lectura al archivo debe ser restringido agent.err.password.file.notset = El archivo de contraseñas no se ha especificado, pero com.sun.management.jmxremote.authenticate=true agent.err.password.file.not.readable = No se puede leer el archivo de contraseñas agent.err.password.file.read.failed = Fallo al leer el archivo de contraseñas agent.err.password.file.notfound = Archivo de contraseñas no encontrado agent.err.password.file.access.notrestricted = Se debe restringir el acceso de lectura al archivo de contraseñas agent.err.access.file.notset = El archivo de acceso no se ha especificado, pero com.sun.management.jmxremote.authenticate=true agent.err.access.file.not.readable = No se puede leer el archivo de acceso agent.err.access.file.read.failed = Fallo al leer el archivo de acceso 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 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}