Index: lams_tool_chat/conf/language/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/conf/language/Attic/ApplicationResources.properties,v diff -u -r1.2 -r1.3 --- lams_tool_chat/conf/language/ApplicationResources.properties 3 Apr 2006 08:30:08 -0000 1.2 +++ lams_tool_chat/conf/language/ApplicationResources.properties 19 Apr 2006 06:40:28 -0000 1.3 @@ -20,9 +20,13 @@ button.upload=Upload # Basic Page -basic.title=Title: -basic.content=Content: +label.authoring.basic.title=Title: +label.authoring.basic.content=Content: +label.authoring.basic.instructions=Intructions: +#Advanced Page +advanced.lockOnFinished= Lock on Finish + #Instructions Page instructions.onlineInstructions=Online Instructions: instructions.offlineInstructions=Offline Instructions: @@ -38,6 +42,9 @@ link.download=Download link.delete=Delete +message.updateSuccess=Changes saved +message.unsavedChanges=Page contains unsaved changes + # ========== Learner Page ========== pageTitle.Learning=Learning @@ -52,7 +59,6 @@ button.editActivity=Edit Activity button.statistics=Statistics - titleHeading.summary=Summary titleHeading.instructions=Instructions titleHeading.statistics=Statistics @@ -74,10 +80,22 @@ button.finish=Finish button.next=Next +# ========= FCKEditor Labels ============ +label.save=Save +label.cancel=Cancel + # ========== Error/Exception Messages ========== -error.mandatoryField={0} field is mandatory. error.missingParam=Unable to continue. {0} is missing. error.exceedMaxFileSize=File size exceeded error.exception.NbApplication=An internal error has occured with the Chat Tool. If reporting this error, please report:
{0} error.contentrepository=An error has occurred when saving/deleting instruction file {0}. The files may not be saved correctly. + +# ========= Standard Error Messages ========= + +error.content.locked=The content has been locked since it is being used by one or more learners. The modification of the content is not allowed. +error.defineLater=Sorry, the activity is not ready yet. Please wait for the teacher to finishing defining the activity. +errors.maxfilesize=The uploaded file has exceeded the maximum file size limit of {0} bytes +error.mandatoryField={0} field is mandatory. +error.mark.invalid.number={0} field must be a valid number. Decimal points are not allowed. +error.mark.invalid.decimal.number={0} field must be a valid decimal number. \ No newline at end of file