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

Thu, 31 Aug 2017 15:18:52 +0800

author
aoqi
date
Thu, 31 Aug 2017 15:18:52 +0800
changeset 637
9c07ef4934dd
parent 0
373ffda63c9a
permissions
-rw-r--r--

merge

aoqi@0 1 #
aoqi@0 2 # Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
aoqi@0 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
aoqi@0 4 #
aoqi@0 5 # This code is free software; you can redistribute it and/or modify it
aoqi@0 6 # under the terms of the GNU General Public License version 2 only, as
aoqi@0 7 # published by the Free Software Foundation. Oracle designates this
aoqi@0 8 # particular file as subject to the "Classpath" exception as provided
aoqi@0 9 # by Oracle in the LICENSE file that accompanied this code.
aoqi@0 10 #
aoqi@0 11 # This code is distributed in the hope that it will be useful, but WITHOUT
aoqi@0 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
aoqi@0 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
aoqi@0 14 # version 2 for more details (a copy is included in the LICENSE file that
aoqi@0 15 # accompanied this code).
aoqi@0 16 #
aoqi@0 17 # You should have received a copy of the GNU General Public License version
aoqi@0 18 # 2 along with this work; if not, write to the Free Software Foundation,
aoqi@0 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
aoqi@0 20 #
aoqi@0 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
aoqi@0 22 # or visit www.oracle.com if you need additional information or have any
aoqi@0 23 # questions.
aoqi@0 24 #
aoqi@0 25
aoqi@0 26 localized.error={0}
aoqi@0 27 parsing.wsdlNotDefaultNamespace=l''espace de noms par d\u00E9faut doit \u00EAtre \"{0}\"
aoqi@0 28 # Not concatenated with any other string.
aoqi@0 29 parsing.onlyOneOfElementOrTypeRequired=seul l''un des attributs \"element\" ou \"type\" est autoris\u00E9 dans la partie \"{0}\"
aoqi@0 30 # Not concatenated with any other string.
aoqi@0 31 parsing.elementOrTypeRequired=avertissement : la partie {0} n''est pas prise en compte, l''attribut \"element\" ou \"type\" est requis dans la partie \"{0}\"
aoqi@0 32 parsing.invalidElement=\u00E9l\u00E9ment non valide : \"{0}\" (dans l''espace de noms \"{1}\")
aoqi@0 33 parsing.invalidAttributeValue=valeur \"{1}\" non valide pour l''attribut \"{0}\"
aoqi@0 34 parsing.invalidExtensionElement=\u00E9l\u00E9ment d''extension non valide : \"{0}\" (dans l''espace de noms \"{1}\")
aoqi@0 35 parsing.invalidWsdlElement=\u00E9l\u00E9ment WSDL non valide : \"{0}\"
aoqi@0 36 parsing.requiredExtensibilityElement=\u00E9l\u00E9ment d''extensibilit\u00E9 \"{0}\" obligatoire inconnu (dans l''espace de noms \"{1}\")
aoqi@0 37 parsing.tooManyElements=trop d''\u00E9l\u00E9ments \"{0}\" sous l''\u00E9l\u00E9ment \"{1}\" \"{2}\"
aoqi@0 38 parsing.invalidOperationStyle=l''op\u00E9ration \"{0}\" a un style non valide
aoqi@0 39 # {0} - "definitions". Not concatenated with any other string.
aoqi@0 40 parsing.onlyOneTypesAllowed=un seul \u00E9l\u00E9ment "types" autoris\u00E9 dans "{0}"
aoqi@0 41 # {0} - element local name (e.g. PingType). Wrapped into an Exception. Not concatenated with any other string.
aoqi@0 42 parsing.onlyOneDocumentationAllowed=un seul \u00E9l\u00E9ment "documentation" autoris\u00E9 dans "{0}"
aoqi@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}\")
aoqi@0 44 parsing.unknownImportedDocumentType=le document import\u00E9 est de type inconnu : {0}
aoqi@0 45 # Not concatenated with any other string.
aoqi@0 46 parsing.unknownNamespacePrefix=pr\u00E9fixe d''espace de noms non d\u00E9clar\u00E9 : \"{0}\"
aoqi@0 47 parsing.invalidURI=URI non valide : {0}
aoqi@0 48 # {0} - WSDL URL
aoqi@0 49 parsing.ioExceptionWithSystemId=\u00E9chec de l''analyse du document \u00E0 \"{0}\"
aoqi@0 50 # {0} - exception message
aoqi@0 51 parsing.ioException=\u00E9chec de l''analyse : {0}
aoqi@0 52 # {0} - WSDL URL, Not concatenated with any other string.
aoqi@0 53 parsing.saxExceptionWithSystemId=fichier WSDL non valide. Echec de l''analyse du document \u00E0 \"{0}\"
aoqi@0 54 # {0} - exception message, Not concatenated with any other string.
aoqi@0 55 parsing.saxException=fichier WSDL non valide. Echec de l''analyse : {0}
aoqi@0 56 # {0} - exception message, Not concatenated with any other string.
aoqi@0 57 parsing.parserConfigException=fichier WSDL non valide. Echec de l''analyse : {0}
aoqi@0 58 # {0} - exception message, Not concatenated with any other string.
aoqi@0 59 parsing.factoryConfigException=fichier WSDL non valide. Echec de l''analyse : {0}
aoqi@0 60
aoqi@0 61 # Wrapped into an Exception. Not concatenated with any other string.
aoqi@0 62 parsing.missingRequiredAttribute=attribut \"{1}\" obligatoire de l''\u00E9l\u00E9ment \"{0}\" manquant
aoqi@0 63 parsing.invalidTag=\u00E9l\u00E9ment \"{1}\" attendu, \"{0}\" trouv\u00E9
aoqi@0 64 # {4} - element name
aoqi@0 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}\")
aoqi@0 66 parsing.nonWhitespaceTextFound=texte non imprimable inattendu trouv\u00E9 : \"{0}\"
aoqi@0 67 # Not concatenated with any other string (written on a separate line).
aoqi@0 68 parsing.elementExpected=non-\u00E9l\u00E9ment inattendu trouv\u00E9
aoqi@0 69 #
aoqi@0 70 entity.duplicate=entit\u00E9 en double : \"{0}\"
aoqi@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.
aoqi@0 72 entity.duplicateWithType=entit\u00E9 \"{0}\" en double : \"{1}\"
aoqi@0 73
aoqi@0 74 entity.notFoundByID=ID d''entit\u00E9 non valide : \"{0}\"
aoqi@0 75 entity.notFoundByQName={0} \"{1}\" introuvable dans le WSDL : {2}
aoqi@0 76 entity.notFound.portType=wsdl:portType \"{0}\" r\u00E9f\u00E9renc\u00E9 par wsdl:binding \"{1}\", mais il est introuvable dans le WSDL
aoqi@0 77 entity.notFound.binding=wsdl:binding \"{0}" r\u00E9f\u00E9renc\u00E9 par wsdl:port \"{1}\", mais il est introuvable dans le WSDL
aoqi@0 78
aoqi@0 79 # Wrapped into an Exception. Not concatenated with any other string.
aoqi@0 80 validation.missingRequiredAttribute=attribut \"{0}\" obligatoire de l''\u00E9l\u00E9ment \"{1}\" manquant
aoqi@0 81 validation.missingRequiredProperty=la propri\u00E9t\u00E9 obligatoire \"{0}\" de l''\u00E9l\u00E9ment \"{1}\" est absente
aoqi@0 82 validation.missingRequiredSubEntity=la sous-entit\u00E9 obligatoire \"{0}\" de l''\u00E9l\u00E9ment \"{1}\" est absente
aoqi@0 83 # Wrapped into an Exception. Not concatenated with any other string.
aoqi@0 84 validation.invalidElement=\u00E9l\u00E9ment non valide : \"{0}\"
aoqi@0 85 # Usage not found. TODO Remove
aoqi@0 86 #validation.invalidComplexTypeInElement=invalid element: \"{1}\", has named complexType: \"{0}\"
aoqi@0 87 validation.invalidSimpleTypeInElement=\u00E9l\u00E9ment \"{1}\" non valide, a nomm\u00E9 simpleType: \"{0}\"
aoqi@0 88 validation.duplicatedElement=\u00E9l\u00E9ment \"{0}\" en double
aoqi@0 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}\"
aoqi@0 90 # Wrapped into an Exception. Not concatenated with any other string.
aoqi@0 91 validation.invalidSubEntity=le sous-\u00E9l\u00E9ment \"{0}\" de l''\u00E9l\u00E9ment \"{1}\" n''est pas valide
aoqi@0 92 # Wrapped into an Exception. Not concatenated with any other string.
aoqi@0 93 validation.invalidAttribute=l''attribut \"{0}\" de l''\u00E9l\u00E9ment \"{1}\" n''est pas valide
aoqi@0 94 validation.invalidAttributeValue=valeur \"{1}\" non valide pour l''attribut \"{0}\"
aoqi@0 95 # Usage not found. TODO Remove
aoqi@0 96 #validation.invalidRange=invalid range found (min: {0}, max: {1})
aoqi@0 97 validation.exclusiveAttributes=attributs exclusifs : \"{0}\", \"{1}\"
aoqi@0 98 validation.incorrectTargetNamespace=l''espace de noms cible est incorrect ({1} attendu, {0} trouv\u00E9)
aoqi@0 99 # Usage not found. TODO Remove
aoqi@0 100 #validation.unsupportedSchemaFeature=unsupported XML Schema feature: \"{0}\"
aoqi@0 101 validation.shouldNotHappen=erreur interne ("{0}")
aoqi@0 102 # Usage not found. TODO Remove
aoqi@0 103 #validation.invalidToken=invalid token \"{0}\"
aoqi@0 104 # Usage not found. TODO Remove
aoqi@0 105 #validation.notSimpleType=not a simple type: \"{0}\"
aoqi@0 106 validation.ambiguousName=nom d''op\u00E9ration ambigu : \"{0}\"
aoqi@0 107 # Usage not found. TODO Remove
aoqi@0 108 #validation.invalidPrefix=undeclared namespace prefix: \"{0}\"
aoqi@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"
aoqi@0 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\" "
aoqi@0 111 # {0}, {2} - element / attribute name, {1} - element name. Not concatenated with any other string.
aoqi@0 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
aoqi@0 113 # Not concatenated with any other string.
aoqi@0 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
aoqi@0 115
aoqi@0 116 #wsi compliant WSDL warnings
aoqi@0 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}\"
aoqi@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
aoqi@0 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.
aoqi@0 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.
aoqi@0 121
aoqi@0 122 #Parser
aoqi@0 123 Parsing.ParseFailed = \tEchec de l'analyse du WSDL.
aoqi@0 124
aoqi@0 125 Parsing.NotAWSDL=Echec d''obtention des composants WSDL, {0} n''est probablement pas un fichier WSDL valide.
aoqi@0 126
aoqi@0 127 AbstractReferenceFinderImpl.UnableToParse = \tImpossible d''analyser "{0}" : {1}
aoqi@0 128
aoqi@0 129 # Not concatenated with any other string.
aoqi@0 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}
aoqi@0 131
aoqi@0 132
aoqi@0 133 #Internalizer
aoqi@0 134 Internalizer.TwoVersionAttributes = \tjaxws:version et version sont tous deux pr\u00E9sents
aoqi@0 135 Internalizer.IncorrectVersion = \tL'attribut de version JAXWS doit \u00EAtre "2.0"
aoqi@0 136
aoqi@0 137 Internalizer.VersionNotPresent = \tL'attribut de version JAXWS doit \u00EAtre pr\u00E9sent
aoqi@0 138
aoqi@0 139 internalizer.targetNotAnElement= \tLe noeud cible n'est pas un \u00E9l\u00E9ment
aoqi@0 140 internalizer.targetNotFound= \tCible introuvable pour wsdlLocation : {0}
aoqi@0 141
aoqi@0 142 Internalizer.IncorrectSchemaReference= \t"{0}" ne fait pas partie de cette compilation. S''agit-il d''une erreur pour "{1}" ?
aoqi@0 143
aoqi@0 144 internalizer.XPathEvaluationError = Erreur XPath : {0}
aoqi@0 145 internalizer.XPathEvaluatesToNoTarget = L''\u00E9valuation XPath de "{0}" g\u00E9n\u00E8re un noeud cible vide
aoqi@0 146 internalizer.XPathEvaulatesToTooManyTargets = L''\u00E9valuation XPath de "{0}" g\u00E9n\u00E8re un trop grand nombre de noeuds cible ({1})
aoqi@0 147 internalizer.XPathEvaluatesToNonElement = L''\u00E9valuation XPath de "{0}" doit g\u00E9n\u00E9rer un \u00E9l\u00E9ment.
aoqi@0 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.
aoqi@0 149
aoqi@0 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...
aoqi@0 151 invalid.wsdl.with.dooc="N''est pas un document WSDL : {0}, il g\u00E9n\u00E8re \"{1}\", nouvelle tentative avec MEX..."
aoqi@0 152 invalid.wsdl=WSDL {0} non valide, {1} attendu, {2} trouv\u00E9 dans (ligne {3})
aoqi@0 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...
aoqi@0 154 try.with.mex= {0} \n\nnouvelle tentative avec MEX...
aoqi@0 155 file.not.found={0} est inaccessible
aoqi@0 156 parsing.unableToGetMetadata= {0}\n\n{1}
aoqi@0 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