<?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 'license', language 'en', branch 'MOODLE_20_STABLE' * * @package core * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */<// Core licenses. $string['allrightsreserved'] = 'All rights reserved';< $string['cc'] = 'Creative Commons'; < $string['cc-nc'] = 'Creative Commons - No Commercial'; < $string['cc-nc-nd'] = 'Creative Commons - No Commercial NoDerivs'; < $string['cc-nc-sa'] = 'Creative Commons - No Commercial ShareAlike'; < $string['cc-nd'] = 'Creative Commons - NoDerivs'; < $string['cc-sa'] = 'Creative Commons - ShareAlike';$string['public'] = 'Public domain'; $string['unknown'] = 'Licence not specified';> > // Old cc-* 3.0 licenses that should be disabled and replaces by the 4.0 licenses from above. // Error messages. > $string['cc'] = 'Creative Commons - 3.0 International'; $string['cannotdeletecore'] = 'Cannot delete a standard licence'; > $string['cc-nc'] = 'Creative Commons - NonCommercial 3.0 International'; $string['cannotdeletelicenseinuse'] = 'Cannot delete a licence which is currently assigned to one or more files'; > $string['cc-nc-nd'] = 'Creative Commons - NonCommercial-NoDerivatives 3.0 International'; $string['licensenotfoundshortname'] = 'Cannot find a licence with the short name \'{$a}\''; > $string['cc-nc-sa'] = 'Creative Commons - NonCommercial-ShareAlike 3.0 International'; $string['missinglicensesortorder'] = 'Cannot set licence order, one or more installed licences is missing from new order'; > $string['cc-nd'] = 'Creative Commons - NoDerivatives 3.0 International'; > $string['cc-sa'] = 'Creative Commons - ShareAlike 3.0 International'; > > // The new 4.0 licenses. > $string['cc-4.0'] = 'Creative Commons - 4.0 International'; > $string['cc-nc-4.0'] = 'Creative Commons - NonCommercial 4.0 International'; > $string['cc-nc-nd-4.0'] = 'Creative Commons - NonCommercial-NoDerivatives 4.0 International'; > $string['cc-nc-sa-4.0'] = 'Creative Commons - NonCommercial-ShareAlike 4.0 International'; > $string['cc-nd-4.0'] = 'Creative Commons - NoDerivatives 4.0 International'; > $string['cc-sa-4.0'] = 'Creative Commons - ShareAlike 4.0 International';