mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
lots of fixes to stats, more to come
This commit is contained in:
parent
c1ddecab49
commit
0f259f63d9
6 changed files with 202 additions and 97 deletions
|
@ -1220,18 +1220,18 @@ $string['stats'] = 'Statistics';
|
|||
$string['statsnodata'] = 'There is no available data for that combination of course and time period.';
|
||||
$string['statsnodatauser'] = 'There is no available data for that combination of course, user and time period.';
|
||||
$string['statsoff'] = 'Statistics is not currently enabled';
|
||||
$string['statsreads'] = 'Views';
|
||||
$string['statswrites'] = 'Posts';
|
||||
$string['statsreportlogins'] = 'Logins';
|
||||
$string['statsreportreads'] = 'Views (teacher and student)';
|
||||
$string['statsreportwrites'] = 'Posts (teacher and student)';
|
||||
$string['statsreportactivity'] = 'All activity (teacher and student)';
|
||||
$string['statsreportstudentactivity'] = 'All student activity (views and posts)';
|
||||
$string['statsreportteacheractivity'] = 'All teacher activity (views and posts)';
|
||||
$string['statsreportreads'] = 'Views (all roles)';
|
||||
$string['statsreportwrites'] = 'Posts (all roles)';
|
||||
$string['statsreportactivity'] = 'All activity (all roles)';
|
||||
$string['statsreportactivitybyrole'] = 'All activity (views and posts)';
|
||||
$string['statsreport1'] = 'Logins';
|
||||
$string['statsreport2'] = 'Views (teacher and student)';
|
||||
$string['statsreport3'] = 'Posts (teacher and student)';
|
||||
$string['statsreport4'] = 'All activity (teacher and student)';
|
||||
$string['statsreport5'] = 'All student activity (views and posts)';
|
||||
$string['statsreport6'] = 'All teacher activity (views and posts)';
|
||||
$string['statsreport2'] = 'Views (all roles)';
|
||||
$string['statsreport3'] = 'Posts (all roles)';
|
||||
$string['statsreport4'] = 'All activity (all roles)';
|
||||
$string['statsreport5'] = 'All activity (views and posts)';
|
||||
$string['statsreport7'] = 'User activity (views and posts)';
|
||||
$string['statsreport8'] = 'All User activity';
|
||||
$string['statsreport9'] = 'Logins (site course)';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue