|
41 | 41 | $string['createtemplate'] = 'Create template';
|
42 | 42 | $string['customcert:addinstance'] = 'Add a new custom certificate instance';
|
43 | 43 | $string['customcert:manage'] = 'Manage a custom certificate';
|
| 44 | +$string['customcert:managekeeplocalcopy'] = 'Manage keep local certificate copy setting'; |
| 45 | +$string['customcert:deletelocalcopy'] = 'Delete local certificate copies'; |
44 | 46 | $string['customcert:manageemailstudents'] = 'Manage email students setting';
|
45 | 47 | $string['customcert:manageemailteachers'] = 'Manage email teachers setting';
|
46 | 48 | $string['customcert:manageemailothers'] = 'Manage email others setting';
|
|
59 | 61 | $string['deleteelement'] = 'Delete element';
|
60 | 62 | $string['deleteelementconfirm'] = 'Are you sure you want to delete this element?';
|
61 | 63 | $string['deleteissueconfirm'] = 'Are you sure you want to delete this certificate issue?';
|
| 64 | +$string['deletelocalcopyconfirm'] = 'Are you sure you want to delete this certificate PDF file?'; |
62 | 65 | $string['deleteissuedcertificates'] = 'Delete issued certificates';
|
63 | 66 | $string['deletepageconfirm'] = 'Are you sure you want to delete this certificate page?';
|
64 | 67 | $string['deletetemplateconfirm'] = 'Are you sure you want to delete this certificate template?';
|
|
95 | 98 | $string['emailstudentsubject'] = '{$a->coursefullname}: {$a->certificatename}';
|
96 | 99 | $string['emailstudents'] = 'Email students';
|
97 | 100 | $string['emailstudents_help'] = 'If set this will email the students a copy of the certificate when it becomes available. <strong>Warning:</strong> Setting this to \'Yes\' before you have finished creating the certificate will email the student an incomplete certificate.';
|
| 101 | +$string['keeplocalcopy'] = 'Keep local certificate copy'; |
| 102 | +$string['keeplocalcopy_help'] = 'If set this will keep a local copy of the certificate PDF. The copy will be served on all future certificate downloads until the file is deleted from the moodle files table.'; |
| 103 | +$string['deletelocalcopy'] = 'Delete local certificate copy'; |
| 104 | +$string['bulkdownloadlink'] = 'Download certificates'; |
98 | 105 | $string['emailteachers'] = 'Email teachers';
|
99 | 106 | $string['emailteachers_help'] = 'If set this will email the teachers a copy of the certificate when it becomes available. <strong>Warning:</strong> Setting this to \'Yes\' before you have finished creating the certificate will email the teacher an incomplete certificate.';
|
100 | 107 | $string['emailothers'] = 'Email others';
|
|
0 commit comments