AutorÃa | Ultima modificación | Ver Log |
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'tool_licensemanager', language 'en'
*
* @package tool_licensemanager
* @copyright 2019 Tom Dickman <tomdickman@catalyst-au.net>
* @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.';