|
22 | 22 | * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
23 | 23 | */
|
24 | 24 |
|
| 25 | +$string['Upper/lower/digits'] = '6aOdbLEuoC (Upper/lower/digits random string)'; |
25 | 26 | $string['activity'] = 'Activity';
|
26 | 27 | $string['addcertpage'] = 'Add page';
|
27 | 28 | $string['addelement'] = 'Add element';
|
|
65 | 66 | $string['customcertsettings'] = 'Custom certificate settings';
|
66 | 67 | $string['customfilenamepattern'] = 'Custom file name pattern';
|
67 | 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'; |
| 70 | +$string['defaultpattern'] = 'Default (certificate name)'; |
68 | 71 | $string['deletecertpage'] = 'Delete page';
|
69 | 72 | $string['deleteconfirm'] = 'Delete confirmation';
|
70 | 73 | $string['deleteelement'] = 'Delete element';
|
|
73 | 76 | $string['deleteissuedcertificates'] = 'Delete issued certificates';
|
74 | 77 | $string['deletepageconfirm'] = 'Are you sure you want to delete this certificate page?';
|
75 | 78 | $string['deletetemplateconfirm'] = 'Are you sure you want to delete this certificate template?';
|
| 79 | +$string['deliveryoption'] = 'Delivery option'; |
| 80 | +$string['deliveryoption_help'] = 'Choose how the certificate should be delivered to users.'; |
76 | 81 | $string['deliveryoptiondownload'] = 'Send to the browser and force a file download';
|
77 | 82 | $string['deliveryoptioninline'] = 'Send the file inline to the browser';
|
78 | 83 | $string['deliveryoptions'] = 'Delivery options';
|
79 | 84 | $string['description'] = 'Description';
|
| 85 | +$string['digits-with-hyphens'] = '0123-4567-8901 (Digits with hyphens)'; |
| 86 | +$string['download'] = 'Force download'; |
80 | 87 | $string['downloadallissuedcertificates'] = 'Download all issued certificates';
|
81 | 88 | $string['downloadallsitecertificates'] = 'Download all site certificates';
|
82 | 89 | $string['downloadallsitecertificatesdesc'] = 'This will download all the certificates on the site in a zip file.';
|
|
125 | 132 | $string['eventtemplatedeleted'] = 'Custom certificate template deleted';
|
126 | 133 | $string['eventtemplateupdated'] = 'Custom certificate template updated';
|
127 | 134 | $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).'; |
128 | 137 | $string['font'] = 'Font';
|
129 | 138 | $string['font_help'] = 'The font used when generating this element.';
|
130 | 139 | $string['fontcolour'] = 'Colour';
|
|
137 | 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.';
|
138 | 147 | $string['includeinnotvisiblecourses'] = 'Include certificates in hidden courses';
|
139 | 148 | $string['includeinnotvisiblecourses_desc'] = 'Certificates from hidden courses are not proccesed by default. If you want to include them, enable this setting.';
|
| 149 | +$string['inline'] = 'Display inline'; |
140 | 150 | $string['invalidcode'] = 'Invalid code supplied.';
|
141 | 151 | $string['invalidcolour'] = 'Invalid colour chosen, please enter a valid HTML colour name, or a six-digit, or three-digit hexadecimal colour.';
|
142 | 152 | $string['invalidelementwidthorheightnotnumber'] = 'Please enter a valid number.';
|
|
241 | 251 |
|
242 | 252 | Enabling this option may improve the performance of the scheduled task by offloading email processing to ad-hoc tasks.';
|
243 | 253 | $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}.'; |
| 254 | +$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}.'; |
245 | 255 | $string['userlanguage'] = 'Use user preferences';
|
246 | 256 | $string['userlanguage_help'] = 'You can force the language of the certificate to override the user\'s language preferences.';
|
247 | 257 | $string['verified'] = 'Verified';
|
|
0 commit comments