. /** * Strings for component 'tool_licensemanager', language 'en' * * @package tool_licensemanager * @copyright 2019 Tom Dickman * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['pluginname'] = 'Licence manager'; $string['createlicense'] = 'Create custom licence'; $string['createlicensebuttontext'] = 'Create licence'; $string['deletelicense'] = 'Delete licence'; $string['deletelicenseconfirmmessage'] = 'Are you sure you want to delete this licence?'; $string['deletelicensename'] = 'Delete licence \'{$a}\''; $string['disablelicensename'] = 'Disable licence \'{$a}\''; $string['duplicatelicenseshortname'] = 'The licence short name must be unique.'; $string['editlicense'] = 'Edit licence'; $string['editlicensename'] = 'Edit licence \'{$a}\''; $string['enablelicensename'] = 'Enable licence \'{$a}\''; $string['fullname'] = 'Licence full name'; $string['fullnamerequirederror'] = 'You must enter a full name for the licence.'; $string['invalidurl'] = 'Invalid source URL'; $string['license'] = 'Licence'; $string['licensemanager'] = 'Licence manager'; $string['movelicensedownname'] = 'Move \'{$a}\' licence down'; $string['movelicenseupname'] = 'Move \'{$a}\' licence up'; $string['privacy:metadata'] = 'The tool_licensemanager plugin stores no personal data.'; $string['shortname'] = 'Licence short name'; $string['sitedefaultlicenselock'] = 'This is the site default licence. It cannot be disabled.'; $string['shortnamerequirederror'] = 'You must enter a short name for the licence.'; $string['source'] = 'Licence source'; $string['source_help'] = 'The URL (with http:// or https:// prefix) where the licence terms and conditions can be found.'; $string['sourcerequirederror'] = 'You must enter a valid URL for licence source.'; $string['version'] = 'Licence version'; $string['versioncannotbefuture'] = 'Licence version cannot be set to a future date.'; $string['version_help'] = 'Publication date of the licence version being utilised.';