mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-01-23 00:23:00 -05:00
this
This commit is contained in:
27
moodle-plugins/tiny_mediacms/lang/en/tiny_mediacms.php
Normal file
27
moodle-plugins/tiny_mediacms/lang/en/tiny_mediacms.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?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.';
|
||||
Reference in New Issue
Block a user