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' ;
2020-04-16 12:11:28 +02:00
$string [ 'contentdeleted' ] = 'The content has been 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.' ;
$string [ 'contentrenamed' ] = 'The content has been renamed.' ;
2020-05-11 18:53:30 +02:00
$string [ 'contentsmoved' ] = 'Content bank contents moved to {$a}.' ;
2020-04-28 15:30:03 +02:00
$string [ 'eventcontentcreated' ] = 'Content created' ;
$string [ 'eventcontentdeleted' ] = 'Content deleted' ;
$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-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-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-04-01 16:23:33 +02:00
$string [ 'name' ] = '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.' ;
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-04-17 13:40:55 +02:00
$string [ 'rename' ] = 'Rename' ;
$string [ 'renamecontent' ] = 'Rename content' ;
2020-04-21 14:55:51 +02:00
$string [ 'searchcontentbankbyname' ] = 'Search for content by name' ;
2020-04-01 16:23:33 +02:00
$string [ 'timecreated' ] = 'Time created' ;
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' ;