jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_pt_BR.java
changeset 17534 21dc0b2762da
parent 12457 c348e06f0e82
child 20582 594878286b70
equal deleted inserted replaced
17533:93a2cadbbd33 17534:21dc0b2762da
   440          * Note to translators:  XSLTC could not find the stylesheet document
   440          * Note to translators:  XSLTC could not find the stylesheet document
   441          * with the name specified by the substitution text.
   441          * with the name specified by the substitution text.
   442          */
   442          */
   443         {ErrorMsg.MISSING_XSLT_TARGET_ERR,
   443         {ErrorMsg.MISSING_XSLT_TARGET_ERR,
   444         "N\u00E3o foi poss\u00EDvel localizar o alvo da folha de estilos ''{0}''."},
   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."},
   445 
   451 
   446         /*
   452         /*
   447          * Note to translators:  This message represents an internal error in
   453          * Note to translators:  This message represents an internal error in
   448          * condition in XSLTC.  The substitution text is the class name in XSLTC
   454          * condition in XSLTC.  The substitution text is the class name in XSLTC
   449          * that is missing some functionality.
   455          * that is missing some functionality.