jdk/src/java.management/share/classes/sun/management/resources/agent_es.properties
changeset 43662 6b16a26de895
parent 43661 c3f1a529d829
parent 43593 06bce0388880
child 43663 4416065868c1
equal deleted inserted replaced
43661:c3f1a529d829 43662:6b16a26de895
     1 #
       
     2 # Copyright (c) 2004, 2016, 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 agent.err.error			   = Error
       
    27 agent.err.exception                = Excepci\u00F3n devuelta por el agente 
       
    28 agent.err.warning		   = Advertencia
       
    29 
       
    30 agent.err.configfile.notfound      = No se ha encontrado el archivo de configuraci\u00F3n
       
    31 agent.err.configfile.failed        = Fallo al leer el archivo de configuraci\u00F3n
       
    32 agent.err.configfile.closed.failed = Fallo al cerrar el archivo de configuraci\u00F3n
       
    33 agent.err.configfile.access.denied = Acceso denegado al archivo de configuraci\u00F3n
       
    34 
       
    35 agent.err.exportaddress.failed	   = Fallo al exportar la direcci\u00F3n del conector JMX al buffer de instrumentaci\u00F3n
       
    36 
       
    37 agent.err.agentclass.notfound      = Clase de agente de gesti\u00F3n no encontrada
       
    38 agent.err.agentclass.failed        = Fallo de clase de agente de gesti\u00F3n 
       
    39 agent.err.premain.notfound         = premain(String) no existe en la clase del agente
       
    40 agent.err.agentclass.access.denied = Acceso denegado a premain(String)
       
    41 agent.err.invalid.agentclass       = Valor de propiedad com.sun.management.agent.class no v\u00E1lido
       
    42 agent.err.invalid.state            = Estado de agente no v\u00E1lido: {0}
       
    43 agent.err.invalid.jmxremote.port   = N\u00FAmero com.sun.management.jmxremote.port no v\u00E1lido
       
    44 agent.err.invalid.jmxremote.rmi.port = N\u00FAmero com.sun.management.jmxremote.rmi.port no v\u00E1lido
       
    45 
       
    46 agent.err.file.not.set               = Archivo no especificado
       
    47 agent.err.file.not.readable          = Archivo ilegible
       
    48 agent.err.file.read.failed           = Fallo al leer el archivo
       
    49 agent.err.file.not.found             = Archivo no encontrado
       
    50 agent.err.file.access.not.restricted = El acceso de lectura al archivo debe ser restringido
       
    51 
       
    52 agent.err.password.file.notset     = El archivo de contrase\u00F1as no se ha especificado, pero com.sun.management.jmxremote.authenticate=true
       
    53 agent.err.password.file.not.readable = No se puede leer el archivo de contrase\u00F1as
       
    54 agent.err.password.file.read.failed = Fallo al leer el archivo de contrase\u00F1as
       
    55 agent.err.password.file.notfound   = Archivo de contrase\u00F1as no encontrado
       
    56 agent.err.password.file.access.notrestricted = Se debe restringir el acceso de lectura al archivo de contrase\u00F1as
       
    57 
       
    58 agent.err.access.file.notset       = El archivo de acceso no se ha especificado, pero com.sun.management.jmxremote.authenticate=true
       
    59 agent.err.access.file.not.readable = No se puede leer el archivo de acceso
       
    60 agent.err.access.file.read.failed  = Fallo al leer el archivo de acceso
       
    61 agent.err.access.file.notfound     = Archivo de acceso no encontrado
       
    62 
       
    63 agent.err.connector.server.io.error = Error de comunicaci\u00F3n con el servidor de conector JMX
       
    64 
       
    65 agent.err.invalid.option	   = Opci\u00F3n especificada no v\u00E1lida
       
    66 
       
    67 jmxremote.ConnectorBootstrap.starting = Iniciando servidor de conector JMX:
       
    68 jmxremote.ConnectorBootstrap.noAuthentication = Sin autenticaci\u00F3n
       
    69 jmxremote.ConnectorBootstrap.ready = Conector JMX listo en: {0}
       
    70 jmxremote.ConnectorBootstrap.password.readonly = Se debe restringir el acceso de lectura al archivo de contrase\u00F1as: {0}
       
    71 jmxremote.ConnectorBootstrap.file.readonly = El acceso de lectura al archivo debe ser restringido: {0}