<?php
/**
 * TinyMCE language pack.
 *
 * @package ElggTinyMCE
 */

$english = array(
	'tinymce:remove' => "Remove editor",
	'tinymce:add' => "Add editor",
	'tinymce:word_count' => 'Word count: ',
	'tinymce:lang_notice' => "Your site language is %s but it isn't installed for TinyMCE. Get it <a target=\"_blank\" href=\"%s\">here</a> and copy it to %s. Then, <a href=\"%s\">flush the caches</a>. See the TinyMCE README for more details.",
);

add_translation("en", $english);