Index: lams_tool_forum/conf/language/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/conf/language/Attic/ApplicationResources.properties,v diff -u -r1.14 -r1.15 --- lams_tool_forum/conf/language/ApplicationResources.properties 8 Aug 2006 06:39:36 -0000 1.14 +++ lams_tool_forum/conf/language/ApplicationResources.properties 9 Aug 2006 04:41:59 -0000 1.15 @@ -148,8 +148,10 @@ msg.mark.released=Marks in {0} have been released. label.authoring.advance.allow.upload=Allow learners to upload file label.authoring.advance.allow.new.topics=Allow Learners to create new topics -label.authoring.advance.number.reply=Number of posting per learner per topic +label.authoring.advance.number.reply=Number of posts per learner per topic label.authoring.advance.minimum.reply=Minimum: label.authoring.advance.maximum.reply=Maximum: label.authoring.advance.no.minimum=No minimum -label.authoring.advance.no.maximum=No maximum \ No newline at end of file +label.authoring.advance.no.maximum=No maximum +error.min.less.max=The maximum number of posts must be greater than or equal to the minimum number of posts. +error.limit.char.less.zero=Limitation of input characters must be greater zero. \ No newline at end of file