2
|
1 |
#
|
|
2 |
#
|
7668
|
3 |
# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
|
2
|
4 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
5 |
#
|
|
6 |
# This code is free software; you can redistribute it and/or modify it
|
|
7 |
# under the terms of the GNU General Public License version 2 only, as
|
5506
|
8 |
# published by the Free Software Foundation. Oracle designates this
|
2
|
9 |
# particular file as subject to the "Classpath" exception as provided
|
5506
|
10 |
# by Oracle in the LICENSE file that accompanied this code.
|
2
|
11 |
#
|
|
12 |
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
13 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
14 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
15 |
# version 2 for more details (a copy is included in the LICENSE file that
|
|
16 |
# accompanied this code).
|
|
17 |
#
|
|
18 |
# You should have received a copy of the GNU General Public License version
|
|
19 |
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
20 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
21 |
#
|
5506
|
22 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
23 |
# or visit www.oracle.com if you need additional information or have any
|
|
24 |
# questions.
|
2
|
25 |
#
|
|
26 |
|
|
27 |
# Localizations for Level names. For the US locale
|
|
28 |
# these are the same as the non-localized level name.
|
|
29 |
|
|
30 |
agent.err.error = Erreur
|
|
31 |
agent.err.exception = Exception envoy\u00e9e par l'agent
|
|
32 |
agent.err.warning = Avertissement
|
|
33 |
|
|
34 |
agent.err.configfile.notfound = Fichier de configuration introuvable
|
|
35 |
agent.err.configfile.failed = Impossible de lire le fichier de configuration
|
|
36 |
agent.err.configfile.closed.failed = Impossible de fermer le fichier de configuration
|
|
37 |
agent.err.configfile.access.denied = Acc\u00e8s au fichier de configuration refus\u00e9
|
|
38 |
|
|
39 |
agent.err.exportaddress.failed = Impossible d'exporter l'adresse du connecteur JMX dans le tampon d'instrumentation
|
|
40 |
|
|
41 |
agent.err.agentclass.notfound = Classe d'agents de gestion introuvable
|
|
42 |
agent.err.agentclass.failed = Une erreur s'est produite au niveau de la classe d'agents de gestion
|
|
43 |
agent.err.premain.notfound = premain(String) n'existe pas dans la classe d'agents
|
|
44 |
agent.err.agentclass.access.denied = Acc\u00e8s \u00e0 premain(String) refus\u00e9
|
|
45 |
agent.err.invalid.agentclass = Valeur de propri\u00e9t\u00e9 com.sun.management.agent.class incorrecte
|
|
46 |
|
|
47 |
agent.err.invalid.jmxremote.port = Num\u00e9ro com.sun.management.jmxremote.port incorrect
|
|
48 |
|
5307
|
49 |
agent.err.file.not.set = Fichier non sp\u00e9cifi\u00e9
|
|
50 |
agent.err.file.not.readable = Fichier illisible
|
|
51 |
agent.err.file.read.failed = Impossible de lire le fichier
|
|
52 |
agent.err.file.not.found = Fichier introuvable
|
|
53 |
agent.err.file.access.not.restricted = L'acc\u00e8s \u00e0 la lecture du fichier doit \u00eatre limit\u00e9
|
|
54 |
|
2
|
55 |
agent.err.password.file.notset = Le fichier de mots de passe n'est pas sp\u00e9cifi\u00e9 mais com.sun.management.jmxremote.authenticate=true
|
|
56 |
agent.err.password.file.not.readable = Fichier de mots de passe illisible
|
|
57 |
agent.err.password.file.read.failed = Impossible de lire le fichier de mots de passe
|
|
58 |
agent.err.password.file.notfound = Fichier de mots de passe introuvable
|
|
59 |
agent.err.password.file.access.notrestricted = L'acc\u00e8s \u00e0 la lecture du fichier de mots de passe doit \u00eatre limit\u00e9
|
|
60 |
|
|
61 |
agent.err.access.file.notset = Le fichier d'acc\u00e8s n'est pas sp\u00e9cifi\u00e9 mais com.sun.management.jmxremote.authenticate=true
|
|
62 |
agent.err.access.file.not.readable = Fichier d'acc\u00e8s illisible
|
|
63 |
agent.err.access.file.read.failed = Impossible de lire le fichier d'acc\u00e8s
|
|
64 |
agent.err.access.file.notfound = Fichier d'acc\u00e8s introuvable
|
|
65 |
|
|
66 |
agent.err.connector.server.io.error = Erreur de communication avec le serveur du connecteur JMX
|
|
67 |
|
|
68 |
agent.err.invalid.option = Option sp\u00e9cifi\u00e9e non valide
|
|
69 |
agent.err.invalid.snmp.port = Num\u00e9ro com.sun.management.snmp.port incorrect
|
|
70 |
agent.err.invalid.snmp.trap.port = Num\u00e9ro com.sun.management.snmp.trap incorrect
|
|
71 |
agent.err.unknown.snmp.interface = Interface SNMP inconnue
|
|
72 |
agent.err.acl.file.notset = Aucun fichier SNMP ACL n'est sp\u00e9cifi\u00e9 mais com.sun.management.snmp.acl=true
|
|
73 |
agent.err.acl.file.notfound = Fichier SNMP ACL introuvable
|
|
74 |
agent.err.acl.file.not.readable = Fichier SNMP ACL illisible
|
|
75 |
agent.err.acl.file.read.failed = Impossible de lire le fichier SNMP ACL
|
|
76 |
agent.err.acl.file.access.notrestricted = L'acc\u00e8s \u00e0 la lecture du fichier de mots de passe doit \u00eatre limit\u00e9
|
|
77 |
|
|
78 |
agent.err.snmp.adaptor.start.failed = Impossible de d\u00e9marrer l'adaptateur SNMP avec l'adresse
|
|
79 |
agent.err.snmp.mib.init.failed = Impossible d'initialiser SNMP MIB avec l'erreur
|
|
80 |
|
|
81 |
jmxremote.ConnectorBootstrap.initialize = D\u00e9marrage du serveur du connecteur JMX :
|
|
82 |
jmxremote.ConnectorBootstrap.initialize.noAuthentication = Pas d'authentification
|
|
83 |
jmxremote.ConnectorBootstrap.initialize.ready = Connecteur JMX pr\u00eat \u00e0 : {0}
|
|
84 |
jmxremote.ConnectorBootstrap.initialize.password.readonly = L''acc\u00e8s \u00e0 la lecture du fichier de mots de passe doit \u00eatre limit\u00e9 : {0}
|
5307
|
85 |
jmxremote.ConnectorBootstrap.initialize.file.readonly = L''acc\u00e8s \u00e0 la lecture du fichier doit \u00eatre limit\u00e9\u00a0: {0}
|
2
|
86 |
|
|
87 |
jmxremote.AdaptorBootstrap.getTargetList.processing = Traitement d'ACL
|
|
88 |
jmxremote.AdaptorBootstrap.getTargetList.adding = Ajout de la cible : {0}
|
|
89 |
jmxremote.AdaptorBootstrap.getTargetList.starting = D\u00e9marrage du serveur de l'adaptateur :
|
|
90 |
jmxremote.AdaptorBootstrap.getTargetList.initialize1 = Adaptateur pr\u00eat.
|
|
91 |
jmxremote.AdaptorBootstrap.getTargetList.initialize2 = Adaptateur SNMP pr\u00eat sur : {0}:{1}
|
|
92 |
jmxremote.AdaptorBootstrap.getTargetList.terminate = terminer {0}
|