Update of /cvsroot/babeldoc/babeldoc/modules/core/config/i18n
In directory sc8-pr-cvs1:/tmp/cvs-serv9691/config/i18n
Modified Files:
messages.properties
Log Message:
update the runtime module handling to use same algorithm as build module handler. Also placed missing i18n messages for ModuleCommand.
Index: messages.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/i18n/messages.properties,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** messages.properties 8 Jun 2003 18:23:30 -0000 1.12
--- messages.properties 27 Jun 2003 03:36:21 -0000 1.13
***************
*** 383,384 ****
--- 383,390 ----
core.pipeline.stageinfo.tracked=Is this stage tracked
core.pipeline.stageinfo.error.complex=Can't apply pipeline stage configuration data to non-complex option
+
+ core.module.command.desc=Manipulate the babeldoc modules
+ core.module.command.option.list=List the modules and dependants
+ core.module.command.option.create=Create the module cache (redundant)
+ core.module.command.option.delete=Delete the module cache (redundant)
+ core.module.command.list.output=Module: {0} is dependant on: {1}
\ No newline at end of file
|