1 |
efrain |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
// This file is part of Moodle - http://moodle.org/
|
|
|
4 |
//
|
|
|
5 |
// Moodle is free software: you can redistribute it and/or modify
|
|
|
6 |
// it under the terms of the GNU General Public License as published by
|
|
|
7 |
// the Free Software Foundation, either version 3 of the License, or
|
|
|
8 |
// (at your option) any later version.
|
|
|
9 |
//
|
|
|
10 |
// Moodle is distributed in the hope that it will be useful,
|
|
|
11 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
12 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
13 |
// GNU General Public License for more details.
|
|
|
14 |
//
|
|
|
15 |
// You should have received a copy of the GNU General Public License
|
|
|
16 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
17 |
|
|
|
18 |
/**
|
|
|
19 |
* Strings for component 'block_recent_activity', language 'en', branch 'MOODLE_20_STABLE'
|
|
|
20 |
*
|
|
|
21 |
* @package block_recent_activity
|
|
|
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['cleanuptask'] = 'Cleanup task for recent activity block';
|
|
|
27 |
$string['pluginname'] = 'Recent activity';
|
|
|
28 |
$string['privacy:metadata'] = 'The recent activity block contains a cache of data stored elsewhere in Moodle.';
|
|
|
29 |
$string['privacy:metadata:block_recent_activity'] = 'Temporary log of recent teacher activity. Removed after two days';
|
|
|
30 |
$string['privacy:metadata:block_recent_activity:action'] = 'Action: created, updated or deleted';
|
|
|
31 |
$string['privacy:metadata:block_recent_activity:cmid'] = 'Course activity ID';
|
|
|
32 |
$string['privacy:metadata:block_recent_activity:courseid'] = 'Course ID';
|
|
|
33 |
$string['privacy:metadata:block_recent_activity:modname'] = 'Module type name (for delete action)';
|
|
|
34 |
$string['privacy:metadata:block_recent_activity:timecreated'] = 'Time when action was performed';
|
|
|
35 |
$string['privacy:metadata:block_recent_activity:userid'] = 'User performing the action';
|
|
|
36 |
$string['recent_activity:addinstance'] = 'Add a new recent activity block';
|
|
|
37 |
$string['recent_activity:viewaddupdatemodule'] = 'View added and updated modules in recent activity block';
|
|
|
38 |
$string['recent_activity:viewdeletemodule'] = 'View deleted modules in recent activity block';
|