< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/MessageBundle_fr.properties

Print this page


   1 #
   2 # Copyright (c) 1997, 2017, 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


 114 
 115 Driver.UnsupportedEncoding = encodage non pris en charge : {0}
 116 
 117 Driver.MissingGrammar = la grammaire n'est pas indiqu\u00e9e
 118 
 119 # {0} - namespace uri, {1} - local name of the attribute/element e.g.: Unexpected end of attribute {http://www.w3.org/XML/1998/namespace}:lang
 120 Driver.NotABindingFile = n''est pas un fichier de binding externe. L''\u00e9l\u00e9ment racine doit correspondre aux bindings ''{''http://java.sun.com/xml/ns/jaxb''}'', mais il s''agit de ''{''{0}''}''{1}
 121 
 122 # Not concatenated with any other string (written on a separate line).
 123 Driver.ParsingSchema = analyse d'un sch\u00e9ma...
 124 
 125 Driver.ParseFailed = Echec de l'analyse d'un sch\u00e9ma.
 126 
 127 Driver.StackOverflow = D\u00e9bordement de pile. Vous compilez un sch\u00e9ma volumineux qui exige davantage de ressources ou XJC pr\u00e9sente un bug. Etendez d'abord la taille de pile \u00e0 l'aide de l'option JVM -Xss. Si le probl\u00e8me persiste, utilisez l'option -debug pour obtenir la trace de pile et contactez Sun.
 128 
 129 # Not concatenated with any other string (written on a separate line).
 130 Driver.CompilingSchema = compilation d'un sch\u00e9ma...
 131 
 132 Driver.FailedToGenerateCode = Echec de la production du code.
 133 
 134 # DO NOT localize the 2.3.0-b170215.1712 string - it is a token for an mvn <properties filter>
 135 Driver.FilePrologComment = Ce fichier a \u00e9t\u00e9 g\u00e9n\u00e9r\u00e9 par l''impl\u00e9mentation de r\u00e9f\u00e9rence JavaTM Architecture for XML Binding (JAXB), v2.3.0-b170215.1712 \nVoir <a href="https://jaxb.java.net/">https://jaxb.java.net/</a> \nToute modification apport\u00e9e \u00e0 ce fichier sera perdue lors de la recompilation du sch\u00e9ma source. \nG\u00e9n\u00e9r\u00e9 le : {0} \n
 136 
 137 Driver.Version = xjc 2.3.0-b170215.1712
 138 
 139 Driver.FullVersion = version compl\u00E8te xjc "2.3.0-b170215.1712"
 140 
 141 Driver.BuildID = 2.3.0-b170215.1712
 142 
 143 # for JDK integration - include version in source zip
 144 jaxb.jdk.version=@@JAXB_JDK_VERSION@@
 145 
 146 # see java.text.SimpleDateFormat for format syntax
 147 # DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date.
 148 Driver.DateFormat = yyyy.MM.dd
 149 
 150 # see java.text.SimpleDateFormat for format syntax
 151 # Format should not be changed, English locale is used to transform this string into a real time. Letters can be translated but the user should known that java.text.SimpleDateFormat is responsible for formatting (meaning of symbols can be found at http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html).
 152 Driver.TimeFormat = hh:mm:ss a z
 153 
 154 # as in: "generated on <date> at <time>"
 155 Driver.At = \u00e0
 156 
 157 # ERROR in this meaning is a well known level of logging and should not be translated.
 158 Driver.ErrorMessage = [ERROR] {0}
 159 
 160 # WARNING in this meaning is a well known level of logging and should not be translated.
 161 Driver.WarningMessage = [WARNING] {0}
 162 
 163 # INFO in this meaning is a well known level of logging and should not be translated.
 164 Driver.InfoMessage = [INFO] {0}


   1 #
   2 # Copyright (c) 1997, 2015, 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


 114 
 115 Driver.UnsupportedEncoding = encodage non pris en charge : {0}
 116 
 117 Driver.MissingGrammar = la grammaire n'est pas indiqu\u00e9e
 118 
 119 # {0} - namespace uri, {1} - local name of the attribute/element e.g.: Unexpected end of attribute {http://www.w3.org/XML/1998/namespace}:lang
 120 Driver.NotABindingFile = n''est pas un fichier de binding externe. L''\u00e9l\u00e9ment racine doit correspondre aux bindings ''{''http://java.sun.com/xml/ns/jaxb''}'', mais il s''agit de ''{''{0}''}''{1}
 121 
 122 # Not concatenated with any other string (written on a separate line).
 123 Driver.ParsingSchema = analyse d'un sch\u00e9ma...
 124 
 125 Driver.ParseFailed = Echec de l'analyse d'un sch\u00e9ma.
 126 
 127 Driver.StackOverflow = D\u00e9bordement de pile. Vous compilez un sch\u00e9ma volumineux qui exige davantage de ressources ou XJC pr\u00e9sente un bug. Etendez d'abord la taille de pile \u00e0 l'aide de l'option JVM -Xss. Si le probl\u00e8me persiste, utilisez l'option -debug pour obtenir la trace de pile et contactez Sun.
 128 
 129 # Not concatenated with any other string (written on a separate line).
 130 Driver.CompilingSchema = compilation d'un sch\u00e9ma...
 131 
 132 Driver.FailedToGenerateCode = Echec de la production du code.
 133 
 134 # DO NOT localize the 2.3.0-b170412.1723 string - it is a token for an mvn <properties filter>
 135 Driver.FilePrologComment = Ce fichier a \u00e9t\u00e9 g\u00e9n\u00e9r\u00e9 par l''impl\u00e9mentation de r\u00e9f\u00e9rence JavaTM Architecture for XML Binding (JAXB), v2.3.0-b170412.1723 \nVoir <a href="https://jaxb.java.net/">https://jaxb.java.net/</a> \nToute modification apport\u00e9e \u00e0 ce fichier sera perdue lors de la recompilation du sch\u00e9ma source. \nG\u00e9n\u00e9r\u00e9 le : {0} \n
 136 
 137 Driver.Version = xjc 2.3.0-b170412.1723
 138 
 139 Driver.FullVersion = version compl\u00E8te xjc "2.3.0-b170412.1723"
 140 
 141 Driver.BuildID = 2.3.0-b170412.1723
 142 
 143 # for JDK integration - include version in source zip
 144 jaxb.jdk.version=2.3.0-b170412.1723
 145 
 146 # see java.text.SimpleDateFormat for format syntax
 147 # DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date.
 148 Driver.DateFormat = yyyy.MM.dd
 149 
 150 # see java.text.SimpleDateFormat for format syntax
 151 # Format should not be changed, English locale is used to transform this string into a real time. Letters can be translated but the user should known that java.text.SimpleDateFormat is responsible for formatting (meaning of symbols can be found at http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html).
 152 Driver.TimeFormat = hh:mm:ss a z
 153 
 154 # as in: "generated on <date> at <time>"
 155 Driver.At = \u00e0
 156 
 157 # ERROR in this meaning is a well known level of logging and should not be translated.
 158 Driver.ErrorMessage = [ERROR] {0}
 159 
 160 # WARNING in this meaning is a well known level of logging and should not be translated.
 161 Driver.WarningMessage = [WARNING] {0}
 162 
 163 # INFO in this meaning is a well known level of logging and should not be translated.
 164 Driver.InfoMessage = [INFO] {0}


< prev index next >