MDL-67810 core_contentbank: added dropdown menu to create content
[moodle.git] / lang / en / contentbank.php
blob8b451e95fb6f21cae81f85fbaf19594071e1dee2
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.
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/>.
17 /**
18 * Strings for component 'contentbank', language 'en'
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
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['eventcontentcreated'] = 'Content created';
35 $string['eventcontentdeleted'] = 'Content deleted';
36 $string['eventcontentupdated'] = 'Content updated';
37 $string['eventcontentuploaded'] = 'Content uploaded';
38 $string['eventcontentviewed'] = 'Content viewed';
39 $string['errordeletingcontentfromcategory'] = 'Error deleting content from category {$a}.';
40 $string['deletecontent'] = 'Delete content';
41 $string['deletecontentconfirm'] = 'Are you sure you want to delete the content <em>\'{$a->name}\'</em> and all associated files? This action cannot be undone.';
42 $string['displaydetails'] = 'Display contentbank with file details';
43 $string['displayicons'] = 'Display contentbank with icons';
44 $string['file'] = 'Upload content';
45 $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.';
46 $string['itemsfound'] = '{$a} items found';
47 $string['lastmodified'] = 'Last modified';
48 $string['name'] = 'Content';
49 $string['nocontenttypes'] = 'No content types available';
50 $string['nopermissiontodelete'] = 'You do not have permission to delete content.';
51 $string['nopermissiontomanage'] = 'You do not have permission to manage content.';
52 $string['privacy:metadata:content:contenttype'] = 'The contenttype plugin of the content in the content bank.';
53 $string['privacy:metadata:content:name'] = 'Name of the content in the content bank.';
54 $string['privacy:metadata:content:timecreated'] = 'The time when the content was created.';
55 $string['privacy:metadata:content:timemodified'] = 'The time when the content was modified.';
56 $string['privacy:metadata:content:usercreated'] = 'The user has created the content.';
57 $string['privacy:metadata:content:usermodified'] = 'The last user who modified the content.';
58 $string['privacy:metadata:contentbankcontent'] = 'Stores the content of the content bank.';
59 $string['privacy:metadata:userid'] = 'The ID of the user creating or modifying content bank content.';
60 $string['rename'] = 'Rename';
61 $string['renamecontent'] = 'Rename content';
62 $string['searchcontentbankbyname'] = 'Search for content by name';
63 $string['size'] = 'Size';
64 $string['timecreated'] = 'Time created';
65 $string['type'] = 'Type';
66 $string['unsupported'] = 'This content type is not supported.';
67 $string['upload'] = 'Upload';