xpatherrorresources_es.java

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

JAVA
1,383
字号
  {    ER_ONLY_ALLOWS,       "{0} s\u00f3lo permite {1} argumentos"},  /** Programmer's assertion in getNextStepPos: unknown stepType: {0} */  //public static final int ER_UNKNOWN_STEP = 94;  {    ER_UNKNOWN_STEP,       "Confirmaci\u00f3n del programador en getNextStepPos: stepType desconocido: {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,       "Se esperaba una ruta de destino relativa despu\u00e9s del token '/' o '//'."},  // 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,       "Se esperaba una ruta de destino, pero se ha encontrado el siguiente token:  {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,       "Se esperaba un paso de ubicaci\u00f3n despu\u00e9s de '/' o '//'."},  // 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,       "Se esperaba una prueba de nodo coincidente con NCName:* o con QName."},  // 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,       "Se esperaba un patr\u00f3n de pasos, pero se ha encontrado '/' ."},  // 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,       "Se esperaba un patr\u00f3n de pasos relativo."},  // 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,       "El nombre local especificado en QNAME debe ser un nombre NCName v\u00e1lido"},    // 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,       "El prefijo especificado en QNAME debe ser un nombre NCName v\u00e1lido"},  // 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,       "No se puede convertir {0} en una instancia booleana."},  // 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,       "No se puede convertir {0} en un nodo \u00fanico. Este m\u00e9todo getter se aplica a los tipos ANY_UNORDERED_NODE_TYPE y 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,       "No se puede obtener la longitud de la snapshot del tipo: {0}. Este m\u00e9todo getter se aplica a los tipos UNORDERED_NODE_SNAPSHOT_TYPE y ORDERED_NODE_SNAPSHOT_TYPE."},  /** Field ER_NON_ITERATOR_TYPE                */  //public static final int ER_NON_ITERATOR_TYPE        = 106;  {    ER_NON_ITERATOR_TYPE,       "No se puede hacer iteraciones en un tipo que no permite iteraciones: {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,       "El documento ha cambiado desde que se envi\u00f3 el resultado. La iteraci\u00f3n no es v\u00e1lida."},  /** Field ER_INVALID_XPATH_TYPE               */  //public static final int ER_INVALID_XPATH_TYPE       = 108;  {    ER_INVALID_XPATH_TYPE,       "Argumento de tipo XPath no v\u00e1lido: {0}"},  /** Field ER_EMPTY_XPATH_RESULT                */  //public static final int ER_EMPTY_XPATH_RESULT       = 109;  {    ER_EMPTY_XPATH_RESULT,       "Objeto resultado XPath vac\u00edo"},  /** Field ER_INCOMPATIBLE_TYPES                */  //public static final int ER_INCOMPATIBLE_TYPES       = 110;  {    ER_INCOMPATIBLE_TYPES,       "El tipo devuelto: {0} no se puede transformar en el tipo especificado: {1}"},  /** Field ER_NULL_RESOLVER                     */  //public static final int ER_NULL_RESOLVER            = 111;  {    ER_NULL_RESOLVER,       "No se puede resolver el prefijo con un convertidor de prefijo nulo."},  // 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,       "No se puede convertir {0} en una cadena."},  // 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,       "No se puede invocar snapshotItem en el tipo: {0}. Este m\u00e9todo se aplica a los tipos UNORDERED_NODE_SNAPSHOT_TYPE y 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,       "El nodo de contexto no pertenece al documento vinculado a este 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 ,       "El tipo de nodo de contexto no es compatible."},  /** Field ER_XPATH_ERROR                       */  //public static final int ER_XPATH_ERROR             = 116;  {    ER_XPATH_ERROR ,       "Error desconocido en XPath."},  // Warnings...  /** Field WG_LOCALE_NAME_NOT_HANDLED          */  //public static final int WG_LOCALE_NAME_NOT_HANDLED = 1;  {    WG_LOCALE_NAME_NOT_HANDLED,      "No se ha manejado todav\u00eda el nombre locale en la funci\u00f3n!"},  /** Field WG_PROPERTY_NOT_SUPPORTED          *///public static final int WG_PROPERTY_NOT_SUPPORTED = 2;  {    WG_PROPERTY_NOT_SUPPORTED,      "Propiedad XSL no admitida: {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,      "Actualmente el espacio de nombres {0} en propiedad debe dejarse como est\u00e1: {1}"},  /** Field WG_SECURITY_EXCEPTION          */  //public static final int WG_SECURITY_EXCEPTION = 4;  {    WG_SECURITY_EXCEPTION,      "SecurityException al intentar tener acceso a la propiedad del sistema XSL: {0}"},  /** Field WG_QUO_NO_LONGER_DEFINED          */  //public static final int WG_QUO_NO_LONGER_DEFINED = 5;  {    WG_QUO_NO_LONGER_DEFINED,      "Sintaxis antigua: quo(...) ya no viene definida enis 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 requiere un objeto derivado para ejecutar nodeTest!"},  /** Field WG_FUNCTION_TOKEN_NOT_FOUND          */  //public static final int WG_FUNCTION_TOKEN_NOT_FOUND = 7;  {    WG_FUNCTION_TOKEN_NOT_FOUND,      "No se ha encontrado el token de la funci\u00f3n"},  /** Field WG_COULDNOT_FIND_FUNCTION          */  //public static final int WG_COULDNOT_FIND_FUNCTION = 8;  {    WG_COULDNOT_FIND_FUNCTION,      "No se ha podido encontrar la funci\u00f3n: {0}"},  /** Field WG_CANNOT_MAKE_URL_FROM          */  //public static final int WG_CANNOT_MAKE_URL_FROM = 9;  {    WG_CANNOT_MAKE_URL_FROM,      "No se puede crear URL desde: {0}"},  /** Field WG_EXPAND_ENTITIES_NOT_SUPPORTED          */  //public static final int WG_EXPAND_ENTITIES_NOT_SUPPORTED = 10;  {    WG_EXPAND_ENTITIES_NOT_SUPPORTED,      "opci\u00f3n -E no admitida para analizador sint\u00e1ctico DTM"},  /** Field WG_ILLEGAL_VARIABLE_REFERENCE          */  //public static final int WG_ILLEGAL_VARIABLE_REFERENCE = 11;  {    WG_ILLEGAL_VARIABLE_REFERENCE,      "VariableReference atribuida a una variable fuera de contexto o sin definici\u00f3n. Nombre = {0}"},  /** Field WG_UNSUPPORTED_ENCODING          */  //public static final int WG_UNSUPPORTED_ENCODING = 12;  {    ER_UNSUPPORTED_ENCODING, "Codificaci\u00f3n no admitida: {0}"},  // Other miscellaneous text used inside the code...  { "ui_language", "es"},  { "help_language", "es"},  { "language", "es"},    { "BAD_CODE",      "El par\u00e1metro para createMessage estaba fuera de los l\u00edmites"},    { "FORMAT_FAILED", "Excepci\u00f3n generada la llamada messageFormat"},    { "version", ">>>>>>> Versi\u00f3n Xalan "},    { "version2", "<<<<<<<"},    { "yes", "s\u00ed"},    { "line", "L\u00ednea //"},    { "column", "Columna //"},    { "xsldone", "XSLProcessor: hecho"},    { "xpath_option", "opciones xpath: "},    { "optionIN", "   [-in inputXMLURL]"},    { "optionSelect", "   [- seleccionar expresi\u00f3n xpath]"},    { "optionMatch",      "   [-match coincidir patr\u00f3n de b\u00fasqueda (para diagn\u00f3sticos de b\u00fasqueda)]"},    { "optionAnyExpr",      "O una expresi\u00f3n xpath realizar\u00e1 un volcado de diagn\u00f3stico"},    { "noParsermsg1", "Ha fallado el proceso XSLl"},    { "noParsermsg2", "** No se ha podido encontrar analizador sint\u00e1ctico **"},    { "noParsermsg3", "Compruebe el classpath"},    { "noParsermsg4",      "Si no tiene el analizador sint\u00e1ctico XML para Java de IBM, puede descargarlo desde"},    { "noParsermsg5",      "AlphaWorks de IBM: 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 = "Error: ";  /** Field WARNING_HEADER          */  public static final String WARNING_HEADER = "Advertencia: ";  /** 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 = "PATR\u00d3N ";  /**   * Get the association list.   *   * @return The association list.   */  public Object[][] getContents()  {    return contents;  }}

⌨️ 快捷键说明

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