From: jungwirr Date: Wed, 24 Sep 2003 17:32:24 +0000 (+0000) Subject: added strings for export to excel X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=96f63ba5cbce2884722c7b646278e27598d7ac4c;p=moodle.git added strings for export to excel --- diff --git a/lang/en/attendance.php b/lang/en/attendance.php index 9d992b6d01..f72d308f27 100755 --- a/lang/en/attendance.php +++ b/lang/en/attendance.php @@ -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"; + ?>