$string['modulename'] = "Attendance";
$string['allmodulename'] = "All Attendance Rolls";
$string['modulenameplural'] = "Attendance Rolls";
+$string['addmultiple'] = "Add Multiple Attendance Rolls";
#------------------------------------------------------------
$string['notes'] = "Exceptional information";
$string['notesfor'] = "Exceptional information for";
$string['hoursinclass'] = "Number of Hours in a Class Period";
-$string['presentshort'] = "P";
+$string['presentshort'] = "X";
$string['tardyshort'] = "T";
$string['absentshort'] = "A";
$string['presentlong'] = "Present";
$string['dynamicsection'] = "Determine week for attendance based on this date";
$string['defaultdynamicsection'] = "Whether to move attendance rolls to the correct week by default";
$string['defaulthoursinclass'] = "How many hours there should be in a default attendance roll";
-$string['tardiesforabsence'] = "How many tardies should count as one absence";
+$string['tardiesperabsence'] = "How many tardies should count as one absence";
$string['hoursinfullreport'] = "The maximum number of hours of attendance that should be displayed on a single page of a report";
$string['previous'] = "Previous";
$string['pages'] = "Pages";
$string['viewtable'] = "View Report as One Table";
$string['viewmulti'] = "View Report as Multiple Pages";
$string['noviews'] = "Sorry, there is no data for your account here";
-
-
-
+$string['norolls'] = "There are no attendance rolls in this course";
+$string['startmulti'] = "Date for first attendance roll";
+$string['endmulti'] = "Date for last attendance roll";
+$string['choosedays'] = "Days of each week to take attendance";
+$string['dynamicsectionmulti'] = "Place rolls in their weekly section automatically";
?>