. /** * Strings for Moodle emoticon plugin. * * @package tinymce_moodleemoticon * @copyright 2012 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['pluginname'] = 'Insert emoticon'; $string['requireemoticon'] = 'Require emoticon filter'; $string['requireemoticon_desc'] = 'If enabled the emoticon button is visible only when the emoticon filter is enabled in the editor context.'; /* All lang strings used from TinyMCE JavaScript code must be named 'pluginname:stringname', no need to create langs/en_dlg.js */ $string['moodleemoticon:desc'] = 'Insert emoticon';