. /** * Strings for Moodle Media plugin. * * @package tinymce_moodlemedia * @copyright 2012 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['nopreview'] = 'Can not preview media.'; $string['pluginname'] = 'Insert media'; /* All lang strings used from TinyMCE JavaScript code must be named 'pluginname:stringname', no need to create langs/en_dlg.js */ $string['moodlemedia:browsemedia'] = 'Find or upload a sound, video or applet...'; $string['moodlemedia:desc'] = 'Insert Moodle media';