1 |
efrain |
1 |
<?php
|
|
|
2 |
// This file is part of the customcert module for Moodle - http://moodle.org/
|
|
|
3 |
//
|
|
|
4 |
// Moodle is free software: you can redistribute it and/or modify
|
|
|
5 |
// it under the terms of the GNU General Public License as published by
|
|
|
6 |
// the Free Software Foundation, either version 3 of the License, or
|
|
|
7 |
// (at your option) any later version.
|
|
|
8 |
//
|
|
|
9 |
// Moodle is distributed in the hope that it will be useful,
|
|
|
10 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
11 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
12 |
// GNU General Public License for more details.
|
|
|
13 |
//
|
|
|
14 |
// You should have received a copy of the GNU General Public License
|
|
|
15 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
16 |
|
|
|
17 |
/**
|
|
|
18 |
* Language strings for the customcert module.
|
|
|
19 |
*
|
|
|
20 |
* @package mod_customcert
|
|
|
21 |
* @copyright 2013 Mark Nelson <markn@moodle.com>
|
|
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
23 |
*/
|
|
|
24 |
|
|
|
25 |
$string['activity'] = 'Activity';
|
|
|
26 |
$string['addcertpage'] = 'Add page';
|
|
|
27 |
$string['addelement'] = 'Add element';
|
|
|
28 |
$string['aligncenter'] = 'Centered';
|
|
|
29 |
$string['alignleft'] = 'Left alignment';
|
|
|
30 |
$string['alignment'] = 'Alignment';
|
|
|
31 |
$string['alignment_help'] = 'This property sets the horizontal alignment of the element. Some elements may not support this, while the behaviour of others may differ.';
|
|
|
32 |
$string['alignright'] = 'Right alignment';
|
|
|
33 |
$string['awardedto'] = 'Awarded to';
|
|
|
34 |
$string['cannotverifyallcertificates'] = 'You do not have the permission to verify all certificates on the site.';
|
|
|
35 |
$string['certificate'] = 'Certificate';
|
|
|
36 |
$string['code'] = 'Code';
|
|
|
37 |
$string['copy'] = 'Copy';
|
|
|
38 |
$string['coursetimereq'] = 'Required minutes in course';
|
|
|
39 |
$string['coursetimereq_help'] = 'Enter here the minimum amount of time, in minutes, that a student must be logged into the course before they will be able to receive
|
|
|
40 |
the certificate.';
|
|
|
41 |
$string['createtemplate'] = 'Create template';
|
|
|
42 |
$string['customcert:addinstance'] = 'Add a new custom certificate instance';
|
|
|
43 |
$string['customcert:manage'] = 'Manage a custom certificate';
|
|
|
44 |
$string['customcert:manageemailstudents'] = 'Manage email students setting';
|
|
|
45 |
$string['customcert:manageemailteachers'] = 'Manage email teachers setting';
|
|
|
46 |
$string['customcert:manageemailothers'] = 'Manage email others setting';
|
|
|
47 |
$string['customcert:manageverifyany'] = 'Manage verification setting';
|
|
|
48 |
$string['customcert:managerequiredtime'] = 'Manage time required setting';
|
|
|
49 |
$string['customcert:manageprotection'] = 'Manage protection setting';
|
|
|
50 |
$string['customcert:receiveissue'] = 'Receive a certificate';
|
|
|
51 |
$string['customcert:view'] = 'View a custom certificate';
|
|
|
52 |
$string['customcert:viewreport'] = 'View course report';
|
|
|
53 |
$string['customcert:viewallcertificates'] = 'View all certificates';
|
|
|
54 |
$string['customcert:verifyallcertificates'] = 'Verify all certificates on the site';
|
|
|
55 |
$string['customcert:verifycertificate'] = 'Verify a certificate';
|
|
|
56 |
$string['customcertsettings'] = 'Custom certificate settings';
|
|
|
57 |
$string['downloadallissuedcertificates'] = 'Download all issued certificates';
|
|
|
58 |
$string['downloadallsitecertificates'] = 'Download all site certificates';
|
|
|
59 |
$string['downloadallsitecertificatesdesc'] = 'This will download all the certificates on the site in a zip file.';
|
|
|
60 |
$string['deletecertpage'] = 'Delete page';
|
|
|
61 |
$string['deleteconfirm'] = 'Delete confirmation';
|
|
|
62 |
$string['deleteelement'] = 'Delete element';
|
|
|
63 |
$string['deleteelementconfirm'] = 'Are you sure you want to delete this element?';
|
|
|
64 |
$string['deleteissueconfirm'] = 'Are you sure you want to delete this certificate issue?';
|
|
|
65 |
$string['deleteissuedcertificates'] = 'Delete issued certificates';
|
|
|
66 |
$string['deletepageconfirm'] = 'Are you sure you want to delete this certificate page?';
|
|
|
67 |
$string['deletetemplateconfirm'] = 'Are you sure you want to delete this certificate template?';
|
|
|
68 |
$string['deliveryoptiondownload'] = 'Send to the browser and force a file download';
|
|
|
69 |
$string['deliveryoptioninline'] = 'Send the file inline to the browser';
|
|
|
70 |
$string['deliveryoptions'] = 'Delivery options';
|
|
|
71 |
$string['description'] = 'Description';
|
|
|
72 |
$string['duplicate'] = 'Duplicate';
|
|
|
73 |
$string['duplicateconfirm'] = 'Duplicate confirmation';
|
|
|
74 |
$string['duplicatetemplateconfirm'] = 'Are you sure you want to duplicate this certificate template?';
|
|
|
75 |
$string['editcustomcert'] = 'Edit certificate';
|
|
|
76 |
$string['editelement'] = 'Edit element';
|
|
|
77 |
$string['edittemplate'] = 'Edit template';
|
|
|
78 |
$string['elementheight'] = 'Height';
|
|
|
79 |
$string['elementheight_help'] = 'Specify the height of the element. If \'0\' is allowed it is automatically calculated.';
|
|
|
80 |
$string['elementname'] = 'Element name';
|
|
|
81 |
$string['elementname_help'] = 'This will be the name used to identify this element when editing a certificate. Note: this will not displayed on the PDF.';
|
|
|
82 |
$string['elementplugins'] = 'Element plugins';
|
|
|
83 |
$string['elements'] = 'Elements';
|
|
|
84 |
$string['elements_help'] = 'This is the list of elements that will be displayed on the certificate.
|
|
|
85 |
|
|
|
86 |
Please note: The elements are rendered in this order. The order can be changed by using the arrows next to each element.';
|
|
|
87 |
$string['elementwidth'] = 'Width';
|
|
|
88 |
$string['elementwidth_help'] = 'Specify the width of the element. If \'0\' is allowed it is automatically calculated.';
|
|
|
89 |
$string['emailnonstudentbody'] = 'Attached is the certificate \'{$a->certificatename}\' for \'{$a->userfullname}\' for the course \'{$a->coursefullname}\'.';
|
|
|
90 |
$string['emailnonstudentbodyplaintext'] = 'Attached is the certificate \'{$a->certificatename}\' for \'{$a->userfullname}\' for the course \'{$a->coursefullname}\'.';
|
|
|
91 |
$string['emailnonstudentcertificatelinktext'] = 'View certificate report';
|
|
|
92 |
$string['emailnonstudentgreeting'] = 'Hi';
|
|
|
93 |
$string['emailnonstudentsubject'] = '{$a->coursefullname}: {$a->certificatename}';
|
|
|
94 |
$string['emailstudentbody'] = 'Attached is your certificate \'{$a->certificatename}\' for the course \'{$a->coursefullname}\'.';
|
|
|
95 |
$string['emailstudentbodyplaintext'] = 'Attached is your certificate \'{$a->certificatename}\' for the course \'{$a->coursefullname}\'.';
|
|
|
96 |
$string['emailstudentcertificatelinktext'] = 'View certificate';
|
|
|
97 |
$string['emailstudentgreeting'] = 'Dear {$a}';
|
|
|
98 |
$string['emailstudentsubject'] = '{$a->coursefullname}: {$a->certificatename}';
|
|
|
99 |
$string['emailstudents'] = 'Email students';
|
|
|
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['emailteachers'] = 'Email teachers';
|
|
|
102 |
$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.';
|
|
|
103 |
$string['emailothers'] = 'Email others';
|
|
|
104 |
$string['emailothers_help'] = 'If set this will email the email addresses listed here (separated by a comma) with a copy of the certificate when it becomes available. <strong>Warning:</strong> Setting this field before you have finished creating the certificate will email the addresses an incomplete certificate.';
|
|
|
105 |
$string['eventelementcreated'] = 'Custom certificate element created';
|
|
|
106 |
$string['eventelementdeleted'] = 'Custom certificate element deleted';
|
|
|
107 |
$string['eventelementupdated'] = 'Custom certificate element updated';
|
|
|
108 |
$string['eventpagecreated'] = 'Custom certificate page created';
|
|
|
109 |
$string['eventpagedeleted'] = 'Custom certificate page deleted';
|
|
|
110 |
$string['eventpageupdated'] = 'Custom certificate page updated';
|
|
|
111 |
$string['eventtemplatecreated'] = 'Custom certificate template created';
|
|
|
112 |
$string['eventtemplatedeleted'] = 'Custom certificate template deleted';
|
|
|
113 |
$string['eventtemplateupdated'] = 'Custom certificate template updated';
|
|
|
114 |
$string['exampledatawarning'] = 'Some of these values may just be an example to ensure positioning of the elements is possible.';
|
|
|
115 |
$string['font'] = 'Font';
|
|
|
116 |
$string['font_help'] = 'The font used when generating this element.';
|
|
|
117 |
$string['fontcolour'] = 'Colour';
|
|
|
118 |
$string['fontcolour_help'] = 'The colour of the font.';
|
|
|
119 |
$string['fontsize'] = 'Size';
|
|
|
120 |
$string['fontsize_help'] = 'The size of the font in points.';
|
|
|
121 |
$string['getcustomcert'] = 'View certificate';
|
|
|
122 |
$string['gradeoutcome'] = 'Outcome';
|
|
|
123 |
$string['height'] = 'Height';
|
|
|
124 |
$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.';
|
|
|
125 |
$string['invalidcode'] = 'Invalid code supplied.';
|
|
|
126 |
$string['invalidcolour'] = 'Invalid colour chosen, please enter a valid HTML colour name, or a six-digit, or three-digit hexadecimal colour.';
|
|
|
127 |
$string['invalidelementwidthorheightnotnumber'] = 'Please enter a valid number.';
|
|
|
128 |
$string['invalidelementwidthorheightzeroallowed'] = 'Please enter a number greater than or equal to 0.';
|
|
|
129 |
$string['invalidelementwidthorheightzeronotallowed'] = 'Please enter a number greater than 0.';
|
|
|
130 |
$string['invalidposition'] = 'Please select a positive number for position {$a}.';
|
|
|
131 |
$string['invalidheight'] = 'The height has to be a valid number greater than 0.';
|
|
|
132 |
$string['invalidmargin'] = 'The margin has to be a valid number greater than 0.';
|
|
|
133 |
$string['invalidwidth'] = 'The width has to be a valid number greater than 0.';
|
|
|
134 |
$string['landscape'] = 'Landscape';
|
|
|
135 |
$string['leftmargin'] = 'Left margin';
|
|
|
136 |
$string['leftmargin_help'] = 'This is the left margin of the certificate PDF in mm.';
|
|
|
137 |
$string['listofissues'] = 'Recipients: {$a}';
|
|
|
138 |
$string['load'] = 'Load';
|
|
|
139 |
$string['loadtemplate'] = 'Load template';
|
|
|
140 |
$string['loadtemplatemsg'] = 'Are you sure you wish to load this template? This will remove any existing pages and elements for this certificate.';
|
|
|
141 |
$string['managetemplates'] = 'Manage templates';
|
|
|
142 |
$string['managetemplatesdesc'] = 'This link will take you to a new screen where you will be able to manage templates used by Custom certificate activities in courses.';
|
|
|
143 |
$string['modify'] = 'Modify';
|
|
|
144 |
$string['modulename'] = 'Custom certificate';
|
|
|
145 |
$string['modulenameplural'] = 'Custom certificates';
|
|
|
146 |
$string['modulename_help'] = 'This module allows for the dynamic generation of PDF certificates.';
|
|
|
147 |
$string['modulename_link'] = 'Custom_certificate_module';
|
|
|
148 |
$string['mycertificates'] = 'My certificates';
|
|
|
149 |
$string['mycertificatesdescription'] = 'These are the certificates you have been issued by either email or downloading manually.';
|
|
|
150 |
$string['name'] = 'Name';
|
|
|
151 |
$string['nametoolong'] = 'You have exceeded the maximum length allowed for the name';
|
|
|
152 |
$string['nocustomcerts'] = 'There are no certificates for this course';
|
|
|
153 |
$string['noimage'] = 'No image';
|
|
|
154 |
$string['norecipients'] = 'No recipients';
|
|
|
155 |
$string['notemplates'] = 'No templates';
|
|
|
156 |
$string['notissued'] = 'Not awarded';
|
|
|
157 |
$string['notverified'] = 'Not verified';
|
|
|
158 |
$string['options'] = 'Options';
|
|
|
159 |
$string['page'] = 'Page {$a}';
|
|
|
160 |
$string['pluginadministration'] = 'Custom certificate administration';
|
|
|
161 |
$string['pluginname'] = 'Custom certificate';
|
|
|
162 |
$string['portrait'] = 'Portrait';
|
|
|
163 |
$string['posx'] = 'Position X';
|
|
|
164 |
$string['posx_help'] = 'This is the position in mm from the top left corner you wish the element\'s reference point to locate in the x direction.';
|
|
|
165 |
$string['posy'] = 'Position Y';
|
|
|
166 |
$string['posy_help'] = 'This is the position in mm from the top left corner you wish the element\'s reference point to locate in the y direction.';
|
|
|
167 |
$string['preventcopy'] = 'Prevent copy';
|
|
|
168 |
$string['preventcopy_desc'] = 'Enable protection from copy action.';
|
|
|
169 |
$string['preventprint'] = 'Prevent print';
|
|
|
170 |
$string['preventprint_desc'] = 'Enable protection from print action.';
|
|
|
171 |
$string['preventmodify'] = 'Prevent modify';
|
|
|
172 |
$string['preventmodify_desc'] = 'Enable protection from modify action.';
|
|
|
173 |
$string['print'] = 'Print';
|
|
|
174 |
$string['privacy:metadata:customcert_issues'] = 'The list of issued certificates';
|
|
|
175 |
$string['privacy:metadata:customcert_issues:code'] = 'The code that belongs to the certificate';
|
|
|
176 |
$string['privacy:metadata:customcert_issues:customcertid'] = 'The ID of the certificate';
|
|
|
177 |
$string['privacy:metadata:customcert_issues:emailed'] = 'Whether or not the certificate was emailed';
|
|
|
178 |
$string['privacy:metadata:customcert_issues:timecreated'] = 'The time the certificate was issued';
|
|
|
179 |
$string['privacy:metadata:customcert_issues:userid'] = 'The ID of the user who was issued the certificate';
|
|
|
180 |
$string['rearrangeelements'] = 'Reposition elements';
|
|
|
181 |
$string['rearrangeelementsheading'] = 'Drag and drop elements to change where they are positioned on the certificate.';
|
|
|
182 |
$string['receiveddate'] = 'Awarded on';
|
|
|
183 |
$string['refpoint'] = 'Reference point location';
|
|
|
184 |
$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.';
|
|
|
185 |
$string['replacetemplate'] = 'Replace';
|
|
|
186 |
$string['requiredtimenotmet'] = 'You must spend at least a minimum of {$a->requiredtime} minutes in the course before you can access this certificate.';
|
|
|
187 |
$string['rightmargin'] = 'Right margin';
|
|
|
188 |
$string['rightmargin_help'] = 'This is the right margin of the certificate PDF in mm.';
|
|
|
189 |
$string['save'] = 'Save';
|
|
|
190 |
$string['saveandclose'] = 'Save and close';
|
|
|
191 |
$string['saveandcontinue'] = 'Save and continue';
|
|
|
192 |
$string['savechangespreview'] = 'Save changes and preview';
|
|
|
193 |
$string['savetemplate'] = 'Save template';
|
|
|
194 |
$string['search:activity'] = 'Custom certificate - activity information';
|
|
|
195 |
$string['setprotection'] = 'Set protection';
|
|
|
196 |
$string['setprotection_help'] = 'Choose the actions you wish to prevent users from performing on this certificate.';
|
|
|
197 |
$string['showposxy'] = 'Show position X and Y';
|
|
|
198 |
$string['showposxy_desc'] = 'This will show the X and Y position when editing of an element, allowing the user to accurately specify the location.
|
|
|
199 |
|
|
|
200 |
This isn\'t required if you plan on solely using the drag and drop interface for this purpose.';
|
|
|
201 |
$string['subplugintype_customcertelement_plural'] = 'Elements';
|
|
|
202 |
$string['taskemailcertificate'] = 'Handles emailing certificates.';
|
|
|
203 |
$string['templatename'] = 'Template name';
|
|
|
204 |
$string['templatenameexists'] = 'That template name is currently in use, please choose another.';
|
|
|
205 |
$string['topcenter'] = 'Center';
|
|
|
206 |
$string['topleft'] = 'Top left';
|
|
|
207 |
$string['topright'] = 'Top right';
|
|
|
208 |
$string['type'] = 'Type';
|
|
|
209 |
$string['uploadimage'] = 'Upload image';
|
|
|
210 |
$string['uploadimagedesc'] = 'This link will take you to a new screen where you will be able to upload images. Images uploaded using
|
|
|
211 |
this method will be available throughout your site to all users who are able to create a certificate.';
|
|
|
212 |
$string['verified'] = 'Verified';
|
|
|
213 |
$string['verify'] = 'Verify';
|
|
|
214 |
$string['verifyallcertificates'] = 'Allow verification of all certificates';
|
|
|
215 |
$string['verifyallcertificates_desc'] = 'When this setting is enabled any person (including users not logged in) can visit the link \'{$a}\' in order to verify any certificate on the site, rather than having to go to the verification link for each certificate.
|
|
|
216 |
|
|
|
217 |
Note - this only applies to certificates where \'Allow anyone to verify a certificate\' has been set to \'Yes\' in the certificate settings.';
|
|
|
218 |
$string['verifycertificate'] = 'Verify certificate';
|
|
|
219 |
$string['verifycertificatedesc'] = 'This link will take you to a new screen where you will be able to verify certificates on the site';
|
|
|
220 |
$string['verifycertificateanyone'] = 'Allow anyone to verify a certificate';
|
|
|
221 |
$string['verifycertificateanyone_help'] = 'This setting enables anyone with the certificate verification link (including users not logged in) to verify a certificate.';
|
|
|
222 |
$string['width'] = 'Width';
|
|
|
223 |
$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.';
|
|
|
224 |
|
|
|
225 |
$string['userlanguage'] = 'Use user preferences';
|
|
|
226 |
$string['languageoptions'] = 'Force Certificate Language';
|
|
|
227 |
$string['userlanguage_help'] = 'You can force the language of the certificate to override the user\'s language preferences.';
|
|
|
228 |
|
|
|
229 |
// Acess API.
|
|
|
230 |
$string['customcert:managelanguages'] = 'Manage language on edit form';
|