xslterrorresources_zh_cn.java
来自「java jdk 1.4的源码」· Java 代码 · 共 2,446 行 · 第 1/5 页
JAVA
2,446 行
/** attribute is not allowed on the element */ //public static final int ER_ATTR_NOT_ALLOWED = 209; { ER_ATTR_NOT_ALLOWED, "\"{0}\" \u5c5e\u6027\u4e0d\u5141\u8bb8\u5728 {1} \u5143\u7d20\u4e2d\u51fa\u73b0\uff01 "}, /** Method not yet supported */ //public static final int ER_METHOD_NOT_SUPPORTED = 210; { ER_METHOD_NOT_SUPPORTED, "\u65b9\u6cd5\u4ecd\u4e0d\u53d7\u652f\u6301 "}, /** Bad value */ //public static final int ER_BAD_VALUE = 211; { ER_BAD_VALUE, "{0} \u9519\u8bef\u6570\u503c {1} "}, /** attribute value not found */ //public static final int ER_ATTRIB_VALUE_NOT_FOUND = 212; { ER_ATTRIB_VALUE_NOT_FOUND, "\u672a\u627e\u5230 {0} \u5c5e\u6027\u503c "}, /** attribute value not recognized */ //public static final int ER_ATTRIB_VALUE_NOT_RECOGNIZED = 213; { ER_ATTRIB_VALUE_NOT_RECOGNIZED, "\u65e0\u6cd5\u8bc6\u522b {0} \u5c5e\u6027\u503c "}, /** IncrementalSAXSource_Filter not currently restartable */ //public static final int ER_INCRSAXSRCFILTER_NOT_RESTARTABLE = 214; { ER_INCRSAXSRCFILTER_NOT_RESTARTABLE, "\u5f53\u524d\u65e0\u6cd5\u91cd\u65b0\u542f\u52a8 IncrementalSAXSource_Filter"}, /** IncrementalSAXSource_Filter not currently restartable */ //public static final int ER_XMLRDR_NOT_BEFORE_STARTPARSE = 215; { ER_XMLRDR_NOT_BEFORE_STARTPARSE, "XMLReader \u672a\u5728 startParse \u8bf7\u6c42\u4e4b\u524d\u51fa\u73b0 "}, /** Attempting to generate a namespace prefix with a null URI */ //public static final int ER_NULL_URI_NAMESPACE = 216; { ER_NULL_URI_NAMESPACE, "\u8bd5\u56fe\u7528\u7a7a URI \u751f\u6210\u540d\u79f0\u7a7a\u95f4\u524d\u7f00 "}, //XALAN_MANTIS CHANGES: Following are the new ERROR keys added in XALAN code base after Jdk 1.4 (Xalan 2.2-D11) /** Attempting to generate a namespace prefix with a null URI */ //public static final int ER_NUMBER_TOO_BIG = 217; { ER_NUMBER_TOO_BIG, "\u8bd5\u56fe\u683c\u5f0f\u5316\u4e00\u4e2a\u8d85\u8fc7\u6700\u5927\u957f\u6574\u578b\u6574\u6570\u7684\u6570 "},//ER_CANNOT_FIND_SAX1_DRIVER //public static final int ER_CANNOT_FIND_SAX1_DRIVER = 218; { ER_CANNOT_FIND_SAX1_DRIVER, "\u627e\u4e0d\u5230 SAX1 \u9a71\u52a8\u7a0b\u5e8f\u7c7b {0}"},//ER_SAX1_DRIVER_NOT_LOADED //public static final int ER_SAX1_DRIVER_NOT_LOADED = 219; { ER_SAX1_DRIVER_NOT_LOADED, "\u627e\u5230 SAX1 \u9a71\u52a8\u7a0b\u5e8f\u7c7b {0} \u4f46\u65e0\u6cd5\u52a0\u8f7d "},//ER_SAX1_DRIVER_NOT_INSTANTIATED //public static final int ER_SAX1_DRIVER_NOT_INSTANTIATED = 220 ; { ER_SAX1_DRIVER_NOT_INSTANTIATED, "\u52a0\u8f7d\u4e86 SAX1 \u9a71\u52a8\u7a0b\u5e8f\u7c7b {0} \u4f46\u65e0\u6cd5\u5b9e\u4f8b\u5316 "},// ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER //public static final int ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER = 221; { ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER, "SAX1 \u9a71\u52a8\u7a0b\u5e8f\u7c7b {0} \u65e0\u6cd5\u5b9e\u73b0 org.xml.sax.Parser"},// ER_PARSER_PROPERTY_NOT_SPECIFIED //public static final int ER_PARSER_PROPERTY_NOT_SPECIFIED = 222; { ER_PARSER_PROPERTY_NOT_SPECIFIED, "\u672a\u6307\u5b9a\u7cfb\u7edf\u7279\u6027 org.xml.sax.parser"},//ER_PARSER_ARG_CANNOT_BE_NULL //public static final int ER_PARSER_ARG_CANNOT_BE_NULL = 223 ; { ER_PARSER_ARG_CANNOT_BE_NULL, "Parser \u53d8\u91cf\u5fc5\u987b\u4e3a\u975e\u7a7a "},// ER_FEATURE //public static final int ER_FEATURE = 224; { ER_FEATURE, "\u7279\u5f81\uff1a\u4e00\u4e2a {0}"},// ER_PROPERTY //public static final int ER_PROPERTY = 225 ; { ER_PROPERTY, "\u7279\u6027\uff1a\u4e00\u4e2a {0}"},// ER_NULL_ENTITY_RESOLVER //public static final int ER_NULL_ENTITY_RESOLVER = 226; { ER_NULL_ENTITY_RESOLVER, "\u7a7a\u5b9e\u4f53\u89e3\u6790\u7a0b\u5e8f "},// ER_NULL_DTD_HANDLER //public static final int ER_NULL_DTD_HANDLER = 227 ; { ER_NULL_DTD_HANDLER, "\u7a7a DTD \u5904\u7406\u7a0b\u5e8f "},// No Driver Name Specified! //public static final int ER_NO_DRIVER_NAME_SPECIFIED = 228; { ER_NO_DRIVER_NAME_SPECIFIED, "\u672a\u6307\u5b9a\u9a71\u52a8\u7a0b\u5e8f\u540d\u79f0\uff01 "},// No URL Specified! //public static final int ER_NO_URL_SPECIFIED = 229; { ER_NO_URL_SPECIFIED, "\u672a\u6307\u5b9a URL\uff01 "},// Pool size is less than 1! //public static final int ER_POOLSIZE_LESS_THAN_ONE = 230; { ER_POOLSIZE_LESS_THAN_ONE, "\u6c60\u7684\u5927\u5c0f\u5c0f\u4e8e 1\uff01 "},// Invalid Driver Name Specified! //public static final int ER_INVALID_DRIVER_NAME = 231; { ER_INVALID_DRIVER_NAME, "\u6307\u5b9a\u4e86\u65e0\u6548\u9a71\u52a8\u7a0b\u5e8f\u540d\u79f0\uff01 "},// ErrorListener //public static final int ER_ERRORLISTENER = 232; { ER_ERRORLISTENER, "ErrorListener"},// Programmer's error! expr has no ElemTemplateElement parent! //public static final int ER_ASSERT_NO_TEMPLATE_PARENT = 233; { ER_ASSERT_NO_TEMPLATE_PARENT, "\u7a0b\u5e8f\u5458\u9519\u8bef\uff01 expr \u6ca1\u6709 ElemTemplateElement \u7236\u7c7b\uff01 "},// Programmer's assertion in RundundentExprEliminator: {0} //public static final int ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR = 234; { ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR, "RundundentExprEliminator \u4e2d\u7684\u7a0b\u5e8f\u5458\u58f0\u660e\uff1a {0}"},// Axis traverser not supported: {0} //public static final int ER_AXIS_TRAVERSER_NOT_SUPPORTED = 235; { ER_AXIS_TRAVERSER_NOT_SUPPORTED, "\u8f74\u904d\u5386\u7a0b\u5e8f\u4e0d\u53d7\u652f\u6301\uff1a {0}"},// ListingErrorHandler created with null PrintWriter! //public static final int ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER = 236; { ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER, "\u7528\u7a7a PrintWriter \u6765\u521b\u5efa ListingErrorHandler\uff01 "}, // {0}is not allowed in this position in the stylesheet! //public static final int ER_NOT_ALLOWED_IN_POSITION = 237; { ER_NOT_ALLOWED_IN_POSITION, "\u6837\u5f0f\u8868\u4e2d\u7684\u8fd9\u4e2a\u4f4d\u7f6e\u4e0d\u5141\u8bb8\u51fa\u73b0 {0}\uff01 "}, // Non-whitespace text is not allowed in this position in the stylesheet! //public static final int ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION = 238; { ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION, "\u6837\u5f0f\u8868\u4e2d\u7684\u8fd9\u4e2a\u4f4d\u7f6e\u4e0d\u5141\u8bb8\u975e\u7a7a\u683c\u6587\u672c\uff01 "}, // This code is shared with warning codes. // Illegal value: {1} used for CHAR attribute: {0}. An attribute of type CHAR must be only 1 character! //public static final int INVALID_TCHAR = 239; // SystemId Unknown { INVALID_TCHAR, "\u4f7f\u7528\u4e86\u975e\u6cd5\u503c\uff1a {1}\uff08\u5728 CHAR \u5c5e\u6027 {0} \u4e2d\uff09\u3002 CHAR \u7c7b\u578b\u7684\u5c5e\u6027\u5fc5\u987b\u53ea\u5305\u542b 1 \u4e2a\u5b57\u7b26\uff01 "}, //public static final int ER_SYSTEMID_UNKNOWN = 240; { ER_SYSTEMID_UNKNOWN, "\u672a\u77e5\u7684 SystemId"}, // Location of error unknown //public static final int ER_LOCATION_UNKNOWN = 241; { ER_LOCATION_UNKNOWN, "\u672a\u77e5\u7684\u9519\u8bef\u4f4d\u7f6e "}, // Note to translators: The following message is used if the value of // an attribute in a stylesheet is invalid. "QNAME" is the XML data-type of // the attribute, and should not be translated. The substitution text {1} is // the attribute value and {0} is the attribute name. // INVALID_QNAME //The following codes are shared with the warning codes... // Illegal value: {1} used for QNAME attribute: {0} //public static final int INVALID_QNAME = 242; { INVALID_QNAME, "\u4f7f\u7528\u4e86\u975e\u6cd5\u503c\uff1a {1}\uff08\u5728 QNAME \u5c5e\u6027 {0} \u4e2d\uff09 "}, // Note to translators: The following message is used if the value of // an attribute in a stylesheet is invalid. "ENUM" is the XML data-type of // the attribute, and should not be translated. The substitution text {1} is // the attribute value, {0} is the attribute name, and {2} is a list of valid // values. // INVALID_ENUM // Illegal value:a {1} used for ENUM attribute:a {0}. Valid values are:a {2}. //public static final int INVALID_ENUM = 243; { INVALID_ENUM, "\u4f7f\u7528\u4e86\u975e\u6cd5\u503c\uff1a {1}\uff08\u5728 ENUM \u5c5e\u6027 {0} \u4e2d\uff09\u3002\u6709\u6548\u503c\u4e3a\uff1a {2}\u3002 "},// Note to translators: The following message is used if the value of// an attribute in a stylesheet is invalid. "NMTOKEN" is the XML data-type// of the attribute, and should not be translated. The substitution text {1} is// the attribute value and {0} is the attribute name.// INVALID_NMTOKEN // Illegal value:a {1} used for NMTOKEN attribute:a {0}. //public static final int INVALID_NMTOKEN = 244; { INVALID_NMTOKEN, "\u4f7f\u7528\u4e86\u975e\u6cd5\u503c\uff1a {1}\uff08\u5728 NMTOKEN \u5c5e\u6027 {0} \u4e2d\uff09 "},// Note to translators: The following message is used if the value of// an attribute in a stylesheet is invalid. "NCNAME" is the XML data-type// of the attribute, and should not be translated. The substitution text {1} is// the attribute value and {0} is the attribute name.// INVALID_NCNAME // Illegal value:a {1} used for NCNAME attribute:a {0}. //public static final int INVALID_NCNAME = 245; { INVALID_NCNAME, "\u4f7f\u7528\u4e86\u975e\u6cd5\u503c\uff1a {1}\uff08\u5728 NCNAME \u5c5e\u6027 {0} \u4e2d\uff09 "},// Note to translators: The following message is used if the value of// an attribute in a stylesheet is invalid. "boolean" is the XSLT data-type// of the attribute, and should not be translated. The substitution text {1} is// the attribute value and {0} is the attribute name.// INVALID_BOOLEAN // Illegal value:a {1} used for boolean attribute:a {0}. //public static final int INVALID_BOOLEAN = 246; { INVALID_BOOLEAN, "\u4f7f\u7528\u4e86\u975e\u6cd5\u503c\uff1a {1}\uff08\u5728\u5e03\u5c14\u5c5e\u6027 {0} \u4e2d\uff09 "},// Note to translators: The following message is used if the value of// an attribute in a stylesheet is invalid. "number" is the XSLT data-type// of the attribute, and should not be translated. The substitution text {1} is// the attribute value and {0} is the attribute name.// INVALID_NUMBER // Illegal value:a {1} used for number attribute:a {0}. //public static final int INVALID_NUMBER = 247; { INVALID_NUMBER, "\u4f7f\u7528\u4e86\u975e\u6cd5\u503c\uff1a {1}\uff08\u5728\u6570\u5b57\u5c5e\u6027 {0} \u4e2d\uff09 "}, // End of shared codes...// Note to translators: A "match pattern" is a special form of XPath expression// that is used for matching patterns. The substitution text is the name of// a function. The message indicates that when this function is referenced in// a match pattern, its argument must be a string literal (or constant.)// ER_ARG_LITERAL - new error message for bugzilla //5202 // Argument to {0} in match pattern must be a literal. //public static final int ER_ARG_LITERAL = 248; { ER_ARG_LITERAL, "\u5339\u914d\u6a21\u5f0f\u4e2d\u7684 {0} \u53d8\u91cf\u5fc5\u987b\u662f\u6587\u5b57\u3002 "},// Note to translators: The following message indicates that two definitions of// a variable. A "global variable" is a variable that is accessible everywher// in the stylesheet.// ER_DUPLICATE_GLOBAL_VAR - new error message for bugzilla #790 // Duplicate global variable declaration. //public static final int ER_DUPLICATE_GLOBAL_VAR = 249; { ER_DUPLICATE_GLOBAL_VAR, "\u91cd\u590d\u7684\u5168\u5c40\u53d8\u91cf\u58f0\u660e\u3002 "},// Note to translators: The following message indicates that two definitions of// a variable were encountered.// ER_DUPLICATE_VAR - new error message for bugzilla #790 // Duplicate variable declaration. //public static final int ER_DUPLICATE_VAR = 250; { ER_DUPLICATE_VAR, "\u91cd\u590d\u7684\u53d8\u91cf\u58f0\u660e\u3002 "}, // Note to translators: "xsl:template, "name" and "match" are XSLT keywords // which must not be translated. // ER_TEMPLATE_NAME_MATCH - new error message for bugzilla #789 // xsl:template must have a name or match attribute (or both) //public static final int ER_TEMPLATE_NAME_MATCH = 251; { ER_TEMPLATE_NAME_MATCH, "xsl:template \u5fc5\u987b\u5177\u6709\u540d\u79f0\u6216\u5339\u914d\u7684\u5c5e\u6027\uff08\u6216\u540c\u65f6\u5177\u6709\u4e24\u8005\uff09 "}, // Note to translators: "exclude-result-prefixes" is an XSLT keyword which // should not be translated. The message indicates that a namespace prefix // encountered as part of the value of the exclude-result-prefixes attribute // was in error. // ER_INVALID_PREFIX - new error message for bugzilla #788 // Prefix in exclude-result-prefixes is not valid:a {0} //public static final int ER_INVALID_PREFIX = 252; { ER_INVALID_PREFIX, "exclude-result-prefixes \u4e2d\u7684\u524d\u7f00\u65e0\u6548\uff1a {0}"}, // Note to translators: An "attribute set" is a set of attributes that can be // added to an element in the output document as a group. The message indicates // that there was a reference to an attribute set named {0} that was never // defined. // ER_NO_ATTRIB_SET - new error message for bugzilla #782 // attribute-set named {0} does not exist //public static final int ER_NO_ATTRIB_SET = 253; { ER_NO_ATTRIB_SET, "\u4e0d\u5b58\u5728\u540d\u4e3a {0} \u7684 attribute-set"}, // Warnings... /** WG_FOUND_CURLYBRACE */ //public static final int WG_FOUND_CURLYBRACE = 1; { WG_FOUND_CURLYBRACE, "\u5df2\u627e\u5230 '}'\uff0c\u4f46\u672a\u6253\u5f00\u5c5e\u6027\u6a21\u677f\uff01 "}, /** WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR */ //public static final int WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR = 2; { WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR, "\u8b66\u544a\uff1a ''count'' \u5c5e\u6027\u4e0e x
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?