Update of /cvsroot/babeldoc/babeldoc/modules/core/config/i18n
In directory sc8-pr-cvs1:/tmp/cvs-serv25766/config/i18n
Modified Files:
messages.properties
Log Message:
Enhanced the callstage stage and added some comments to router stage
Index: messages.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/i18n/messages.properties,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** messages.properties 5 Aug 2003 23:28:30 -0000 1.15
--- messages.properties 5 Aug 2003 23:49:27 -0000 1.16
***************
*** 368,373 ****
core.pipeline.stage.domify.validate=Validate the XML
core.pipeline.stage.domify.schema=The schema file to validate against
! core.pipeline.stage.callstage.desc=Allows a pipeline to call another pipeline
core.pipeline.stage.callstage.callStage=Pipeline to call
core.pipeline.stage.enrich.desc=Adds attributes to the document. The value can be a velocity script.
core.pipeline.stage.filewriter.desc=Writes the document to a disk file. The contents are written as binary or text data depending on the binary flag on the document.
--- 368,376 ----
core.pipeline.stage.domify.validate=Validate the XML
core.pipeline.stage.domify.schema=The schema file to validate against
!
! core.pipeline.stage.callstage.desc=Allows a pipeline to call another pipelinestage. This pipeline stage is very useful in that it allows for modular pipeline configurations. The result of the called pipeline is either used instead of the current pipeline document or is discarded depending on the setting of the discardResults configuration
core.pipeline.stage.callstage.callStage=Pipeline to call
+ core.pipeline.stage.callstage.discard=Discard the pipeline document from the called stage.
+
core.pipeline.stage.enrich.desc=Adds attributes to the document. The value can be a velocity script.
core.pipeline.stage.filewriter.desc=Writes the document to a disk file. The contents are written as binary or text data depending on the binary flag on the document.
|