1434 |
ariadna |
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 |
* English strings for local_moofactory_notification.
|
|
|
19 |
*
|
|
|
20 |
* @package local_moofactory_notification
|
|
|
21 |
* @copyright 2020 Patrick ROCHET <patrick.r@lmsfactory.com>
|
|
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
23 |
*/
|
|
|
24 |
|
|
|
25 |
defined('MOODLE_INTERNAL') || die();
|
|
|
26 |
|
|
|
27 |
$string['pluginname'] = 'Moofactory Notification';
|
|
|
28 |
$string['notifications_category'] = 'Notifications';
|
|
|
29 |
$string['settings'] = 'Settings';
|
|
|
30 |
$string['managenotif'] = 'Manage notifications';
|
|
|
31 |
$string['enabled'] = 'Notifications activated';
|
|
|
32 |
$string['enabled_desc'] = 'Notifications activation';
|
|
|
33 |
$string['eventstypes'] = 'Types of events enabled';
|
|
|
34 |
$string['siteevents'] = 'Site events';
|
|
|
35 |
$string['siteevents_desc'] = 'Site events notifications';
|
|
|
36 |
$string['daysbeforesiteevent'] = 'Time (d)';
|
|
|
37 |
$string['daysbeforesiteevent_desc'] = 'Time before notification is sent (in days)';
|
|
|
38 |
$string['hoursbeforesiteevent'] = 'Time (h)';
|
|
|
39 |
$string['hoursbeforesiteevent_desc'] = 'And/or time before notification is sent (in hours)';
|
|
|
40 |
$string['siteeventsnotification_desc'] = 'Choice of the notification template to use for site events';
|
|
|
41 |
$string['coursesevents'] = 'Courses events';
|
|
|
42 |
$string['coursesevents_desc'] = 'Courses events notifications';
|
|
|
43 |
$string['courseseventsnotification_desc'] = 'Choice of the notification template to use for courses events';
|
|
|
44 |
$string['usersevents'] = 'Users events';
|
|
|
45 |
$string['usersevents_desc'] = 'Users events notifications';
|
|
|
46 |
|
|
|
47 |
$string['coursesaccess'] = 'Non-access to courses';
|
|
|
48 |
$string['coursesaccess_desc'] = 'Notifications in the event of non-access to a course for a certain time';
|
|
|
49 |
$string['coursesaccesstime'] = 'Time interval';
|
|
|
50 |
$string['coursesaccesstime_desc'] = 'Time interval from which a notification is sent in the event of non-access to a course (in days)';
|
|
|
51 |
$string['coursesaccessnotification_desc'] = 'Choice of the notification template to use for non-access reminders to a course';
|
|
|
52 |
$string['coursesaccessnotifnumber'] = 'Maximum number';
|
|
|
53 |
$string['coursesaccessnotifnumber_desc'] = 'Maximum number of notifications sent between two course accesses';
|
|
|
54 |
$string['courseaccess'] = 'Non-access to this course';
|
|
|
55 |
$string['courseaccesstime'] = 'For';
|
|
|
56 |
$string['courseaccesstime_desc'] = 'day(s)';
|
|
|
57 |
|
|
|
58 |
$string['coursesenrollments'] = 'Courses enrollments';
|
|
|
59 |
$string['coursesenrollments_desc'] = 'Notifications when a course enrollment occurs';
|
|
|
60 |
$string['coursesenrollmentstime'] = 'Time';
|
|
|
61 |
$string['coursesenrollmentstime_desc'] = 'Time before notification is sent (in minutes)';
|
|
|
62 |
$string['coursesenrollmentsnotification_desc'] = 'Choice of the notification template to use for courses enrollments';
|
|
|
63 |
$string['courseenrollments'] = 'Enrollments to this course';
|
|
|
64 |
$string['courseenrollmentstime'] = 'Time';
|
|
|
65 |
$string['courseenrollmentstime_desc'] = 'minute(s) after enrollment to this course';
|
|
|
66 |
|
|
|
67 |
$string['courseevents'] = 'Events link to this course';
|
|
|
68 |
$string['courseeventscheckavailability'] = 'Take into account access restrictions to activities';
|
|
|
69 |
$string['courseeventscheckdateavailability'] = 'Ignore "date" type restrictions';
|
|
|
70 |
$string['courseeventscheckgroupavailability'] = 'Ignore "group" type restrictions';
|
|
|
71 |
$string['usednotification'] = 'Notification used';
|
|
|
72 |
$string['usednotification2'] = 'Notification used (optionnal)';
|
|
|
73 |
$string['selectrole2'] = 'Concerned role';
|
|
|
74 |
$string['copienotif'] = 'Copie to';
|
|
|
75 |
|
|
|
76 |
|
|
|
77 |
$string['daysbeforeevents1'] = 'First reminder';
|
|
|
78 |
$string['daysbeforeevents1_desc'] = 'day(s) before the events';
|
|
|
79 |
$string['hoursbeforeevents1'] = 'and/or';
|
|
|
80 |
$string['hoursbeforeevents1_desc'] = 'hour(s) before the events';
|
|
|
81 |
$string['daysbeforeevents2'] = 'Second reminder';
|
|
|
82 |
$string['daysbeforeevents2_desc'] = 'day(s) before the events';
|
|
|
83 |
$string['hoursbeforeevents2'] = 'and/or';
|
|
|
84 |
$string['hoursbeforeevents2_desc'] = 'hour(s) before the events';
|
|
|
85 |
$string['daysbeforeevents3'] = 'Third reminder';
|
|
|
86 |
$string['daysbeforeevents3_desc'] = 'day(s) before the events';
|
|
|
87 |
$string['hoursbeforeevents3'] = 'and/or';
|
|
|
88 |
$string['hoursbeforeevents3_desc'] = 'hour(s) before the events';
|
|
|
89 |
$string['menuitem'] = 'Activate notifications';
|
|
|
90 |
$string['module'] = 'Activate notifications for ';
|
|
|
91 |
$string['moduleevents'] = 'Events link to this activity';
|
|
|
92 |
$string['modulecheckavailability'] = 'Take into account access restrictions to this activity';
|
|
|
93 |
$string['modulecheckdateavailability'] = 'Ignore "date" type restrictions';
|
|
|
94 |
$string['modulecheckgroupavailability'] = 'Ignore "group" type restrictions';
|
|
|
95 |
$string['modulereset'] = 'To reset these values with those saved at the course level, enter 999 in the fields concerned above.';
|
|
|
96 |
$string['notanumber'] = 'The value entered must be a positive number';
|
|
|
97 |
$string['notanullnumber'] = 'The value entered must be a not null positive number';
|
|
|
98 |
|
|
|
99 |
$string['sendsiteeventsnotifications'] = 'Sending notifications for site events';
|
|
|
100 |
$string['sendcourseseventsnotifications'] = 'Sending notifications for courses events';
|
|
|
101 |
$string['sendcourseenrollmentsnotifications'] = 'Sending notifications for courses enrollments';
|
|
|
102 |
$string['sendcourseaccessnotifications'] = 'Sending notifications in the event of non-access to courses for a certain time';
|
|
|
103 |
$string['sendmoduleaccessnotifications'] = 'Sending notifications after lifting of access restrictions';
|
|
|
104 |
$string['choose'] = 'Choose a notification';
|
|
|
105 |
$string['notifications'] = 'Notifications';
|
|
|
106 |
$string['duplicate'] = 'Duplicate';
|
|
|
107 |
$string['delete'] = 'Delete';
|
|
|
108 |
$string['add'] = 'Add a notification';
|
|
|
109 |
$string['deletenotification'] = 'Delete a notification';
|
|
|
110 |
$string['deleteplugin'] = 'This notification is defined in the plugin settings.';
|
|
|
111 |
$string['deletecourses'] = 'This notification is set in the following course settings:';
|
|
|
112 |
$string['deletecourse'] = 'This notification is defined in the settings of the course';
|
|
|
113 |
$string['deleteactivities'] = 'This notification is set in the settings of the following activities:';
|
|
|
114 |
$string['deleteactivity'] = 'This notification is defined in the settings of the activity';
|
|
|
115 |
$string['deleteconfirm'] = 'Confirm the deletion of the notification {$a}.<br>It will be replaced by the default notification if needed.';
|
|
|
116 |
$string['required'] = 'This field is required';
|
|
|
117 |
$string['name'] = 'Name';
|
|
|
118 |
$string['type'] = 'Type';
|
|
|
119 |
$string['subject'] = 'Subject';
|
|
|
120 |
$string['bodyhtml'] = 'Content';
|
|
|
121 |
$string['nogroup'] = 'no group';
|
|
|
122 |
|
|
|
123 |
// Champs de fusion
|
|
|
124 |
$string['params'] = 'Parameters (merge fields)';
|
|
|
125 |
$string['params_firstname'] = 'User\'s first name';
|
|
|
126 |
$string['params_lastname'] = 'User\'s last name';
|
|
|
127 |
$string['params_username'] = 'User ID';
|
|
|
128 |
$string['params_usergroup'] = 'Group of the user in the considered course';
|
|
|
129 |
$string['params_eventdate'] = 'Event date';
|
|
|
130 |
$string['params_eventname'] = 'Event name';
|
|
|
131 |
$string['params_coursename'] = 'Course name';
|
|
|
132 |
$string['params_coursestartdate'] = 'Course start date';
|
|
|
133 |
$string['params_courseenddate'] = 'Course end date ';
|
|
|
134 |
$string['params_courseenrolstartdate'] = 'Date of the start of the user\'s enrolment in the considered course';
|
|
|
135 |
$string['params_courseenrolenddate'] = 'Date of the end of the user\'s enrolment in the considered course';
|
|
|
136 |
$string['params_courseurl'] = 'Course URL';
|
|
|
137 |
$string['params_activityname'] = 'Activity name';
|
|
|
138 |
$string['params_lmsurl'] = 'Platform URL (LMS)';
|
|
|
139 |
$string['params_lmsname'] = 'Platform name (LMS)';
|
|
|
140 |
$string['params_interval'] = 'Time interval since last user access to course';
|
|
|
141 |
|
|
|
142 |
$string['messageprovider:coursesaccess_notification'] = 'Notifications in the event of non-access to courses';
|
|
|
143 |
$string['messageprovider:coursesenrollments_notification'] = 'Notifications for courses enrollments';
|
|
|
144 |
$string['messageprovider:coursesevents_notification'] = 'Notifications for courses events';
|
|
|
145 |
$string['messageprovider:siteevents_notification'] = 'Notifications for site events';
|
|
|
146 |
$string['messageprovider:levee_notification'] = 'Notification after the lifting of access restrictions';
|
|
|
147 |
$string['copied'] = 'Copied';
|
|
|
148 |
|
|
|
149 |
// Capabilities.
|
|
|
150 |
$string['moofactory_notification:managenotifications'] = 'Manage notifications';
|
|
|
151 |
$string['moofactory_notification:setnotifications'] = 'Setting notifications';
|
|
|
152 |
$string['moofactory_notification:coursesenrollments'] = 'Courses enrollments';
|
|
|
153 |
$string['moofactory_notification:coursesevents'] = 'Courses events';
|
|
|
154 |
$string['moofactory_notification:coursesaccess'] = 'Non-access to courses';
|
|
|
155 |
$string['moofactory_notification:modulesaccess'] = 'Lifting of access restrictions';
|
|
|
156 |
|
|
|
157 |
//champs notification restriction d'accès
|
|
|
158 |
$string['moduleaccesstitle'] = 'Notification after lifting of access restrictions';
|
|
|
159 |
$string['moduleaccess'] = 'Lifting of access restrictions';
|
|
|
160 |
$string['moduleaccess_desc'] = 'Notification after the lifting of access restrictions';
|
|
|
161 |
$string['leveetime'] = 'Delay';
|
|
|
162 |
$string['leveetime_desc'] = 'Delay before lifting of access restrictions (in minutes)';
|
|
|
163 |
$string['moduleaccessnotification_desc'] = 'Choice of the notification to use for the lifting of access restrictions';
|
|
|
164 |
|
|
|
165 |
$string['moduleleveetime_desc'] = 'minute(s)';
|
|
|
166 |
$string['daysbeforelevee1'] = 'First reminder';
|
|
|
167 |
$string['daysbeforelevee1_desc'] = 'day(s)';
|
|
|
168 |
$string['hoursbeforelevee1'] = 'and/or';
|
|
|
169 |
$string['hoursbeforelevee1_desc'] = 'hour(s)';
|
|
|
170 |
$string['daysbeforelevee2'] = 'Second reminder';
|
|
|
171 |
$string['daysbeforelevee2_desc'] = 'day(s)';
|
|
|
172 |
$string['hoursbeforelevee2'] = 'and/or';
|
|
|
173 |
$string['hoursbeforelevee2_desc'] = 'hour(s)';
|
|
|
174 |
$string['daysbeforelevee3'] = 'Third reminder';
|
|
|
175 |
$string['daysbeforelevee3_desc'] = 'day(s)';
|
|
|
176 |
$string['hoursbeforelevee3'] = 'and/or';
|
|
|
177 |
$string['hoursbeforelevee3_desc'] = 'hour(s)';
|