Merge branch '76317-questions-improve-import-error-messages-master' of https://github...
[moodle.git] / lang / en / contentbank.php
bloba5395a7804ac126d2ccfd767364f3b745b5cd7ea
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['choosecontext'] = 'Choose course or category...';
28 $string['contentbankpreferences'] = 'Content bank preferences';
29 $string['contentcopied'] = 'Content copied.';
30 $string['contentdeleted'] = 'Content deleted.';
31 $string['contentname'] = 'Content name';
32 $string['contentnotdeleted'] = 'An error was encountered while trying to delete the content.';
33 $string['contentnotrenamed'] = 'An error was encountered while trying to rename the content.';
34 $string['contentrenamed'] = 'Content renamed.';
35 $string['contentsmoved'] = 'Content bank contents moved to {$a}.';
36 $string['contenttypenoaccess'] = 'You cannot view this {$a} instance.';
37 $string['contenttypenoedit'] = 'You can not edit this content';
38 $string['contentvisibilitychanged'] = 'Content is now {$a}.';
39 $string['contentvisibilitynotset'] = 'An error was encountered while trying to set the content visibility.';
40 $string['contentcreated'] = 'Content created.';
41 $string['contentupdated'] = 'Content updated.';
42 $string['contextnotallowed'] = 'You are not allowed to access the content bank in this context.';
43 $string['copycontent'] = 'Copy content';
44 $string['copyof'] = 'Copy of {$a}';
45 $string['emptynamenotallowed'] = 'Empty name is not allowed';
46 $string['eventcontentcreated'] = 'Content created';
47 $string['eventcontentdeleted'] = 'Content deleted';
48 $string['eventcontentreplaced'] = 'Content replaced with file';
49 $string['eventcontentupdated'] = 'Content updated';
50 $string['eventcontentuploaded'] = 'Content uploaded';
51 $string['eventcontentviewed'] = 'Content viewed';
52 $string['errordeletingcontentfromcategory'] = 'Error deleting content from category {$a}.';
53 $string['errornofile'] = 'A compatible file is needed to create content.';
54 $string['exit'] = 'Exit';
55 $string['deletecontent'] = 'Delete content';
56 $string['deletecontentconfirm'] = 'Are you sure you want to delete the content <em>\'{$a->name}\'</em> and all associated files? This action cannot be undone.';
57 $string['deletecontentconfirmlinked'] = 'The content will only be deleted from the content bank. Any places which currently link to it will be automatically updated to use a copy of the content instead.';
58 $string['displaydetails'] = 'Display content bank with file details';
59 $string['displayicons'] = 'Display content bank with icons';
60 $string['file'] = 'Upload content';
61 $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.';
62 $string['itemsfound'] = '{$a} items found';
63 $string['lastmodified'] = 'Last modified';
64 $string['more'] = 'More';
65 $string['name'] = 'Content';
66 $string['nocontentavailable'] = 'No content available';
67 $string['nocontenttypes'] = 'No content types available';
68 $string['notavailable'] = 'Sorry, this content is not available.';
69 $string['nopermissiontocopy'] = 'You do not have permission to copy content.';
70 $string['nopermissiontodelete'] = 'You do not have permission to delete content.';
71 $string['nopermissiontomanage'] = 'You do not have permission to manage content.';
72 $string['notvalidpackage'] = 'Sorry, this file is not valid.';
73 $string['privacy:metadata:content:contenttype'] = 'The contenttype plugin of the content in the content bank.';
74 $string['privacy:metadata:content:name'] = 'Name of the content in the content bank.';
75 $string['privacy:metadata:content:timecreated'] = 'The time when the content was created.';
76 $string['privacy:metadata:content:timemodified'] = 'The time when the content was modified.';
77 $string['privacy:metadata:content:usercreated'] = 'The user has created the content.';
78 $string['privacy:metadata:content:usermodified'] = 'The last user who modified the content.';
79 $string['privacy:metadata:contentbankcontent'] = 'Stores the content of the content bank.';
80 $string['privacy:metadata:userid'] = 'The ID of the user creating or modifying content bank content.';
81 $string['privacy:request:preference:set'] = 'The value of the setting \'{$a->name}\' was \'{$a->value}\'';
82 $string['rename'] = 'Rename';
83 $string['renamecontent'] = 'Rename content';
84 $string['replacecontent'] = 'Replace with file';
85 $string['searchcontentbankbyname'] = 'Search for content by name';
86 $string['size'] = 'Size';
87 $string['timecreated'] = 'Time created';
88 $string['type'] = 'Type';
89 $string['unsupported'] = 'This content type is not supported.';
90 $string['upload'] = 'Upload';
91 $string['uses'] = 'Places linked';
92 $string['visibilitychoicepublic'] = 'Public';
93 $string['visibilitychoiceunlisted'] = 'Unlisted';
94 $string['public'] = 'public';
95 $string['unlisted'] = 'unlisted';
96 $string['visibilitypref'] = 'Default content visibility';
97 $string['visibilitypref_help'] = 'Content you create in the content bank will use this visibility setting by default.';
98 $string['visibilitysetpublic'] = 'Make public';
99 $string['visibilitysetunlisted'] = 'Make unlisted';
100 $string['visibilitytitleunlisted'] = '{$a} (Unlisted)';