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

📄 errormessages_sk.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,        "Objekt zdroja odovzdan\u00fd ''{0}'' nem\u00e1 \u017eiadny obsah."},        /*         * Note to translators:  The message indicates that XSLTC failed to         * compile the stylesheet into a translet (class file).         */        {ErrorMsg.JAXP_COMPILE_ERR,        "Nebolo mo\u017en\u00e9 skompilova\u0165 \u0161t\u00fdl dokumentu"},        /*         * 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 nerozozn\u00e1va atrib\u00fat ''{0}''."},        /*         * Note to translators:  "setResult()" and "startDocument()" are Java         * method names that should not be translated.         */        {ErrorMsg.JAXP_SET_RESULT_ERR,        "setResult() sa mus\u00ed vola\u0165 pred 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,        "Transform\u00e1tor nem\u00e1 \u017eiadny zapuzdren\u00fd objekt transletu."},        /*         * 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,        "Pre v\u00fdsledok transform\u00e1cie nebol definovan\u00fd \u017eiadny v\u00fdstupn\u00fd handler."},        /*         * Note to translators:  "Result" is a Java interface name in this         * context.  The substitution text is a method name.         */        {ErrorMsg.JAXP_NO_RESULT_ERR,        "Objekt v\u00fdsledku odovzdan\u00fd ''{0}'' je neplatn\u00fd."},        /*         * 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,        "Pokus o pr\u00edstup k neplatn\u00e9mu majetku transform\u00e1tora ''{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,        "Nebolo mo\u017en\u00e9 vytvori\u0165 adapt\u00e9r 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,        "XSLTCSource.build() bol zavolan\u00fd bez nastaven\u00e9ho systemId."},        {ErrorMsg.COMPILE_STDIN_ERR,        "Vo\u013eba -i sa mus\u00ed pou\u017e\u00edva\u0165 s vo\u013ebou -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 <output>]\n      [-d <directory>] [-j <jarfile>] [-p <package>]\n      [-n] [-x] [-s] [-u] [-v] [-h] { <stylesheet> | -i }\n\nOPTIONS\n   -o <output>    prira\u010fuje n\u00e1zov <output> generovan\u00e9mu transletu \n. \u0160tandardne sa n\u00e1zov transletu \n berie z n\u00e1zvu <stylesheet>. T\u00e1to vo\u013eba sa ignoruje pri kompilovan\u00ed viacer\u00fdch \u0161t\u00fdlov dokumentov\n\n.   -d <directory> uv\u00e1dza cie\u013eov\u00fd adres\u00e1r pre translet\n   -j <jarfile>   pakuje triedy transletov do s\u00faboru jar n\u00e1zvu \n uveden\u00e9ho ako <jarfile>\n   -p <package>   uv\u00e1dza predponu n\u00e1zvu bal\u00edku pre v\u0161etky generovan\u00e9 triedy transletu.\n\n   -n             povo\u013euje zoradenie vzorov v riadku (\u0161tandardn\u00e9 chovanie v priemere lep\u0161ie). \n\n   -x             zap\u00edna   v\u00fdstupy spr\u00e1v ladenia \n   -s             zakazuje volanie System.exit\n   -u             interpretuje<stylesheet> argumenty ako URL\n   -i             n\u00fati kompil\u00e1tor \u010d\u00edta\u0165 \u0161t\u00fdl dokumentu z stdin\n   -v             tla\u010d\u00ed verziu kompil\u00e1tora\n   -h             tla\u010d\u00ed pr\u00edkaz tohto pou\u017eitia\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 <jarfile>]\n      [-x] [-s] [-n <iterations>] {-u <document_url> | <document>}\n      <class> [<param1>=<value1> ...]\n\n   pou\u017e\u00edva translet <class> na transform\u00e1ciu dokumentu XML \n   uveden\u00e9ho ako <document>. <class> transletu je bu\u010f v \n u\u017e\u00edvate\u013eovej CLASSPATH alebo vo volite\u013ene uvedenom <jarfile>.\nVO\u013dBY\n   -j <jarfile>    uv\u00e1dza s\u00fabor jar, z ktor\u00e9ho sa m\u00e1 zavies\u0165 translet\n   -x              zap\u00edna \u010fal\u0161\u00ed v\u00fdstup spr\u00e1v ladenia\n   -s              zakazuje volanie System.exit\n   -n <iterations> sp\u00fa\u0161\u0165a transform\u00e1ciu <iterations> r\u00e1z a \n                   zobrazuje inform\u00e1cie profilovania\n   -u <document_url> uv\u00e1dza vstupn\u00fd dokument XML ako 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> mo\u017eno pou\u017ei\u0165 len v <xsl:for-each> alebo <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,        "V\u00fdstupn\u00e9 k\u00f3dovanie ''{0}'' nie je v tomto JVM podporovan\u00e9."},        /*         * Note to translators:  The message indicates that the XPath expression         * named in the substitution text was not well formed syntactically.         */        {ErrorMsg.SYNTAX_ERR,        "Chyba syntaxe v ''{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,        "Nie je mo\u017en\u00e9 n\u00e1js\u0165 extern\u00fd kon\u0161truktor ''{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,        "Prv\u00fd argument pre nestatick\u00fa funkciu Java ''{0}'' nie je platnou referenciou objektu."},        /*         * 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,        "Chyba pri kontrole typu v\u00fdrazu ''{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,        "Chyba pri kontrole typu v\u00fdrazu na nezn\u00e1mom mieste."},        /*         * Note to translators:  The substitution text is the name of a command-         * line option that was not recognized.         */        {ErrorMsg.ILLEGAL_CMDLINE_OPTION_ERR,        "Vo\u013eba pr\u00edkazov\u00e9ho riadka ''{0}'' je neplatn\u00e1."},        /*         * Note to translators:  The substitution text is the name of a command-         * line option.         */        {ErrorMsg.CMDLINE_OPT_MISSING_ARG_ERR,        "Vo\u013ebe pr\u00edkazov\u00e9ho riadka ''{0}'' ch\u00fdba po\u017eadovan\u00fd argument."},        /*         * 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,        "UPOZORNENIE:  ''{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,        "UPOZORNENIE:  ''{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,        "KRITICK\u00c1 CHYBA:  ''{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,        "KRITICK\u00c1 CHYBA:  ''{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,        "CHYBA:  ''{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,        "CHYBA:  ''{0}''"},        /*         * Note to translators:  The substitution text is the name of a class.         */        {ErrorMsg.TRANSFORM_WITH_TRANSLET_STR,        "Transform\u00e1cia pomocou transletu ''{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,        "Transform\u00e1cia pomocou transletu ''{0}'' zo s\u00faboru 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,        "Nebolo mo\u017en\u00e9 vytvori\u0165 in\u0161tanciu triedy 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,        "Chyby preklada\u010da:"},        /*         * 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,        "Upozornenia preklada\u010da:"},        /*         * 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,        "Chyby transletu:"}    };    }}

⌨️ 快捷键说明

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