To be used in different places.
Bug 1646
(http://moodle.org/bugs/bug.php?op=show&bugid=1646)
Merged from MOODLE_13_STABLE
$string['entercourse'] = 'Click to enter this course';
$string['enteremailaddress'] = 'Enter in your email address to reset your
password and have the new password sent to you via email.';
+$string['entries'] = 'Entries';
$string['error'] = 'Error';
$string['errortoomanylogins'] = 'Sorry, you have exceeded the allowed number of login attempts. Restart your browser.';
$string['errorwhenconfirming'] = 'You are not confirmed yet because an error occurred. If you clicked on a link in an email to get here, make sure that the line in your email wasn\'t broken or wrapped. You may have to use cut and paste to reconstruct the link properly.';
//Now, if requested, the user_data
if ($user_data) {
- $info[1][0] = get_string("rolls","attendance");
+ $info[1][0] = get_string("entries");
if ($ids = attendance_roll_ids_by_course ($course)) {
$info[1][1] = count($ids);
} else {
//Now, if requested, the user_data
if ($user_data) {
- $info[1][0] = get_string("entries","dialogue");
+ $info[1][0] = get_string("entries");
if ($ids = dialogue_entry_ids_by_course ($course)) {
$info[1][1] = count($ids);
} else {