AutorÃa | Ultima modificación | Ver Log |
<?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 aiplacement_courseassist, language 'en'.** @package aiplacement_courseassist* @copyright 2024 Matt Porritt <matt.porritt@moodle.com>* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later*/$string['aidrawerlabel'] = 'AI-generated content drawer';$string['aiexplain'] = 'AI explain';$string['aifeatures'] = 'AI features';$string['aisummary'] = 'AI summary';$string['courseassist:explain_text'] = 'Explain text';$string['courseassist:summarise_text'] = 'Summarise text';$string['copy'] = 'Copy';$string['explain'] = 'Explain';$string['explain_tooltips'] = 'Create an AI-generated explanation of the page content';$string['generatefailtitle'] = 'Something went wrong';$string['generating'] = 'Generating your response';$string['nocourseassist'] = 'An AI-generated summary is not available for this context.';$string['pluginname'] = 'Course assistance placement';$string['privacy:metadata'] = 'The Course assistance placement plugin does not store any personal data.';$string['regenerate'] = 'Regenerate';$string['summarise'] = 'Summarise';$string['summarise_tooltips'] = 'Create an AI-generated summary of the page content';$string['tryagain'] = 'Try again';