mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-01-20 15:22:58 -05:00
28 lines
1.0 KiB
PHP
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.';
|