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

Print this page




 427         "Extens\u00E3o de XSLTC n\u00E3o reconhecida ''{0}''."},
 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         "O documento de entrada n\u00E3o \u00E9 uma folha de estilos (o namespace XSL n\u00E3o foi declarado no elemento-raiz)."},
 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         "N\u00E3o foi poss\u00EDvel localizar o alvo da folha de estilos ''{0}''."},
 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         "N\u00E3o implementado: ''{0}''."},
 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         "O documento de entrada n\u00E3o cont\u00E9m uma folha de estilos XSL."},
 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         "N\u00E3o foi poss\u00EDvel fazer parse do elemento ''{0}''"},




 427         "Extens\u00E3o de XSLTC n\u00E3o reconhecida ''{0}''."},
 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         "O documento de entrada n\u00E3o \u00E9 uma folha de estilos (o namespace XSL n\u00E3o foi declarado no elemento-raiz)."},
 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         "N\u00E3o foi poss\u00EDvel localizar o alvo da folha de estilos ''{0}''."},
 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         "N\u00E3o implementado: ''{0}''."},
 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         "O documento de entrada n\u00E3o cont\u00E9m uma folha de estilos XSL."},
 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         "N\u00E3o foi poss\u00EDvel fazer parse do elemento ''{0}''"},