From: moodler <moodler>
Date: Tue, 16 Sep 2003 05:32:16 +0000 (+0000)
Subject: Language file for new Attendance module, by Russell Jungwirth
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=48769c6e2d71faaf20c9c593348e91e0e2686e9b;p=moodle.git

Language file for new Attendance module, by Russell Jungwirth
---

diff --git a/lang/en/attendance.php b/lang/en/attendance.php
new file mode 100755
index 0000000000..3ec40b6eb4
--- /dev/null
+++ b/lang/en/attendance.php
@@ -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
index 0000000000..d64c87b083
--- /dev/null
+++ b/lang/en/help/attendance/mods.html
@@ -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>
+