. /** * Language strings for the customcert module * * @package mod * @subpackage customcert * @copyright Mark Nelson * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['addtext'] = 'Add Text'; $string['addanothertextfield'] = 'Add another text field'; $string['addcertpage'] = 'Add another certificate page'; $string['backgroundimage'] = 'Background image'; $string['backgroundimage_help'] = 'This image will be take up the entire PDF page as the background image.'; $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['deletecertpageconfirm'] = 'Are you sure you want to delete this certificate page?'; $string['editcustomcert'] = 'Edit custom certificate'; $string['height'] = 'Height'; $string['heightnotvalid'] = 'The height has to be a valid number.'; $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['intro'] = 'Introduction'; $string['landscape'] = 'Landscape'; $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['portrait'] = 'Portrait'; $string['uploadimage'] = 'Upload image'; $string['width'] = 'Width'; $string['widthnotvalid'] = 'The width has to be a valid number.'; $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.';