. /** * Language strings for the customcert module. * * @package mod_customcert * @copyright Mark Nelson * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['addcertpage'] = 'Add another certificate page'; $string['addelement'] = 'Add element'; $string['awardedto'] = 'Awarded to'; $string['code'] = 'Code'; $string['copy'] = 'Copy'; $string['coursetimereq'] = 'Required minutes in course'; $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.'; $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'; $string['deleteconfirm'] = 'Delete confirmation'; $string['deleteelement'] = 'Delete element'; $string['deleteelementconfirm'] = 'Are you sure you want to delete this element?'; $string['deletepageconfirm'] = 'Are you sure you want to delete this certificate page?'; $string['description'] = 'Description'; $string['editcustomcert'] = 'Edit custom certificate'; $string['errorloadingelement'] = 'Error loading the element "{$a}"'; $string['errorsavingelement'] = 'Error saving the element "{$a}"'; $string['font'] = 'Font'; $string['font_help'] = 'The font used when generating this element.'; $string['fontcolour'] = 'Colour'; $string['fontcolour_help'] = 'The colour of the font.'; $string['fontsize'] = 'Size'; $string['fontsize_help'] = 'The size of the font in points.'; $string['getcustomcert'] = 'Get your custom certificate'; $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.'; $string['invalidcolour'] = 'Invalid colour chosen, please enter a valid HTML colour name, or a six-digit, or three-digit hexadecimal colour.'; $string['invalidposition'] = 'Please select a positive number for position {$a}.'; $string['invalidheight'] = 'The height has to be a valid number greater than 0.'; $string['invalidwidth'] = 'The width has to be a valid number greater than 0.'; $string['issued'] = 'Issued'; $string['landscape'] = 'Landscape'; $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.'; $string['modify'] = 'Modify'; $string['modulename'] = 'Custom Certificate'; $string['modulenameplural'] = 'Custom Certificates'; $string['name'] = 'Name'; $string['noimage'] = 'No image'; $string['options'] = 'Options'; $string['orientation'] = 'Orientation'; $string['orientation_help'] = 'Choose whether you want your certificate orientation to be portrait or landscape.'; $string['page'] = 'Page {$a}'; $string['pluginadministration'] = 'Custom Certificate administration'; $string['pluginname'] = 'Custom Certificate'; $string['print'] = 'Print'; $string['portrait'] = 'Portrait'; $string['posx'] = 'Position X'; $string['posx_help'] = 'This is the position in pixels from the top left corner you wish the element to display in the x direction.'; $string['posy'] = 'Postion Y'; $string['posy_help'] = 'This is the position in pixels from the top left corner you wish the element to display in the y direction.'; $string['receiveddate'] = 'Received date'; $string['report'] = 'Report'; $string['save'] = 'Save'; $string['savechangespreview'] = 'Save changes and preview'; $string['savetemplate'] = 'Save template'; $string['setprotection'] = 'Set protection'; $string['setprotection_help'] = 'Choose the actions you wish to prevent users from performing on this certificate.'; $string['summaryofissue'] = 'Summary of issue'; $string['templatename'] = 'Template name'; $string['templatenameexists'] = 'That template name is currently in use, please choose another.'; $string['uploadimage'] = 'Upload image'; $string['viewcustomcertissues'] = 'View {$a} issued custom certificates'; $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.';