2012-12-07 09:34:46 +00:00
< ? php
// This file is part of the customcert module for Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
2013-07-22 05:06:18 +00:00
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
2012-12-07 09:34:46 +00:00
/**
2013-02-20 12:21:57 +00:00
* Language strings for the customcert module .
2012-12-07 09:34:46 +00:00
*
2013-04-26 07:30:33 +00:00
* @ package mod_customcert
2013-07-22 05:06:18 +00:00
* @ copyright 2013 Mark Nelson < markn @ moodle . com >
2012-12-07 09:34:46 +00:00
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
2017-08-07 08:59:45 +00:00
$string [ 'addcertpage' ] = 'Add page' ;
2013-02-20 12:21:57 +00:00
$string [ 'addelement' ] = 'Add element' ;
2013-05-22 11:37:39 +00:00
$string [ 'awardedto' ] = 'Awarded to' ;
2017-11-12 04:55:10 +00:00
$string [ 'cannotverifyallcertificates' ] = 'You do not have the permission to verify all certificates on the site.' ;
2017-02-25 05:48:54 +00:00
$string [ 'certificate' ] = 'Certificate' ;
2013-05-22 11:37:39 +00:00
$string [ 'code' ] = 'Code' ;
2013-05-16 05:12:58 +00:00
$string [ 'copy' ] = 'Copy' ;
2012-12-07 09:34:46 +00:00
$string [ 'coursetimereq' ] = 'Required minutes in course' ;
2013-07-25 04:06:29 +00:00
$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
the certificate . ' ;
2016-02-16 09:03:34 +00:00
$string [ 'createtemplate' ] = 'Create template' ;
2012-12-07 09:34:46 +00:00
$string [ 'customcert:addinstance' ] = 'Add a new custom certificate instance' ;
$string [ 'customcert:manage' ] = 'Manage a custom certificate' ;
2018-07-19 05:41:29 +00:00
$string [ 'customcert:manageemailstudents' ] = 'Manage email students setting' ;
$string [ 'customcert:manageemailteachers' ] = 'Manage email teachers setting' ;
$string [ 'customcert:manageemailothers' ] = 'Manage email others setting' ;
$string [ 'customcert:manageverifyany' ] = 'Manage verification setting' ;
$string [ 'customcert:managerequiredtime' ] = 'Manage time required setting' ;
$string [ 'customcert:manageprotection' ] = 'Manage protection setting' ;
2012-12-07 09:34:46 +00:00
$string [ 'customcert:view' ] = 'View a custom certificate' ;
2017-06-02 04:42:04 +00:00
$string [ 'customcert:viewreport' ] = 'View course report' ;
2017-01-28 08:41:45 +00:00
$string [ 'customcert:viewallcertificates' ] = 'View all certificates' ;
2017-11-12 04:55:10 +00:00
$string [ 'customcert:verifyallcertificates' ] = 'Verify all certificates on the site' ;
2017-02-01 10:23:15 +00:00
$string [ 'customcert:verifycertificate' ] = 'Verify a certificate' ;
2018-07-17 06:49:26 +00:00
$string [ 'customcertsettings' ] = 'Custom certificate settings' ;
2017-08-07 08:08:29 +00:00
$string [ 'deletecertpage' ] = 'Delete page' ;
2013-02-20 12:21:57 +00:00
$string [ 'deleteconfirm' ] = 'Delete confirmation' ;
2013-04-09 07:49:29 +00:00
$string [ 'deleteelement' ] = 'Delete element' ;
2013-02-20 12:21:57 +00:00
$string [ 'deleteelementconfirm' ] = 'Are you sure you want to delete this element?' ;
2017-09-02 06:01:21 +00:00
$string [ 'deleteissueconfirm' ] = 'Are you sure you want to delete this certificate issue?' ;
2017-09-09 05:21:50 +00:00
$string [ 'deleteissuedcertificates' ] = 'Delete issued certificates' ;
2013-02-20 12:21:57 +00:00
$string [ 'deletepageconfirm' ] = 'Are you sure you want to delete this certificate page?' ;
2016-02-16 09:03:34 +00:00
$string [ 'deletetemplateconfirm' ] = 'Are you sure you want to delete this certificate template?' ;
2013-04-24 07:42:31 +00:00
$string [ 'description' ] = 'Description' ;
2017-09-03 11:50:42 +00:00
$string [ 'duplicate' ] = 'Duplicate' ;
$string [ 'duplicateconfirm' ] = 'Duplicate confirmation' ;
$string [ 'duplicatetemplateconfirm' ] = 'Are you sure you want to duplicate this certificate template?' ;
2017-08-09 11:05:15 +00:00
$string [ 'editcustomcert' ] = 'Edit certificate' ;
2016-02-16 09:03:34 +00:00
$string [ 'editelement' ] = 'Edit element' ;
$string [ 'edittemplate' ] = 'Edit template' ;
2013-06-06 10:59:08 +00:00
$string [ 'elementname' ] = 'Element name' ;
2017-08-09 11:05:15 +00:00
$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.' ;
2018-07-17 06:49:26 +00:00
$string [ 'elementplugins' ] = 'Element plugins' ;
2013-06-06 10:59:08 +00:00
$string [ 'elements' ] = 'Elements' ;
2016-08-22 06:50:30 +00:00
$string [ 'elements_help' ] = ' This is the list of elements that will be displayed on the certificate .
Please note : The elements are rendered in this order . The order can be changed by using the arrows next to each element . ' ;
2015-12-06 14:18:04 +00:00
$string [ 'elementwidth' ] = 'Width' ;
$string [ 'elementwidth_help' ] = 'Specify the width of the element - \'0\' means that there is no width constraint.' ;
2017-02-02 09:17:41 +00:00
$string [ 'emailnonstudentbody' ] = 'Attached is the certificate \'{$a->certificatename}\' for \'{$a->userfullname}\' for the course \'{$a->coursefullname}\'.' ;
2018-08-24 15:24:02 +00:00
$string [ 'emailnonstudentbodyplaintext' ] = 'Attached is the certificate \'{$a->certificatename}\' for \'{$a->userfullname}\' for the course \'{$a->coursefullname}\'.' ;
2017-02-02 09:17:41 +00:00
$string [ 'emailnonstudentcertificatelinktext' ] = 'View certificate report' ;
$string [ 'emailnonstudentgreeting' ] = 'Hi' ;
2017-11-11 07:11:55 +00:00
$string [ 'emailnonstudentsubject' ] = '{$a->coursefullname}: {$a->certificatename}' ;
2017-02-02 09:17:41 +00:00
$string [ 'emailstudentbody' ] = 'Attached is your certificate \'{$a->certificatename}\' for the course \'{$a->coursefullname}\'.' ;
2018-08-24 15:24:02 +00:00
$string [ 'emailstudentbodyplaintext' ] = 'Attached is your certificate \'{$a->certificatename}\' for the course \'{$a->coursefullname}\'.' ;
2017-02-02 09:17:41 +00:00
$string [ 'emailstudentcertificatelinktext' ] = 'View certificate' ;
$string [ 'emailstudentgreeting' ] = 'Dear {$a}' ;
2017-11-11 07:11:55 +00:00
$string [ 'emailstudentsubject' ] = '{$a->coursefullname}: {$a->certificatename}' ;
2017-02-02 09:17:41 +00:00
$string [ 'emailstudents' ] = 'Email students' ;
$string [ 'emailstudents_help' ] = 'If set this will email the students a copy of the certificate when it becomes available.' ;
$string [ 'emailteachers' ] = 'Email teachers' ;
$string [ 'emailteachers_help' ] = 'If set this will email the teachers a copy of the certificate when it becomes available.' ;
$string [ 'emailothers' ] = 'Email others' ;
$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.' ;
2018-12-31 01:35:31 +00:00
$string [ 'exampledata' ] = 'Example {$a}:' ;
$string [ 'exampledatawarning' ] = 'Some of these values may just be an example to ensure positioning of the elements is possible.' ;
2013-02-22 08:15:32 +00:00
$string [ 'font' ] = 'Font' ;
2013-02-22 09:25:14 +00:00
$string [ 'font_help' ] = 'The font used when generating this element.' ;
$string [ 'fontcolour' ] = 'Colour' ;
$string [ 'fontcolour_help' ] = 'The colour of the font.' ;
2013-02-20 12:21:57 +00:00
$string [ 'fontsize' ] = 'Size' ;
2013-02-22 09:25:14 +00:00
$string [ 'fontsize_help' ] = 'The size of the font in points.' ;
2018-07-01 12:18:09 +00:00
$string [ 'getcustomcert' ] = 'View certificate' ;
2012-12-07 09:34:46 +00:00
$string [ 'height' ] = 'Height' ;
$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.' ;
2017-02-01 10:23:15 +00:00
$string [ 'invalidcode' ] = 'Invalid code supplied.' ;
2013-04-11 11:25:55 +00:00
$string [ 'invalidcolour' ] = 'Invalid colour chosen, please enter a valid HTML colour name, or a six-digit, or three-digit hexadecimal colour.' ;
2015-07-29 01:29:16 +00:00
$string [ 'invalidelementwidth' ] = 'Please enter a positive number.' ;
2013-02-20 12:21:57 +00:00
$string [ 'invalidposition' ] = 'Please select a positive number for position {$a}.' ;
2013-05-30 08:28:47 +00:00
$string [ 'invalidheight' ] = 'The height has to be a valid number greater than 0.' ;
2015-12-06 14:18:04 +00:00
$string [ 'invalidmargin' ] = 'The margin has to be a valid number greater than 0.' ;
2013-05-30 08:28:47 +00:00
$string [ 'invalidwidth' ] = 'The width has to be a valid number greater than 0.' ;
2012-12-07 09:34:46 +00:00
$string [ 'landscape' ] = 'Landscape' ;
2015-12-08 09:41:38 +00:00
$string [ 'leftmargin' ] = 'Left margin' ;
$string [ 'leftmargin_help' ] = 'This is the left margin of the certificate PDF in mm.' ;
2018-06-26 06:54:40 +00:00
$string [ 'listofissues' ] = 'Recipients' ;
2013-05-03 10:51:41 +00:00
$string [ 'load' ] = 'Load' ;
$string [ 'loadtemplate' ] = 'Load template' ;
$string [ 'loadtemplatemsg' ] = 'Are you sure you wish to load this template? This will remove any existing pages and elements for this certificate.' ;
2016-02-16 09:03:34 +00:00
$string [ 'managetemplates' ] = 'Manage templates' ;
2017-08-09 11:05:15 +00:00
$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.' ;
2013-05-16 05:12:58 +00:00
$string [ 'modify' ] = 'Modify' ;
2016-02-16 09:03:34 +00:00
$string [ 'modulename' ] = 'Custom certificate' ;
$string [ 'modulenameplural' ] = 'Custom certificates' ;
2016-06-14 12:27:50 +00:00
$string [ 'modulename_help' ] = 'This module allows for the dynamic generation of PDF certificates.' ;
$string [ 'modulename_link' ] = 'Custom_certificate_module' ;
2016-10-21 21:16:13 +00:00
$string [ 'mycertificates' ] = 'My certificates' ;
2017-11-11 06:37:39 +00:00
$string [ 'mycertificatesdescription' ] = 'These are the certificates you have been issued by either email or downloading manually.' ;
2012-12-07 09:34:46 +00:00
$string [ 'name' ] = 'Name' ;
2017-01-31 09:15:49 +00:00
$string [ 'nametoolong' ] = 'You have exceeded the maximum length allowed for the name' ;
2017-08-09 11:05:15 +00:00
$string [ 'nocustomcerts' ] = 'There are no certificates for this course' ;
2012-12-07 09:34:46 +00:00
$string [ 'noimage' ] = 'No image' ;
2018-07-01 12:18:09 +00:00
$string [ 'norecipients' ] = 'No recipients' ;
2016-02-16 09:03:34 +00:00
$string [ 'notemplates' ] = 'No templates' ;
2018-07-10 06:23:27 +00:00
$string [ 'notissued' ] = 'Not awarded' ;
2017-02-01 10:23:15 +00:00
$string [ 'notverified' ] = 'Not verified' ;
2012-12-07 09:34:46 +00:00
$string [ 'options' ] = 'Options' ;
$string [ 'page' ] = 'Page {$a}' ;
2016-02-16 09:03:34 +00:00
$string [ 'pluginadministration' ] = 'Custom certificate administration' ;
$string [ 'pluginname' ] = 'Custom certificate' ;
2012-12-07 09:34:46 +00:00
$string [ 'portrait' ] = 'Portrait' ;
2016-10-21 13:33:59 +00:00
$string [ 'posx' ] = 'Position X' ;
$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.' ;
$string [ 'posy' ] = 'Position Y' ;
$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.' ;
2018-07-23 06:17:30 +00:00
$string [ 'preventcopy' ] = 'Prevent copy' ;
2018-11-20 02:19:31 +00:00
$string [ 'preventcopy_desc' ] = 'Enable protection from copy action.' ;
2018-07-23 06:17:30 +00:00
$string [ 'preventprint' ] = 'Prevent print' ;
2018-11-20 02:19:31 +00:00
$string [ 'preventprint_desc' ] = 'Enable protection from print action.' ;
2018-07-23 06:17:30 +00:00
$string [ 'preventmodify' ] = 'Prevent modify' ;
2018-11-20 02:19:31 +00:00
$string [ 'preventmodify_desc' ] = 'Enable protection from modify action.' ;
2016-10-21 13:33:59 +00:00
$string [ 'print' ] = 'Print' ;
2018-05-15 08:31:06 +00:00
$string [ 'privacy:metadata:customcert_issues' ] = 'The list of issued certificates' ;
$string [ 'privacy:metadata:customcert_issues:code' ] = 'The code that belongs to the certificate' ;
$string [ 'privacy:metadata:customcert_issues:customcertid' ] = 'The ID of the certificate' ;
$string [ 'privacy:metadata:customcert_issues:emailed' ] = 'Whether or not the certificate was emailed' ;
$string [ 'privacy:metadata:customcert_issues:timecreated' ] = 'The time the certificate was issued' ;
$string [ 'privacy:metadata:customcert_issues:userid' ] = 'The ID of the user who was issued the certificate' ;
2016-08-22 07:32:54 +00:00
$string [ 'rearrangeelements' ] = 'Reposition elements' ;
2015-08-05 05:38:35 +00:00
$string [ 'rearrangeelementsheading' ] = 'Drag and drop elements to change where they are positioned on the certificate.' ;
2018-06-18 10:39:29 +00:00
$string [ 'receiveddate' ] = 'Awarded on' ;
2015-07-30 04:51:50 +00:00
$string [ 'refpoint' ] = 'Reference point location' ;
2016-08-22 09:01:57 +00:00
$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.' ;
2015-07-29 01:21:01 +00:00
$string [ 'replacetemplate' ] = 'Replace' ;
2017-02-01 06:42:59 +00:00
$string [ 'requiredtimenotmet' ] = 'You must spend at least a minimum of {$a->requiredtime} minutes in the course before you can access this certificate.' ;
2015-12-08 09:41:38 +00:00
$string [ 'rightmargin' ] = 'Right margin' ;
$string [ 'rightmargin_help' ] = 'This is the right margin of the certificate PDF in mm.' ;
2013-05-03 10:51:41 +00:00
$string [ 'save' ] = 'Save' ;
2015-12-06 14:18:04 +00:00
$string [ 'saveandclose' ] = 'Save and close' ;
$string [ 'saveandcontinue' ] = 'Save and continue' ;
2013-05-17 03:05:42 +00:00
$string [ 'savechangespreview' ] = 'Save changes and preview' ;
2013-05-03 10:51:41 +00:00
$string [ 'savetemplate' ] = 'Save template' ;
2016-08-25 07:12:53 +00:00
$string [ 'search:activity' ] = 'Custom certificate - activity information' ;
2013-05-16 05:12:58 +00:00
$string [ 'setprotection' ] = 'Set protection' ;
$string [ 'setprotection_help' ] = 'Choose the actions you wish to prevent users from performing on this certificate.' ;
2016-10-21 13:33:59 +00:00
$string [ 'showposxy' ] = 'Show position X and Y' ;
$string [ 'showposxy_desc' ] = ' This will show the X and Y position when editing of an element , allowing the user to accurately specify the location .
This isn\ 't required if you plan on solely using the drag and drop interface for this purpose.' ;
2017-02-02 09:17:41 +00:00
$string [ 'taskemailcertificate' ] = 'Handles emailing certificates.' ;
2013-05-03 10:51:41 +00:00
$string [ 'templatename' ] = 'Template name' ;
$string [ 'templatenameexists' ] = 'That template name is currently in use, please choose another.' ;
2015-07-30 04:51:50 +00:00
$string [ 'topcenter' ] = 'Center' ;
$string [ 'topleft' ] = 'Top left' ;
$string [ 'topright' ] = 'Top right' ;
2013-06-06 10:59:08 +00:00
$string [ 'type' ] = 'Type' ;
2012-12-07 09:34:46 +00:00
$string [ 'uploadimage' ] = 'Upload image' ;
2013-09-09 08:50:48 +00:00
$string [ 'uploadimagedesc' ] = ' This link will take you to a new screen where you will be able to upload images . Images uploaded using
2017-08-09 11:05:15 +00:00
this method will be available throughout your site to all users who are able to create a certificate . ' ;
2017-02-01 10:23:15 +00:00
$string [ 'verified' ] = 'Verified' ;
$string [ 'verify' ] = 'Verify' ;
2017-11-12 04:55:10 +00:00
$string [ 'verifyallcertificates' ] = 'Allow verification of all certificates' ;
$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 .
Note - this only applies to certificates where \ 'Allow anyone to verify a certificate\' has been set to \'Yes\' in the certificate settings.' ;
2017-02-01 10:23:15 +00:00
$string [ 'verifycertificate' ] = 'Verify certificate' ;
2018-06-26 10:50:21 +00:00
$string [ 'verifycertificatedesc' ] = 'This link will take you to a new screen where you will be able to verify certificates on the site' ;
2017-05-06 11:14:15 +00:00
$string [ 'verifycertificateanyone' ] = 'Allow anyone to verify a certificate' ;
$string [ 'verifycertificateanyone_help' ] = 'This setting enables anyone with the certificate verification link (including users not logged in) to verify a certificate.' ;
2012-12-07 09:34:46 +00:00
$string [ 'width' ] = 'Width' ;
$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.' ;