]> git.mjollnir.org Git - moodle.git/commitdiff
added strings for export to excel
authorjungwirr <jungwirr>
Wed, 24 Sep 2003 17:32:24 +0000 (17:32 +0000)
committerjungwirr <jungwirr>
Wed, 24 Sep 2003 17:32:24 +0000 (17:32 +0000)
lang/en/attendance.php

index 9d992b6d011bca5412646c910238e205ecc020a6..f72d308f27aeb367e5a94c0ed0ca41e711fed995 100755 (executable)
@@ -53,4 +53,9 @@ $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";
 $string['defaultstudentstatus'] = "The default student attendance status on new attendance rolls";
+$string['downloadexcelfull'] = "Download Full Excel Spreadsheet";
+$string['downloadexceltotals'] = "Download Summary Excel Spreadsheet";
+$string['downloadtextfull'] = "Download Full Text Report";
+$string['downloadtexttotals'] = "Download Summary Text Report";
+
 ?>