963N/A#
963N/A#
1339N/A# Copyright (c) 2004, 2012, Oracle and/or its affiliates. All rights reserved.
963N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
963N/A#
963N/A# This code is free software; you can redistribute it and/or modify it
963N/A# under the terms of the GNU General Public License version 2 only, as
963N/A# published by the Free Software Foundation. Oracle designates this
963N/A# particular file as subject to the "Classpath" exception as provided
963N/A# by Oracle in the LICENSE file that accompanied this code.
963N/A#
963N/A# This code is distributed in the hope that it will be useful, but WITHOUT
963N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
963N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
963N/A# version 2 for more details (a copy is included in the LICENSE file that
963N/A# accompanied this code).
963N/A#
963N/A# You should have received a copy of the GNU General Public License version
963N/A# 2 along with this work; if not, write to the Free Software Foundation,
963N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
963N/A#
963N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
963N/A# or visit www.oracle.com if you need additional information or have any
963N/A# questions.
963N/A#
963N/A
963N/A# Localizations for Level names. For the US locale
963N/A# these are the same as the non-localized level name.
963N/A
963N/Aagent.err.error = Errore
963N/Aagent.err.exception = Eccezione dell'agente
970N/Aagent.err.warning = Avvertenza
970N/A
970N/Aagent.err.configfile.notfound = File di configurazione non trovato
970N/Aagent.err.configfile.failed = Errore di lettura file di configurazione
1339N/Aagent.err.configfile.closed.failed = Errore di chiusura file di configurazione
1339N/Aagent.err.configfile.access.denied = Accesso negato al file di configurazione
1339N/A
1339N/Aagent.err.exportaddress.failed = Errore di esportazione dell'indirizzo connettore JMX nel buffer strumenti
1339N/A
1339N/Aagent.err.agentclass.notfound = Classe agente gestione non trovata
1339N/Aagent.err.agentclass.failed = Errore classe agente gestione
1339N/Aagent.err.premain.notfound = premain(String) non esiste nella classe agente
1339N/Aagent.err.agentclass.access.denied = Accesso negato a premain(String)
970N/Aagent.err.invalid.agentclass = Valore propriet\u00E0 com.sun.management.agent.class non valido
970N/Aagent.err.invalid.state = Stato agente non valido
970N/Aagent.err.invalid.jmxremote.port = Numero com.sun.management.jmxremote.port non valido
970N/Aagent.err.invalid.jmxremote.rmi.port = Numero com.sun.management.jmxremote.rmi.port non valido
970N/A
970N/Aagent.err.file.not.set = File non specificato
970N/Aagent.err.file.not.readable = File non leggibile
970N/Aagent.err.file.read.failed = Errore di lettura file
970N/Aagent.err.file.not.found = File non trovato
970N/Aagent.err.file.access.not.restricted = Limitare l'accesso in lettura al file
963N/A
1339N/Aagent.err.password.file.notset = Il password file non \u00E8 specificato ma com.sun.management.jmxremote.authenticate=true
963N/Aagent.err.password.file.not.readable = Password file non leggibile
963N/Aagent.err.password.file.read.failed = Errore di lettura password file
963N/Aagent.err.password.file.notfound = Password file non trovato
963N/Aagent.err.password.file.access.notrestricted = Limitare l'accesso in lettura al password file
963N/A
963N/Aagent.err.access.file.notset = Il file di accesso non \u00E8 specificato ma com.sun.management.jmxremote.authenticate=true
963N/Aagent.err.access.file.not.readable = File di accesso non leggibile
963N/Aagent.err.access.file.read.failed = Errore di lettura file di accesso
963N/Aagent.err.access.file.notfound = File di accesso non trovato
963N/A
963N/Aagent.err.connector.server.io.error = Errore di comunicazione server del connettore JMX
963N/A
963N/Aagent.err.invalid.option = Specificata opzione non valida
963N/Aagent.err.invalid.snmp.port = Numero com.sun.management.snmp.port non valido
963N/Aagent.err.invalid.snmp.trap.port = Numero com.sun.management.snmp.trap non valido
963N/Aagent.err.unknown.snmp.interface = Interfaccia SNMP sconosciuta
963N/Aagent.err.acl.file.notset = Nessun file SNMP ACL specificato ma com.sun.management.snmp.acl=true
963N/Aagent.err.acl.file.notfound = File SNMP ACL non trovato
963N/Aagent.err.acl.file.not.readable = File SNMP ACL non leggibile
963N/Aagent.err.acl.file.read.failed = Errore di lettura file SNMP ACL
963N/Aagent.err.acl.file.access.notrestricted = Limitare l'accesso in lettura al password file
963N/A
963N/Aagent.err.snmp.adaptor.start.failed = Impossibile avviare l'adattatore SNMP con indirizzo
963N/Aagent.err.snmp.mib.init.failed = Impossibile inizializzare MIB SNMP con errore
963N/A
963N/Ajmxremote.ConnectorBootstrap.starting = Avvio del server connettore JMX:
963N/Ajmxremote.ConnectorBootstrap.noAuthentication = Nessuna autenticazione
963N/Ajmxremote.ConnectorBootstrap.ready = Connettore JMX pronto in: {0}
963N/Ajmxremote.ConnectorBootstrap.password.readonly = Limitare l''accesso in lettura al password file: {0}
963N/Ajmxremote.ConnectorBootstrap.file.readonly = Limitare l''accesso in lettura al file: {0}
963N/A
963N/Ajmxremote.AdaptorBootstrap.getTargetList.processing = Elaborazione ACL
963N/Ajmxremote.AdaptorBootstrap.getTargetList.adding = Aggiunta destinazione: {0}
963N/Ajmxremote.AdaptorBootstrap.getTargetList.starting = Avvio del server adattatore:
989N/Ajmxremote.AdaptorBootstrap.getTargetList.initialize1 = Adattatore pronto.
992N/Ajmxremote.AdaptorBootstrap.getTargetList.initialize2 = Adattatore SNMP pronto in: {0}:{1}
992N/Ajmxremote.AdaptorBootstrap.getTargetList.terminate = interrompere {0}
992N/A