Index: lams_tool_daco/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -ra4e564624bbf22983634d0e77a2e467403d0d7e5 -r20efcf1f1ffa7e732d72deaf0c670f34836d9a0a --- lams_tool_daco/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision a4e564624bbf22983634d0e77a2e467403d0d7e5) +++ lams_tool_daco/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 20efcf1f1ffa7e732d72deaf0c670f34836d9a0a) @@ -16,7 +16,7 @@ errorPage.heading =Some error occurs when handling your request -label.author.title =Data Collection Authoring +label.author.title =Data Collection label.authoring.heading =Data Collection label.authoring.heading.instructions =Instructions label.authoring.heading.instructions.desc =Please input online and offline instructions @@ -124,6 +124,7 @@ label.learning.textfield.hint=Enter a single line of text label.learning.textarea.hint=Enter text label.learning.number.hint=Enter a number +label.learning.number.decimal=The number will be rounded to {0} decimal places. label.learning.date.hint=Enter a date label.learning.date.day=Day: label.learning.date.month=Month: @@ -135,10 +136,10 @@ label.learning.radio.hint=Choose an option label.learning.dropdown.hint=Choose an option label.learning.dropdown.select=SELECT -label.learning.dropdown.noneselected=No answer was selected. +label.learning.dropdown.noneselected=No answer was selected. label.learning.dropdown.selected=Selected answer: label.learning.checkbox.hint=Choose options -label.learning.longlat.hint=Enter two real numbers +label.learning.longlat.hint=Enter two decimal numbers label.learning.longlat.longitude=Longitude: label.learning.longlat.longitude.unit=�N label.learning.longlat.latitude=Latitude: @@ -236,28 +237,30 @@ error.question.file.blank =File can not be blank. error.question.max.blank=The maximum constraint must not be blank. error.question.max.number.int=The maximum constraint must be an integer number. -error.question.max.number.float=The maximum constraint must be a real number. +error.question.max.number.float=The maximum constraint must be a decimal number. error.question.max.negative=The maximum constraint must be a nonnegative number. error.question.max.toohigh=The maximum constraint must be less than {0}. error.question.max.toohigh.answeroption=The maximum constraint must be less or equal to the answer option count. error.question.max.toolow=The maximum constraint must be more than {0}. error.question.min.blank=The minimum constraint must not be blank. error.question.min.number.int=The minimum constraint must be an integer number. -error.question.min.number.float=The minimum constraint must be a real number. +error.question.min.number.float=The minimum constraint must be a decimal number. error.question.min.negative=The minimum constraint must be a nonnegative number. error.question.min.toohigh=The minimum constraint must be less than {0}. error.question.min.toohigh.answeroption=The minimum constraint must be less or equal to the answer option count. error.question.min.toolow=The minimum constraint must be more than {0}. error.question.min.toohigh.max=The minimum constraint must be less than the maximum constraint. error.question.answeroption.repeat=The answer options {0} and {1} are the same. error.question.answeroption.notenough =You should provide at least {0} answer options. +error.question.digitsdecimal.int=The number of digits after decimal point must be an integer number. +error.question.digitsdecimal.nonnegative=The number of digits after decimal point must be a nonnegative number. error.recordlimit.min.toohigh.max=The minimum number of records must be less or equal to the maximum. error.record.blank=An answer for question {0} is required. error.record.textarea.long=The maximum number of words in question {0} is {1}. -error.record.number.min=The number in question {0} should be no less than {1}. +error.record.number.min=The number in question {0} must be at least {1}. error.record.number.max=The number in question {0} should be no more than {1}. -error.record.number.float=The answer in question {0} must be a real number. +error.record.number.float=The answer in question {0} must be a decimal number. error.record.date.day.blank=The day field in question {0} is blank. error.record.date.day.int=The day field in question {0} must be an integer number. error.record.date.day.limit=The day field in question {0} must be between 1 and {1}. @@ -270,12 +273,13 @@ error.record.checkbox.min=The number of answers in question {0} must be no less than {1}. error.record.checkbox.max=The number of answers in question {0} must be no more than {1}. error.record.longlat.longitude.blank=The longitude in question {0} must not be blank. -error.record.longlat.longitude.float=The longitude in question {0} must be an real number. +error.record.longlat.longitude.float=The longitude in question {0} must be an decimal number. error.record.longlat.latitude.blank=The latitude in question {0} must not be blank. -error.record.longlat.latitude.float=The latitude in question {0} must be an real number. +error.record.longlat.latitude.float=The latitude in question {0} must be an decimal number. error.record.notenough=You should enter at least {0} records. error.record.toomuch=You should enter no more than {0} records. + error.upload.failed =Upload file failed: {0} error.msg.upload.file.not.found =Could not find upload file {0}. error.msg.zip.file.exception =Could not handle zip file when uploading file.