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

📄 errormessages_es.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,        "El objeto Source pasado a ''{0}'' no tiene contenido."},        /*         * Note to translators:  The message indicates that XSLTC failed to         * compile the stylesheet into a translet (class file).         */        {ErrorMsg.JAXP_COMPILE_ERR,        "No se ha podido compilar la hoja de estilos"},        /*         * 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 no reconoce el atributo ''{0}''."},        /*         * Note to translators:  "setResult()" and "startDocument()" are Java         * method names that should not be translated.         */        {ErrorMsg.JAXP_SET_RESULT_ERR,        "setResult() debe llamarse antes de 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 no tiene un objeto translet encapsulado."},        /*         * 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,        "No se ha definido un manejador de salida para el resultado de la transformaci\u00f3n."},        /*         * Note to translators:  "Result" is a Java interface name in this         * context.  The substitution text is a method name.         */        {ErrorMsg.JAXP_NO_RESULT_ERR,        "El objeto Result pasado a ''{0}'' no es v\u00e1lido."},        /*         * 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,        "Intento de acceder a una propiedad de Transformer ''{0}'' no v\u00e1lida."},        /*         * 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,        "No se ha podido crear adaptador SAX2DOMr: ''{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,        "XSLTCSource.build() llamado sin establecer systemId."},        {ErrorMsg.COMPILE_STDIN_ERR,        "La opci\u00f3n -i debe utilizarse con la opci\u00f3n -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,        "SINOPSIS\n   java com.sun.org.apache.xalan.internal.xsltc.cmdline.Compile [-o <salida>]\n      [-d <directorio>] [-j <archivojar>] [-p <paquete>]\n      [-n] [-x] [-s] [-u] [-v] [-h] { <hojaestilos> | -i }\n\nOPCIONES\n   -o <salida>    asigna el nombre <salida> al translet\n                  generado. Por omisi\u00f3n, el nombre del translet\n                  se toma del nombre de la <hojaestilos>. Esta opci\u00f3n\n                  se ignora si se compilan varias hojas de estilos.\n   -d <directorio> especificar un directorio de destino para el translet\n   -j <archivojar>   empaqueta las clases translet en el archivo jar del\n                  nombre especificado por <archivojar>\n   -p <paquete>   especifica un prefijo de nombre de paquete para todas las\n                  clases translet generadas.\n   -n             habilita la inclusi\u00f3n en l\u00ednea de plantillas (comportamiento por omisi\u00f3n\n                  mejor seg\u00fan promedio).\n   -x             activa la salida de mensajes de depuraci\u00f3n adicionales\n   -s             inhabilita la llamada a System.exit\n   -u             interpreta los argumentos <hojaestilos> como URL\n   -i             fuerza al compilador a que lea la hoja de estilos de stdin\n   -v             imprime la versi\u00f3n del compilador\n   -h             imprime esta sentencia de uso\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,        "SINOPSIS \n   java com.sun.org.apache.xalan.internal.xsltc.cmdline.Transform [-j <archivojar>]\n      [-x] [-s] [-n <iteraciones>] {-u <url_documento> | <documento>}\n      <clase> [<par\u00e1m1>=<valor1> ...]\n\n   utiliza la <clase> translet para transformar un documento XML \n   especificado como <documento>. La <clase> translet est\u00e1 en\n   la CLASSPATH del usuario o en el <archivojar> especificado opcionalmente.\nOPCIONES\n   -j <archivojar>    especifica un archivo jar desde el que se cargar\u00e1 translet\n   -x              activa la salida de mensajes de depuraci\u00f3n adicionales\n   -s              inhabilita la llamada a System.exit\n   -n <iteraciones> ejecuta la transformaci\u00f3n <iteraciones> veces y\n                   muestra informaci\u00f3n de perfiles\n   -u <url_documento> especifica el documento de entrada XML como un 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> s\u00f3lo puede utilizarse dentro de <xsl:for-each> o <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,        "La codificaci\u00f3n de salida ''{0}'' no est\u00e1 soportada en esta JVM."},        /*         * Note to translators:  The message indicates that the XPath expression         * named in the substitution text was not well formed syntactically.         */        {ErrorMsg.SYNTAX_ERR,        "Error de sintaxis en ''{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,        "No se puede encontrar el constructor externo ''{0}''."},        /*         * 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,        "El primer argumento de la funci\u00f3n Java no est\u00e1tica ''{0}'' no es una referencia de objeto v\u00e1lida."},        /*         * 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,        "Error al comprobar el tipo de la expresi\u00f3n ''{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,        "Error al comprobar el tipo de una expresi\u00f3n en una ubicaci\u00f3n desconocida."},        /*         * Note to translators:  The substitution text is the name of a command-         * line option that was not recognized.         */        {ErrorMsg.ILLEGAL_CMDLINE_OPTION_ERR,        "La opci\u00f3n ''{0}'' de la l\u00ednea de mandatos no es v\u00e1lida."},        /*         * Note to translators:  The substitution text is the name of a command-         * line option.         */        {ErrorMsg.CMDLINE_OPT_MISSING_ARG_ERR,        "Falta un argumento necesario en la opci\u00f3n ''{0}'' de la l\u00ednea de mandatos."},        /*         * 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,        "AVISO:  ''{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,        "AVISO:  ''{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,        "ERROR MUY GRAVE:  ''{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,        "ERROR MUY GRAVE:  ''{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,        "ERROR:  ''{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,        "ERROR:  ''{0}''"},        /*         * Note to translators:  The substitution text is the name of a class.         */        {ErrorMsg.TRANSFORM_WITH_TRANSLET_STR,        "Transformaci\u00f3n utilizando 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,        "Transformaci\u00f3n utilizando translet ''{0}'' del archivo 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,        "No se ha podido crear una instancia de la clase 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,        "Errores del compilador:"},        /*         * 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,        "Avisos del compilador:"},        /*         * 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,        "Errores de translet:"}    };    }}

⌨️ 快捷键说明

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