adding some strings
[moodle-linuxchix.git] / lang / en_utf8 / attendance.php
blob38ba9a2dec5f915d17c070194cb4497f6739998c
1 <?PHP // $Id$
2 // attendance.php - created with Moodle 1.7 beta + (2006101003)
5 $string['absentlong'] = 'Absent';
6 $string['absentshort'] = 'A';
7 $string['addingmultiple'] = 'Adding Multiple Attendance Rolls';
8 $string['addmultiple'] = 'Add Multiple Attendance Rolls';
9 $string['allmodulename'] = 'All Attendance Rolls';
10 $string['auto'] = 'auto';
11 $string['autoattend'] = 'Automatically take attendance based on user activity logs';
12 $string['autoattendmulti'] = 'Automatically take attendance for all rolls based on user activity logs';
13 $string['autoattendshort'] = 'Automatic from logs';
14 $string['choosedays'] = 'Days of each week to take attendance';
15 $string['dayofroll'] = 'Date to take roll for';
16 $string['defaultautoattend'] = 'Whether to take attendance based on user activity logs by default';
17 $string['defaultdynamicsection'] = 'Whether to move attendance rolls to the correct week by default';
18 $string['defaultgrade'] = 'Whether to make attendance rolls gradeable by default';
19 $string['defaulthoursinclass'] = 'How many hours there should be in a default attendance roll';
20 $string['defaultmaxgrade'] = 'What the default maximum grade value for full attendance should be';
21 $string['defaultstudentstatus'] = 'The default student attendance status on new attendance rolls';
22 $string['downloadexcelfull'] = 'Download Full Excel Spreadsheet';
23 $string['downloadexceltotals'] = 'Download Summary Excel Spreadsheet';
24 $string['downloadtextfull'] = 'Download Full Text Report';
25 $string['downloadtexttotals'] = 'Download Summary Text Report';
26 $string['dynamicsection'] = 'Determine week for attendance based on this date';
27 $string['dynamicsectionmulti'] = 'Place rolls in their weekly section automatically';
28 $string['dynsectionshort'] = 'Dynamically moved to section';
29 $string['endbeforestart'] = 'The end date is before the start date';
30 $string['endmulti'] = 'Date for last attendance roll';
31 $string['for'] = 'for';
32 $string['friday'] = 'Fri';
33 $string['gradeshort'] = 'Graded';
34 $string['gradevalue'] = 'Make this roll gradeable';
35 $string['gradevaluemulti'] = 'Make these rolls gradeable';
36 $string['hoursinclass'] = 'Number of hours in a class period';
37 $string['hoursineachclass'] = 'Number of Hours in each class period';
38 $string['hoursinfullreport'] = 'The maximum number of hours of attendance that should be displayed on a single page of a report';
39 $string['maxgradeshort'] = 'Maximum grade';
40 $string['maxgradevalue'] = 'Maximum grade value for full attendance';
41 $string['modulename'] = 'Attendance';
42 $string['modulenameplural'] = 'Attendance Rolls';
43 $string['monday'] = 'Mon';
44 $string['norolls'] = 'There are no attendance rolls in this course';
45 $string['notes'] = 'Exceptional information';
46 $string['notesfor'] = 'Exceptional information for';
47 $string['noviews'] = 'Sorry, there is no data for your account here';
48 $string['of'] = 'of';
49 $string['pages'] = 'Pages';
50 $string['presentlong'] = 'Present';
51 $string['presentshort'] = 'P';
52 $string['saturday'] = 'Sat';
53 $string['startafterend'] = 'The start date is after the end of the course';
54 $string['startmulti'] = 'Date for first attendance roll';
55 $string['sunday'] = 'Sun';
56 $string['takeroll'] = 'Take roll on this day?';
57 $string['tardiesperabsence'] = 'How many tardies should count as one absence';
58 $string['tardylong'] = 'Tardy';
59 $string['tardyshort'] = 'T';
60 $string['teacheredit'] = 'Take Attendance';
61 $string['thursday'] = 'Thu';
62 $string['tuesday'] = 'Tue';
63 $string['viewall'] = 'View All Attendance Rolls';
64 $string['viewmulti'] = 'View Report as Multiple Pages';
65 $string['viewone'] = 'View All Pages of Report';
66 $string['viewsection'] = 'View All Attendance Rolls from this Section';
67 $string['viewtable'] = 'View Report as One Table';
68 $string['viewweek'] = 'View All Attendance Rolls from the Calendar Week';
69 $string['wednesday'] = 'Wed';
70 $string['weekmodulename'] = 'All Attendance Rolls In the Last Week';