cd972ae9569f8794560dccb3f0dbbae1e02a0967
[moodle.git] / admin / tool / monitor / lang / en / tool_monitor.php
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/>.
17 /**
18  * Lang strings.
19  *
20  * This files lists lang strings related to tool_monitor.
21  *
22  * @package    tool_monitor
23  * @copyright  2014 onwards Ankit Agarwal <ankit.agrr@gmail.com>
24  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25  */
27 $string['addrule'] = 'Add a new rule';
28 $string['allevents'] = 'All events';
29 $string['allmodules'] = 'All instances';
30 $string['area'] = 'Area';
31 $string['areatomonitor'] = 'Area to monitor';
32 $string['core'] = 'Core';
33 $string['currentsubscriptions'] = 'Your current subscriptions';
34 $string['defaultmessagetemplate'] = 'Rule name: {rulename}<br />Description: {description}<br />Event name: {eventname}';
35 $string['deleterule'] = 'Delete rule';
36 $string['deletesubscription'] = 'Delete subscription';
37 $string['description'] = 'Description:';
38 $string['disablefieldswarning'] = 'Some fields can not be edited as this rule already has subscriptions.';
39 $string['duplicaterule'] = 'Duplicate rule';
40 $string['editrule'] = 'Edit rule';
41 $string['event'] = 'Event';
42 $string['eventnotfound'] = 'Event not found';
43 $string['eventrulecreated'] = 'Rule created';
44 $string['eventruledeleted'] = 'Rule deleted';
45 $string['eventruleupdated'] = 'Rule updated';
46 $string['eventsubcreated'] = 'Subscription created';
47 $string['eventsubcriteriamet'] = 'Subscription criteria met';
48 $string['eventsubdeleted'] = 'Subscription deleted';
49 $string['errorincorrectevent'] = 'Please select an event related to the selected plugin';
50 $string['freqdesc'] = '{$a->freq} time(s) in {$a->mins} minute(s)';
51 $string['frequency'] = 'Notification threshold';
52 $string['frequency_help'] = 'The number of events within a specified time period required for a notification message to be sent.';
53 $string['inminutes'] = 'in minutes';
54 $string['invalidmodule'] = 'Invalid module';
55 $string['manageruleslink'] = 'You can manage rules from the {$a} page.';
56 $string['managesubscriptionslink'] = 'You can subscribe to rules from the {$a} page.';
57 $string['manage'] = 'Manage';
58 $string['managesubscriptions'] = 'Event monitoring';
59 $string['managerules'] = 'Event monitoring rules';
60 $string['messageprovider:notification'] = 'Notifications of rule subscriptions';
61 $string['nopermission'] = 'No permission';
62 $string['messagetemplate'] = 'Notification message';
63 $string['messagetemplate_help'] = 'A notification message is sent to subscribers once the notification threshold has been reached. It can include any or all of the following placeholders:
64 <br /><br />
65 * Link to the location of the event {link}<br />
66 * Link to the area monitored {modulelink}<br />
67 * Rule name {rulename}<br />
68 * Description {description}<br />
69 * Event {eventname}';
70 $string['messagetemplate_link'] = 'admin/tool/monitor/managerules';
71 $string['moduleinstance'] = 'Instance';
72 $string['monitor:managerules'] = 'Manage event monitor rules';
73 $string['monitor:subscribe'] = 'Subscribe to event monitor rules';
74 $string['norules'] = 'There are no event monitoring rules.';
75 $string['pluginname'] = 'Event monitor';
76 $string['processevents'] = 'Process events';
77 $string['rulename'] = 'Rule name';
78 $string['ruleareyousure'] = 'Are you sure you want to delete rule "{$a}"?';
79 $string['rulecopysuccess'] = 'Rule successfully duplicated';
80 $string['ruledeletesuccess'] = 'Rule successfully deleted';
81 $string['rulehelp'] = 'Rule details';
82 $string['rulehelp_help'] = 'This rule listens for when the event \'{$a->eventname}\' in \'{$a->eventcomponent}\' has been triggered {$a->frequency} time(s) in {$a->minutes} minute(s).';
83 $string['rulenopermissions'] = 'You do not have permissions to "{$a} a rule"';
84 $string['rulescansubscribe'] = 'Rules you can subscribe to';
85 $string['selectacourse'] = 'Select a course';
86 $string['selectcourse'] = 'Visit this report at course level to get a list of possible modules';
87 $string['subareyousure'] = 'Are you sure you want to delete this subscription for the rule "{$a}"?';
88 $string['subcreatesuccess'] = "Subscription successfully created";
89 $string['subdeletesuccess'] = "Subscription successfully removed";
90 $string['subhelp'] = 'Subscription details';
91 $string['subhelp_help'] = 'This subscription listens for when the event \'{$a->eventname}\' has been triggered in \'{$a->moduleinstance}\' {$a->frequency} time(s) in {$a->minutes} minute(s).';
92 $string['subscribeto'] = 'Subscribe to rule "{$a}"';
93 $string['taskcleanevents'] = 'Removes any unnecessary event monitor events';
94 $string['unsubscribe'] = 'Unsubscribe';