diff --git a/lib/editor/tinymce/plugins/spellchecker/lang/en/tinymce_spellchecker.php b/lib/editor/tinymce/plugins/spellchecker/lang/en/tinymce_spellchecker.php new file mode 100644 index 00000000000..1ba5db48eb1 --- /dev/null +++ b/lib/editor/tinymce/plugins/spellchecker/lang/en/tinymce_spellchecker.php @@ -0,0 +1,25 @@ +. + +/** + * Strings for Moodle Media plugin. + * + * @package tinymce_spellchecker + * @copyright 2012 The Open University + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +$string['pluginname'] = 'Check spelling'; diff --git a/lib/editor/tinymce/plugins/spellchecker/version.php b/lib/editor/tinymce/plugins/spellchecker/version.php new file mode 100644 index 00000000000..3926e2f9a42 --- /dev/null +++ b/lib/editor/tinymce/plugins/spellchecker/version.php @@ -0,0 +1,32 @@ +. + +/** + * TinyMCE spellchecker plugin version details. + * + * @package tinymce_spellchecker + * @copyright 2012 The Open University + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +// The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2012051701; +// Required Moodle version. +$plugin->requires = 2011112900; +// Full name of the plugin (used for diagnostics). +$plugin->component = 'tinymce_spellchecker';