mirror of
https://github.com/moodle/moodle.git
synced 2025-03-09 02:10:00 +01:00
Significant string changes: * pluginnamesummary,qtype_ddimageortext and pluginnamesummary,qtype_ddmarker - Note about the question type not being accessible to visually impaired users * addresourceoractivity,core - Removing 'resource' as the new activity chooser doesn't have resource types separated
40 lines
2.0 KiB
PHP
40 lines
2.0 KiB
PHP
<?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';
|
|
$string['contentdeleted'] = 'The content has been deleted.';
|
|
$string['contentnotdeleted'] = 'An error was encountered while trying to delete the content.';
|
|
$string['deletecontent'] = 'Delete content';
|
|
$string['deletecontentconfirm'] = 'Are you sure you want to delete the content <em>\'{$a->name}\'</em> and all associated files? This action cannot be undone.';
|
|
$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.';
|
|
$string['name'] = 'Content';
|
|
$string['nopermissiontodelete'] = 'You do not have permission to delete content.';
|
|
$string['privacy:metadata:userid'] = 'The ID of the user creating or modifying content bank content.';
|
|
$string['privacy:metadata:content:usercreated'] = 'The user who created the content.';
|
|
$string['privacy:metadata:content:usermodified'] = 'The last user who modified the content.';
|
|
$string['timecreated'] = 'Time created';
|
|
$string['unsupported'] = 'This content type is not supported.';
|
|
$string['upload'] = 'Upload';
|