]> git.mjollnir.org Git - moodle.git/commitdiff
Language file for new Attendance module, by Russell Jungwirth
authormoodler <moodler>
Tue, 16 Sep 2003 05:32:16 +0000 (05:32 +0000)
committermoodler <moodler>
Tue, 16 Sep 2003 05:32:16 +0000 (05:32 +0000)
lang/en/attendance.php [new file with mode: 0755]
lang/en/help/attendance/mods.html [new file with mode: 0644]

diff --git a/lang/en/attendance.php b/lang/en/attendance.php
new file mode 100755 (executable)
index 0000000..3ec40b6
--- /dev/null
@@ -0,0 +1,39 @@
+<?PHP 
+
+#------------------------------------------------------------
+$string['modulename'] = "Attendance";
+$string['allmodulename'] = "All Attendance Rolls";
+$string['modulenameplural'] = "Attendance Rolls";
+#------------------------------------------------------------
+
+
+$string['takeroll'] = "Take roll on this day?";
+$string['for'] = "for";
+$string['dayofroll'] = "Date to take roll for";
+$string['notes'] = "Exceptional information";
+$string['notesfor'] = "Exceptional information for";
+$string['hoursinclass'] = "Number of Hours in a Class Period";
+$string['presentshort'] = "P";
+$string['tardyshort'] = "T";
+$string['absentshort'] = "A";
+$string['presentlong'] = "Present";
+$string['tardylong'] = "Tardy";
+$string['absentlong'] = "Absent";
+$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['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['of'] = "of";
+$string['viewall'] = "View All Attendance Rolls";
+$string['viewone'] = "View All Pages of Report";
+$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";
+
+
+
+
+?>
diff --git a/lang/en/help/attendance/mods.html b/lang/en/help/attendance/mods.html
new file mode 100644 (file)
index 0000000..d64c87b
--- /dev/null
@@ -0,0 +1,7 @@
+<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/attendance/icon.gif">&nbsp;<B>Attendance</B></P>
+<UL>
+<P>This module allows you to record the attendance of the each participant
+   for a particular event.
+</P>
+</UL>
+