. /** * Version details * * Verify certificate block * -------------------------- * Verify certificate based on the unique codes displayed on issued certificates. * Full details of the issued certificate is displayed including profile picture. * Mostly cosmetic changes to the original codes from Jean-Michel VĂ©drine. * Original Autor & Copyright - Jean-Michel VĂ©drine | 2014 * * @copyright 2015 onwards Manieer Chhettri | Marie Curie, UK | * @author Manieer Chhettri | Marie Curie, UK | | 2015 * @package block_verify_certificate * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['title'] = 'Verify certificate'; $string['pluginname'] = 'Verify certificate'; $string['certificate'] = 'VERIFICATION FOR CERTIFICATE CODE ::'; $string['verifycertificate'] = 'Verify certificate'; $string['verify_certificate:addinstance'] = 'Add a new Verify certificate block'; $string['notfound'] = 'The certificate code you provided could not be validated.

Please make sure you have typed the code correctly as its case sensetive.'; $string['to'] = 'AWARDED TO'; $string['course'] = 'COURSE'; $string['date'] = 'ON'; $string['grade'] = 'GRADE'; $string['check'] = 'Please make sure all the details on the certificate match the displayed results.';