From 96f63ba5cbce2884722c7b646278e27598d7ac4c Mon Sep 17 00:00:00 2001 From: jungwirr Date: Wed, 24 Sep 2003 17:32:24 +0000 Subject: [PATCH] added strings for export to excel --- lang/en/attendance.php | 5 +++++ 1 file changed, 5 insertions(+) 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"; + ?> -- 2.39.5