From: paspes <pa...@us...> - 2008-01-11 13:21:59
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/config/i18n In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14140/modules/core/config/i18n Modified Files: messages.properties Log Message: Add VFS Pipeline Stage Index: messages.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/i18n/messages.properties,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** messages.properties 18 Dec 2007 10:04:42 -0000 1.32 --- messages.properties 11 Jan 2008 12:03:47 -0000 1.33 *************** *** 401,404 **** --- 401,412 ---- core.pipeline.stage.reader.opt.file=The filename or URL to the object to read. + core.pipeline.stage.vfsreader.description=Load the contents of the file, completely overwriting the current document's contents with the file's contents. + core.pipeline.stage.vfsreader.opt.file=The filename or URL to the object to read. + core.pipeline.stage.vfsreader.opt.domain=Domain of username that is used for connecting + core.pipeline.stage.vfsreader.opt.username=Username that is used for connecting + core.pipeline.stage.vfsreader.opt.password=Password that is used for connecting + + + 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. |