⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errormessages_fr.java

📁 java1.6众多例子参考
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
         * Note to translators:  "Source" is a Java class name that should not         * be translated.  The substitution text is the name of Java method.         */        {ErrorMsg.JAXP_NO_SOURCE_ERR,        "L''objet source transmis \u00e0 ''{0}'' est vide."},        /*         * Note to translators:  The message indicates that XSLTC failed to         * compile the stylesheet into a translet (class file).         */        {ErrorMsg.JAXP_COMPILE_ERR,        "Impossible de compiler la feuille de style"},        /*         * Note to translators:  "TransformerFactory" is a class name.  In this         * context, an attribute is a property or setting of the         * TransformerFactory object.  The substitution text is the name of the         * unrecognised attribute.  The method used to retrieve the attribute is         * "getAttribute", so it's not clear whether it would be best to         * translate the term "attribute".         */        {ErrorMsg.JAXP_INVALID_ATTR_ERR,        "TransformerFactory ne reconna\u00eet pas l''attribut ''{0}''."},        /*         * Note to translators:  "setResult()" and "startDocument()" are Java         * method names that should not be translated.         */        {ErrorMsg.JAXP_SET_RESULT_ERR,        "setResult() doit \u00eatre appel\u00e9 avant startDocument()."},        /*         * Note to translators:  "Transformer" is a Java interface name that         * should not be translated.  A Transformer object should contained a         * reference to a translet object in order to be used for         * transformations; this message is produced if that requirement is not         * met.         */        {ErrorMsg.JAXP_NO_TRANSLET_ERR,        "Transformer ne comporte pas d''objet translet encapsul\u00e9."},        /*         * Note to translators:  The XML document that results from a         * transformation needs to be sent to an output handler object; this         * message is produced if that requirement is not met.         */        {ErrorMsg.JAXP_NO_HANDLER_ERR,        "Aucun gestionnaire de sortie n''a \u00e9t\u00e9 d\u00e9fini pour le r\u00e9sultat de la transformation."},        /*         * Note to translators:  "Result" is a Java interface name in this         * context.  The substitution text is a method name.         */        {ErrorMsg.JAXP_NO_RESULT_ERR,        "L''objet Result transmis \u00e0 ''{0}'' est incorrect."},        /*         * Note to translators:  "Transformer" is a Java interface name.  The         * user's program attempted to access an unrecognized property with the         * name specified in the substitution text.  The method used to retrieve         * the property is "getOutputProperty", so it's not clear whether it         * would be best to translate the term "property".         */        {ErrorMsg.JAXP_UNKNOWN_PROP_ERR,        "Tentative d''acc\u00e8s \u00e0 une propri\u00e9t\u00e9 Transformer incorrecte ''{0}''."},        /*         * Note to translators:  SAX2DOM is the name of a Java class that should         * not be translated.  This is an adapter in the sense that it takes a         * DOM object and converts it to something that uses the SAX API.         */        {ErrorMsg.SAX2DOM_ADAPTER_ERR,        "Cr\u00e9ation impossible de l''adaptateur SAX2DOM : ''{0}''."},        /*         * Note to translators:  "XSLTCSource.build()" is a Java method name.         * "systemId" is an XML term that is short for "system identification".         */        {ErrorMsg.XSLTC_SOURCE_ERR,        "Appel de la part de XSLTCSource.build() sans d\u00e9finition d''identification du syst\u00e8me."},        {ErrorMsg.COMPILE_STDIN_ERR,        "L''option -i doit \u00eatre utilis\u00e9e avec l''option -o."},        /*         * Note to translators:  This message contains usage information for a         * means of invoking XSLTC from the command-line.  The message is         * formatted for presentation in English.  The strings <output>,         * <directory>, etc. indicate user-specified argument values, and can         * be translated - the argument <package> refers to a Java package, so         * it should be handled in the same way the term is handled for JDK         * documentation.         */        {ErrorMsg.COMPILE_USAGE_STR,        "SYNOPSIS\n   java com.sun.org.apache.xalan.internal.xsltc.cmdline.Compile [-o <sortie>]\n      [-d <r\u00e9pertoire>] [-j <fichier_jar>] [-p <module>]\n      [-n] [-x] [-s] [-u] [-v] [-h] { <stylesheet> | -i }\n\nOPTIONS\n   -o <sortie>    donne le nom<sortie> au translet g\u00e9n\u00e9r\u00e9\n. Par d\u00e9faut, le nom du translet\n                  provient du nom<feuille_de_style>. Cette option\n                  est ignor\u00e9e si plusieurs feuilles de style sont compil\u00e9es.\n   -d <r\u00e9pertoire> sp\u00e9cifie un r\u00e9pertoire de destination pour translet\n   -j <fichier_jar>   rassemble les classes translet dans le fichier \n       <fichier_jar>\n   -p <module>   sp\u00e9cifie un pr\u00e9fixe de nom de module pour toutes les classes\n              translet g\u00e9n\u00e9r\u00e9es.\n   -n             active la mise en ligne de mod\u00e8le (comportement par d\u00e9faut - pr\u00e9f\u00e9rable \n                  on en moyenne).\n   -x             active le d\u00e9bogage suppl\u00e9mentaire de sortie de message\n   -s             d\u00e9sactive l'appel de System.exit\n   -u             interpr\u00e8te les arguments <stylesheet> comme des adresses URL\n   -i             force le compilateur \u00e0 lire la feuille de style dans stdin\n   -v             imprime la version du compilateur\n   -h             imprime cette ligne de syntaxe\n"},        /*         * Note to translators:  This message contains usage information for a         * means of invoking XSLTC from the command-line.  The message is         * formatted for presentation in English.  The strings <jarfile>,         * <document>, etc. indicate user-specified argument values, and can         * be translated - the argument <class> refers to a Java class, so it         * should be handled in the same way the term is handled for JDK         * documentation.         */        {ErrorMsg.TRANSFORM_USAGE_STR,        "SYNOPSIS \n   java com.sun.org.apache.xalan.internal.xsltc.cmdline.Transform [-j <fichier_jar>]\n      [-x] [-s] [-n <it\u00e9rations>] {-u <url_document> | <document>}\n      <classe> [<param1>=<valeur1> ...]\n\n   utilise la <classe> translet pour transformer le document XML \n  <document>. La <classe> translet se trouve dans la\n   fonction CLASSPATH de l'utilisateur ou dans le <fichier_jar> indiqu\u00e9 en option.\nOPTIONS\n   -j <fichier_jar>    sp\u00e9cifie un fichier jar \u00e0 partir duquel charger translet\n   -x              active le d\u00e9bogage suppl\u00e9mentaire de sortie de message\n   -s              d\u00e9sactive l'appel \u00e0 System.exit\n   -n <it\u00e9rations> ex\u00e9cute la transformation <it\u00e9rations> fois et \n                   affiche des informations de profil\n   -u <url_document> sp\u00e9cifie le document de base XML en tant qu'adresse URL\n"},        /*         * Note to translators:  "<xsl:sort>", "<xsl:for-each>" and         * "<xsl:apply-templates>" are keywords that should not be translated.         * The message indicates that an xsl:sort element must be a child of         * one of the other kinds of elements mentioned.         */        {ErrorMsg.STRAY_SORT_ERR,        "<xsl:sort> peut \u00eatre utilis\u00e9 uniquement dans <xsl:for-each> ou <xsl:apply-templates>."},        /*         * Note to translators:  The message indicates that the encoding         * requested for the output document was on that requires support that         * is not available from the Java Virtual Machine being used to execute         * the program.         */        {ErrorMsg.UNSUPPORTED_ENCODING,        "Le codage de sortie ''{0}'' n''est pas pris en charge dans cette JVM."},        /*         * Note to translators:  The message indicates that the XPath expression         * named in the substitution text was not well formed syntactically.         */        {ErrorMsg.SYNTAX_ERR,        "Erreur de syntaxe dans ''{0}''."},        /*         * Note to translators:  The substitution text is the name of a Java         * class.  The term "constructor" here is the Java term.  The message is         * displayed if XSLTC could not find a constructor for the specified         * class.         */        {ErrorMsg.CONSTRUCTOR_NOT_FOUND,        "Constructor externe ''{0}'' introuvable."},        /*         * Note to translators:  "static" is the Java keyword.  The substitution         * text is the name of a function.  The first argument of that function         * is not of the required type.         */        {ErrorMsg.NO_JAVA_FUNCT_THIS_REF,        "Le premier argument de la fonction Java non static ''{0}'' n''est pas une r\u00e9f\u00e9rence d''objet valide."},        /*         * Note to translators:  An XPath expression was not of the type         * required in a particular context.  The substitution text is the         * expression that was in error.         */        {ErrorMsg.TYPE_CHECK_ERR,        "Erreur de contr\u00f4le du type de l''expression ''{0}''."},        /*         * Note to translators:  An XPath expression was not of the type         * required in a particular context.  However, the location of the         * problematic expression is unknown.         */        {ErrorMsg.TYPE_CHECK_UNK_LOC_ERR,        "Erreur de contr\u00f4le du type d''une expression se trouvant dans un emplacement inconnu."},        /*         * Note to translators:  The substitution text is the name of a command-         * line option that was not recognized.         */        {ErrorMsg.ILLEGAL_CMDLINE_OPTION_ERR,        "L''option de ligne de commande ''{0}'' n''est pas correcte."},        /*         * Note to translators:  The substitution text is the name of a command-         * line option.         */        {ErrorMsg.CMDLINE_OPT_MISSING_ARG_ERR,        "Un argument obligatoire est absent de l''option de ligne de commande ''{0}''."},        /*         * Note to translators:  This message is used to indicate the severity         * of another message.  The substitution text contains two error         * messages.  The spacing before the second substitution text indents         * it the same amount as the first in English.         */        {ErrorMsg.WARNING_PLUS_WRAPPED_MSG,        "AVERTISSEMENT :  ''{0}''\n       :{1}"},        /*         * Note to translators:  This message is used to indicate the severity         * of another message.  The substitution text is an error message.         */        {ErrorMsg.WARNING_MSG,        "AVERTISSEMENT :  ''{0}''"},        /*         * Note to translators:  This message is used to indicate the severity         * of another message.  The substitution text contains two error         * messages.  The spacing before the second substitution text indents         * it the same amount as the first in English.         */        {ErrorMsg.FATAL_ERR_PLUS_WRAPPED_MSG,        "ERREUR BLOQUANTE :  ''{0}''\n           :{1}"},        /*         * Note to translators:  This message is used to indicate the severity         * of another message.  The substitution text is an error message.         */        {ErrorMsg.FATAL_ERR_MSG,        "ERREUR BLOQUANTE :  ''{0}''"},        /*         * Note to translators:  This message is used to indicate the severity         * of another message.  The substitution text contains two error         * messages.  The spacing before the second substitution text indents         * it the same amount as the first in English.         */        {ErrorMsg.ERROR_PLUS_WRAPPED_MSG,        "ERREUR :  ''{0}''\n     :{1}"},        /*         * Note to translators:  This message is used to indicate the severity         * of another message.  The substitution text is an error message.         */        {ErrorMsg.ERROR_MSG,        "ERREUR :  ''{0}''"},        /*         * Note to translators:  The substitution text is the name of a class.         */        {ErrorMsg.TRANSFORM_WITH_TRANSLET_STR,        "Transformation avec translet ''{0}'' "},        /*         * Note to translators:  The first substitution is the name of a class,         * while the second substitution is the name of a jar file.         */        {ErrorMsg.TRANSFORM_WITH_JAR_STR,        "Transformation avec translet ''{0}'' du fichier jar ''{1}''"},        /*         * Note to translators:  "TransformerFactory" is the name of a Java         * interface and must not be translated.  The substitution text is         * the name of the class that could not be instantiated.         */        {ErrorMsg.COULD_NOT_CREATE_TRANS_FACT,        "Cr\u00e9ation impossible d''une instance de la classe TransformerFactory ''{0}''."},        /*         * Note to translators:  The following message is used as a header.         * All the error messages are collected together and displayed beneath         * this message.         */        {ErrorMsg.COMPILER_ERROR_KEY,        "Erreurs de compilation :"},        /*         * Note to translators:  The following message is used as a header.         * All the warning messages are collected together and displayed         * beneath this message.         */        {ErrorMsg.COMPILER_WARNING_KEY,        "Avertissements de compilation :"},        /*         * Note to translators:  The following message is used as a header.         * All the error messages that are produced when the stylesheet is         * applied to an input document are collected together and displayed         * beneath this message.  A 'translet' is the compiled form of a         * stylesheet (see above).         */        {ErrorMsg.RUNTIME_ERROR_KEY,        "Erreurs de translet :"}    };    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -