Files
mediacms/moodle-plugins/tiny_mediacms/lang/en/tiny_mediacms.php
Markos Gogoulos 8ab9030d14 this
2026-01-16 13:44:46 +02:00

28 lines
1.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.
/**
* Language strings for tiny_mediacms plugin.
*
* @package tiny_mediacms
* @copyright 2026 MediaCMS
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['pluginname'] = 'MediaCMS';
$string['privacy:metadata'] = 'The MediaCMS plugin does not store any personal data.';
$string['button_title'] = 'Insert MediaCMS content';
$string['dialog_title'] = 'Select MediaCMS content';
$string['insert'] = 'Insert';
$string['cancel'] = 'Cancel';
$string['loading'] = 'Loading MediaCMS content...';
$string['error_no_tool'] = 'No MediaCMS LTI tool configured for this course.';
$string['error_loading'] = 'Error loading MediaCMS content. Please try again.';