Skip to content

Commit

Permalink
Finished first version of add.php - to add multiple attendance instances
Browse files Browse the repository at this point in the history
at the same time.
  • Loading branch information
jungwirr committed Sep 17, 2003
1 parent 2fbd1b8 commit 4f96d7f
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 151 deletions.
14 changes: 12 additions & 2 deletions lang/en/attendance.php
Expand Up @@ -5,6 +5,7 @@
$string['allmodulename'] = "All Attendance Rolls"; $string['allmodulename'] = "All Attendance Rolls";
$string['modulenameplural'] = "Attendance Rolls"; $string['modulenameplural'] = "Attendance Rolls";
$string['addmultiple'] = "Add Multiple Attendance Rolls"; $string['addmultiple'] = "Add Multiple Attendance Rolls";
$string['addingmultiple'] = "Adding Multiple Attendance Rolls";
#------------------------------------------------------------ #------------------------------------------------------------




Expand All @@ -13,7 +14,7 @@
$string['dayofroll'] = "Date to take roll for"; $string['dayofroll'] = "Date to take roll for";
$string['notes'] = "Exceptional information"; $string['notes'] = "Exceptional information";
$string['notesfor'] = "Exceptional information for"; $string['notesfor'] = "Exceptional information for";
$string['hoursinclass'] = "Number of Hours in a Class Period"; $string['hoursinclass'] = "Number of hours in a class period";
$string['presentshort'] = "X"; $string['presentshort'] = "X";
$string['tardyshort'] = "T"; $string['tardyshort'] = "T";
$string['absentshort'] = "A"; $string['absentshort'] = "A";
Expand All @@ -38,5 +39,14 @@
$string['endmulti'] = "Date for last attendance roll"; $string['endmulti'] = "Date for last attendance roll";
$string['choosedays'] = "Days of each week to take attendance"; $string['choosedays'] = "Days of each week to take attendance";
$string['dynamicsectionmulti'] = "Place rolls in their weekly section automatically"; $string['dynamicsectionmulti'] = "Place rolls in their weekly section automatically";

$string['hoursineachclass'] = "Number of Hours in each class period";
$string['sunday'] = "Sun";
$string['monday'] = "Mon";
$string['tuesday'] = "Tue";
$string['wednesday'] = "Wed";
$string['thursday'] = "Thu";
$string['friday'] = "Fri";
$string['saturday'] = "Sat";
$string['endbeforestart'] = "The end date is before the start date";
$string['startafterend'] = "The start date is after the end of the course";
?> ?>

0 comments on commit 4f96d7f

Please sign in to comment.