You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lang/en/tool_dynamic_cohorts.php
+5-1
Original file line number
Diff line number
Diff line change
@@ -152,11 +152,15 @@
152
152
$string['settings:realtime'] = 'Real time processing';
153
153
$string['settings:realtime_desc'] = 'When enabled, rules with conditions that support triggering on the event will be processed synchronously as part of the event. Use caution when enabling as long running rule processing will block the user interface.';
$string['settings:releasemembers_desc'] = 'If enabled all members will be removed from a cohort once it\'s not managed by the plugin (e.g a rule is deleted or cohort for a rule is changed). <br/> Please note: no cohort_member_removed events will be triggered when members are released from a cohort.';
155
+
$string['settings:releasemembers_desc'] = 'If enabled all members will be removed from a cohort once it\'s not managed by the plugin (e.g a rule is deleted or cohort for a rule is changed). <br/> Please note: no cohort_member_removed events will be triggered when members are released from a cohort. Otherwise, the rule will be processed via cron.';
156
156
$string['usercreated'] = 'User was created';
157
157
$string['usercreatedin'] = 'Users who were created in the last {$a}';
158
158
$string['usercreatedtime'] = 'Users who were created {$a->operator} {$a->time}';
159
159
$string['usersforrule'] = 'Users matching rule "{$a->rule}" for cohort "{$a->cohort}"';
160
160
$string['userlastlogin'] = 'User\'s last login';
161
161
$string['haverole'] = 'have role';
162
162
$string['donothaverole'] = 'do not have role';
163
+
$string['realtime'] = 'Real time processing';
164
+
$string['realtime_help'] = 'If enabled, the rule will be processed synchronously as part of the event (if conditions support triggering on the event). Use caution when enabling as long running rule processing will block the user interface.';
0 commit comments