See Release Notes
Long Term Support Release
Differences Between: [Versions 39 and 310] [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]
1 <?php 2 // This file is part of Moodle - http://moodle.org/ 3 // 4 // Moodle is free software: you can redistribute it and/or modify 5 // it under the terms of the GNU General Public License as published by 6 // the Free Software Foundation, either version 3 of the License, or 7 // (at your option) any later version. 8 // 9 // Moodle is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 // GNU General Public License for more details. 13 // 14 // You should have received a copy of the GNU General Public License 15 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 16 17 /** 18 * Strings for component 'contentbank', language 'en' 19 * 20 * @package core_contentbank 21 * @copyright 2020 Amaia Anabitarte <amaia@moodle.com> 22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 23 */ 24 25 $string['author'] = 'Author'; 26 $string['contentbank'] = 'Content bank'; 27 $string['close'] = 'Close'; 28 $string['contentdeleted'] = 'The content has been deleted.'; 29 $string['contentname'] = 'Content name'; 30 $string['contentnotdeleted'] = 'An error was encountered while trying to delete the content.'; 31 $string['contentnotrenamed'] = 'An error was encountered while trying to rename the content.'; 32 $string['contentrenamed'] = 'The content has been renamed.'; 33 $string['contentsmoved'] = 'Content bank contents moved to {$a}.'; 34 $string['contenttypenoaccess'] = 'You cannot view this {$a} instance.'; 35 $string['contenttypenoedit'] = 'You can not edit this content'; 36 $string['contextnotallowed'] = 'Context is not allowed'; 37 $string['emptynamenotallowed'] = 'Empty name is not allowed'; 38 $string['eventcontentcreated'] = 'Content created'; 39 $string['eventcontentdeleted'] = 'Content deleted'; 40 $string['eventcontentupdated'] = 'Content updated'; 41 $string['eventcontentuploaded'] = 'Content uploaded'; 42 $string['eventcontentviewed'] = 'Content viewed'; 43 $string['errordeletingcontentfromcategory'] = 'Error deleting content from category {$a}.'; 44 $string['errornofile'] = 'A compatible file is needed to create content.'; 45 $string['deletecontent'] = 'Delete content'; 46 $string['deletecontentconfirm'] = 'Are you sure you want to delete the content <em>\'{$a->name}\'</em> and all associated files? This action cannot be undone.'; 47 $string['displaydetails'] = 'Display content bank with file details'; 48 $string['displayicons'] = 'Display content bank with icons'; 49 $string['file'] = 'Upload content'; 50 $string['file_help'] = 'Files may be stored in the content bank for use in courses. Only files used by content types enabled on the site may be uploaded.'; 51 $string['itemsfound'] = '{$a} items found'; 52 $string['lastmodified'] = 'Last modified'; 53 $string['name'] = 'Content'; 54 $string['nocontenttypes'] = 'No content types available'; 55 $string['nopermissiontodelete'] = 'You do not have permission to delete content.'; 56 $string['nopermissiontomanage'] = 'You do not have permission to manage content.'; 57 $string['privacy:metadata:content:contenttype'] = 'The contenttype plugin of the content in the content bank.'; 58 $string['privacy:metadata:content:name'] = 'Name of the content in the content bank.'; 59 $string['privacy:metadata:content:timecreated'] = 'The time when the content was created.'; 60 $string['privacy:metadata:content:timemodified'] = 'The time when the content was modified.'; 61 $string['privacy:metadata:content:usercreated'] = 'The user has created the content.'; 62 $string['privacy:metadata:content:usermodified'] = 'The last user who modified the content.'; 63 $string['privacy:metadata:contentbankcontent'] = 'Stores the content of the content bank.'; 64 $string['privacy:metadata:userid'] = 'The ID of the user creating or modifying content bank content.'; 65 $string['privacy:request:preference:set'] = 'The value of the setting \'{$a->name}\' was \'{$a->value}\''; 66 $string['rename'] = 'Rename'; 67 $string['renamecontent'] = 'Rename content'; 68 $string['searchcontentbankbyname'] = 'Search for content by name'; 69 $string['size'] = 'Size'; 70 $string['timecreated'] = 'Time created'; 71 $string['type'] = 'Type'; 72 $string['unsupported'] = 'This content type is not supported.'; 73 $string['upload'] = 'Upload';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body