2020-04-01 16:23:33 +02:00
< ? 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 'contentbank' , language 'en'
*
* @ package core_contentbank
* @ copyright 2020 Amaia Anabitarte < amaia @ moodle . com >
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
$string [ 'author' ] = 'Author' ;
2020-05-11 18:53:30 +02:00
$string [ 'contentbank' ] = 'Content bank' ;
2021-09-27 08:19:38 +02:00
$string [ 'choosecontext' ] = 'Choose course or category...' ;
2020-09-23 13:49:57 -04:00
$string [ 'contentbankpreferences' ] = 'Content bank preferences' ;
2023-09-19 10:18:03 +01:00
$string [ 'contentcopied' ] = 'Content copied.' ;
$string [ 'contentdeleted' ] = 'Content deleted.' ;
2020-04-17 13:40:55 +02:00
$string [ 'contentname' ] = 'Content name' ;
2020-04-16 12:11:28 +02:00
$string [ 'contentnotdeleted' ] = 'An error was encountered while trying to delete the content.' ;
2020-04-17 13:40:55 +02:00
$string [ 'contentnotrenamed' ] = 'An error was encountered while trying to rename the content.' ;
2023-09-19 10:18:03 +01:00
$string [ 'contentrenamed' ] = 'Content renamed.' ;
2020-05-11 18:53:30 +02:00
$string [ 'contentsmoved' ] = 'Content bank contents moved to {$a}.' ;
2020-06-05 08:33:55 +02:00
$string [ 'contenttypenoaccess' ] = 'You cannot view this {$a} instance.' ;
2020-06-05 17:50:14 +02:00
$string [ 'contenttypenoedit' ] = 'You can not edit this content' ;
2023-09-19 10:18:03 +01:00
$string [ 'contentvisibilitychanged' ] = 'Content is now {$a}.' ;
2020-09-23 13:49:57 -04:00
$string [ 'contentvisibilitynotset' ] = 'An error was encountered while trying to set the content visibility.' ;
2022-05-16 17:43:31 -03:00
$string [ 'contentcreated' ] = 'Content created.' ;
$string [ 'contentupdated' ] = 'Content updated.' ;
2020-10-26 09:53:27 +01:00
$string [ 'contextnotallowed' ] = 'You are not allowed to access the content bank in this context.' ;
2022-11-16 17:30:08 -03:00
$string [ 'copycontent' ] = 'Copy content' ;
$string [ 'copyof' ] = 'Copy of {$a}' ;
2020-07-20 12:41:04 +02:00
$string [ 'emptynamenotallowed' ] = 'Empty name is not allowed' ;
2020-04-28 15:30:03 +02:00
$string [ 'eventcontentcreated' ] = 'Content created' ;
$string [ 'eventcontentdeleted' ] = 'Content deleted' ;
2020-08-13 18:41:28 +02:00
$string [ 'eventcontentreplaced' ] = 'Content replaced with file' ;
2020-04-28 15:30:03 +02:00
$string [ 'eventcontentupdated' ] = 'Content updated' ;
$string [ 'eventcontentuploaded' ] = 'Content uploaded' ;
$string [ 'eventcontentviewed' ] = 'Content viewed' ;
2020-05-11 18:53:30 +02:00
$string [ 'errordeletingcontentfromcategory' ] = 'Error deleting content from category {$a}.' ;
2020-08-21 14:12:57 +02:00
$string [ 'errornofile' ] = 'A compatible file is needed to create content.' ;
2022-02-09 09:31:56 +08:00
$string [ 'exit' ] = 'Exit' ;
2020-04-16 12:11:28 +02:00
$string [ 'deletecontent' ] = 'Delete content' ;
2020-04-28 14:01:20 +02:00
$string [ 'deletecontentconfirm' ] = 'Are you sure you want to delete the content <em>\'{$a->name}\'</em> and all associated files? This action cannot be undone.' ;
2020-12-09 14:42:39 +01:00
$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.' ;
2020-05-26 18:35:53 +02:00
$string [ 'displaydetails' ] = 'Display content bank with file details' ;
$string [ 'displayicons' ] = 'Display content bank with icons' ;
2020-04-01 16:23:33 +02:00
$string [ 'file' ] = 'Upload content' ;
$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.' ;
2020-04-21 14:55:51 +02:00
$string [ 'itemsfound' ] = '{$a} items found' ;
2020-05-20 11:42:55 +02:00
$string [ 'lastmodified' ] = 'Last modified' ;
2022-02-09 09:31:56 +08:00
$string [ 'more' ] = 'More' ;
2020-04-01 16:23:33 +02:00
$string [ 'name' ] = 'Content' ;
2020-08-27 11:56:02 +02:00
$string [ 'nocontentavailable' ] = 'No content available' ;
2020-04-29 14:00:43 +01:00
$string [ 'nocontenttypes' ] = 'No content types available' ;
2020-09-23 13:49:57 -04:00
$string [ 'notavailable' ] = 'Sorry, this content is not available.' ;
2022-11-16 17:30:08 -03:00
$string [ 'nopermissiontocopy' ] = 'You do not have permission to copy content.' ;
2020-04-28 14:01:20 +02:00
$string [ 'nopermissiontodelete' ] = 'You do not have permission to delete content.' ;
2020-04-17 13:40:55 +02:00
$string [ 'nopermissiontomanage' ] = 'You do not have permission to manage content.' ;
2021-02-25 17:21:32 +01:00
$string [ 'notvalidpackage' ] = 'Sorry, this file is not valid.' ;
2020-04-17 00:01:09 +02:00
$string [ 'privacy:metadata:content:contenttype' ] = 'The contenttype plugin of the content in the content bank.' ;
$string [ 'privacy:metadata:content:name' ] = 'Name of the content in the content bank.' ;
$string [ 'privacy:metadata:content:timecreated' ] = 'The time when the content was created.' ;
$string [ 'privacy:metadata:content:timemodified' ] = 'The time when the content was modified.' ;
2020-04-01 16:23:33 +02:00
$string [ 'privacy:metadata:content:usercreated' ] = 'The user has created the content.' ;
2020-04-28 14:01:20 +02:00
$string [ 'privacy:metadata:content:usermodified' ] = 'The last user who modified the content.' ;
2020-05-01 11:43:20 +08:00
$string [ 'privacy:metadata:contentbankcontent' ] = 'Stores the content of the content bank.' ;
$string [ 'privacy:metadata:userid' ] = 'The ID of the user creating or modifying content bank content.' ;
2020-05-21 16:53:12 +02:00
$string [ 'privacy:request:preference:set' ] = 'The value of the setting \'{$a->name}\' was \'{$a->value}\'' ;
2020-04-17 13:40:55 +02:00
$string [ 'rename' ] = 'Rename' ;
$string [ 'renamecontent' ] = 'Rename content' ;
2020-08-13 18:41:28 +02:00
$string [ 'replacecontent' ] = 'Replace with file' ;
2020-04-21 14:55:51 +02:00
$string [ 'searchcontentbankbyname' ] = 'Search for content by name' ;
2020-05-20 11:42:55 +02:00
$string [ 'size' ] = 'Size' ;
2020-04-01 16:23:33 +02:00
$string [ 'timecreated' ] = 'Time created' ;
2020-05-20 11:42:55 +02:00
$string [ 'type' ] = 'Type' ;
2020-04-28 14:01:20 +02:00
$string [ 'unsupported' ] = 'This content type is not supported.' ;
2020-04-01 16:23:33 +02:00
$string [ 'upload' ] = 'Upload' ;
2020-12-09 15:32:59 +01:00
$string [ 'uses' ] = 'Places linked' ;
2020-09-23 13:49:57 -04:00
$string [ 'visibilitychoicepublic' ] = 'Public' ;
$string [ 'visibilitychoiceunlisted' ] = 'Unlisted' ;
$string [ 'public' ] = 'public' ;
$string [ 'unlisted' ] = 'unlisted' ;
$string [ 'visibilitypref' ] = 'Default content visibility' ;
$string [ 'visibilitypref_help' ] = 'Content you create in the content bank will use this visibility setting by default.' ;
$string [ 'visibilitysetpublic' ] = 'Make public' ;
$string [ 'visibilitysetunlisted' ] = 'Make unlisted' ;
$string [ 'visibilitytitleunlisted' ] = '{$a} (Unlisted)' ;
2022-02-09 09:31:56 +08:00
// Deprecated since 4.0.
$string [ 'close' ] = 'Close' ;