src/share/jaxws_classes/com/sun/tools/internal/ws/resources/wsdl_fr.properties

changeset 0
373ffda63c9a
equal deleted inserted replaced
-1:000000000000 0:373ffda63c9a
1 #
2 # Copyright (c) 2005, 2012, 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 localized.error={0}
27 parsing.wsdlNotDefaultNamespace=l''espace de noms par d\u00E9faut doit \u00EAtre \"{0}\"
28 # Not concatenated with any other string.
29 parsing.onlyOneOfElementOrTypeRequired=seul l''un des attributs \"element\" ou \"type\" est autoris\u00E9 dans la partie \"{0}\"
30 # Not concatenated with any other string.
31 parsing.elementOrTypeRequired=avertissement : la partie {0} n''est pas prise en compte, l''attribut \"element\" ou \"type\" est requis dans la partie \"{0}\"
32 parsing.invalidElement=\u00E9l\u00E9ment non valide : \"{0}\" (dans l''espace de noms \"{1}\")
33 parsing.invalidAttributeValue=valeur \"{1}\" non valide pour l''attribut \"{0}\"
34 parsing.invalidExtensionElement=\u00E9l\u00E9ment d''extension non valide : \"{0}\" (dans l''espace de noms \"{1}\")
35 parsing.invalidWsdlElement=\u00E9l\u00E9ment WSDL non valide : \"{0}\"
36 parsing.requiredExtensibilityElement=\u00E9l\u00E9ment d''extensibilit\u00E9 \"{0}\" obligatoire inconnu (dans l''espace de noms \"{1}\")
37 parsing.tooManyElements=trop d''\u00E9l\u00E9ments \"{0}\" sous l''\u00E9l\u00E9ment \"{1}\" \"{2}\"
38 parsing.invalidOperationStyle=l''op\u00E9ration \"{0}\" a un style non valide
39 # {0} - "definitions". Not concatenated with any other string.
40 parsing.onlyOneTypesAllowed=un seul \u00E9l\u00E9ment "types" autoris\u00E9 dans "{0}"
41 # {0} - element local name (e.g. PingType). Wrapped into an Exception. Not concatenated with any other string.
42 parsing.onlyOneDocumentationAllowed=un seul \u00E9l\u00E9ment "documentation" autoris\u00E9 dans "{0}"
43 parsing.incorrectRootElement=\u00E9l\u00E9ment racine \"{2}\" attendu (dans l''espace de noms \"{3}\"), \u00E9l\u00E9ment \"{0}\" trouv\u00E9 (dans l''espace de noms \"{1}\")
44 parsing.unknownImportedDocumentType=le document import\u00E9 est de type inconnu : {0}
45 # Not concatenated with any other string.
46 parsing.unknownNamespacePrefix=pr\u00E9fixe d''espace de noms non d\u00E9clar\u00E9 : \"{0}\"
47 parsing.invalidURI=URI non valide : {0}
48 # {0} - WSDL URL
49 parsing.ioExceptionWithSystemId=\u00E9chec de l''analyse du document \u00E0 \"{0}\"
50 # {0} - exception message
51 parsing.ioException=\u00E9chec de l''analyse : {0}
52 # {0} - WSDL URL, Not concatenated with any other string.
53 parsing.saxExceptionWithSystemId=fichier WSDL non valide. Echec de l''analyse du document \u00E0 \"{0}\"
54 # {0} - exception message, Not concatenated with any other string.
55 parsing.saxException=fichier WSDL non valide. Echec de l''analyse : {0}
56 # {0} - exception message, Not concatenated with any other string.
57 parsing.parserConfigException=fichier WSDL non valide. Echec de l''analyse : {0}
58 # {0} - exception message, Not concatenated with any other string.
59 parsing.factoryConfigException=fichier WSDL non valide. Echec de l''analyse : {0}
60
61 # Wrapped into an Exception. Not concatenated with any other string.
62 parsing.missingRequiredAttribute=attribut \"{1}\" obligatoire de l''\u00E9l\u00E9ment \"{0}\" manquant
63 parsing.invalidTag=\u00E9l\u00E9ment \"{1}\" attendu, \"{0}\" trouv\u00E9
64 # {4} - element name
65 parsing.invalidTagNS=WSDL non valide \u00E0 {4} : \u00E9l\u00E9ment \"{2}\" attendu (dans l''espace de noms \"{3}\"), \u00E9l\u00E9ment \"{0}\" trouv\u00E9 (dans l''espace de noms \"{1}\")
66 parsing.nonWhitespaceTextFound=texte non imprimable inattendu trouv\u00E9 : \"{0}\"
67 # Not concatenated with any other string (written on a separate line).
68 parsing.elementExpected=non-\u00E9l\u00E9ment inattendu trouv\u00E9
69 #
70 entity.duplicate=entit\u00E9 en double : \"{0}\"
71 # {0} - type of entity, {1} - entity name e.g.: duplicate "message" entity: "PingRequest", Wrapped into an Exception. Not concatenated with any other string.
72 entity.duplicateWithType=entit\u00E9 \"{0}\" en double : \"{1}\"
73
74 entity.notFoundByID=ID d''entit\u00E9 non valide : \"{0}\"
75 entity.notFoundByQName={0} \"{1}\" introuvable dans le WSDL : {2}
76 entity.notFound.portType=wsdl:portType \"{0}\" r\u00E9f\u00E9renc\u00E9 par wsdl:binding \"{1}\", mais il est introuvable dans le WSDL
77 entity.notFound.binding=wsdl:binding \"{0}" r\u00E9f\u00E9renc\u00E9 par wsdl:port \"{1}\", mais il est introuvable dans le WSDL
78
79 # Wrapped into an Exception. Not concatenated with any other string.
80 validation.missingRequiredAttribute=attribut \"{0}\" obligatoire de l''\u00E9l\u00E9ment \"{1}\" manquant
81 validation.missingRequiredProperty=la propri\u00E9t\u00E9 obligatoire \"{0}\" de l''\u00E9l\u00E9ment \"{1}\" est absente
82 validation.missingRequiredSubEntity=la sous-entit\u00E9 obligatoire \"{0}\" de l''\u00E9l\u00E9ment \"{1}\" est absente
83 # Wrapped into an Exception. Not concatenated with any other string.
84 validation.invalidElement=\u00E9l\u00E9ment non valide : \"{0}\"
85 # Usage not found. TODO Remove
86 #validation.invalidComplexTypeInElement=invalid element: \"{1}\", has named complexType: \"{0}\"
87 validation.invalidSimpleTypeInElement=\u00E9l\u00E9ment \"{1}\" non valide, a nomm\u00E9 simpleType: \"{0}\"
88 validation.duplicatedElement=\u00E9l\u00E9ment \"{0}\" en double
89 validation.duplicatePartName=WSDL non valide, les parties en double dans l''\u00E9l\u00E9ment wsdl:message ne sont pas autoris\u00E9es. \nL''\u00E9l\u00E9ment wsdl:message {0} comporte un nom de partie en double : \"{1}\"
90 # Wrapped into an Exception. Not concatenated with any other string.
91 validation.invalidSubEntity=le sous-\u00E9l\u00E9ment \"{0}\" de l''\u00E9l\u00E9ment \"{1}\" n''est pas valide
92 # Wrapped into an Exception. Not concatenated with any other string.
93 validation.invalidAttribute=l''attribut \"{0}\" de l''\u00E9l\u00E9ment \"{1}\" n''est pas valide
94 validation.invalidAttributeValue=valeur \"{1}\" non valide pour l''attribut \"{0}\"
95 # Usage not found. TODO Remove
96 #validation.invalidRange=invalid range found (min: {0}, max: {1})
97 validation.exclusiveAttributes=attributs exclusifs : \"{0}\", \"{1}\"
98 validation.incorrectTargetNamespace=l''espace de noms cible est incorrect ({1} attendu, {0} trouv\u00E9)
99 # Usage not found. TODO Remove
100 #validation.unsupportedSchemaFeature=unsupported XML Schema feature: \"{0}\"
101 validation.shouldNotHappen=erreur interne ("{0}")
102 # Usage not found. TODO Remove
103 #validation.invalidToken=invalid token \"{0}\"
104 # Usage not found. TODO Remove
105 #validation.notSimpleType=not a simple type: \"{0}\"
106 validation.ambiguousName=nom d''op\u00E9ration ambigu : \"{0}\"
107 # Usage not found. TODO Remove
108 #validation.invalidPrefix=undeclared namespace prefix: \"{0}\"
109 # {0} - number, {1} - WSDL location e.g.: Use of SOAP Encoding is not supported. SOAP extension element on line 945 in file:/foo/bar.wsdl has use="encoded"
110 validation.unsupportedUse.encoded="L''utilisation de l''encodage SOAP n''est pas prise en charge. \nL''\u00E9l\u00E9ment d''extension SOAP \u00E0 la ligne {0} dans {1} a use=\"encoded\" "
111 # {0}, {2} - element / attribute name, {1} - element name. Not concatenated with any other string.
112 warning.faultEmptyAction=non-prise en compte de l''action vide dans l''\u00E9l\u00E9ment \"{0}\" {1} de l''op\u00E9ration \"{2}\", utilisation de l''\u00E9l\u00E9ment par d\u00E9faut \u00E0 la place
113 # Not concatenated with any other string.
114 warning.inputOutputEmptyAction=non-prise en compte de l''action vide dans l''\u00E9l\u00E9ment {0} de l''op\u00E9ration \"{1}\", utilisation de l''\u00E9l\u00E9ment par d\u00E9faut \u00E0 la place
115
116 #wsi compliant WSDL warnings
117 warning.wsi.r2001=N''est pas un WSDL conforme \u00E0 WSI-BP (R2001, R2002). wsdl:import doit importer uniquement des documents WSDL. Il tente d''importer \"{0}\"
118 warning.wsi.r2002=N''est pas un WSDL conforme \u00E0 WSI-BP (R2002). wsdl:import ne doit pas \u00EAtre utilis\u00E9 pour importer l''instance XML Schema imbriqu\u00E9e dans le document WSDL. Espace de noms WSDL {0} attendu, {1} trouv\u00E9
119 warning.wsi.r2003=N'est pas un WSDL conforme \u00E0 WSI-BP (R2003). xsd:import doit \u00EAtre utilis\u00E9 uniquement dans les \u00E9l\u00E9ments xsd.schema.
120 warning.wsi.r2004=N'est pas un WSDL conforme \u00E0 WSI-BP (R2001, R2004). xsd:import ne doit pas importer les d\u00E9finitions XML Schema imbriqu\u00E9es incorpor\u00E9es dans le document WSDL.
121
122 #Parser
123 Parsing.ParseFailed = \tEchec de l'analyse du WSDL.
124
125 Parsing.NotAWSDL=Echec d''obtention des composants WSDL, {0} n''est probablement pas un fichier WSDL valide.
126
127 AbstractReferenceFinderImpl.UnableToParse = \tImpossible d''analyser "{0}" : {1}
128
129 # Not concatenated with any other string.
130 Parser.NotABindingFile = \tn''est pas un fichier de binding externe. L''\u00E9l\u00E9ment racine doit correspondre aux bindings ''{''http://java.sun.com/xml/ns/jaxws''}'', mais il s''agit de ''{''{0}''}''{1}
131
132
133 #Internalizer
134 Internalizer.TwoVersionAttributes = \tjaxws:version et version sont tous deux pr\u00E9sents
135 Internalizer.IncorrectVersion = \tL'attribut de version JAXWS doit \u00EAtre "2.0"
136
137 Internalizer.VersionNotPresent = \tL'attribut de version JAXWS doit \u00EAtre pr\u00E9sent
138
139 internalizer.targetNotAnElement= \tLe noeud cible n'est pas un \u00E9l\u00E9ment
140 internalizer.targetNotFound= \tCible introuvable pour wsdlLocation : {0}
141
142 Internalizer.IncorrectSchemaReference= \t"{0}" ne fait pas partie de cette compilation. S''agit-il d''une erreur pour "{1}" ?
143
144 internalizer.XPathEvaluationError = Erreur XPath : {0}
145 internalizer.XPathEvaluatesToNoTarget = L''\u00E9valuation XPath de "{0}" g\u00E9n\u00E8re un noeud cible vide
146 internalizer.XPathEvaulatesToTooManyTargets = L''\u00E9valuation XPath de "{0}" g\u00E9n\u00E8re un trop grand nombre de noeuds cible ({1})
147 internalizer.XPathEvaluatesToNonElement = L''\u00E9valuation XPath de "{0}" doit g\u00E9n\u00E9rer un \u00E9l\u00E9ment.
148 invalid.customization.namespace=Non-prise en compte de la personnalisation \"{0}\", car elle ne contient aucun espace de noms. Elle doit appartenir \u00E0 l''espace de noms de personnalisation.
149
150 # {0} - wsdl document location, {1} - namespace and local name of a element e.g.: Not a WSDL document: http://foo.org/bar?wsdl, it gives "{http://www.w3.org/1999/xhtml}html", retrying with MEX...
151 invalid.wsdl.with.dooc="N''est pas un document WSDL : {0}, il g\u00E9n\u00E8re \"{1}\", nouvelle tentative avec MEX..."
152 invalid.wsdl=WSDL {0} non valide, {1} attendu, {2} trouv\u00E9 dans (ligne {3})
153 # Concatenated with: Server returned HTTP response code: {code} for URL: {url} e.g.: Server returned HTTP response code: 500 for URL: http://foo/bar/mex retrying with MEX...
154 try.with.mex= {0} \n\nnouvelle tentative avec MEX...
155 file.not.found={0} est inaccessible
156 parsing.unableToGetMetadata= {0}\n\n{1}
157 failed.noservice=wsdl:service introuvable dans les WSDL fournis : \n\n{0} Au moins un WSDL avec au moins une d\u00E9finition de service doit \u00EAtre fourni.

mercurial