src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_zh_CN.java

Print this page




 427         "XSLTC \u6269\u5C55 ''{0}'' \u65E0\u6CD5\u8BC6\u522B\u3002"},
 428 
 429         /*
 430          * Note to translators:  The XML document given to XSLTC as a stylesheet
 431          * was not, in fact, a stylesheet.  XSLTC is able to detect that in this
 432          * case because the outermost element in the stylesheet has to be
 433          * declared with respect to the XSL namespace URI, but no declaration
 434          * for that namespace was seen.
 435          */
 436         {ErrorMsg.MISSING_XSLT_URI_ERR,
 437         "\u8F93\u5165\u6587\u6863\u4E0D\u662F\u6837\u5F0F\u8868 (\u672A\u5728\u6839\u5143\u7D20\u4E2D\u58F0\u660E XSL \u540D\u79F0\u7A7A\u95F4)\u3002"},
 438 
 439         /*
 440          * Note to translators:  XSLTC could not find the stylesheet document
 441          * with the name specified by the substitution text.
 442          */
 443         {ErrorMsg.MISSING_XSLT_TARGET_ERR,
 444         "\u627E\u4E0D\u5230\u6837\u5F0F\u8868\u76EE\u6807 ''{0}''\u3002"},
 445 
 446         /*






 447          * Note to translators:  This message represents an internal error in
 448          * condition in XSLTC.  The substitution text is the class name in XSLTC
 449          * that is missing some functionality.
 450          */
 451         {ErrorMsg.NOT_IMPLEMENTED_ERR,
 452         "\u672A\u5B9E\u73B0: ''{0}''\u3002"},
 453 
 454         /*
 455          * Note to translators:  The XML document given to XSLTC as a stylesheet
 456          * was not, in fact, a stylesheet.
 457          */
 458         {ErrorMsg.NOT_STYLESHEET_ERR,
 459         "\u8F93\u5165\u6587\u6863\u4E0D\u5305\u542B XSL \u6837\u5F0F\u8868\u3002"},
 460 
 461         /*
 462          * Note to translators:  The element named in the substitution text was
 463          * encountered in the stylesheet but is not recognized.
 464          */
 465         {ErrorMsg.ELEMENT_PARSE_ERR,
 466         "\u65E0\u6CD5\u5BF9\u5143\u7D20 ''{0}'' \u8FDB\u884C\u8BED\u6CD5\u5206\u6790"},




 427         "XSLTC \u6269\u5C55 ''{0}'' \u65E0\u6CD5\u8BC6\u522B\u3002"},
 428 
 429         /*
 430          * Note to translators:  The XML document given to XSLTC as a stylesheet
 431          * was not, in fact, a stylesheet.  XSLTC is able to detect that in this
 432          * case because the outermost element in the stylesheet has to be
 433          * declared with respect to the XSL namespace URI, but no declaration
 434          * for that namespace was seen.
 435          */
 436         {ErrorMsg.MISSING_XSLT_URI_ERR,
 437         "\u8F93\u5165\u6587\u6863\u4E0D\u662F\u6837\u5F0F\u8868 (\u672A\u5728\u6839\u5143\u7D20\u4E2D\u58F0\u660E XSL \u540D\u79F0\u7A7A\u95F4)\u3002"},
 438 
 439         /*
 440          * Note to translators:  XSLTC could not find the stylesheet document
 441          * with the name specified by the substitution text.
 442          */
 443         {ErrorMsg.MISSING_XSLT_TARGET_ERR,
 444         "\u627E\u4E0D\u5230\u6837\u5F0F\u8868\u76EE\u6807 ''{0}''\u3002"},
 445 
 446         /*
 447          * Note to translators:  access to the stylesheet target is denied
 448          */
 449         {ErrorMsg.ACCESSING_XSLT_TARGET_ERR,
 450         "Could not read stylesheet target ''{0}'', because ''{1}'' access is not allowed."},
 451 
 452         /*
 453          * Note to translators:  This message represents an internal error in
 454          * condition in XSLTC.  The substitution text is the class name in XSLTC
 455          * that is missing some functionality.
 456          */
 457         {ErrorMsg.NOT_IMPLEMENTED_ERR,
 458         "\u672A\u5B9E\u73B0: ''{0}''\u3002"},
 459 
 460         /*
 461          * Note to translators:  The XML document given to XSLTC as a stylesheet
 462          * was not, in fact, a stylesheet.
 463          */
 464         {ErrorMsg.NOT_STYLESHEET_ERR,
 465         "\u8F93\u5165\u6587\u6863\u4E0D\u5305\u542B XSL \u6837\u5F0F\u8868\u3002"},
 466 
 467         /*
 468          * Note to translators:  The element named in the substitution text was
 469          * encountered in the stylesheet but is not recognized.
 470          */
 471         {ErrorMsg.ELEMENT_PARSE_ERR,
 472         "\u65E0\u6CD5\u5BF9\u5143\u7D20 ''{0}'' \u8FDB\u884C\u8BED\u6CD5\u5206\u6790"},