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
*/
$string [ 'addcertpage' ] = 'Add another certificate 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' ;
$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' ;
$string [ 'customcertreport' ] = 'Custom certificate report' ;
2012-12-07 09:34:46 +00:00
$string [ 'customcert:addinstance' ] = 'Add a new custom certificate instance' ;
$string [ 'customcert:manage' ] = 'Manage a custom certificate' ;
$string [ 'customcert:view' ] = 'View a custom certificate' ;
$string [ 'deletecertpage' ] = 'Delete certificate 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?' ;
$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' ;
2012-12-07 09:34:46 +00:00
$string [ 'editcustomcert' ] = 'Edit custom 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' ;
2013-07-25 04:06:29 +00:00
$string [ 'elementname_help' ] = ' This will be the name used to identify this element when editing a custom certificate . For example , you may have multiple images on a
page and will want to distinguish between them quickly when editing the certificate . Note : this will not displayed on the PDF . ' ;
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.' ;
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.' ;
2013-04-09 09:28:32 +00:00
$string [ 'getcustomcert' ] = 'Get your custom 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.' ;
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.' ;
2013-04-09 09:28:32 +00:00
$string [ 'issued' ] = 'Issued' ;
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.' ;
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' ;
$string [ 'managetemplatesdesc' ] = 'This link will take you to a new screen where you will be able to manage templates used by customcert 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' ;
2012-12-07 09:34:46 +00:00
$string [ 'name' ] = 'Name' ;
2013-09-09 10:23:42 +00:00
$string [ 'nocustomcerts' ] = 'There are no custom certificates for this course' ;
2012-12-07 09:34:46 +00:00
$string [ 'noimage' ] = 'No image' ;
2016-02-16 09:03:34 +00:00
$string [ 'notemplates' ] = 'No templates' ;
2013-09-09 10:23:42 +00:00
$string [ 'notissued' ] = 'Not issued' ;
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.' ;
$string [ 'print' ] = 'Print' ;
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.' ;
2013-05-22 11:37:39 +00:00
$string [ 'receiveddate' ] = 'Received date' ;
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' ;
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.' ;
2013-04-09 09:28:32 +00:00
$string [ 'summaryofissue' ] = 'Summary of issue' ;
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
this method will be available throughout your site to all users who are able to create a custom certificate . ' ;
2013-04-09 09:28:32 +00:00
$string [ 'viewcustomcertissues' ] = 'View {$a} issued custom certificates' ;
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.' ;