Skip to content

Commit 381ee0f

Browse files
committed
add lang strings
1 parent 90f0006 commit 381ee0f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lang/en/customcert.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
$string['createtemplate'] = 'Create template';
4242
$string['customcert:addinstance'] = 'Add a new custom certificate instance';
4343
$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';
4446
$string['customcert:manageemailstudents'] = 'Manage email students setting';
4547
$string['customcert:manageemailteachers'] = 'Manage email teachers setting';
4648
$string['customcert:manageemailothers'] = 'Manage email others setting';
@@ -59,6 +61,7 @@
5961
$string['deleteelement'] = 'Delete element';
6062
$string['deleteelementconfirm'] = 'Are you sure you want to delete this element?';
6163
$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?';
6265
$string['deleteissuedcertificates'] = 'Delete issued certificates';
6366
$string['deletepageconfirm'] = 'Are you sure you want to delete this certificate page?';
6467
$string['deletetemplateconfirm'] = 'Are you sure you want to delete this certificate template?';
@@ -95,6 +98,10 @@
9598
$string['emailstudentsubject'] = '{$a->coursefullname}: {$a->certificatename}';
9699
$string['emailstudents'] = 'Email students';
97100
$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';
98105
$string['emailteachers'] = 'Email teachers';
99106
$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.';
100107
$string['emailothers'] = 'Email others';

0 commit comments

Comments
 (0)