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
<FIELDNAME="total_certificate_to_process"TYPE="int"LENGTH="20"NOTNULL="true"DEFAULT="0"SEQUENCE="false"COMMENT="to store the total count of certificates that should be processed"/>
Copy file name to clipboardExpand all lines: lang/en/customcert.php
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -228,3 +228,12 @@
228
228
229
229
// Acess API.
230
230
$string['customcert:managelanguages'] = 'Manage language on edit form';
231
+
232
+
$string['certificatesperrun'] = 'Certificates Per Run';
233
+
$string['certificatesperrun_desc'] = 'Enter the number of certificates to process per scheduled task run where 0 means it will process all certifiate.';
234
+
$string['includeinnotvisiblecourses'] = 'Include Certificates in Not Visible Courses';
235
+
$string['includeinnotvisiblecourses_desc'] = 'Check this box to include certificates in courses that are not visible to the user.';
$string['certificateexecutionperiod_desc'] = 'Specify the period for which certificates should be executed based on their end date. Set to 0 to execute all certificates, regardless of their age.';
0 commit comments