jdk/src/java.management/share/classes/sun/management/resources/agent_it.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			   = Errore
       
    27 agent.err.exception                = Eccezione dell'agente 
       
    28 agent.err.warning		   = Avvertenza
       
    29 
       
    30 agent.err.configfile.notfound      = File di configurazione non trovato
       
    31 agent.err.configfile.failed        = Errore di lettura file di configurazione
       
    32 agent.err.configfile.closed.failed = Errore di chiusura file di configurazione
       
    33 agent.err.configfile.access.denied = Accesso negato al file di configurazione
       
    34 
       
    35 agent.err.exportaddress.failed	   = Errore di esportazione dell'indirizzo connettore JMX nel buffer strumenti
       
    36 
       
    37 agent.err.agentclass.notfound      = Classe agente gestione non trovata
       
    38 agent.err.agentclass.failed        = Errore classe agente gestione 
       
    39 agent.err.premain.notfound         = premain(String) non esiste nella classe agente
       
    40 agent.err.agentclass.access.denied = Accesso negato a premain(String)
       
    41 agent.err.invalid.agentclass       = Valore propriet\u00E0 com.sun.management.agent.class non valido
       
    42 agent.err.invalid.state            = Stato agente non valido: {0}
       
    43 agent.err.invalid.jmxremote.port   = Numero com.sun.management.jmxremote.port non valido
       
    44 agent.err.invalid.jmxremote.rmi.port = Numero com.sun.management.jmxremote.rmi.port non valido
       
    45 
       
    46 agent.err.file.not.set               = File non specificato
       
    47 agent.err.file.not.readable          = File non leggibile
       
    48 agent.err.file.read.failed           = Errore di lettura file
       
    49 agent.err.file.not.found             = File non trovato
       
    50 agent.err.file.access.not.restricted = Limitare l'accesso in lettura al file
       
    51 
       
    52 agent.err.password.file.notset     = Il password file non \u00E8 specificato ma com.sun.management.jmxremote.authenticate=true
       
    53 agent.err.password.file.not.readable = Password file non leggibile
       
    54 agent.err.password.file.read.failed = Errore di lettura password file
       
    55 agent.err.password.file.notfound   = Password file non trovato
       
    56 agent.err.password.file.access.notrestricted = Limitare l'accesso in lettura al password file
       
    57 
       
    58 agent.err.access.file.notset       = Il file di accesso non \u00E8 specificato ma com.sun.management.jmxremote.authenticate=true
       
    59 agent.err.access.file.not.readable = File di accesso non leggibile
       
    60 agent.err.access.file.read.failed  = Errore di lettura file di accesso
       
    61 agent.err.access.file.notfound     = File di accesso non trovato
       
    62 
       
    63 agent.err.connector.server.io.error = Errore di comunicazione server del connettore JMX
       
    64 
       
    65 agent.err.invalid.option	   = Specificata opzione non valida
       
    66 
       
    67 jmxremote.ConnectorBootstrap.starting = Avvio del server connettore JMX:
       
    68 jmxremote.ConnectorBootstrap.noAuthentication = Nessuna autenticazione
       
    69 jmxremote.ConnectorBootstrap.ready = Connettore JMX pronto in: {0}
       
    70 jmxremote.ConnectorBootstrap.password.readonly = Limitare l''accesso in lettura al password file: {0}
       
    71 jmxremote.ConnectorBootstrap.file.readonly = Limitare l''accesso in lettura al file: {0}