From: bruce m. <tr...@us...> - 2004-07-24 18:29:55
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/config/i18n In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4793/modules/core/config/i18n Modified Files: messages.properties Log Message: Fix some of the language. Index: messages.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/i18n/messages.properties,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** messages.properties 23 Jul 2004 22:40:31 -0000 1.27 --- messages.properties 24 Jul 2004 18:29:46 -0000 1.28 *************** *** 398,404 **** core.pipeline.stageinfo.stageType=Type of pipeline stage ! core.pipeline.stageinfo.nextStage=Name of the next stage in pipeline ! core.pipeline.stageinfo.ignored=Is this stage ignored ! core.pipeline.stageinfo.tracked=Is this stage tracked core.pipeline.stageinfo.encoding=Encoding of resulting document. This is used for text documents. Default is system file.encoding core.pipeline.stageinfo.error.complex=Can't apply pipeline stage configuration data to non-complex option --- 398,404 ---- core.pipeline.stageinfo.stageType=Type of pipeline stage ! core.pipeline.stageinfo.nextStage=Name of the next stage in pipeline or null if this is the last stage. ! core.pipeline.stageinfo.ignored=If this is set then this stage is ignored? ! core.pipeline.stageinfo.tracked=If this is set then this stage is tracked? core.pipeline.stageinfo.encoding=Encoding of resulting document. This is used for text documents. Default is system file.encoding core.pipeline.stageinfo.error.complex=Can't apply pipeline stage configuration data to non-complex option |