. /** * Block LP language strings. * * @package block_lp * @copyright 2016 Frédéric Massart - FMCorz.net * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['competenciestoreview'] = 'Competencies to review'; $string['lp:addinstance'] = 'Add a new learning plans block'; $string['lp:myaddinstance'] = 'Add a new learning plans block to Dashboard'; $string['lp:view'] = 'View learning plans block'; $string['planstoreview'] = 'Plans to review'; $string['pluginname'] = 'Learning plans'; $string['viewmore'] = 'View more...'; $string['viewotherplans'] = 'View other plans...';