1#
2# Copyright (c) 1997, 2013, 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#
27# Message resource file
28#
29
30
31AbstractReferenceFinderImpl.UnableToParse = Impossible d''analyser "{0}" : {1}
32
33
34
35# {0} - schema location, {1} - (correct) schema location e.g.: "classpath:/foo/bar/Schema.xsd" is not a part of this compilation. Is this a mistake for "file:/bar/foo/Schema2.xsd"? OR "http://localhost:8080/MyService/TestService?wsdl" is not a part of this compilation. Is this a mistake for "http://localhost:8080/MyService/TestService?wsdl#types3"?
36Internalizer.IncorrectSchemaReference = "{0}" ne fait pas partie de cette compilation. S''agit-il d''une erreur pour "{1}" ?
37
38Internalizer.XPathEvaluationError = Erreur XPath : {0}
39
40# {0} - xpath location (location of element/node/... in XML) e.g.: XPath evaluation of "/foo/bar" needs to result in an element.
41Internalizer.XPathEvaluatesToNoTarget = L''\u00E9valuation XPath de "{0}" g\u00E9n\u00E8re un noeud cible vide
42
43# {0} - xpath location (location of element/node/... in XML) e.g.: XPath evaluation of "/foo/bar" needs to result in an element.
44Internalizer.XPathEvaulatesToTooManyTargets = L''\u00E9valuation XPath de "{0}" g\u00E9n\u00E8re un trop grand nombre de noeuds cible ({1})
45
46# {0} - xpath location (location of element/node/... in XML) e.g.: XPath evaluation of "/foo/bar" needs to result in an element.
47Internalizer.XPathEvaluatesToNonElement = L''\u00E9valuation XPath de "{0}" doit g\u00E9n\u00E9rer un \u00E9l\u00E9ment.
48
49Internalizer.XPathEvaluatesToNonSchemaElement = L''\u00E9valuation XPath de"{0}" doit g\u00E9n\u00E9rer un \u00E9l\u00E9ment de la langue de sch\u00E9ma, mais elle g\u00E9n\u00E8re {1}
50
51Internalizer.ContextNodeIsNotElement = Le noeud de contexte n'est pas un \u00E9l\u00E9ment.
52
53Internalizer.OrphanedCustomization = La personnalisation "{0}" n''est associ\u00E9e \u00E0 aucun \u00E9l\u00E9ment de sch\u00E9ma.
54
55Internalizer.IncorrectVersion = L'attribut de version JAXB doit \u00EAtre "1.0"
56
57Internalizer.VersionNotPresent = L'attribut de version JAXB doit \u00EAtre pr\u00E9sent
58
59Internalizer.TwoVersionAttributes = jaxb:version et version sont tous deux pr\u00E9sents
60
61ERR_GENERAL_SCHEMA_CORRECTNESS_ERROR = Nous n''avons pas pu garantir l''exactitude du sch\u00E9ma : {0}
62
63SCD_NOT_ENABLED = La prise en charge de l'indicateur de composant de sch\u00E9ma est d\u00E9sactiv\u00E9e par d\u00E9faut. Utilisez le commutateur -extension pour activer cette extension fournisseur.
64
65# SCD = Schema Component Designator.
66ERR_SCD_EVAL = Indicateur de composant de sch\u00E9ma non valide : {0}
67
68# SCD = Schema Component Designator.
69ERR_SCD_EVALUATED_EMPTY = L''indicateur de composant de sch\u00E9ma "{0}" ne correspond \u00E0 aucun composant de sch\u00E9ma
70
71# SCD = Schema Component Designator.
72ERR_SCD_MATCHED_MULTIPLE_NODES = L''indicateur de composant de sch\u00E9ma "{0}" correspond \u00E0 {1} composants de sch\u00E9ma alors qu''un seul est attendu
73
74# Not concatenated with any other string (written on a separate line) but printed after (and related to) ERR_SCD_MATCHED_MULTIPLE_NODES, followed by a line with the position of the problem in a particular file.
75ERR_SCD_MATCHED_MULTIPLE_NODES_FIRST = (voir ci-dessus) l'un des composants de sch\u00E9ma correspondants est d\u00E9fini ici
76
77# Not concatenated with any other string (written on a separate line) but printed after (related to ERR_SCD_MATCHED_MULTIPLE_NODES) ERR_SCD_MATCHED_MULTIPLE_NODES_FIRST, followed by a line with the position of the problem in a particular file.
78ERR_SCD_MATCHED_MULTIPLE_NODES_SECOND = (voir ci-dessus) un autre composant de sch\u00E9ma correspondant est d\u00E9fini ici
79
80ERR_FILENAME_IS_NOT_URI = Le nom de fichier n'est pas un URI.
81
82DOMFOREST_INPUTSOURCE_IOEXCEPTION = Exception d''E/S g\u00E9n\u00E9r\u00E9e lors du traitement de "{0}". Exception : {1}.
83