xpatherrorresources_fr.java

来自「java jdk 1.4的源码」· Java 代码 · 共 1,384 行 · 第 1/3 页

JAVA
1,384
字号
  /** Programmer's assertion in getNextStepPos: unknown stepType: {0} */  //public static final int ER_UNKNOWN_STEP = 94;  {    ER_UNKNOWN_STEP,       "Assertion du programmeur dans getNextStepPos : stepType inconnu : {0}"},  //Note to translators:  A relative location path is a form of XPath expression.  // The message indicates that such an expression was expected following the  // characters '/' or '//', but was not found.  /** Problem with RelativeLocationPath */  //public static final int ER_EXPECTED_REL_LOC_PATH = 95;  {    ER_EXPECTED_REL_LOC_PATH,       "Un chemin d'acc\u00e8s relatif \u00e9tait attendu apr\u00e8s le jeton '/' ou '//'."},  // Note to translators:  A location path is a form of XPath expression.  // The message indicates that syntactically such an expression was expected,but  // the characters specified by the substitution text were encountered instead.  /** Problem with LocationPath */  //public static final int ER_EXPECTED_LOC_PATH = 96;  {    ER_EXPECTED_LOC_PATH,       "Un chemin d'acc\u00e8s \u00e9tait attendu, mais l'objet suivant a \u00e9t\u00e9 rencontr\u00e9:  {0}"},  // Note to translators:  A location step is part of an XPath expression.  // The message indicates that syntactically such an expression was expected  // following the specified characters.  /** Problem with Step */  //public static final int ER_EXPECTED_LOC_STEP = 97;  {    ER_EXPECTED_LOC_STEP,       "Une \u00e9tape de positionnement \u00e9t\u00e9 attendue \u00e0 la suite de l'objet '/' ou '//'."},  // Note to translators:  A node test is part of an XPath expression that is  // used to test for particular kinds of nodes.  In this case, a node test that  // consists of an NCName followed by a colon and an asterisk or that consists  // of a QName was expected, but was not found.  /** Problem with NodeTest */  //public static final int ER_EXPECTED_NODE_TEST = 98;  {    ER_EXPECTED_NODE_TEST,       "Un test de noeud correspondant \u00e0 NCName:* ou \u00e0 QName \u00e9tait attendu."},  // Note to translators:  A step pattern is part of an XPath expression.  // The message indicates that syntactically such an expression was expected,  // but the specified character was found in the expression instead.  /** Expected step pattern */  //public static final int ER_EXPECTED_STEP_PATTERN = 99;  {    ER_EXPECTED_STEP_PATTERN,       "Une forme d'\u00e9tape \u00e9tait attendue, mais '/' a \u00e9t\u00e9 rencontr\u00e9."},  // Note to translators: A relative path pattern is part of an XPath expression.  // The message indicates that syntactically such an expression was expected,  // but was not found. /** Expected relative path pattern */  //public static final int ER_EXPECTED_REL_PATH_PATTERN = 100;  {    ER_EXPECTED_REL_PATH_PATTERN,       "Une forme de chemin d'acc\u00e8s relatif \u00e9tait attendue."},// Note to translators:  A QNAME has the syntactic form [NCName:]NCName  // The localname is the portion after the optional colon; the message indicates  // that there is a problem with that part of the QNAME.  /** localname in QNAME should be a valid NCName */  //public static final int ER_ARG_LOCALNAME_INVALID = 101;  {    ER_ARG_LOCALNAME_INVALID,       "Le nom local de QNAME doit \u00eatre un NCName admis"},  // Note to translators:  A QNAME has the syntactic form [NCName:]NCName  // The prefix is the portion before the optional colon; the message indicates  // that there is a problem with that part of the QNAME.  /** prefix in QNAME should be a valid NCName */  //public static final int ER_ARG_PREFIX_INVALID = 102;  {    ER_ARG_PREFIX_INVALID,       "Le pr\u00e9fixe de QNAME doit \u00eatre un NCName admis"},// Note to translators:  The substitution text is the name of a data type.  The  // message indicates that a value of a particular type could not be converted  // to a value of type string.  /** Field ER_CANT_CONVERT_TO_BOOLEAN          */  //public static final int ER_CANT_CONVERT_TO_BOOLEAN = 103;  {    ER_CANT_CONVERT_TO_BOOLEAN,       "Impossible de convertir {0} en valeur bool\u00e9enne."},// Note to translators: Do not translate ANY_UNORDERED_NODE_TYPE and   // FIRST_ORDERED_NODE_TYPE.  /** Field ER_CANT_CONVERT_TO_SINGLENODE       */  //public static final int ER_CANT_CONVERT_TO_SINGLENODE = 104;  {    ER_CANT_CONVERT_TO_SINGLENODE,       "Impossible de convertir {0} en noeud unique. Cette m\u00e9thode d'obtention s'applique aux  types ANY_UNORDERED_NODE_TYPE et FIRST_ORDERED_NODE_TYPE."},// Note to translators: Do not translate UNORDERED_NODE_SNAPSHOT_TYPE and  // ORDERED_NODE_SNAPSHOT_TYPE.  /** Field ER_CANT_GET_SNAPSHOT_LENGTH         */  //public static final int ER_CANT_GET_SNAPSHOT_LENGTH = 105;  {    ER_CANT_GET_SNAPSHOT_LENGTH,       "Impossible d'obtenir une longueur d'instantan\u00e9 du type : {0}. Cette m\u00e9thode d'obtention s'applique aux types UNORDERED_NODE_SNAPSHOT_TYPE et ORDERED_NODE_SNAPSHOT_TYPE."},    /** Field ER_NON_ITERATOR_TYPE                */  //public static final int ER_NON_ITERATOR_TYPE        = 106;  {    ER_NON_ITERATOR_TYPE,       "Impossible d'it\u00e9rer sur le type non r\u00e9p\u00e9titeur : {0}"},// Note to translators: This message indicates that the document being operated  // upon changed, so the iterator object that was being used to traverse the  // document has now become invalid.  /** Field ER_DOC_MUTATED                      */  //public static final int ER_DOC_MUTATED              = 107;  {    ER_DOC_MUTATED,       "Le document a mut\u00e9 depuis que le r\u00e9sultat a \u00e9t\u00e9 renvoy\u00e9. L'it\u00e9rateur est incorrect."},/** Field ER_INVALID_XPATH_TYPE               */  //public static final int ER_INVALID_XPATH_TYPE       = 108;  {    ER_INVALID_XPATH_TYPE,       "Argument de type XPath incorrect : {0}"},/** Field ER_EMPTY_XPATH_RESULT                */  //public static final int ER_EMPTY_XPATH_RESULT       = 109;  {    ER_EMPTY_XPATH_RESULT,       "Objet de r\u00e9sultat XPath vide"},  /** Field ER_INCOMPATIBLE_TYPES                */  //public static final int ER_INCOMPATIBLE_TYPES       = 110;  {    ER_INCOMPATIBLE_TYPES,       "Impossible de forcer le type renvoy\u00e9 : {0} dans le fichier : {1}"},/** Field ER_NULL_RESOLVER                     */  //public static final int ER_NULL_RESOLVER            = 111;  {    ER_NULL_RESOLVER,       "Impossible de r\u00e9soudre le pr\u00e9fixe sans d\u00e9composeur de pr\u00e9fixe."},// Note to translators:  The substitution text is the name of a data type.  The  // message indicates that a value of a particular type could not be converted  // to a value of type string.  /** Field ER_CANT_CONVERT_TO_STRING            */  //public static final int ER_CANT_CONVERT_TO_STRING   = 112;  {    ER_CANT_CONVERT_TO_STRING,       "Impossible de convertir {0} en cha\u00eene ."},// Note to translators: Do not translate snapshotItem,  // UNORDERED_NODE_SNAPSHOT_TYPE and ORDERED_NODE_SNAPSHOT_TYPE.  /** Field ER_NON_SNAPSHOT_TYPE                 */  //public static final int ER_NON_SNAPSHOT_TYPE       = 113;  {    ER_NON_SNAPSHOT_TYPE,       "Impossible d'appeler snapshotItem sur le type : {0}. Cette m\u00e9thode s'applique aux types UNORDERED_NODE_SNAPSHOT_TYPE et ORDERED_NODE_SNAPSHOT_TYPE."},// Note to translators:  XPathEvaluator is a Java interface name.  An  // XPathEvaluator is created with respect to a particular XML document, and in  // this case the expression represented by this object was being evaluated with  // respect to a context node from a different document./** Field ER_WRONG_DOCUMENT                    */  //public static final int ER_WRONG_DOCUMENT          = 114;  {    ER_WRONG_DOCUMENT,       "Le noeud de contexte n'appartient pas au document associ\u00e9 \u00e0 ce XPathEvaluator."},// Note to translators:  The XPath expression cannot be evaluated with respect  // to this type of node.  /** Field ER_WRONG_NODETYPE                    */  //public static final int ER_WRONG_NODETYPE          = 115;  {    ER_WRONG_NODETYPE ,       "Le noeud de contexte n'est pas pris en charge."},/** Field ER_XPATH_ERROR                       */  //public static final int ER_XPATH_ERROR             = 116;  {    ER_XPATH_ERROR ,       "Erreur inconnue dans XPath."},  // Warnings...  /** Field WG_LOCALE_NAME_NOT_HANDLED          */  //public static final int WG_LOCALE_NAME_NOT_HANDLED = 1;  {    WG_LOCALE_NAME_NOT_HANDLED,      "Le nom de l'environnement local dans la fonction format-number n'est pas encore g\u00e9r\u00e9 !"},  /** Field WG_PROPERTY_NOT_SUPPORTED          */  //public static final int WG_PROPERTY_NOT_SUPPORTED = 2;  {    WG_PROPERTY_NOT_SUPPORTED,      "XSL Property non pris en charge : {0}"},  /** Field WG_DONT_DO_ANYTHING_WITH_NS          */  //public static final int WG_DONT_DO_ANYTHING_WITH_NS = 3;  {    WG_DONT_DO_ANYTHING_WITH_NS,      "Ne rien faire pour l'instant avec le nom d''espace {0} dans la propri\u00e9t\u00e9 : {1}"},  /** Field WG_SECURITY_EXCEPTION          */  //public static final int WG_SECURITY_EXCEPTION = 4;  {    WG_SECURITY_EXCEPTION,      "Interception de SecurityException ors de la tentative d'acc\u00e8s \u00e0 la propri\u00e9t\u00e9 syst\u00e8me XSL : {0}"},  /** Field WG_QUO_NO_LONGER_DEFINED          */  //public static final int WG_QUO_NO_LONGER_DEFINED = 5;  {    WG_QUO_NO_LONGER_DEFINED,      "L'ancienne syntaxe: quo(...) n'est plus d\u00e9finie dans XPath."},  /** Field WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST          */  //public static final int WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST = 6;  {    WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST,      "XPath requiert un objet d\u00e9riv\u00e9 pour mettre en oeuvre nodeTest !"},  /** Field WG_FUNCTION_TOKEN_NOT_FOUND          */  //public static final int WG_FUNCTION_TOKEN_NOT_FOUND = 7;  {    WG_FUNCTION_TOKEN_NOT_FOUND,      "Unit\u00e9 lexicale function introuvable."},  /** Field WG_COULDNOT_FIND_FUNCTION          */  //public static final int WG_COULDNOT_FIND_FUNCTION = 8;  {    WG_COULDNOT_FIND_FUNCTION,      "Impossible de trouver la fonction : {0}"},  /** Field WG_CANNOT_MAKE_URL_FROM          */  //public static final int WG_CANNOT_MAKE_URL_FROM = 9;  {    WG_CANNOT_MAKE_URL_FROM,      "Impossible de cr\u00e9er une URL \u00e0 partir de : {0}"},  /** Field WG_EXPAND_ENTITIES_NOT_SUPPORTED          */  //public static final int WG_EXPAND_ENTITIES_NOT_SUPPORTED = 10;  {    WG_EXPAND_ENTITIES_NOT_SUPPORTED,      "L'option -E n'est pas pris en charge pour l'analyseur syntaxique DTM"},  /** Field WG_ILLEGAL_VARIABLE_REFERENCE          */  //public static final int WG_ILLEGAL_VARIABLE_REFERENCE = 11;  {    WG_ILLEGAL_VARIABLE_REFERENCE,      "L''\u00e9l\u00e9ment VariableReference a \u00e9t\u00e9 fourni pour la variable hors contexte ou sans d\u00e9finition !  Nom = {0}"},  /** Field WG_UNSUPPORTED_ENCODING          */  //public static final int WG_UNSUPPORTED_ENCODING = 12;  {    ER_UNSUPPORTED_ENCODING, "Codage non pris en charge : {0}"},  // Other miscellaneous text used inside the code...  { "ui_language", "fr"},  { "help_language", "fr"},  { "language", "fr"},    { "BAD_CODE",      "Param\u00e8tre pour createMessage hors limites"},    { "FORMAT_FAILED",      "Exception \u00e9mise pendant l'appel de messageFormat"},    { "version", ">>>>>>> Version Xalan "},    { "version2", "<<<<<<<"},    { "yes", "oui"},    { "line", "Ligne //"},    { "column", "Colonne //"},    { "xsldone", "XSLProcessor: termin\u00e9"},    { "xpath_option", "options xpath : "},    { "optionIN", "   [-in inputXMLURL]"},    { "optionSelect", "   [expression xpath -select]"},    { "optionMatch",      "   [correspondance \u00e0 la forme -match (pour les diagnostics de correspondance)]"},    { "optionAnyExpr",      "Ou une expression xpath provoquera un \u00e9chec de diagnostic"},    { "noParsermsg1", "Echec de XSL Process."},    { "noParsermsg2", "** Impossible de trouver l'analyseur syntaxique**"},    { "noParsermsg3", "Veuillez v\u00e9rifier votre chemin de classe."},    { "noParsermsg4",      "Si vous ne disposez pas de l'analyseur XML d'IBM pour Java, vous pouvez le t\u00e9l\u00e9charger \u00e0 l'adresse suivante"},    { "noParsermsg5",      "IBM's AlphaWorks: http://www.alphaworks.ibm.com/formula/xml"},  { "gtone", ">1" },  { "zero", "0" },  { "one", "1" },  { "two" , "2" },  { "three", "3" }          };  // ================= INFRASTRUCTURE ======================  /** Field BAD_CODE          */  public static final String BAD_CODE = "BAD_CODE";  /** Field FORMAT_FAILED          */  public static final String FORMAT_FAILED = "FORMAT_FAILED";  /** Field ERROR_RESOURCES          */  public static final String ERROR_RESOURCES =    "org.apache.xpath.res.XPATHErrorResources";  /** Field ERROR_STRING          */  public static final String ERROR_STRING = "//error";  /** Field ERROR_HEADER          */  public static final String ERROR_HEADER = "Erreur : ";  /** Field WARNING_HEADER          */  public static final String WARNING_HEADER = "Attention : ";  /** Field XSL_HEADER          */  public static final String XSL_HEADER = "XSL ";  /** Field XML_HEADER          */  public static final String XML_HEADER = "XML ";  /** Field QUERY_HEADER          */  public static final String QUERY_HEADER = "FORME ";  /**   * Get the association list.   *   * @return The association list.   */  public Object[][] getContents()  {    return contents;  }}

⌨️ 快捷键说明

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