Index: lams_admin/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_admin/build.xml,v diff -u -r1.7 -r1.8 --- lams_admin/build.xml 15 Mar 2006 04:29:21 -0000 1.7 +++ lams_admin/build.xml 27 Mar 2006 22:12:22 -0000 1.8 @@ -127,6 +127,12 @@ + + + + + + Index: lams_admin/conf/language/applicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_admin/conf/language/Attic/applicationResources.properties,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_admin/conf/language/applicationResources.properties 27 Mar 2006 22:12:22 -0000 1.1 @@ -0,0 +1,29 @@ +# CVS ID: $Id: applicationResources.properties,v 1.1 2006/03/27 22:12:22 fmalikoff Exp $ +# Language strings for the Admin classes and screens. + +#=========================List jobs in Quartz===========================# +title.job.list = Jobs +lable.job.name= Job name +lable.job.start.date=Job start date +lable.job.description=Job description + +#=========================Error Messages===========================# +error.authorisation=You are not authorised to do this. +error.newpassword.mismatch=Your new passwords don't match each other. +error.oldpassword.mismatch=Your old password is not correct. + +#===================== Main Sysadmin Screen ======================# +sysadmin.manage.config.file=Manage Configuration File +sysadmin.batch.heading=Batch Tasks +sysadmin.batch.description=These need to be converted to batch jobs, able to be run from cron. +sysadmin.batch.temp.file.delete=Delete old temporary files +sysadmin.batch.preview.delete=Delete old Preview lessons + +#===================== Cache Screen ==============================# +cache.title=Cache Management +cache.entries.title=Cache Nodes +cache.explanation1=Listed below are the current nodes in the cache. This keeps certain common objects in memory to speed up LAMS. It is managed automatically and should not require any intervention. However, if the system appears to be keeping "old values" e.g. an old first name, try clearing all the nodes in the cache. Once cleared, LAMS will reload the objects from the database. +cache.explanation2=Warning: Removing nodes will reduce the performance of the LAMS server. After a while, the cache will build up again and LAMS will run as usual. +cache.explanation3=Warning: If you remove a node, you will remove the node and all its child nodes. +cache.button.remove=Remove + Fisheye: Tag 1.6 refers to a dead (removed) revision in file `lams_admin/src/java/org/lamsfoundation/lams/admin/applicationResources.properties'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_build/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_build/build.xml,v diff -u -r1.10 -r1.11 --- lams_build/build.xml 16 Mar 2006 01:18:03 -0000 1.10 +++ lams_build/build.xml 27 Mar 2006 22:12:57 -0000 1.11 @@ -57,7 +57,7 @@ - + @@ -128,27 +128,37 @@ - + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - + - + Index: lams_build/common.properties =================================================================== RCS file: /usr/local/cvsroot/lams_build/common.properties,v diff -u -r1.10 -r1.11 --- lams_build/common.properties 16 Mar 2006 02:30:30 -0000 1.10 +++ lams_build/common.properties 27 Mar 2006 22:13:14 -0000 1.11 @@ -41,6 +41,8 @@ conf.web.dir=${basedir}/web conf.webinf.dir=${conf.web.dir}/WEB-INF conf.struts.dir=${conf.webinf.dir}/struts +##Language Files +conf.language.dir=${conf.dir}/language # Build directory build=${basedir}/build Index: lams_build/shared.properties =================================================================== RCS file: /usr/local/cvsroot/lams_build/shared.properties,v diff -u -r1.12 -r1.13 --- lams_build/shared.properties 16 Nov 2005 06:18:06 -0000 1.12 +++ lams_build/shared.properties 27 Mar 2006 22:12:57 -0000 1.13 @@ -33,17 +33,8 @@ lams_central=lams_central lams_contentrepository=lams_contentrepository lams_tool_deploy=lams_tool_deploy -sub.build=build/lib -lams.jar=${lams_common}/${sub.build}/lams.jar -lams-admin.jar=${lams_admin}/${sub.build}/lams-admin.jar -lams-admin.war=${lams_admin}/${sub.build}/lams-admin.war -lams-learning.jar=${lams_learning}/${sub.build}/lams-learning.jar -lams-learning.war=${lams_learning}/${sub.build}/lams-learning.war -lams-monitoring.jar=${lams_monitoring}/${sub.build}/lams-monitoring.jar -lams-monitoring.war=${lams_monitoring}/${sub.build}/lams-monitoring.war -lams-central.war=${lams_central}/${sub.build}/lams-central.war -lams-central.jar=${lams_central}/${sub.build}/lams-central.jar -lams-contentrepository.jar=${lams_contentrepository}/${sub.build}/lams-contentrepository.jar +sub.build.lib=build/lib +sub.build.language=build/lib/language # Known tools tool_forum_dir=lams_tool_forum Index: lams_central/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_central/build.xml,v diff -u -r1.25 -r1.26 --- lams_central/build.xml 15 Mar 2006 04:29:18 -0000 1.25 +++ lams_central/build.xml 27 Mar 2006 22:15:39 -0000 1.26 @@ -171,6 +171,12 @@ + + + + + +