Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
// This file is part of Moodle - http://moodle.org/
3
//
4
// Moodle is free software: you can redistribute it and/or modify
5
// it under the terms of the GNU General Public License as published by
6
// the Free Software Foundation, either version 3 of the License, or
7
// (at your option) any later version.
8
//
9
// Moodle is distributed in the hope that it will be useful,
10
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
// GNU General Public License for more details.
13
//
14
// You should have received a copy of the GNU General Public License
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
16
 
17
/**
18
 * Strings
19
 *
20
 * @package    report
21
 * @subpackage stats
22
 * @copyright  1999 onwards Martin Dougiamas  {@link http://moodle.com}
23
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 */
25
 
26
$string['eventreportviewed'] = 'Statistics report viewed';
27
$string['eventuserreportviewed'] = 'User statistics report viewed';
28
$string['nocapability'] = 'Can not access user statistics report';
29
$string['pluginname'] = 'Statistics';
30
$string['page-report-stats-x'] = 'Any statistics report';
31
$string['page-report-stats-index'] = 'Course statistics report';
32
$string['page-report-stats-user'] = 'User course statistics report';
33
$string['stats:view'] = 'View course statistics report';
34
$string['privacy:metadata'] = 'The Statistics plugin does not store any personal data.';
35
 
36
$string['privacy:metadata:courseid'] = 'An identifier for a course';
37
$string['privacy:metadata:userid'] = 'The user ID linked to this table.';
38
$string['privacy:metadata:roleid'] = 'The role ID of the user.';
39
$string['privacy:metadata:timeend'] = 'End time of logs view';
40
$string['privacy:metadata:statsreads'] = 'Views of content';
41
$string['privacy:metadata:statswrites'] = 'Content made in the course.';
42
$string['privacy:metadata:stattype'] = 'The type of stat being recorded';
43
$string['privacy:metadata:statssummary'] = 'Records basic statistics about user interaction in courses.';
44
$string['privacy:weeklypath'] = 'Stats weekly';
45
$string['privacy:dailypath'] = 'Stats daily';
46
$string['privacy:monthlypath'] = 'Stats monthly';