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
$string['customfilenamepattern'] = 'Custom file name pattern';
67
+
$string['customfilenamepattern_help'] = 'Enter the pattern for naming certificate files. You can use placeholders such as {firstname}, {lastname}, {group}, {coursename}, {date}.';
66
68
$string['deletecertpage'] = 'Delete page';
67
69
$string['deleteconfirm'] = 'Delete confirmation';
68
70
$string['deleteelement'] = 'Delete element';
@@ -201,6 +203,9 @@
201
203
$string['refpoint_help'] = 'The reference point is the location of an element from which its x and y coordinates are determined. It is indicated by the \'+\' that appears in the centre or corners of the element.';
202
204
$string['replacetemplate'] = 'Replace';
203
205
$string['requiredtimenotmet'] = 'You must spend at least a minimum of {$a->requiredtime} minutes in the course before you can access this certificate.';
206
+
$string['returncourse'] = 'Return to course button';
207
+
$string['returncourse_desc'] = 'Display a "Return to course" button on the view certificate page.';
208
+
$string['returncourselabel'] = 'Return to course page';
204
209
$string['rightmargin'] = 'Right margin';
205
210
$string['rightmargin_help'] = 'This is the right margin of the certificate PDF in mm.';
206
211
$string['save'] = 'Save';
@@ -231,10 +236,12 @@
231
236
$string['uploadimage'] = 'Upload image';
232
237
$string['uploadimagedesc'] = 'This link will take you to a new screen where you will be able to upload images. Images uploaded using
233
238
this method will be available throughout your site to all users who are able to create a certificate.';
$string['useadhoc_desc'] = 'When enabled, emails related to certificates will be handled immediately through an ad-hoc task created for each issue. When disabled, emails will be managed by the regular scheduled task.
236
241
237
242
Enabling this option may improve the performance of the scheduled task by offloading email processing to ad-hoc tasks.';
243
+
$string['usecustomfilename'] = 'Use custom file name pattern';
244
+
$string['usecustomfilename_help'] = 'If enabled, you can define a custom file name pattern for certificates using placeholders. The placeholders are {FIRST_NAME}, {LAST_NAME}, {GROUP_NAME}, {COURSE_SHORT_NAME}, {COURSE_FULL_NAME} and {ISSUE_DATE}.';
238
245
$string['userlanguage'] = 'Use user preferences';
239
246
$string['userlanguage_help'] = 'You can force the language of the certificate to override the user\'s language preferences.';
240
247
$string['verified'] = 'Verified';
@@ -249,7 +256,3 @@
249
256
$string['verifycertificatedesc'] = 'This link will take you to a new screen where you will be able to verify certificates on the site';
250
257
$string['width'] = 'Width';
251
258
$string['width_help'] = 'This is the width of the certificate PDF in mm. For reference an A4 piece of paper is 210mm wide and a letter is 216mm wide.';
0 commit comments