Missing strings for new stats report, new link in admin/index.php for admin reports
This commit is contained in:
@@ -417,6 +417,11 @@
|
||||
$table->data[] = array("<font size=\"+1\"><b><a href=\"$CFG->dbtype/frame.php\">".get_string("managedatabase")."</a></b></font>",
|
||||
"<font size=\"+1\"> </font>".get_string("adminhelpmanagedatabase"));
|
||||
}
|
||||
if (!empty($CFG->enablestats)) {
|
||||
$table->data[] = array("<font size=\"+1\"><b><a href=\"reports.php\">".get_string('reports')."</a></b>",
|
||||
"<font size=\"+1\"> </font>".get_string("adminhelpreports"));
|
||||
}
|
||||
|
||||
|
||||
print_table($table);
|
||||
|
||||
|
||||
@@ -5,8 +5,10 @@
|
||||
$string['action'] = 'Action';
|
||||
$string['actions'] = 'Actions';
|
||||
$string['active'] = 'Active';
|
||||
$string['activeusers'] = 'Active users';
|
||||
$string['activities'] = 'Activities';
|
||||
$string['activity'] = 'Activity';
|
||||
$string['activityweighted'] = 'Activity per user';
|
||||
$string['activityclipboard'] = 'Moving this activity: <b>$a</b>';
|
||||
$string['activityiscurrentlyhidden'] = 'Sorry, this activity is currently hidden';
|
||||
$string['activitymodule'] = 'Activity module';
|
||||
@@ -56,6 +58,7 @@ $string['adminhelpmanagedatabase'] = 'Access the database directly (be careful!)
|
||||
$string['adminhelpmanagefilters'] = 'Choose text filters and related settings';
|
||||
$string['adminhelpmanagemodules'] = 'Manage installed modules and their settings';
|
||||
$string['adminhelpmymoodle'] = 'Configure the my moodle blocks for users';
|
||||
$string['adminhelpreports'] = 'Ranking of courses for various criteria';
|
||||
$string['adminhelpsitefiles'] = 'For publishing general files or uploading external backups';
|
||||
$string['adminhelpsitesettings'] = 'Define how the front page of the site looks';
|
||||
$string['adminhelpthemes'] = 'Choose how the site looks (colours, fonts etc)';
|
||||
@@ -908,6 +911,7 @@ $string['parentcoursenotfound'] = 'Parent course not found!';
|
||||
$string['parentcoursenotmetacourse'] = 'Parent course not metacourse!';
|
||||
$string['parentfolder'] = 'Parent folder';
|
||||
$string['participants'] = 'Participants';
|
||||
$string['participationratio'] = 'Participation ratio';
|
||||
$string['password'] = 'Password';
|
||||
$string['passwordchanged'] = 'Password has been changed';
|
||||
$string['passwordconfirmchange'] = 'Confirm password change';
|
||||
@@ -937,6 +941,7 @@ $string['policyagree'] = 'You must agree to this policy to continue using this s
|
||||
$string['policyagreement'] = 'Site Policy Agreement';
|
||||
$string['policyagreementclick'] = 'Click here to read the Site Policy Agreement';
|
||||
$string['popupwindow'] = 'Open file in new window';
|
||||
$string['posts'] = 'Posts';
|
||||
$string['potentialadmins'] = 'Potential admins';
|
||||
$string['potentialcreators'] = 'Potential course creators';
|
||||
$string['potentialstudents'] = 'Potential students';
|
||||
@@ -984,6 +989,7 @@ $string['removestudent'] = 'Remove student';
|
||||
$string['removeteacher'] = 'Remove teacher';
|
||||
$string['rename'] = 'Rename';
|
||||
$string['renamefileto'] = 'Rename <b>$a</b> to';
|
||||
$string['reports'] = 'Reports';
|
||||
$string['requestcourse'] = 'Request a course';
|
||||
$string['requestedby'] = 'Requested by';
|
||||
$string['requestreason'] = 'Reason for course request';
|
||||
@@ -1103,6 +1109,10 @@ $string['statsreport7'] = 'User activity (views and posts)';
|
||||
$string['statsreport8'] = 'All User activity';
|
||||
$string['statsreport9'] = 'Logins (site course)';
|
||||
$string['statsreport10'] = 'User activity';
|
||||
$string['statsreport11'] = 'Most active courses';
|
||||
$string['statsreport12'] = 'Most active courses (weighted)';
|
||||
$string['statsreport13'] = 'Most participatory courses (enrolments)';
|
||||
$string['statsreport14'] = 'Most participatory courses (views/posts)';
|
||||
$string['statsreportforuser'] = 'for';
|
||||
$string['statsreporttype'] = 'Report type';
|
||||
$string['statstimeperiod'] = 'Time period - last:';
|
||||
@@ -1245,6 +1255,7 @@ $string['usethiscourse'] = 'Use this course';
|
||||
$string['usingexistingcourse'] = 'Using existing course';
|
||||
$string['version'] = 'Version';
|
||||
$string['view'] = 'View';
|
||||
$string['views'] = 'Views';
|
||||
$string['viewsolution'] = 'view solution';
|
||||
$string['virusfound'] = 'Attention administrator! Clam AV has found a virus in a file uploaded by $a->user for the course $a->course. Here is the output of clamscan:';
|
||||
$string['virusfoundlater'] = 'A file you uploaded on $a->date with the filename $a->filename for the course $a->course has since been found to contain a virus. Here is a summary of what has happened to your file:
|
||||
|
||||
Reference in New Issue
Block a user