~ubuntu-branches/ubuntu/breezy/moodle/breezy

« back to all changes in this revision

Viewing changes to lang/bg/attendance.php

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-10-13 02:00:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013020059-y2qcyo41t7nqppcg
Tags: 1.5.2-1ubuntu1
* Resync with debian (security update)
* changed dependencys to php5
* changed apache dependency to apache2 
* References
  CAN-2005-2247

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
$string['thursday'] = '���';
24
24
$string['tuesday'] = '��';
25
25
$string['wednesday'] = '��';
 
26
$string['modulename'] = "Attendance";
 
27
$string['allmodulename'] = "All Attendance Rolls";
 
28
$string['modulenameplural'] = "Attendance Rolls";
 
29
$string['weekmodulename'] = "All Attendance Rolls In the Last Week";
 
30
$string['addmultiple'] = "Add Multiple Attendance Rolls";
 
31
$string['addingmultiple'] = "Adding Multiple Attendance Rolls";
 
32
$string['takeroll'] = "Take roll on this day?";
 
33
$string['dayofroll'] = "Date to take roll for";
 
34
$string['notes'] = "Exceptional information";
 
35
$string['notesfor'] = "Exceptional information for";
 
36
$string['hoursinclass'] = "Number of hours in a class period";
 
37
$string['tardyshort'] = "T";
 
38
$string['tardylong'] = "Tardy";
 
39
$string['dynamicsection'] = "Determine week for attendance based on this date";
 
40
$string['defaultdynamicsection'] = "Whether to move attendance rolls to the correct week by default";
 
41
$string['defaulthoursinclass'] = "How many hours there should be in a default attendance roll";
 
42
$string['tardiesperabsence'] = "How many tardies should count as one absence";
 
43
$string['hoursinfullreport'] = "The maximum number of hours of attendance that should be displayed on a single page of a report";
 
44
$string['viewall'] = "View All Attendance Rolls";
 
45
$string['teacheredit'] = "Take Attendance";
 
46
$string['viewone'] = "View All Pages of Report";
 
47
$string['viewtable'] = "View Report as One Table";
 
48
$string['viewmulti'] = "View Report as Multiple Pages";
 
49
$string['viewweek'] = "View All Attendance Rolls from the Calendar Week";
 
50
$string['viewsection'] = "View All Attendance Rolls from this Section";
 
51
$string['noviews'] = "Sorry, there is no data for your account here";
 
52
$string['norolls'] = "There are no attendance rolls in this course";
 
53
$string['startmulti'] = "Date for first attendance roll";
 
54
$string['endmulti'] = "Date for last attendance roll";
 
55
$string['choosedays'] = "Days of each week to take attendance";
 
56
$string['dynamicsectionmulti'] = "Place rolls in their weekly section automatically";
 
57
$string['hoursineachclass'] = "Number of Hours in each class period";
 
58
$string['startafterend'] = "The start date is after the end of the course";
 
59
$string['defaultstudentstatus'] = "The default student attendance status on new attendance rolls";
 
60
$string['autoattend'] = "Automatically take attendance based on user activity logs";
 
61
$string['defaultautoattend'] = "Whether to take attendance based on user activity logs by default";
 
62
$string['autoattendmulti'] = "Automatically take attendance for all rolls based on user activity logs";
 
63
$string['gradevalue'] = "Make this roll gradeable";
 
64
$string['defaultgrade'] = " Whether to make attendance rolls gradeable by default";
 
65
$string['gradevaluemulti'] = "Make these rolls gradeable";
 
66
$string['maxgradevalue'] = "Maximum grade value for full attendance";
 
67
$string['defaultmaxgrade'] = "What the default maximum grade value for full attendance should be";
 
68
$string['maxgradeshort'] = "Maximum grade";
 
69
$string['autoattendshort'] = "Automatic from logs";
 
70
$string['dynsectionshort'] = "Dynamically moved to section";
26
71
 
27
72
?>