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';
68
+
$string['customfilenamepattern_help'] = 'Enter the pattern for naming certificate files. You can use placeholders such as {firstname}, {lastname}, {group}, {coursename}, {date}.';
69
+
$string['custompattern'] = 'First name, Last name, Course short name, Issue date';
$string['exampledatawarning'] = 'Some of these values may just be an example to ensure positioning of the elements is possible.';
135
+
$string['filenamepattern'] = 'File name pattern (legacy)';
136
+
$string['filenamepattern_help'] = 'Choose the pattern for naming certificate files (legacy setting).';
126
137
$string['font'] = 'Font';
127
138
$string['font_help'] = 'The font used when generating this element.';
128
139
$string['fontcolour'] = 'Colour';
@@ -135,6 +146,7 @@
135
146
$string['height_help'] = 'This is the height of the certificate PDF in mm. For reference an A4 piece of paper is 297mm high and a letter is 279mm high.';
136
147
$string['includeinnotvisiblecourses'] = 'Include certificates in hidden courses';
137
148
$string['includeinnotvisiblecourses_desc'] = 'Certificates from hidden courses are not proccesed by default. If you want to include them, enable this setting.';
$string['invalidcolour'] = 'Invalid colour chosen, please enter a valid HTML colour name, or a six-digit, or three-digit hexadecimal colour.';
140
152
$string['invalidelementwidthorheightnotnumber'] = 'Please enter a valid number.';
@@ -235,6 +247,8 @@
235
247
$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
248
237
249
Enabling this option may improve the performance of the scheduled task by offloading email processing to ad-hoc tasks.';
250
+
$string['usecustomfilename'] = 'Use custom file name pattern';
251
+
$string['usecustomfilename_help'] = 'If enabled, you can define a custom file name pattern for certificates using placeholders such as {FIRST NAME}, {LAST NAME}, {GROUP}, {COUSRE SHORT NAME}, {DATE}.';
238
252
$string['userlanguage'] = 'Use user preferences';
239
253
$string['userlanguage_help'] = 'You can force the language of the certificate to override the user\'s language preferences.';
240
254
$string['verified'] = 'Verified';
@@ -249,4 +263,3 @@
249
263
$string['verifycertificatedesc'] = 'This link will take you to a new screen where you will be able to verify certificates on the site';
250
264
$string['width'] = 'Width';
251
265
$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