< prev index next >

src/java.management/share/classes/sun/management/resources/agent_fr.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 = Erreur agent.err.exception = Exception envoyée par l'agent agent.err.warning = Avertissement agent.err.configfile.notfound = Fichier de configuration introuvable --- 21,30 ----
*** 41,51 **** agent.err.agentclass.notfound = Classe d'agents de gestion introuvable agent.err.agentclass.failed = Echec de la classe d'agents de gestion agent.err.premain.notfound = premain(String) n'existe pas dans la classe d'agents agent.err.agentclass.access.denied = Accès à premain(String) refusé agent.err.invalid.agentclass = Valeur de propriété com.sun.management.agent.class incorrecte ! agent.err.invalid.state = Etat de l'agent non valide agent.err.invalid.jmxremote.port = Numéro com.sun.management.jmxremote.port incorrect agent.err.invalid.jmxremote.rmi.port = Numéro com.sun.management.jmxremote.rmi.port non valide agent.err.file.not.set = Fichier non spécifié agent.err.file.not.readable = Fichier illisible --- 37,47 ---- agent.err.agentclass.notfound = Classe d'agents de gestion introuvable agent.err.agentclass.failed = Echec de la classe d'agents de gestion agent.err.premain.notfound = premain(String) n'existe pas dans la classe d'agents agent.err.agentclass.access.denied = Accès à premain(String) refusé agent.err.invalid.agentclass = Valeur de propriété com.sun.management.agent.class incorrecte ! agent.err.invalid.state = Etat de l''agent non valide : {0} agent.err.invalid.jmxremote.port = Numéro com.sun.management.jmxremote.port incorrect agent.err.invalid.jmxremote.rmi.port = Numéro com.sun.management.jmxremote.rmi.port non valide agent.err.file.not.set = Fichier non spécifié agent.err.file.not.readable = Fichier illisible
*** 65,93 **** agent.err.access.file.notfound = Fichier d'accès introuvable agent.err.connector.server.io.error = Erreur de communication avec le serveur du connecteur JMX agent.err.invalid.option = Option spécifiée non valide - agent.err.invalid.snmp.port = Numéro com.sun.management.snmp.port incorrect - agent.err.invalid.snmp.trap.port = Numéro com.sun.management.snmp.trap incorrect - agent.err.unknown.snmp.interface = Interface SNMP inconnue - agent.err.acl.file.notset = Aucun fichier de liste de contrôle d'accès (ACL) SNMP n'est spécifié mais com.sun.management.snmp.acl=true - agent.err.acl.file.notfound = Fichier de liste de contrôle d'accès (ACL) SNMP introuvable - agent.err.acl.file.not.readable = Fichier de liste de contrôle d'accès (ACL) SNMP illisible - agent.err.acl.file.read.failed = Impossible de lire le fichier de liste de contrôle d'accès (ACL) SNMP - agent.err.acl.file.access.notrestricted = L'accès en lecture au fichier de mots de passe doit être limité - - agent.err.snmp.adaptor.start.failed = Impossible de démarrer l'adaptateur SNMP avec l'adresse - agent.err.snmp.mib.init.failed = Impossible d'initialiser SNMP MIB avec l'erreur jmxremote.ConnectorBootstrap.starting = Démarrage du serveur du connecteur JMX : jmxremote.ConnectorBootstrap.noAuthentication = Pas d'authentification jmxremote.ConnectorBootstrap.ready = Connecteur JMX prêt à : {0} jmxremote.ConnectorBootstrap.password.readonly = L''accès en lecture au fichier de mots de passe doit être limité : {0} jmxremote.ConnectorBootstrap.file.readonly = L''accès en lecture au fichier doit être limité : {0} - - jmxremote.AdaptorBootstrap.getTargetList.processing = Traitement de la liste de contrôle d'accès (ACL) - jmxremote.AdaptorBootstrap.getTargetList.adding = Ajout de la cible : {0} - jmxremote.AdaptorBootstrap.getTargetList.starting = Démarrage du serveur de l'adaptateur : - jmxremote.AdaptorBootstrap.getTargetList.initialize1 = Adaptateur prêt. - jmxremote.AdaptorBootstrap.getTargetList.initialize2 = Adaptateur SNMP prêt sur : {0}:{1} - jmxremote.AdaptorBootstrap.getTargetList.terminate = terminer {0} --- 61,71 ----
< prev index next >